You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
g d107523f22
ref: split extract_useful_data fn
4 years ago
app ref: rename app to parser-gfs 4 years ago
services ref: split extract_useful_data fn 4 years ago
utils ref: total 4 years ago
.gitignore add: proto 4 years ago
Dockerfile ref: total 4 years ago
Makefile ref: rename app to parser-gfs 4 years ago
README.md ref: rename app to parser-gfs 4 years ago
entrypoint.sh ref: total 4 years ago
environment.yml fix: dependency name 4 years ago
noaa.code-workspace add: proto 4 years ago

README.md

parser gfs noaa grib downloader

Docker (Dockerfile):

  • build:
    make build
  • run:
    make run
  • up (build and run):
    make up
  • down (stop and remove volumes):
    make stop
  • base URL: http://localhost:1000

Install requirements locally:
make req

Reformat code (Black):
make black

Change permissions to mounted volumes (if necessary):
make chmod