https://github.com/faranalytics/arcgis_pro_geocoding_study
https://github.com/faranalytics/arcgis_pro_geocoding_study
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faranalytics/arcgis_pro_geocoding_study
- Owner: faranalytics
- License: mit
- Created: 2024-05-04T13:05:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T14:32:14.000Z (about 2 years ago)
- Last Synced: 2025-01-20T16:22:56.968Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArcGIS Pro Geocoding Study
## Introduction
This study contains a demonstration of geocoding postsecondary school locations using the Arcpy API.
## Materials
### Postsecondary School Location Data
The source data is located at `https://nces.ed.gov/programs/edge/data/EDGE_GEOCODE_POSTSECSCH_2223.zip`. The source data is put into the `materials` directory.
## Methods
### `main.ipynb`
`main.ipynb` performs the following primary tasks:
1. Remove previous geocoding outputs.
2. Geocode the addresses in `.\materials\EDGE_GEOCODE_POSTSECSCH_2223\EDGE_GEOCODE_POSTSECSCH_2223.xlsx\IPEDS22_GEOLOAD_230217`.
3. Save the results to `./results/geocode_results.pkl`.
### `clean.ipynb`
`clean.ipynb` removes ArcGIS Pro artifacts from the project and map.
## Results
### `geocode_IPEDS22_GEOLOAD_230217.pkl`
The geocoding results are saved into the `results` directory.
## License
`LICENSE` applies to the respository code. Please see the relevant license for the repository materials.