View Single Post
Posts: 5 | Thanked: 0 times | Joined on Nov 2010
#52
Originally Posted by vadp View Post
Can you try to feed this
Code:
-123.183900 47.032780
-123.183900 47.599720
-122.168100 47.599720
-122.168100 47.032780
manually into
Code:
gdaltransform -tps -i -t_srs +proj=longlat 18448_1.KAP
I assumed this worked. The output was:
Code:
E:\DeepZoom\dev\bsb2tiles>gdaltransform -tps -i -t_srs +proj=longlat 18448_1.KAP

-123.183900 47.032780
264.235828047997 8192.85411369754 0
-123.183900 47.599720
264.23553921845 313.584303449666 0
-122.168100 47.599720
9864.84455602684 313.584331807953 0
-122.168100 47.032780
9864.84455306079 8192.854118532 0
I looked into using the 64bit version of Python, but apparently PIL isn't readily available in 64bit, and it sounds like this pathway has numerous other problems. See:
http://stackoverflow.com/questions/2...s-python-2-6-4

Unless you have another suggestion, I guess it's time to load a 32bit VM.

Last edited by jaybonomad; 2010-11-17 at 05:34.