GeoCAT-examples provides a gallery of visualization examples demonstrating how to reproduce plots from NCL Applications scripts with packages in Python. It also includes some longer form examples demonstrating how to use functionality from various GeoCAT packages.
Updates versions of tools we use with pre-commit to address the failures we're seeing in CI (updated to the current versions we're using on geocat-comp)
Replaces our current pre-commit.yml workflow with pre-commit.ci, which allows us to automatically update versions on a monthly cadence (aligns w/ what we're doing on geocat-comp)
Before this is merged we'll need to add the repo to pre-commit.ci and adjust the expected workflows for PRs on this repo. I'll need some help with this part.
PR Summary
Makes the following changes:
pre-commit.yml
workflow with pre-commit.ci, which allows us to automatically update versions on a monthly cadence (aligns w/ what we're doing on geocat-comp)Before this is merged we'll need to add the repo to pre-commit.ci and adjust the expected workflows for PRs on this repo. I'll need some help with this part.
Closes #613