-
What is the best way to read a pin from Posit Connect directly into polars?
I have found a few options that work, but none of them are exactly what I am looking for.
**(1) Use pin_download**
…
-
Creating LitPop-entities yields an error for some countries. Upon calling the following lines of code I obtained the output pasted below:
```
# Import required packages:
import numpy as np
impor…
-
It looks like the example provided for testing the conrec.py code produces incorrect results. The code you provided for stiching the calculated lines together is missing an '< EPSILON' in the strichin…
-
In the [project goals](https://github.com/GenericMappingTools/pygmt#project-goals), we mention that:
> Integration with the [PyData ecosystem](https://pydata.org/): numpy.ndarray or pandas.DataFram…
-
Hello, thank you for developing such a good tool.
When I followed [this tutorial](https://spatialdata.scverse.org/en/latest/tutorials/notebooks/notebooks/examples/transformations.html), I have erro…
-
```
from vega_datasets import data
states = alt.topo_feature(data.us_10m.url, feature='states')
alt.renderers.enable('default')
# US states background
background = alt.Chart(states).mark_geos…
-
### Kind of request
Changing existing functionality
### Enhancement Description
In order to be consistent with 2D/3D requirements and in line with the effort in moving reading/writing into `h…
-
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of geopandas.
- [ ] (optional) I have confirmed this bug exists o…
-
While vertices can be checked relatively easily for their distances (e.g. scipy kD Tree distance matrix), lines can approach each other very closely as well. This will then result in very small triang…
Huite updated
2 months ago
-
Looking at the [Installation Instructions](https://www.pygmt.org/dev/install.html#dependencies), currently four optional dependencies are listed
> - [IPython](https://ipython.org/): For embedding …