Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 590 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 590 Bytes

geodata_geocoding

This is a collection of notebooks demonstrating how to programmatically geocode a tabular data file. Geocoding is the process of retrieving coordinate data from addresses, and can involve both database lookups and address interpolation along streets.

A picture of a geolocated house

Demonstrated methods include the U.S. Census Batch Geocoder, the RI E911 database geocoder, and the ArcGIS World Geocoding Service. Further options, such as OpenStreetMap's Nominatim, can be accessed through Geopy and the corresponding section of the notebook.