agrc / planning-queue

A place to manage issues that do not have a dedicated repository or code... yet.
MIT License
0 stars 0 forks source link

ETL County AGOL Address Points #320

Closed ZachBeck closed 6 months ago

ZachBeck commented 6 months ago

Benefit

Where possible, access county address points in ArcGIS Online for use in ongoing address point updates. This will streamline the address point update process so that address point requests will no longer need to be sent out for participating counties.

Acceptance Criteria

Notes

So far Morgan and Summit are the only known counties with address points available in ArcGIS Online. This feature is intended to develop code to pull address points from a county's AGOL into local ETL processes for monthly address point updates.

Risks

County update process isn't mature and address point updates aren't being published to AGOL in a timely manner.

Issue Reference

refs #

ZachBeck commented 6 months ago

Q3 Sprint 1 Tasks

steveoh commented 6 months ago

FYI export features replaced the Feature Class To Feature Class deprecated tool.

ZachBeck commented 6 months ago

Ahh, thanks. I was doing it the hard way with arcpy.conversion.JSONToFeatures

ZachBeck commented 6 months ago

done