-
**Description of the problem**
A large chunk of the Python ecosystem is switching from `toml` to [`tomli`](https://github.com/hukkin/tomli), and this has been causing some breakages lately (mos…
-
**Description of the problem**
The docs workflows are currently failing (e.g., https://github.com/GenericMappingTools/pygmt/runs/4185213352?check_suite_focus=true) due to an incompatibility bet…
-
**Description of the problem**
When trying to plot a timeslice of a field from an open xarray DataSet with the coordinates *time*, *latitude*, and *longitude*, I get a warning indicating the presen…
-
Our site (https://www.pygmt.org/dev/) uses Google Analytics tracking codes like:
```
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]\|\|function(){
(i[r].q=i[r].q\|\|[]).pus…
-
**Description of the problem**
load_earth_relief() is not working as intended, due to an error with grdcut mentioning that "remote download is currently deactivated". When trying to resolve this is…
-
**Description of the problem**
I am having troubles running examples from the user guide that are using pygmt.datasets.load_earth_relief. I get two types of errors:
- if I use the exact examp…
-
We already have a long list of tutorials in the "User Guide" part. I expect more tutorials will be added in the future, and the length of the sidebar will increase. I think we need to think about how …
-
**Description of the problem**
Since GMT only supports regular grids, PyGMT has a check to make sure all point spacings are the same ([here](https://github.com/GenericMappingTools/pygmt/blob/8a…
-
**Description of the desired feature**
There are some common options from GMT that are missing from the corresponding PyGMT functions and methods. This issue tracks adding the common options to the…
-
I noticed that there are no examples of the usage of `pygmt.grdgradient` and a function without examples is much harder to utiles by new users.
I suggest adding an example of making an hillshade …