eyeseast / geocode-sqlite

Geocode rows in a SQLite database table
Apache License 2.0
231 stars 6 forks source link

Capture full geocoding results? #11

Closed eyeseast closed 1 year ago

eyeseast commented 3 years ago

Is there anything more in https://geopy.readthedocs.io/en/stable/#geopy.location.Location that's worth capturing?

Could a geocoder specify parts of the raw response to record?

This would probably have to automatically set alter=True.

eyeseast commented 1 year ago

There's a raw field that could be saved as JSON. You could then just query out whatever you want.