clcr / pyeo

Python Earth Observation processing chain
GNU General Public License v3.0
96 stars 29 forks source link

Jasmin bug fixes - dropping duplicate acquisition dates before image download #112

Closed eogit closed 1 year ago

eogit commented 1 year ago

Two improvements to apps/make_composite.py have been made.

  1. Duplicate image acquisition dates with different processing baselines will be filtered in order to only download one image. Preference is given to the Copernicus Space Data Ecosystem version of the L2A image.
  2. The number of images for download will be capped AFTER this step, so that the capped number of images of L1C and L2A will be downloaded, and not a number smaller than that if enough images are found.

Runs error-free with the environment_simple.yml Python environment on Linux.