sentinel-hub / custom-scripts

A repository of custom scripts to be used with Sentinel Hub
https://custom-scripts.sentinel-hub.com/
Creative Commons Attribution Share Alike 4.0 International
662 stars 300 forks source link

replace filterScenes #239

Closed chorng closed 1 year ago

Adrok24 commented 1 year ago

@chorng Although is not in your changes, is there a reason why the dates are hardcoded, can't we get that information from the scenes dates?

chorng commented 1 year ago

@Adrok24 I remoned the hardcoded dates and get the dates from the scenes object. The preProcessScenes has been changed to simply sort all scenes by dates, so the calculation of delta_date is always correct no matter the mosaicking order.