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.
|
|
4 years ago | |
|---|---|---|
| app | 4 years ago | |
| services | 4 years ago | |
| utils | 4 years ago | |
| .gitignore | 4 years ago | |
| Dockerfile | 4 years ago | |
| Makefile | 4 years ago | |
| README.md | 4 years ago | |
| entrypoint.sh | 4 years ago | |
| environment.yml | 4 years ago | |
| noaa.code-workspace | 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