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

Refactor Basic parcel processing python code #330

Closed rkelson closed 5 months ago

rkelson commented 5 months ago

Benefit

This will provide faster processing of parcel data and avoid some of the recent 'hang time' experienced when processing over VPN by removing the requirement to directly hit various SDE layers used for Identity overlay operations. This will also read and write locally instead of utilizing L:\ (\itwfpcap2).

Acceptance Criteria

Notes

This refactoring of the Basic parcel code happens ever new year but this year has a new twist using local copies of SDE layers.

Risks

Land Ownership, municipal and zip code boundaries could change (very rare) or address points get added to SDE outdating local layers. This is easily mitigated by pulling down the SDE layers routinely before processing the parcel data.

Issue Reference

refs # INC1924013

steveoh commented 5 months ago

Is this code in GitHub?