Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add panoply, command line tools for GRIB file process. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python)
* [pyproj](https://github.com/pyproj4/pyproj):Python interface to PROJ (cartographic projections and coordinate transformations library).
* [DASK](https://dask.org/): advanced parallelism for analytics, enabling performance at scale for the tools you love.
* [tobac](https://github.com/climate-processes/tobac): tobac is a Python package for identifiying, tracking and analysing of clouds in different types of gridded datasets, i.e. 3D model output from cloud resolving model simulations or 2D data of satellite observations.
* [ecCodes](https://github.com/ecmwf/eccodes.git): ecCodes is a package developed by ECMWF which provides an application programming interface and a set of tools for decoding and encoding messages in the following formats: GRIB
* [grib tools](https://confluence.ecmwf.int/display/ECC/GRIB+tools+examples) :Command line tools examples for GRIB data process

## Machine Learning
* [hageleslag](https://github.com/djgagne/hagelslag): Hagelslag is an object-based severe storm hazard forecasting system
Expand All @@ -109,6 +111,7 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python)
* [cmaps](https://github.com/hhuangwx/cmaps):Make it easier to use user defined colormaps in matplotlib.Default colormaps are from [NCL](http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml) website.
* [holoviews](https://github.com/pyviz/holoviews): make data analysis and visualization seamless and simple
* [earth wind map](https://github.com/cambecc/earth): a project to visualize global weather conditions [http://earth.nullschool.net](http://earth.nullschool.net/)
* [Panoply](https://www.giss.nasa.gov/tools/panoply/): Panoply plots geo-referenced and other arrays from netCDF, HDF, GRIB, and other datasets.

---

Expand Down