-
As opposed to what's stated in the API docs, passing `ids=None` to a `from_dataframe` class method does not pass the df's index as ids.
Here's an MRE:
```python
import libpysal
import geopandas …
TLouf updated
2 years ago
-
### System details
RStudio Edition : Desktop
RStudio Version : Version 1.4.972
OS Version : MacOS 10.15.7
R Version : 4.0.3
### Steps to reproduce the problem
…
-
**Is your feature request related to a problem? Please describe.**
I wish I could select with bounding box on a cuspatial.GeoDataFrame.
**Describe the solution you'd like**
Providing 4 values of…
-
- [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…
-
As found in discussion in
https://github.com/dask/dask/issues/3972#issuecomment-420384065 and probably the root cause of https://github.com/dask/dask/issues/3972
```
AttributeError: 'GeometryArr…
-
#### Is your feature request related to a problem?
I wish to use GeoPandas' `to_postgis()` method with an asynchronous SQAlchemy connection.
#### Describe the solution you'd like
[this should…
muety updated
1 month ago
-
**Describe the bug**
A clear and concise description of what the bug is.
- [ x] I have checked that this issue has not already been reported.
- [ x] I have confirmed this bug exists on the latest…
-
EDIT: given the current state of geopandas packaging via wheels, I propose adding it as a real dependency and removing ``GeoFrDataFrame``
---
I see that ``geopandas`` was removed on purpose as a…
-
Bounding box query selects circles whose center is contained inside the box, polygon query selects circles that intersect the box in any point.
You can reproduce with this code:
```python
##
fro…
-
While preparing #435 it seems that `write_dataframe()` is happy to write a dataframe with (e.g.) a "POINT EMPTY" geometry. However, `read_dataframe()` will read this geometry as None, so the two geoda…