Matt Richards
Matt Richards
Hi @sehHeiden, it is very hard for us to action this with neither a sample file nor a stack trace. If you could provide more information, that would help us...
Hi @tswast, thanks for putting this PR forward. Would you be able to share a little bit about the use case / goal you have in mind for this? I'd...
>To be fully transparent, my primary project at work is BigQuery DataFrames. We currently return pandas objects with the existing geopandas extension dtype when folks download a table that contains...
> It seems to me that the `GeoSeries` change is less controversial. I think that's fair to say >Maybe what I can do in the meantime is update that notebook...
> Now test_series_geo_buffer is only failing on Python 3.9 and pandas 1.5. Not sure if it's worth trying to fix that now, or waiting until geopandas drops pandas 1.5, or...
Thanks @frediana for the report, I expect this might be a little hard to test. Are you able to try using fiona directly (https://fiona.readthedocs.io/en/stable/manual.html#cloud-storage-credentials). Edit, looking at the source (https://github.com/Toblerity/Fiona/blob/991d7fceeba88f72ddda2275608bf97bfcbddf8f/fiona/session.py#L243-L258)...
Do you mean `test_write_postgis_without_crs`? This is run on CI - see here: https://github.com/geopandas/geopandas/actions/runs/6601942151/job/17933478854 So it seems there is something conditional about your situation that the existing test currently doesn't catch....
You can submit changes as new commits directly on this PR
> One thing: somehow, CI/CD pre-commit is failing after linting my changes. Do you know why? This is due to the code formatting and linting rules we have as part...
> @igorVinicius @m-richards might this have been fixed by #3328 in the meantime? (I see that PR changes -1 to 0 as well) Yep, and `test_append_without_crs` added there also covers...