Matt Richards
Matt Richards
Thanks @kloczek for having a look, generally when doing this upgrade we don't tend to use pyupgrade but are instead focused purely on updating CI for python versions and also...
@HayleyFletcher it would be great if you could add a test for this
This is something I've also been thinking about in the back of my mind over the last year or so, I think it would be really quite valuable. From my...
I'm also seeing a variation of this, which leads to an overflow error instead of omitting the field. If other fields are set as int32, then trying to write an...
I'm getting deja vu writing this but I can't seem to find the thread, would it make sense for us to have a `geopandas.options.io_engine='pyogrio_arrow'` or similar in addition to the...
Just pushed a commit with the two suggested additional comments, hopefully I've got the relative paths right referencing the docs.
test failure is for folium and is unrelated
At a quick glance it looks to me like something goes wrong here: which is inside our `_read_file`. If I run this locally, I get to `from_bytes = True` ```python...
Thanks for the investigation @mattijn! Feel free to open a PR and we can have a look, we are switching the default io engine from pyogrio to fiona, but there...
Hey @m-mohr, thanks for making a start on this. I wanted to check, does https://github.com/geopandas/geopandas/pull/3597/files also cover this use case? I suppse you have to know about attrs, and know...