[gdal-dev] GDAL/OGR 1.7.3RC2 Packaged for OSGeo4W

2010-11-08 Thread Frank Warmerdam

Folks,

As per the title, I have updated the gdal17 package in OSGeo4W to match
the code in the GDAL 1.7.3RC2 release candidate.  For those on windows
not wanting to build themselves this can be a good way to test the release
candidate.

  http://osgeo4w.osgeo.org/

Best regards,
--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL/OGR 1.7.3 Release Candidate

2010-11-08 Thread Christopher Barker

On 11/6/10 7:48 PM, Frank Warmerdam wrote:

I have a GDAL/OGR 1.7.3 release candidate available at last. I had to hold
off last week as the autotests were failing in hard to track down ways.

http://download.osgeo.org/gdal/gdal-1.7.3RC1.tar.gz
http://download.osgeo.org/gdal/gdal173RC1.zip


Frank, does this include the support for other projections in BSB? i.e. 
is that what I should test for that?


thanks,

-Chris



I have preliminary release notes at:

http://trac.osgeo.org/gdal/wiki/Release/1.7.3-News

I have also packaged up the current 1.7 version of the autotest at:

http://download.osgeo.org/gdal/gdalautotest-1.7.3.tar.gz

I would appreciate feedback on issues with the release candidate. I'll call
for a vote early in the week if it looks ok.

Best regards,



--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

chris.bar...@noaa.gov
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL/OGR 1.7.3 Release Candidate

2010-11-08 Thread Frank Warmerdam

Christopher Barker wrote:

On 11/6/10 7:48 PM, Frank Warmerdam wrote:
I have a GDAL/OGR 1.7.3 release candidate available at last. I had to 
hold

off last week as the autotests were failing in hard to track down ways.

http://download.osgeo.org/gdal/gdal-1.7.3RC1.tar.gz
http://download.osgeo.org/gdal/gdal173RC1.zip


Frank, does this include the support for other projections in BSB? i.e. 
is that what I should test for that?


Chris,

I see no sign in #3409 that the BSB projection changes were incorporated
into 1.7 branch.  So no.  But if you can test on windows you can use the
"gdal-dev" package of OSGeo4W.  On linux you can pull down a nightly
source snapshot anytime to test:

  http://www.gdal.org/daily/

You would want the "trunk" snapshot not "stable".  "stable" is from the
1.7 branch while trunk is the development version.

Best regards,
--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


[gdal-dev] Motion: Promote GDAL/OGR 1.7.3RC2 to final release

2010-11-08 Thread Frank Warmerdam

Motion: Promote GDAL/OGR 1.7.3RC2 to final release

---

PSC members,

I've run the autotests in a few environments and things seems solid
to me.  Please vote when you have had a chance to examine the release
candidate.  Anyone else who finds problems should also speak up of course.

+1 Frank

--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


[gdal-dev] gdalinfo crashes or reports an error when reading a FITS file

2010-11-08 Thread Eric Davies
I've been trying to use the gdalinfo application to examine a number 
of FITS files that I've grabbed off the net. I've run into problems 
with both the precompiled/linked version of gdalinfo that comes with 
FWTOOLS.2.0.6, and with a copy I built myself from GDAL 1.7.2 source 
code and the cfitsio library. I'm running Linux (Fedora Core 13, 
Kernal 2.6) on a 32 bit Intel platform. It's not that I'm interested 
so much in the output of gdalinfo, but I wanted to verify that the 
underlying GDAL library could handle FITS before using it in my own 
application.


Most FITS files I tried caused gdalinfo to die with a segmentation 
fault. For example, the following files caused segmentation faults:

http://fits.gsfc.nasa.gov/nrao_data/tests/ftt4b/file013.fits
http://fits.gsfc.nasa.gov/nrao_data/samples/wcs/m82opt.fits

The remaining files I tried caused more graceful failures, 
represented by the message below.
ERROR 1: FITS file /opt/data/fits/ngc6503.fits does not have 2 or 3 
dimensions.

