Coder Social home page Coder Social logo

aarande / docker-pyart Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 2.45 MB

Build files and examples for PyArt Docker image

Home Page: https://hub.docker.com/r/aarande/docker-pyart/

Jupyter Notebook 100.00%
docker python pyart radar weather nexrad

docker-pyart's Introduction

This docker image contains a full PyART (http://arm-doe.github.io/pyart/) environment including Matplotlib, Basemap, Cartopy, TRMM RSL, wradlib, nexradaws, and Jupyter notebooks.

Docker Hub Link - https://hub.docker.com/r/aarande/docker-pyart/

The images are based off miniconda and the latest tag runs Python 3. There is also a python2.7 version available..please refer to the tags for names.

Two volumes are available for persistent data /opt/notebooks - for Jupyter notebooks /opt/radar - for radar files /opt/source - for source code

You can easily mount your own code and radar files into the container and run your own script. The below command will mount the current host directory into the container and run the python script specified.

docker run --name pyart -v `pwd`:/opt/source aarande/docker-pyart <scriptname>.py

Example Docker Run command to mount radar folder in current host directory into container and get an interactive python prompt, container is removed when stopped.

docker run -it --rm --name pyart -v `pwd`/radar:/opt/radar aarande/docker-pyart

Example Docker Run command for Jupyter Notebook...this will mount the current notebooks and radar folders in the current working directory into the container. The Jupyter Notebook can then be access at the address shown in the log as it will contain the required token.

docker run --rm -it -p 8888:8888 --name pyart -v `pwd`/notebooks:/opt/notebooks -v `pwd`/radar:/opt/radar aarande/docker-pyart /bin/bash -c "/opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser"

docker-pyart's People

Contributors

aarande avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.