fmemuir / COASTGUARD

Coastal Observation + Analysis using Satellite-derived Timeseries, Generated Using AI + Real-time Data
37 stars 5 forks source link

Problem with combined Landsat and Sentinel-2 metadata compilation #18

Closed fmemuir closed 1 month ago

fmemuir commented 1 month ago

When Landsat and Sentinel-2 platforms are combined in sat_list and fed into Download.check_images_available(inputs), the process hangs and nothing progresses. Debugging revealed the error "ImageCollection asset 'LANDSAT/LT05/C01/T1_TOA' not found", which is only returned in debugging mode for some reason. Further investigation reveals the Landsat collection was updated by Google Earth Engine to Collection 2. To fix this, the collection names have been updated in this commit from C01 to C02.