clcr / pyeo

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

Time layer + flag to skip #46

Closed Thingus closed 5 years ago

Thingus commented 5 years ago

There's now a flag in pyeo.core.composite_images_with_mask to create a date image as attached. It will be built in the same folder as the composite, with _date.tif appended to the filename. It's a single-layer geotiff, with each pixel containing the date in the format yyyymmdd. Unassigned pixels are value 0.

Also:Added --skip_prob_image as a flag to rolling_composite: this allows users of rolling_composite_change_detection to not build the large and unwieldy probability rasters.