GeoDaCenter / spatial_access

https://spatial.uchicago.edu
37 stars 11 forks source link

ERROR: Running driving times #62

Closed ifarah closed 5 years ago

ifarah commented 5 years ago

When running these files I got this error:

Screen Shot 2019-04-24 at 5 41 55 PM Screen Shot 2019-04-24 at 5 41 48 PM

I created a new ID column instead of geoid10, but not sure what the problem is.

lmnoel commented 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

lmnoel commented 5 years ago

(I will add a more descriptive error message so this is easier to debug in the future)

ifarah commented 5 years ago

I did generate a unique ID, though, and it still didn;t run