Martin Fleischmann

Results 538 comments of Martin Fleischmann

Ahh, not yet. Can you adapt the example in docstring to match the actual output?

> Hey, any news on the state of this feature? It is scheduled for the 0.11 release that will come out early next year.

@Moddy2024 you can check how current examples stored in [`doc/source/gallery`](https://github.com/geopandas/geopandas/tree/main/doc/source/gallery) look like and how ipyleaflet examples on their documentation are designed.

Just a quick note - you'll need conditional import based on the version of pandas here, drawing from the test log.

> I'm also thinking to make a more general doc decorator for geopandas Go for it. There are other places where it can be used. Like here: https://github.com/geopandas/geopandas/blob/c6aedbae2d18e308de51f0b073e5d68294c110a2/geopandas/geodataframe.py#L1750 If you...

I think so but I haven't looked into that in detail.

Do you want to ship it in 0.11? `pyogrio` engine advertised as an experimental implementation should be ready to go and that `pyshp` PR (#1580) should also work (may need...

Here's the geo stack Docker we use for teaching and research https://github.com/darribas/gds_env. It includes pyogrio but I'd recommend building it rather than pulling the last tag as it is a...

I don't think data are automatically reprojected. From the link: > RFC7946=YES/NO. (OGR >= 2.2) Whether to use [RFC 7946](https://tools.ietf.org/html/rfc7946) standard. Otherwise [GeoJSON 2008](http://geojson.org/geojson-spec.html) initial version will be used. **Default...