-
### What happened?
I have a CI pipeline in GitLab that builds Jupyter notebooks into documentation pages using Sphinx. One of the notebooks has the following line:
`huc_shapes = WaterData('huc08').b…
-
An issue to track the remaining tasks we'd like to finish before GeoPandas 1.0.
The roadmap says:
- [x] Fully vectorized geometry engine (done in #2691)
- [x] Feature parity with shapely (track…
-
We want to be able to perform split-apply-combine operations on (geo)pandas dataframes in a distributed / scalable way both on a single multi-core machine and in the cloud. It looks like lithops may t…
-
# Summary
I am trying to render an altair chart through `st.altair_chart`. This chart happens to be a map representation of Africa. I constructed this chart through the altair library and wanted to…
-
## 🐛 Bug Report
When querying using a gdf, and using mode="multi".
It is systematic, for each fetch_data call.
For the same queries using mode="seq" this doesn't happen.
```
Traceback (most r…
-
I'm open to suggestions on this tool, but my vision is for this new module to be able to produce inundation and a geopackage of catchment boundary issues given a flow file and a FIM directory. It shou…
-
@aufdenkampe thanks for the excellent performance research under #1. For the modified nested set index work under #3, I need to have a workflow where I write the resultant GeoDataFrame as output. I'm …
-
- [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…
-
Calling `spatial_shuffle` on a `GeoDataFrame` that originates from a shapefile throws a `ValueError`. Below is an example that uses the attached shapefile:
```python
>>> import dask_geopandas as d…
fbunt updated
1 month ago
-
We have some support for propagating metadata, but it is incomplete (38 xfails in tests/generic/test_finalize.py) for plain methods and has no real prospect for getting robust support for concat/merge…