polartoolkit icon indicating copy to clipboard operation
polartoolkit copied to clipboard

Helpful tools for polar researchers

Results 28 polartoolkit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Tutorial notebooks require a dev install to run (due to missing dependency `tqdm`). **Full code that generate the error** As part of [this JOSS review](https://github.com/openjournals/joss-reviews/issues/6502), I followed...

**Description of the desired feature:** Functionality added so that login credentials are retained by the `EarthDataDownloader` object after first inputted, and therefore the user does not have to keep re-defining...

The changelog, automatically generated by python-semantic-release, automatically excludes commits which include the string "dependabot". This is working as expected, but the changelog template is still including the commit type sections...

Hello, mdtanker: I'm interested in the geophysical problems in the Arctic, and I notice that the data in the Arctic are not available using "fetch" function, will you add geophysical...

Hello, mdtanker: In the documentation of polartoolkit, I noticed that you describe the region parameter in the format of [e, w, n, s]. For example, in the region_xy_to_ll function. However,...

**Description of the desired feature:** As discussed in issue #180, the region boundaries are in the format of [xmin, xmax, ymin, ymax]. We should add a simple test to the...

testing

Currently all of the datasets available withing the `fetch` module are downloaded and stored on the users local computer using `Pooch`. As some of the these datasets are large, and...

There seems to be an issue with the `Semantic Release` job of the `semantic-release` workflow. The job `Changelog` seems to work fine, but `Semantic Release` fails due to: ``` error:...

**Description of the desired feature:** Currently, all the fetch calls automatically return the full resolution of the grids. For example, DeepBedMap's initial spacing is 250m. Any spacing supplied by the...

enhancement

**Description of the desired feature:** To speed up GH actions for testing, enable cache the dependencies. Follow [this](https://github.com/actions/setup-python#caching-packages-dependencies) for a guide, or the [harmonica test.yml](https://github.com/fatiando/harmonica/blob/main/.github/workflows/test.yml). **Are you willing to help...