GeoCAT-viz contains tools to help plot geoscience data, including convenience and plotting functions that are used to facilitate plotting geosciences data with Matplotlib, Cartopy, and other visualization packages.
[x] Link the issue this PR resolves by adding closes #XXX to the PR description where XXX is the number of the issue.
[x] Add appropriate labels to this PR
[x] Make your changes in a forked repository rather than directly in this repo
[ ] Passes precommit. To set up on your local, run pre-commit install from the top level of the repository. To manually run pre-commits, use pre-commit run --all-files and re-add any changed files before committing again and pushing.
PR Summary
Part of #168
PR Checklist
General
closes #XXX
to the PR description where XXX is the number of the issue.precommit
. To set up on your local, runpre-commit install
from the top level of the repository. To manually run pre-commits, usepre-commit run --all-files
and re-add any changed files before committing again and pushing.