Allows for easy visualization and curation of satellite imagery before starting other processing.
MIT License
1
stars
1
forks
source link
setIntervals for checking job statuses should be stored in the tile object and cleared/restarted when the program launches or the active AOI changes #11
when the active AOI changes, the tiles with active intervals should be cleared. When the aoi is activated, tiles with job statuses of submitted or assigned, new intervals should be created and assigned.
The master job list stores job information, one for each tile by tile id. This info is loaded up from the localstorage.json and added to the master tile dict.
when the active AOI changes, the tiles with active intervals should be cleared. When the aoi is activated, tiles with job statuses of submitted or assigned, new intervals should be created and assigned.