OpenDataCubePipelines / tesp

OpenDataCubePipeline code for the processing of Australasian Regional Copernicus Data Hub L1C S2A/B data
3 stars 6 forks source link

Add the ability to change the logging level and avoid skipping yaml c… #70

Closed dunkgray closed 4 years ago

dunkgray commented 4 years ago

The logging is good for knowing what is processed and why some things aren't processed.

I didn't look into why metadata creation is skipped based on dates, so this could have some issues;

This is to avoid skipping due to Dataset creation time being older than start date

            # Note if the difference is more than 7 days it will still skip
            start_date = start_date - timedelta(7)