Scientists who submit AOI’s will generally want GUNW products to be generated over the complete temporal span of Sentinel acquisitions and continue to generate products as new acquisitions are ingested. This page outlines the steps to perform the bulk processing and set up the trigger rules for future product generation.
Ingest AOI
First thing to do is to create/ingest the AOI.
Select the Create Area of Interest PGE and fill in the PGE parameters.
type: leave as monitoring
starttime: the time when the earliest acquisition for that area of interest was acquired (generally around 10/2014)
endttime: the time until which keep-up/automated product generation will continue to
2. Submit job then confirm the AOI was ingested.
Create Trigger Rules
Create the trigger rules that will continue processing products as new acquisitions are ingested.
Click on Trigger Rules on the Tosca front page.
Select the Standard Product S1-GUNW - aoi_track_acquisition_enumerator PGE and fill in the parameters as needed. Here are the more common processing requests. Be sure to double check what type of processing is requested.
Annual n-1 processing:
minMatch: 1
skipDays: 365
n-3 processing:
minMatch: 3
skipDays: 0
n-2 processing:
minMatch: 2
skipDays: 0
One trigger rule will have to be submitted for each of the processing types.
Check Acquisition & IPF Status
Before bulk processing is triggered, make sure acquisitions and IPF’s are caught up.
Facet on the AOI, select the AOI based submission of IPF scraper jobs PGE, then submit the job.
Alternative: IPF ASF Scraper for a given acquisition or IPF ASF Scraper for a given acquisition
Facet on the AOI, select the AOI based submission of acquisition scraper jobs PGE, then submit the job.
Both of these jobs will submit individual jobs to ingest any missing acquisitions and IPF’s. Once it looks like all of these jobs have completed, check to make sure no acquisitions and IPF’s are missing.Log into C-factotum
Navigate to /home/ops/verdi/ops/ops_scripts/check_acquisitions.
Run the acquisition completeness script.
ex. ./check_acquisition_completeness.py --aoi AOI_monitoring_houston_D143 --track 143
The script will output the ID’s to any missing acquisitions.Run the IPF completeness script.
ex. ./check_ipf_completeness.py --aoi AOI_monitoring_houston_D143 --track 143
The script will output the ID’s to any missing IPF’s.
If there are any missing acquisitions or IPF’s, rerun steps 1 & 2.
Submit Bulk Processing Jobs
Now that everything is set-up, submit the bulk processing jobs. This is the same process outlined under Create Trigger Rules except these jobs will be submitted as On-Demand jobs instead of Trigger Rules.
Click the On-Demand button on the Tosca front page.
Follow step 2 under Create Trigger Rules.
Generate AOI Ops Report
Once it looks like most of the bulk processing is complete, generate the AOI Ops report to see if there are any missing products.
Facet on the AOI and select the Standard Product S1-GUNW AOI Ops Report PGE.
Submit the job. When the job completes, open the excel sheet and check to see what GUNW’s are missing and try to work backwards to generate them.
0 Comments