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 e5e1fb6fd8
add: uvicorn and xarray to requrements
4 years ago
app ref: total 4 years ago
utils ref: total 4 years ago
.gitignore add: proto 4 years ago
Dockerfile ref: total 4 years ago
Makefile ref: total 4 years ago
README.md ref: total 4 years ago
entrypoint.sh ref: total 4 years ago
environment.yml add: uvicorn and xarray to requrements 4 years ago
noaa.code-workspace add: proto 4 years ago

README.md

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