Code for performing basic geocoding against the GeoNames gazeteer data
Go to file
Charles Pence 3d08429294
Move download function to new utils repository.
2023-08-18 10:02:39 +02:00
utils@a333b73521 Move download function to new utils repository. 2023-08-18 10:02:39 +02:00
.gitmodules Move download function to new utils repository. 2023-08-18 10:02:39 +02:00
LICENSE.code first commit 2023-08-17 15:17:26 +02:00
LICENSE.text first commit 2023-08-17 15:17:26 +02:00
README.md Initial version of script, commit before debugging. 2023-08-17 16:40:57 +02:00
update-geonames Move download function to new utils repository. 2023-08-18 10:02:39 +02:00

README.md

Geocoding with the GeoNames Gazetteer

Python Requirements

  • click
  • tqdm
  • requests
  • psycopg[binary]

License

This text is released into the public domain under the CC0 license. All code in this repository is released under the GNU GPL v3. The GeoNames dataset that we use to perform gazetteer searches is freely available under the Creative Commons CC-BY 4.0 license.