I have georeferenced data from 1 to 10M resolution in GeoTiff format. I can use gdal to resample everything to 5M, but I would like to store the data so that rather than having an origin at a decimal value, it would have a 1s digit of 0 or 5.
So rather than having an origin of:
(607474.537941714515910,4373727.438771144486964)
It would be:
(607475.0, 4373725.0)
with an interpolation option offered (I used bilinear for the resampling to 5M.)
أكثر...
So rather than having an origin of:
(607474.537941714515910,4373727.438771144486964)
It would be:
(607475.0, 4373725.0)
with an interpolation option offered (I used bilinear for the resampling to 5M.)
أكثر...