This repo contains scripts and data for populating NOAA SST information from https://psl.noaa.gov/data/gridded/data.noaa.oisst.v2.html in Argovis.
- Make sure you've created empty collections for NOAA SST data in MongoDB via the
sst-noaa-ol.py
script in https://github.com/argovis/db-schema. - Build the image described in
Dockerfile
asargovis/noaa-sst:dev
; run a pod perpod.yaml
or equivalent container based on it in the appropriate kube namespace or docker container network to connect to your MongoDB container, and the default Dockerfile CMD should runrun.sh
to fetch the data and populate the collections. - The proofreading items contain a simple random pythonic doublecheck.