clcr / pyeo

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

clip_raster does not clip to polygon itself, but to bounding box #70

Closed Thingus closed 3 years ago

Thingus commented 3 years ago

Either spin out to two different functions or add flag

Thingus commented 3 years ago

Clip raster does actually clip to polygon, but pixels outside default to 0. Opening new issue to address.