GeoscienceAustralia / uncover-ml

Machine Learning system for Geoscience Australia uncover project
Apache License 2.0
30 stars 20 forks source link

Fix thumbnails #91

Closed brenmous closed 4 years ago

brenmous commented 4 years ago

Issue is that rasterio datasetreader/writer get_transform method returns transform ordered in GDAL style (cabfde) but it was being treated as though it was affine ordering (abcdef). Fix is to convert to src transform to Affine before manipulating it.

Closes #68