borevitzlab / exif2timestream

DEPRECATED. Please use the current version of the TimeStream tools at https://gitlab.com/appf-anu/pyts2.
https://gitlab.com/appf-anu/pyts2
1 stars 2 forks source link

Fix resolution in bottom level images #28

Closed gdunstone closed 9 years ago

gdunstone commented 9 years ago

The height shouldnt be in the lowest level files see:

fnqr-daintree-overstory-nadir-C01~1920x1440-orig_2014_04_05_06_00_00_00.jpg

should be:

fnqr-daintree-overstory-nadir-C01~1920-orig_2014_04_05_06_00_00_00.jpg

I have mangled the data that we have in the "supersites_read_only" folder, so that it will work, but this is still an issue until it is fixed in this library

gdunstone commented 9 years ago

also the names under original and outputs should not have underscores in them:

fnqr-daintree-understory_oblique-01~fullres-orig

should be

fnqr-daintree-understory-oblique-01~fullres-orig
jbraiuka commented 9 years ago

Should be done under latest push. Thanks.