Rémi Braun

Results 84 issues of Rémi Braun

Hello, Gram-Schmidt pansharpening method's [patent](https://patents.google.com/patent/US6011875A/en) has expired in 2018. I don't know if it is possible, but it would be wonderful to add it to the `gdal_pansharpen` tool, as it...

enhancement

It would be great to create a FinallyCallback (on the pattern of DownloadedCallback) to manage products even if the download has failed. For example, some usecases: - when downloading on...

enhancement

When searching with `creodias` or `aws_eos`, Eodag does not seem to be able to determine that the product has already been downloaded by another provider. ![2022-01-07_17h38_47](https://user-images.githubusercontent.com/67311115/148576221-6f4b56a0-06a5-45e0-b14d-3bd2d5032579.png) It is due (I...

bug

Hello, I think that enabling a sort of **provider chaining** in case of the preffered one(s) fail(es) could be a real advantage. This redundancy would allow EODAG to be used...

enhancement

Adding [EOReader](https://github.com/sertit/eoreader) library. The documentation can be found [here](https://eoreader.readthedocs.io/en/latest). ## Introduction **EOReader** is a remote-sensing opensource python library reading Sentinel data (and other optical and SAR sensors), loading and stacking...

Hello, It would be nice to enable the support of every pathlib-based objects such as the ones implemented on [cloudpathlib](https://cloudpathlib.drivendata.org/), that are wrapping both usual pathlib and cloud paths (which...

enhancement

Hello, Installing Fiona 1.8.21 breaks my GDAL/Proj environment in my docker image, with Python 3.7 running on Debian:buster-slim. However, rolling back to 1.8.20 with the exact same Dockerfile makes it...

Hello, I tried your promising 0.7.0 version this morning, however, the glob function breaks for me now: ```python directory = S3Path('s3://sertit-extracteo-ci/water') directory.glob('*S2*_MSIL2A*') ``` throws: ``` self = S3Path('s3://sertit-extracteo-ci/water'), pattern =...

bug

Hello, it's me again 😃 Could it be possible to manage cloud URLs the same way than CloudPaths (ie. `https://my-bucket.s3.us-west-2.amazonaws.com/puppy.png`) ? Or maybe just encapsulate them in a URLPath class...

enhancement

As `rioxarray` can read `rasterio`'s datasets and implements some wrapping to `rasterio` functions (but not all of it, such as mask), it could be a good thing to have a...

proposal