gdalinfo failed - unable to open '/opt/data/fits/ngc6503.fits'.
File from http://fits.gsfc.nasa.gov/nrao_data/samples/cubes/ngc6503.fits

I was able to view these FITS file using SAOImage DS9. indicating 
that the files were not corrupt.


Has anybody tested GDAL against FITS files recently?

Thank you,
Eric.

**
Eric Davies, M.Sc.
Senior Programmer Analyst
Barrodale Computing Services Ltd.
1095 McKenzie Ave., Suite 418
Victoria BC V8P 2L5
Canada

Tel: (250) 704-4428
Web: http://www.barrodale.com
Email: e...@barrodale.com
**


___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdalinfo crashes or reports an error when reading a FITS file

2010-11-08 Thread Even Rouault
Eric,

I've tried with Ubuntu 10.04 64 bit and a Win32 daily build and I have noticed 
the following behaviour in both cases :

1) gdalinfo file013.fits :
ERROR 1: Error while reading key 19 from FITS file file013.fits (203)
gdalinfo failed - unable to open 'file013.fits'.

--> I've looked a bit at that issue and just improved the driver (in trunk) so 
that it accepts that file now. See http://trac.osgeo.org/gdal/ticket/3822

2) gdalinfo m82opt.fits: works

3) gdalinfo ngc6503.fits :
ERROR 1: FITS file ngc6503.fits does not have 2 or 3 dimensions.
gdalinfo failed - unable to open 'ngc6503.fits'.

--> that one seems to be expected.

Perhaps you should try upgrading your cfitsio library ? And I'd note that 
FWTools 2.0.6 is getting pretty old now so you might run into bugs fixed in a 
more recent versions when using it.

Best regards,

Even

Le lundi 08 novembre 2010 22:31:06, Eric Davies a écrit :
> I've been trying to use the gdalinfo application to examine a number
> of FITS files that I've grabbed off the net. I've run into problems
> with both the precompiled/linked version of gdalinfo that comes with
> FWTOOLS.2.0.6, and with a copy I built myself from GDAL 1.7.2 source
> code and the cfitsio library. I'm running Linux (Fedora Core 13,
> Kernal 2.6) on a 32 bit Intel platform. It's not that I'm interested
> so much in the output of gdalinfo, but I wanted to verify that the
> underlying GDAL library could handle FITS before using it in my own
> application.
> 
> Most FITS files I tried caused gdalinfo to die with a segmentation
> fault. For example, the following files caused segmentation faults:
> http://fits.gsfc.nasa.gov/nrao_data/tests/ftt4b/file013.fits
> http://fits.gsfc.nasa.gov/nrao_data/samples/wcs/m82opt.fits
> 
> The remaining files I tried caused more graceful failures,
> represented by the message below.
> ERROR 1: FITS file /opt/data/fits/ngc6503.fits does not have 2 or 3
> dimensions.
> gdalinfo failed - unable to open '/opt/data/fits/ngc6503.fits'.
> File from http://fits.gsfc.nasa.gov/nrao_data/samples/cubes/ngc6503.fits
> 
> I was able to view these FITS file using SAOImage DS9. indicating
> that the files were not corrupt.
> 
> Has anybody tested GDAL against FITS files recently?
> 
> Thank you,
> Eric.
> 
> **
> Eric Davies, M.Sc.
> Senior Programmer Analyst
> Barrodale Computing Services Ltd.
> 1095 McKenzie Ave., Suite 418
> Victoria BC V8P 2L5
> Canada
> 
> Tel: (250) 704-4428
> Web: http://www.barrodale.com
> Email: e...@barrodale.com
> **
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] Motion: Promote GDAL/OGR 1.7.3RC2 to final release

2010-11-08 Thread Even Rouault
Le lundi 08 novembre 2010 21:22:35, Frank Warmerdam a écrit :
> Motion: Promote GDAL/OGR 1.7.3RC2 to final release

+1

Even
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev