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

Only add entries to database that have not been added with --resume tag #10

Closed AnthonyRodway closed 4 months ago

AnthonyRodway commented 7 months ago

The spatial transformer currently adds all the entries that it is keeping track of with the datatracker, but that does not make sense for when the --resume tag is added to the command for the failsafe. Only add the entries that were not already processed because they were added at the time of the failure.

AnthonyRodway commented 6 months ago

A change has been written in, it needs a bit more testing to make sure it works nd interacts with how the layers are added to the gdb and the database

AnthonyRodway commented 5 months ago

refer to comment in another issue https://github.com/cat-cfs/twobilliontoolkit/issues/18#issuecomment-2145579940

nesdolya commented 4 months ago

Tested and functioning