clcr / pyeo

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

composite date function only shows the most recent 2 dates #67

Closed hidexxx closed 3 years ago

hidexxx commented 4 years ago

eg. if composite_20180201 is built with image from 20180201 and 20180131. When the composite is updated to composite_20180202, then the generated date layer has only two values: 20180202 and 20180201, the date 20180131 from the previous composite will be lost.