Rémi Braun

Results 159 comments of Rémi Braun

I think implementing ffspec support is the best way to manage cloud files and is a good normalization between GIS libs, as geopandas, xarray and zarr use it. For now,...

GDAL isn't included in my requirements (however I'm installing fiona and rasterio) and my Dockerfile looks like that (parts concerning GDAL): ```DockerFile # New image FROM debian:buster-slim # Basic libs...

Thanks a lot for the tip, I would never have found that 😅

Just to say, I have exactly the same issue (same errors) with `tox` venv and I am not able to fix it 😓 (and it was working before the 1.8.21)...

Nope I don't understand why it is NO and I tried to change it but I haven't found how. However it seems linked to the GDAL environment because your workaround...

> @remi-braun what "GDLIB:32701" is supposed to mean ? Is GDLIB a PROJ.4 style init file and 32701 a code in it ? And how does it reach OGRSpatialReference::SetFromUserInput() ?...

It seems most of the errors comes from GML files with unknown CRS (that should be known) Here are some exmples: [ROI_SPOT7_MS_201602150257025_SEN_1671661101_MSK.zip](https://github.com/Toblerity/Fiona/files/8072220/ROI_SPOT7_MS_201602150257025_SEN_1671661101_MSK.zip) [ROI_SPOT6_PMS_201812180938485_ORT_3726409101_MSK.zip](https://github.com/Toblerity/Fiona/files/8072223/ROI_SPOT6_PMS_201812180938485_ORT_3726409101_MSK.zip) [ROI_PNEO3_202201182152117_PMS_ORT_PWOI_000007338_1_1_F_1.zip](https://github.com/Toblerity/Fiona/files/8072230/ROI_PNEO3_202201182152117_PMS_ORT_PWOI_000007338_1_1_F_1.zip) As you see, it is always...

My use case is that the user can give a path and this path can be a URL. I just need this URL recognized as one (and not as a...

My usecase is (not that) simple: I am using `cloudpathlib` to unify the path management in my library. The problem is that a S3 file can be described by a...

I found [this](http://www.wryway.com/blog/aws-s3-url-styles/) blog post if it can help 😄 Maybe this [lib](https://github.com/marazmiki/s3-parse-url) can help ? Personnaly, my URLs (from S3-compatible Ceph storage) look like: `https://s3.endpoint/bucket/file.extension`