Select to view content in your preferred language

Geocode points in an attribute table that don't have spatial data

346
2
06-28-2023 03:53 PM
jgstaley
Emerging Contributor

I have a large attribute table for a series of points that I populated from a .csv with a script. In my script, if a row in the .csv is not in the attribute table, it adds a new line to the attribute table with empty geospatial data. How would I geocode only these rows that do not have points on the map for them?

0 Kudos
2 Replies
RyanWalter
Occasional Contributor

You should be able to join based by FID/Target_FID and those that do not match should be your answer. Those are the ones in your CSV but not your attribute table

0 Kudos
RyanWalter
Occasional Contributor

You could also calculate lat/lon for each point and those that don't have those geometries will be the ones you're looking for

0 Kudos