bkatiemills / ccmp_parse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCMP parsing

This branch is for taking upstream CCMP data and reducing it to weekly averages in an intermediate set of netcdf files; see branch db-population for writing these weekly averages to mongodb.

Downloading data

  • this Argovis product based on the 6h wind measurements at https://www.remss.com/measurements/ccmp/
  • build and push container image described in Dockerfile-ftp as argovis/ccmp:download
  • put REMSS FTP credentials in pod-template.yaml
  • edit and run dl.sh to download data as desired.
  • a large openshift volume named ccmp is expected to be available.

Computing weekly averages

Proofreading

  • build and push image described in Dockerfile-proofread as argovis/ccmp:reduce-proofread and run via pod-prrofread.yaml
  • Randomly checks for consistency between upstream and reduced data until interrupted.
  • Use dump.py from the same container to manually inspect the upstream values for a given lat/lon in a given upstream file.

About


Languages

Language:Rust 75.0%Language:Shell 17.7%Language:Python 7.1%Language:Dockerfile 0.2%