Matthew Hanson
Matthew Hanson
@tylere thanks for the suggestion, it's a good one. We've been avoiding officially deprecating the collection because the new one still isn't complete as ESA is still doing backprocessing, but...
hello @duncankinnear-selectcarbon, There does seem to be a problem with the URLs here, and at this point we will not be fixing that older collection of JP2K (review the README...
@JonDHo Yes this will be fixed but I do not have a timeline. Currently we are updating the L2C files with the new processing baseline.
@J6767 The workaround is to loop through the assets and replace the string: ``` for i in items: for a in i['assets']: i['assets'][a]['href'] = i['assets'][a]['href'].replace('sentinel-s2-l2a', 'sentinel-s2-l1c') ``` This has been...
Yes, this may be an issue with the fact that the processing baseline between the L2 scene in Earth Search and the linked to L1 scene may have different processing...
@julianblue are you looking at the `earthsearch:boa_offset_applied` property? Or at the `raster:bands.offset` property? It looks like the offset property may be incorrectly set to -0.1 even when it has been...
@piyushrpt Currently resolving the other issues but will be looking at this problem this week.