Jennings Jay wrote:

I expected outputsize-pixels to be [inputsize-pixels * 0.50/0.2986] in both directions, but it is a good bit bigger than that. Can anybody see why ?

Input size X, Y (pixels) : 45974,  39526
Output size X, Y (pixels) : 83468,  72894


This looks reasonable. EPSG:3785 uses Mercator projection, which in return has quite some distortion for areas far away from the equator.

http://en.wikipedia.org/wiki/Mercator_projection#Uses


Can anyone suggest a means to query that info in a BigTIFF ?


I used the gdal configure option:

./configure --with-libtiff=internal

This gave me: "LIBTIFF support: internal (BigTIFF=yes)"

Hermann

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to