![]() |
2010-11-17
, 05:20
|
Posts: 5 |
Thanked: 0 times |
Joined on Nov 2010
|
#52
|
Can you try to feed thismanually intoCode:-123.183900 47.032780 -123.183900 47.599720 -122.168100 47.599720 -122.168100 47.032780Code:gdaltransform -tps -i -t_srs +proj=longlat 18448_1.KAP
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
![]() |
2010-11-17
, 18:03
|
Posts: 5 |
Thanked: 0 times |
Joined on Nov 2010
|
#53
|
Unless you have another suggestion, I guess it's time to load a 32bit VM.
DEBUG:root:gdalwarp -tps -dstalpha -wo INIT_DEST=NO_DATA -wo CUTLINE=POLYGON(()) -of VRT 18448_1.aux_vrt 18448_1.vrt
![]() |
2010-12-02
, 07:27
|
Posts: 40 |
Thanked: 18 times |
Joined on May 2008
|
#54
|
![]() |
2010-12-06
, 07:22
|
Posts: 5 |
Thanked: 0 times |
Joined on Nov 2010
|
#55
|
Hi jaybonomad! I'm back home and I have made a little trick that may help you. Could you please try the version attached?
![]() |
2010-12-06
, 09:55
|
Posts: 40 |
Thanked: 18 times |
Joined on May 2008
|
#56
|
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.
![]() |
2010-12-08
, 07:34
|
Posts: 40 |
Thanked: 18 times |
Joined on May 2008
|
#58
|
It seems that the calibration is off by few hundred meters. I'll try to get you the map samples.
The Following User Says Thank You to vadp For This Useful Post: | ||
![]() |
2010-12-08
, 10:51
|
Posts: 38 |
Thanked: 6 times |
Joined on Mar 2006
@ Finland
|
#59
|
![]() |
2010-12-08
, 13:15
|
Posts: 40 |
Thanked: 18 times |
Joined on May 2008
|
#60
|
set PYTHON=D:\bin\Python26 set GDAL=D:\bin\release-1400-gdal-1-7-mapserver-5-6
cd /d D:\test\bsb\tst-ozi
bsb2gdal.py my_map.kap or ozi2gdal.py my_map.map ... gdal2tiles.py my_map.vrt ... tiles2mapper.py my_map ...
bsb2gdal.py --cut my_map.kap or ozi2gdal.py --cut my_map.map
ozi2gdal.py --no-data=111,222,333 my_map.map
gdal2tiles.py -r antialias my_map.vrt
tiles-merge.py map1-folder map2-folder map3-folder result-folder
tiles2mapper.py --to gtiles source-tiles result-tiles
Do you use 32-bit python distribution? If so, perhaps it's worth trying 64-bit version.
Update: Just tried your chart on 32-bit XP -- no problem
BTW Found a little bug though, so here a yet another version
Last edited by vadp; 2010-11-16 at 14:16.