Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible issues with qs_localities file, looks like files are never updated #7

Open
beamerblvd opened this issue Mar 28, 2015 · 0 comments

Comments

@beamerblvd
Copy link

I was looking at using the quattroshapes shapefiles for some geocoding and reverse geocoding and noticed a few issues:

  • First, the qs_localities.dbf file appears to not properly follow the DBF format. (I suppose it's also possible that the library I'm using is broken, but it works for all of the other files). See ValueError: invalid literal for int() with base 10: 'S' GeospatialPython/pyshp#23 for more information about the problem.
  • Second, when using https://github.com/gka/pyshpgeocode against the other shapefile groups it works fine, and I can successfully find a location using coordinates (reverse geocoding). However, when searching qs_localadmin, the library never finds any search results for any query. Granted, it could be a problem with the library and not the file, but the library seems to work fantastically for qs_adm0, qs_adm1, qs_adm2, and qs_neighborhoods.
  • Finally, it looks like the static files were generated and uploaded a single time on June 3, 2013 and haven't been updated since then. Is there any plan (or some other download location) for providing regular updates for these files?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant