david-i-berry / daycli_validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  1. Clone repository, e.g.:
git clone https://github.com/DavidBerryNOC/daycli_validation.git
  1. From directory containing cloned repository, create new docker image (note use of --no-cache as issues with caching repository). From the command line (Windows command prompt, Mac terminal etc):
docker build --no-cache -t dayclim_latest .
  1. Run image using docker desktop and set port to 5000. From Windows command prompt:

docker run -d -p 5000:5000 dayclim_latest

  1. Visit:

    http://localhost:5000/upload

and upload uncompressed BUFR file

  1. If successful, decoded data from BUFR file should be shown as webpage, including downloadable CSV file.

About


Languages

Language:Python 96.1%Language:Dockerfile 3.1%Language:HTML 0.9%