Skip to content

david-i-berry/bufr_gliders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

docker build -t bufr-glider .
docker run -it -v ${pwd}:/local bufr-glider

Note due to an error in the Dockerfile (that wasn't resolvable in the time available) R and httr need to be installed after the build of the image.

apt-get update -y
apt-get install -y r-base-dev
R --no-save <<!
install.packages('httr')
!
cd /local
Rscript extract-test-data.R
python main.py
/opt/eccodes/bin/bufr_dump ./test-data/output/glider-test.bufr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors