Geocode-sqlite: Geocode rows in an SQLite database table
1–10 of 20 posts
Re: Geocode-sqlite: Geocode rows in an SQLite database table
#2You don't actually pronounce it "ESS-CUE-ELL ITE", do you?!
Re: Geocode-sqlite: Geocode rows in an SQLite database table
#3Re: Geocode-sqlite: Geocode rows in an SQLite database table
#4geocode-sqlite does support non-OSM hosted instances of Nominatum so find an alternative if you have large or regular geocoding tasks.
[1] https://operations.osmfoundation.org/policies/nominatim/
Re: Geocode-sqlite: Geocode rows in an SQLite database table
#5Just keep in mind while there is no API key required for OSM's Nominatum, there are no guarantees and they explicitly discourage bulk geocoding, with no clarification on what is bulk. [1] The lack of clarification seems intentional, which is understandable. geocode-sqlite does support non-OSM hosted instances of Nominatum so find an alternative if you have large or regular geocoding tasks. [1] https://operations.osmf…
Re: Geocode-sqlite: Geocode rows in an SQLite database table
#6Re: Geocode-sqlite: Geocode rows in an SQLite database table
#7I recently ran into the problem of how to efficiently filter a list of geo-locations based on a specific distance to a given geo-location. I could not find any discussion anywhere about possible algorithms. Does anyone have a recommendation (article, book, Web-site)?
https://postgis.net/ https://postgis.net/docs/postgis_usage.html#PostGIS_Geograph...
Re: Geocode-sqlite: Geocode rows in an SQLite database table
#8Re: Geocode-sqlite: Geocode rows in an SQLite database table
#9I recently ran into the problem of how to efficiently filter a list of geo-locations based on a specific distance to a given geo-location. I could not find any discussion anywhere about possible algorithms. Does anyone have a recommendation (article, book, Web-site)?
Re: Geocode-sqlite: Geocode rows in an SQLite database table
#10Just keep in mind while there is no API key required for OSM's Nominatum, there are no guarantees and they explicitly discourage bulk geocoding, with no clarification on what is bulk. [1] The lack of clarification seems intentional, which is understandable. geocode-sqlite does support non-OSM hosted instances of Nominatum so find an alternative if you have large or regular geocoding tasks. [1] https://operations.osmf…
nominatum = Nominatum(user_agent="this-is-me", domain="nominatum.local.dev", scheme="http")
I have not tried it myself, thus if it fails, could you please report on what goes wrong there?