Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Related files: gen_ops_report_email.py

...

Job spec and hysds-io files

(Warning: if you are running an on demand job, the arguments will be taken from _context.json)

hysds-io.json.standard_product_report_email

...

Code Block
{
  "command":"/home/ops/verdi/ops/standard_product_report/gen_ops_report_email.py",
  "imported_worker_files": {
    "/home/ops/.netrc": "/home/ops/.netrc",
    "/home/ops/.aws": "/home/ops/.aws"
  },
  "disk_usage":"2GB",
  "recommended-queues": ["factotum-job_worker-large"],
  "soft_time_limit": 2000,
  "time_limit": 2800,
  "params" : [
    {
      "name": "aoi_index",
      "destination": "context"
    }
  ]
}

Positional Arguments

(If ran with python command)

Will be triggered with cron job

python gen_ops_report_email.py --aoi_index <elasticsearch index for AOIs>

Output

Two tables are outputted per AOI track:

  • We only output the products that have missing data

  • Current Product Status

    • columns: date pair, acquisition_list, ifg-cfg, ifg and missing slc ids

  • Missing SLCs

...