polartoolkit
polartoolkit copied to clipboard
Helpful tools for polar researchers
**Description of the desired feature:** Due to some issues with Bedmap2 geotiffs (#119 ) as well as the pooch cache starting to grow very large, it would be good to...
The gallery examples for the profile module appear to plot 'icebergs' where there may be basal crevassing. This is likely an issue with `fillnans` or create_profile's interpolation based on parameter...
**Description of the desired feature:** Look into replace profile.create_profile() with the equivalent (probably much better) version from Verde: https://www.fatiando.org/verde/latest/api/generated/verde.profile_coordinates.html#verde.profile_coordinates **Are you willing to help implement and maintain this feature?**
**Description of the desired feature:** Look into using Verde.project_grid as an alternative to pygmt.grdproject(), might be faster. https://www.fatiando.org/verde/latest/gallery/project_grid.html#sphx-glr-gallery-project-grid-py **Are you willing to help implement and maintain this feature?**
**Description of the desired feature:** The fetch functions are starting to get very repetitive and would probably be good candidates for use (and learning out to use) classes. Need to...
Add test to check that gallery examples match against baseline figures. Follow PyGMT [contribution guide](https://github.com/GenericMappingTools/pygmt/blob/c6451c2ddcbd719e8961b8fa5ac77269cba5e8ee/doc/contributing.md#testing-plots) on how to use pytest-mpl for this.
**Description of the desired feature:** GeoPandas is causing some issues with Poetry and packaging/install on a Windows machine, I think mostly due to its C dependencies. Since we only use...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.1. Release notes Sourced from codecov/codecov-action's releases. v4.4.1 What's Changed build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in codecov/codecov-action#1427 fix: prevent xlarge from...
We should have a function for a simple way to plot a single grid as a 3D perspective plot. Then we can build a subplots function based on that.
I think we should update the documentation based on the [Divio system](https://documentation.divio.com/). This will switch from our current style of a `gallery` and `tutorials` to a five category system consisting...