Versions Compared

Key

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

Backend BOS Sarcat scraper (stand-alone CLI tool)

Front end GUI

...

Instructions: https://github.com/aria-jpl/bos_sarcat_scraper/tree/master/dataset

PGE: bos_ingest

...

  • Code Block
    languagejson
    {
      "submission_type": "individual",
      "component": "tosca",
      "label": "Ingest acquisitions from Bos SARCAT",
      "allowed_accounts": [ "ops" ],
      "params" : [
        {
          "name": "bos_ingest_time",
          "from": "submitter",
          "type": "text",
          "optional": true,
          "placeholder":"start of bos_ingest_timestamp in format yyyy-mm-ddThh:mm:ss.sssZ"
        },
        {
          "name": "from_time",
          "from": "submitter",
          "type": "text",
          "optional": true,
          "placeholder":"start of acquisition time in format yyyy-mm-ddThh:mm:ss.sssZ"
        },
        {
          "name": "end_time",
          "from": "submitter",
          "type": "text",
          "optional": true,
          "placeholder":"end of acquisition time in format yyyy-mm-ddThh:mm:ss.sssZ"
        }
     ]
    }

PGE: scrub_outdated_bos_acqs

Cron scripts

Crontab settings: https://github.com/aria-jpl/bos_sarcat_scraper/blob/master/crons/crontab-setting.txt

...

Flask App Services

  • ICS

  • KML

  • CSV

Other

  • Location

  • Log files

  • Debugging process

  • Deployment

  • Watchdogs to check on hourly scraper already in. current checks on bos_ingest_:master

  • ES on b-cluster

    • Alias for sar-availability: acquisition

...