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

Update website description #596

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions Gallery/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Gallery
This gallery contains visualization examples from many plotting categories
of geosciences data.

Specifically, visualizations in this repository are intended to demonstrate Python ways of generating figures akin to the [NCL Application Examples website](https://ncl.ucar.edu/Applications/).

A primary objective of this project is to identify any NCL plotting functionality that is missing from
the popular Matplotlib + Cartopy toolchain, so each contributed script, if originating from NCL, should
contain a best-effort attempt at reproducing an NCL graphic as closely as possible without using NCL or PyNGL.
Read more about [NCAR's pivot-to-python](https://www.ncl.ucar.edu/Document/Pivot_to_Python/).

For visualization, mainly `matplotlib` and `cartopy` are used. In addition,
`geocat-datafiles <https://github.com/NCAR/geocat-datafiles>`_ is used as a
dataset storage and `geocat-viz <https://github.com/NCAR/geocat-viz>`_ is used for
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ GeoCAT-examples Documentation
This gallery contains visualization examples from many plotting categories
of geosciences data.

Specifically, visualizations in this repository are intended to demonstrate Python ways of generating figures akin to the [NCL Application Examples website](https://ncl.ucar.edu/Applications/).

A primary objective of this project is to identify any NCL plotting functionality that is missing from
the popular Matplotlib + Cartopy toolchain, so each contributed script, if originating from NCL, should
contain a best-effort attempt at reproducing an NCL graphic as closely as possible without using NCL or PyNGL.
Read more about [NCAR's pivot-to-python](https://www.ncl.ucar.edu/Document/Pivot_to_Python/).

For visualization, mainly `matplotlib` and `cartopy` are used. In addition,
`geocat-datafiles <https://github.com/NCAR/geocat-datafiles>`_ is used as a
dataset storage and `geocat-viz <https://github.com/NCAR/geocat-viz>`_ is used for
Expand Down
Loading