clcr / pyeo

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

Time range for building composite is not working currently #49

Closed hidexxx closed 3 years ago

hidexxx commented 5 years ago

Need a function to select certain images to be built into composite. Current model builds every image in the current folder.

function goes into here: subprocessing/composite_directory.py

Improvement needed in: pyeo.core compostie_directory (line 1121, now searching for .tif)