Matthew Hanson
Matthew Hanson
The initial matched() function is just getting the total number of hits from the `numberMatched` field in the response so it's making a single query for that. When calling `get_all_items`...
@rbavery it's a bit hacky, but you to get this working you can just create the metadata yourself for the visual asset, then loop through your items and insert it...
``` for item in items: item['assets']['visual']['raster:bands'] = [ {'nodata': 0, 'data_type': 'uint8'}, {'nodata': 0, 'data_type': 'uint8'}, {'nodata': 0, 'data_type': 'uint8'} ] ```
Hello @rbavery ! The intent of them both is the same, which is to create XArrays from STAC Items. The way the XArrays are constructed are slightly different. odc-stac has...
I've published a new version of sat-stac 0.2.3 which changes the default URL to the new domain: https://earth-search-legacy.aws.element84.com There's a new 0.3 sat-search coming, but it will be changing to...
Hello @kurtjoy , We made a poor assumption - when we started this reprocessing a few weeks ago we mistakenly thought that ESA was done with the [reprocessing of Collection-1](https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-2-msi/copernicus-sentinel-2-collection-1-availability-status)....
Hi @aleny91 , No, for now we will continue running the old pipeline and won't deprecate it until we find out more about the expected timing of Collection-1.
@yerzhan7orazayev It appears that ESA has updated their completion date at https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-2-msi/copernicus-sentinel-2-collection-1-availability-status#:~:text=The%20Sentinel%2D2%20Collection%201,2024%2Fbeginning%20of%20Q2%202024. Which now says end of Q1 2024 or start of Q2. If accurate we can expect the processing...
Hello @krishnaglodha, I'm not sure what your geometry is, but my first guess would be the same as @m-mohr, that maybe there are no results. There are some known missing...
@krishnaglodha Everyone should be using the new `sentinel-2-c1-l2a` collection unless they need data older than about 2019....ESA is still reprocessing the archive and once they are done there will be...