Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
axelstudios committed Oct 7, 2024
1 parent aacec14 commit 9e44fa9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ Given a list of addresses, this workflow will automatically:
### Notes
- This workflow is optimized to be self-updating, and only downloads quadkeys and quadkey dataset-links if they haven't previously been downloaded or if an update is available
- Possible next steps:
- Cache geocoding results to avoid API limit penalties when re-running
- Cache geocoding results (if allowed) to avoid API limit penalties when re-running
- Allow other geocoders like Google, without persisting the geocoding results
- Add distance from geocoded result to footprint boundary, `proximity_to_geocoding_coord` (intersections would be 0)
- Update [SEEDling](https://github.com/SEED-platform/seedling) to include this workflow, allowing you to upload an address list file and progressively update the map with records as they're processed (with a filterable sidebar containing list of results), and allowing you to fix which footprint is selected for a specific property
### Disclaimer
When using this tool with the MapQuest geocoding API (or any other geocoder) always confirm that the terms of service allow for using and storing geocoding results (as with the MapQuest Enterprise license)

0 comments on commit 9e44fa9

Please sign in to comment.