-
Hi there,
I've been getting this weird permissions issue a little over a month now (since mid April?) on pipenv VCS dependencies in my `Pipfile` which looks something like below:
```
[[source]]…
-
These are things we are installing from git in the dockerfile which need conda packages:
- [ ] https://github.com/PAIR-code/facets (did anyone request this?)
- [ ] rstudio (should be conda install…
-
When trying to make a pygmt figure, I apparently entered some unexpected values. However, even though a useful error message was thrown to the terminal, the python kernel was killed exited.
```
In…
-
**Description of the desired feature**
Support passing in 'datetime' like inputs into the 'region' or '-R' argument in `plot`.
>> * The `region` argument doesn't work with numpy `datetime64` obj…
-
**Release**: [v0.1.2](https://github.com/GenericMappingTools/pygmt/milestone/1)
**Scheduled Date**: 2020/07/01
**Before release**:
- [x] Reserve a DOI on [Zenodo](https://zenodo.org) by clicking …
-
`grdimage` of pygmt does not correctly plot xarray DataArrays when they do not contain the redundant column of data at 360 E.
Using pygmt directly with a netcdf file provides the correct output, s…
-
**Description of the problem**
Python doesn't allow keyword arguments to be repeated. Our current setup _does_ allow for e.g. the following, however:
```python
import pygmt
fig = pygmt.Figure()
…
-
So my city ([Wellington, New Zealand](https://en.wikipedia.org/wiki/Wellington)) is hosting the next [FOSS4G SotM Oceania](https://2019.foss4g-oceania.org/) conference from November 12-15, 2019, and I…
-
**Problem:**
Portions of maps are cut off because the bounding box is too small, or the map size is too large.
Here are two examples, one of which is taken directly from the basemap doc string:
…
-
The issue was first reported in https://github.com/GenericMappingTools/pygmt/issues/406. The PyGMT script plots two vectors, and PyGMT crashes when plotting the second one.
Here is an equivalent C …