AustralianSDAF / EoAF

Downloading and processing tools for Australian forests satellite data.
Apache License 2.0
1 stars 1 forks source link

Automatic Merging #5

Open calvpang opened 1 month ago

calvpang commented 1 month ago

image

Current Implementation: There is a function for merging Sentinel-2 & Landsat products in the event that an area of interest spans multiple satellite images.

Feature Request: Rather than require a user selecting which products to merge, the function should automatically identify products by date and satellite ID and merge them.

calvpang commented 1 month ago

I believe that there may already be an implementation of this in the CLI versions of the scripts. Will need to be adapted for the Jupyter Notebooks & Gradio WebUI.