Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-15 Thread Jaak Laineste
Hi Chris, On 15.11.2012, at 1:15, Chris Barker wrote: >> I just created index bounding boxes for >> all the NOAA BSB charts using GDAL > > Exacltly how did you use GDAL for this? I use GDAL as library. So I have a code which scans all the files and requests bounding boxes. >> for my Android s

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-14 Thread Chris Barker
On Wed, Nov 14, 2012 at 3:15 PM, Chris Barker wrote: > On Wed, Nov 14, 2012 at 4:53 AM, Jaak Laineste (Nutiteq) > wrote: > >> Have you found workaround for this? > > nope. > >> I just created index bounding boxes for >> all the NOAA BSB charts using GDAL > > Exacltly how did you use GDAL for thi

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-14 Thread Jaak Laineste (Nutiteq)
Hello, Have you found workaround for this? I just created index bounding boxes for all the NOAA BSB charts using GDAL for my Android solution, see http://imgur.com/MpADB - as you can see there are quite many wrong locations, Xmin-coordinate is 0. In the same time, Y and Xmax seems to be correct, w

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-09 Thread Chris Barker
On Fri, Nov 9, 2012 at 2:48 PM, Even Rouault wrote: > ok, I see what happens. In _3 and _4 cases, the BSB driver manages to compute > a geotransform from the GCPs and then assigns a projection, in addition to the > GCP projection. > In the _1 and _2 cases, the BSB driver doesn't manage to compute

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-09 Thread Even Rouault
Le vendredi 09 novembre 2012 23:24:43, Robb Wright a écrit : > I just tried it on another machine on a number of .kaps - and some were > working and some were not - but they were different ones. Then I went > back to my first machine and I got the proper result, then ran it again > and got the erro

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-09 Thread Robb Wright
I just tried it on another machine on a number of .kaps - and some were working and some were not - but they were different ones. Then I went back to my first machine and I got the proper result, then ran it again and got the error. Something must be dodgy with my libraries/how I have it ins

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-09 Thread Even Rouault
Le vendredi 09 novembre 2012 21:11:56, Robb K. Wright a écrit : > I'm trying to use gdalsrsinfo (1.9) to extract out WKT-formatted info > from NOAA's BSB/KAP files. It works on many - but has problems with > others - and I can't find a pattern. I'm not sure if it is a problem > with the BSB drive

[gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-09 Thread Robb K. Wright
I'm trying to use gdalsrsinfo (1.9) to extract out WKT-formatted info from NOAA's BSB/KAP files. It works on many - but has problems with others - and I can't find a pattern. I'm not sure if it is a problem with the BSB driver or with gdalsrsinfo, but I'm leaning toward gdalsrsinfo as the p