cat-cfs / twobilliontoolkit

This repo stands as a singular place for all the tools that will be developed for the processing of 2 Billion Trees data and information
MIT License
1 stars 0 forks source link

New Processor Logic for Spatial Transformer #42

Closed AnthonyRodway closed 4 months ago

AnthonyRodway commented 4 months ago

This pull request corresponds to the new processor logic in spatial transformer in the issue https://github.com/cat-cfs/twobilliontoolkit/issues/18

The new logic will process all of the entries into the data tracker object before processing the spatial files into the output geodatabase. This results in a more consistent workflow and the fallback --resume functionality working better. Geopandas/fiona was also introduced for some of the processing rather than ArcPy for better performance and simplicity.

Changes: