-
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…
-
Hello,
If I try to install GeoPolars under MacOs M1 I got an error
install
`pip install --pre geopolars`
just add import
`import geopolars`
After that I got an exception
```python
I…
-
Rebecca N. Palmer provided a patch for the Debian package in [Debian Bug #1063435](https://bugs.debian.org/1063435) for compatibility with pandas 2.x:
```diff
Description: Ignore int64 vs int_nat…
-
#### Is your feature request related to a problem?
It would be intuitive and convenient to plot a GeoDataFrame using the index for coloring without manually adding the index as a new column.
```Py…
-
The result of a `CompassApp::run` is a Python Object which has some standard keys and structures that are known/specified internally in the rust codebase. Handling this monolithic object in Python is …
-
Hello,
I was using the `una.service_area` function. I followed the steps as explained in the documentation.
and faced the error `TypeError: 'mask' should be GeoDataFrame, GeoSeries,(Multi)Polygo…
-
- MapLibre: https://maplibre.org/maplibre-gl-js-docs/example/geojson-polygon/
- Mapbox: https://docs.mapbox.com/mapbox-gl-js/example/external-geojson/
- Cesium: https://cesium.com/learn/cesiumjs/ref…
-
Unfortunately I'm having the polygon problem as well - tried both options from the other two issues that have since been closed with no luck.
Trying to run the 5km radius code but I'm getting the …
-
GeoPandas `GeoDataFrame` objects should be able to handle most standard pandas methods. Currently, those which do not behave well (or make sense) on a `geometry` column will fail.
See https://github…
-
hello guys! thanks for the support.
this issue fits more like a new feature than a warning or bug. Is it possible to insert geometry into WKT in the future and create maps? On Bigquery we have Geov…