Akumenyi / PyEarthScience

The PyEarthScience repository created by DKRZ (German Climate Computing Center) provides Python scripts and Jupyter notebooks in particular for scientific data processing and visualization used in climate science. It contains scripts for visualization, I/O, and analysis using PyNGL, PyNIO, xarray, cfgrib, xesmf, cartopy, and others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyEarthScience

The PyEarthScience repository created by DKRZ (German Climate Computing Centre) provides various Python modules, scripts and iPython notebooks, in particular for Earth System data processing and visualization used in climate science.

For this, different Python modules are used, like PyNIO, PyNGL, xarray, matplotlib, cartopy, and psyplot.

Those who have decided to write their programs for the visualization of scientific data in Python, will encounter problems and questions such as - which modules are there, which ones are needed, which are well documented and, above all, which are still maintained today.

We added the NCL Transition Examples - NCL to Python from DKRZ to this repository too because most of our users are familiar with NCL but need to pivot to Python.

Content

  • Visualization

    • Cartopy
    • NCL notebooks
    • PyNGL
    • matplotlib
    • psyplot
  • Transition_examples_NCL_to_PyNGL

    • annotations
    • basics
    • contours
    • maps
    • masking
    • overlays
    • panel
    • polylines_polygons_polymarker
    • read_data
    • regrid
    • scatter
    • shapefiles
    • slices
    • streamlines
    • vectors
    • write_data
    • xy
  • I/O

    • read GRIB files with PyNIO
    • read GRIB files with xarray/cfgrib
    • read netCDF files with PyNio
    • read netCDF files with xarray
  • Analysis

About

The PyEarthScience repository created by DKRZ (German Climate Computing Center) provides Python scripts and Jupyter notebooks in particular for scientific data processing and visualization used in climate science. It contains scripts for visualization, I/O, and analysis using PyNGL, PyNIO, xarray, cfgrib, xesmf, cartopy, and others.

License:MIT License


Languages

Language:Jupyter Notebook 92.3%Language:Python 5.9%Language:NCL 1.8%