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

Handling Fatal KML errors #38

Closed AnthonyRodway closed 3 weeks ago

AnthonyRodway commented 3 months ago

In the new logic for processing the data a fatal error occurred when creating the entry for a KML and it did not give any information on which file the error occurred at. Add that in and any other edge case checks you can think of surrounding KMLs since they are processed a bit differently.

AnthonyRodway commented 3 months ago

Changes for this are in the commit: https://github.com/cat-cfs/twobilliontoolkit/commit/ba7bda001e513550a106b2b36c3ce5c4eb7b2e65

Changes:

nesdolya commented 3 weeks ago

Reviewed and tested