Antonio Valentino

Results 83 comments of Antonio Valentino

It seems that in S3 products the mainfest file is named `xfdumanifest.xml` (instead of `manifest.xml`). IMHO the current implementation does not support this.

IMHO it would be indeed appreciated. IMHO the key problem is in the `sentinelsat.SentinelAPI._get_manifest` method: https://github.com/sentinelsat/sentinelsat/blob/3682e436f2cc2704ca8e93579eafb09cad8874f7/sentinelsat/sentinel.py#L1082

IMHO adding a couple of private methods for getting the "manifest" filename and the "product directory" name and using them consistently across the code would be the better solution. Of...

@valpamp IMHO from the "title" you should be able to identify the sensor because Sentinel product have a fixed naming. The product name starts with S1 for Sentinel-1, S2 for...

This could be indeed a good idea, especially considering that the status of the maintenance upstream package `usgs` is not totally clear at the moment. It could be unmaintained (see...

This issue is also reproducible on debian sid

Apparently the issue is triggered by the update of `fsspec` from v2024.2.0 to v2024.3.1

Dear @falkamelung I'm pretty sure that the TAB completion function (first point) is already available as soon as you install the ([argcomplete](https://pypi.org/project/argcomplete/) optional package) and use the main script named...

The @yunjunz I think that `activate-global-python-argcomplete --user` puts a script in `.bash_completion.d`, but than that script shall be sourced in the `.bashrc`. If i remember correctly, some linux distribution does...

Is there some progress on this?