Closed ifarah closed 5 years ago
Your BLOCKS_ORIGINS dataset looks like:
GEOID10,COORD_X,COORD_Y 1.8148E+14,-86.9930031,37.98613057 2.1059E+14,-86.99349722,37.91392317 1.8148E+14,-86.99901778,37.99865051 2.1059E+14,-86.99945751,37.83672595 1.8148E+14,-87.00077926,37.92771384 2.1059E+14,-87.00141549,37.90682643 2.1059E+14,-87.00186158,37.87610695
somewhere along the line your id must have been converted from an int, so they are nonunique
(I will add a more descriptive error message so this is easier to debug in the future)
I did generate a unique ID, though, and it still didn;t run
When running these files I got this error:
I created a new ID column instead of geoid10, but not sure what the problem is.