Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natbprice/geocode-addresses
:earth_americas: Locate addresses using data from US Census shapefiles
https://github.com/natbprice/geocode-addresses
Last synced: 3 months ago
JSON representation
:earth_americas: Locate addresses using data from US Census shapefiles
- Host: GitHub
- URL: https://github.com/natbprice/geocode-addresses
- Owner: natbprice
- Created: 2019-05-22T18:58:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T17:48:41.000Z (over 5 years ago)
- Last Synced: 2024-05-15T04:38:21.820Z (6 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geocode-addresses
:earth_americas: Locate addresses using data from US Census shapefilesPython scripts to build geodatabase from US Census shapefiles, create address locators in ArcMap, and locate addresses
Build address locators
1. Download and unzip US census shapefiles (1_get_census_data.py)
2. Add fields for FIPS county code and FIPS state code to address features (2_add_fields.py)
3. Create a geodatabase of merged address features (3_create_geodatabase.py)
4. Create a dual ranges address locator in ArcMap (4_create_street_address_locator.py)
5. Add places (i.e., cities) to geodatabase and merge (5_merge_place_shapefiles.py)
6. Join counties to places (6_join_counties_to_places.py)
7. Create city, state composite address locator in ArcMap (7_create_city_address_locator)Geocode addresses
1. Export addresses from SQL server to ArcMap geodatabase (1_export_addresses.py)
2. Geocode addresses at street level (2_geocode_street.py)
3. Geocode addresses at city, state level (3_geocode_city_state.py)
4. Import geocode results from ArcMap geodatabase to SQL server