Adrien Wehrlé

Results 59 comments of Adrien Wehrlé

I went for Python because we might want to do more stuff than just converting at some point? Don't know what exactly yet, but at least the option is there!

Thank you for this! Their OAuth client generator is down for now it seems, but hopefully I'll be able to get one soon. Does this mean users willing to download...

Thanks for working on this @Antsalacia ! I think we can just put the tag at the end of the mosaic tif file and not every single split box. So...

Thanks for working on this @Antsalacia ! Now we need a default label in case the user doesn't pass one. Any ideas?

> We could add `default` ? I think the point here would be to have a different label for different areas running on the same date so that they don't...

This is the metadata I get (`job.metadata`) for L2A on that day and area: Click to expand code ``` {'2017-07-28': [{'stac_version': '1.0.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL2A_20170728T150909_N0001_R025_T22WEB_20200811T203817', 'type': 'Feature', 'geometry':...

And the metadata I get for L1C: Click to expand code ``` {'2017-07-28': [{'stac_version': '1.0.0', 'stac_extensions': ['https://stac-extensions.github.io/eo/v1.0.0/schema.json', 'https://stac-extensions.github.io/projection/v1.0.0/schema.json'], 'id': 'S2B_MSIL1C_20170728T150909_N0205_R025_T22WEB_20170728T151149', 'type': 'Feature', 'geometry': {'type': 'MultiPolygon', 'crs': {'type': 'name', 'properties': {'name':...

An example of the partial data coverage on L2A, on the same date as mentioned above (no data on the right hand side).

I could suggest doing this with [`earthspy`](https://github.com/wehrad/earthspy) (a wrapper around `sentinelhub-py`). An example here: ```python import earthspy.earthspy as es # auth.txt should contain username and password (first and second row)...