Sentinel
By setting
Sentinel = True
the module imports the Landsat WRS system for identifying Landsat scene positions. To see the original files, either go to the sentineldoc sub-directory in the GeoImagine Framework GitHub repo for setup_processes, or the web (html) documents posted in a separate blog.
if Sentinel:
'''Link to project file that sets up the Sentinel tiling system'''
projFN = 'sentinel_karttur_setup_20211108.txt'
SetupProcessesRegions('sentineldoc',projFN, prodDB)
At present the only included process is the import of the WRS scene positioning system.
Import Landsat WRS scene positions
[ancillary-import-USGS-WRS_v090.json](https://karttur.github.io/geoimagine03-docs-setup_processes_landsat/setup_processes/setup_processes-ancillary-import-USGS-WRS/)