Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Related files: gen_ops_report_email.py

Github repo: https://github.com/aria-jpl/standard_product_report

Current Github branch: https://github.com/aria-jpl/standard_product_report/tree/ARIA-24

Description

Similar to the AOI Ops report (Standard Product S1-GUNW - AOI Ops Report) but instead of outputting an Excel file it emails 2 tables:

  • Current Product Status

  • Missing SLCs

It only outputs the products with missing IFG-CFG, SLC, and ACQ_IDS

Job spec and hysds-io files

hysds-io.json.standard_product_report_email

  • removed "submission_type": "iteration", because we are generating one report for all AOIs

{
  "label": "Standard Product S1-GUNW - AOI Ops Report (Email)",
  "enable_dedup": false,
  "params": [
    {
      "name": "aoi_index",
      "from": "dataset_jpath:_index"
    }
  ]
}

job-spec.json.standard_product_report_email

{
  "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"
    }
  ]
}

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

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.