[gdal-dev] Using topocentric coordinate system

2008-12-17 Thread Eran Burstain
Hi ! Lately, the EPSG has added topocentric coordinate system, with codes : System : 6512 Methods : 9836,9837 Parameters : 8834..8839 Can I or how can I Convert/Create a raster band (of image or of elevation) to that system ? Is there a way to describe the system without the epsg code (importing

Re: [gdal-dev] GDAL/StarSpan Mac OS X

2008-12-17 Thread Greg Ederer
It turned out that the magic words were:   LDFLAGS = -framework GDAL -framework GEOS in my Makefile.  Thanks to William Kyngesburye for the solution. Cheers, Greg Christopher Schmidt wrote: On Wed, Dec 17, 2008 at 04:12:26PM -0800, Greg Ederer wrote: Hi, I've been trying to c

Re: [gdal-dev] GDAL/StarSpan Mac OS X

2008-12-17 Thread Christopher Schmidt
On Wed, Dec 17, 2008 at 04:12:26PM -0800, Greg Ederer wrote: > Hi, > > I've been trying to compile StarSpan under Mac OS X 10.5.6. There > doesn't seem to be a StarSpan community/forum/list. Unfortunately, > StarSpan does not know where to find GDAL. I tried adding: > > -I/Library/Frameworks

[gdal-dev] GDAL/StarSpan Mac OS X

2008-12-17 Thread Greg Ederer
Hi, I've been trying to compile StarSpan under Mac OS X 10.5.6. There doesn't seem to be a StarSpan community/forum/list. Unfortunately, StarSpan does not know where to find GDAL. I tried adding: -I/Library/Frameworks/GDAL.framework/Versions/1.6/Headers to Makefile.in and now make can fin

Re: [gdal-dev] Motion: Approve GDAL/OGR 1.4.5RC1 as 1.4.5 Release

2008-12-17 Thread Even Rouault
Le Sunday 14 December 2008 19:47:03 Frank Warmerdam, vous avez écrit : > Folks, > > As I mentioned a couple weeks ago, I am proceeding with producing stable > releases. I have produced a release candidate for a GDAL 1.4.5 release. > Once released I anticipate this will be the last GDAL 1.4.x relea

[gdal-dev] Re: Border slivers and JPEG2000 compression

2008-12-17 Thread Jukka Rahkonen
Matt Wilkie gov.yk.ca> writes: > > Hi Micheal, try the nearblack utility (which is a relatively new > addition): http://www.gdal.org/nearblack.html > > "This utility will scan an image and try to set all pixels that are > nearly black (or nearly white) around the collar to exactly black (or

[gdal-dev] MrSID & December 2008 GDAL/OGR 1.6.0 Release - gdal2tiles

2008-12-17 Thread John-Isaac Clark
I'd seen some previous posts about the gdal2tiles win32 command line utility not supporting MrSID (and other proprietary formats) until the Dec 2008 GDAL release. Granted this was primarily on the maptiler.org site, but I've been unable to dig up confirmation browsing the gdal dev sites. I have u

Re: [gdal-dev] help! convert GML to Shp by using python

2008-12-17 Thread Frank Warmerdam
Xiaoyu Guan wrote: Dear All: I would like to use GDAL/OGR library for converting GML files to Shp files. I have look around on internet. there are a lot of people use OGR2OGR convert them. I have already try use ogr2ogr , convert gml to shp. unfornately, the result is not what I expected. for

RE: [gdal-dev] NITF Header data

2008-12-17 Thread Dan Greve
I would think it makes sense to return these two fields as metadata, specifically IGEOLO, since IGEOLO might not be returned as a geotransform (such as in the case when BlockA or other higher precision georeferencing is available). -- Dan Greve > Date: Tue, 16 Dec 2008 12:01:05 -0500 > From:

[gdal-dev] help! convert GML to Shp by using python

2008-12-17 Thread Xiaoyu Guan
Dear All: I would like to use GDAL/OGR library for converting GML files to Shp files. I have look around on internet. there are a lot of people use OGR2OGR convert them. I have already try use ogr2ogr , convert gml to shp. unfornately, the result is not what I expected. for example. I convert one p

[gdal-dev] gdal 1.6 build on Windows problem

2008-12-17 Thread Gong, Shawn (Contractor)
hi list, I tried to build gdal 1.6 on Windows XP using MS VC++ 6 and Python 2.5.2. I had to make two changes for it to pass VC6 compiler: (1) Replace "long long" with "__int64" in gdal-1.6.0\frmts\gtiff\libtiff\tif_ojpeg.c (2) edit gdal-1.6.0\frmts\grib\degrib18\degrib\fileendian.h so that 4 #incl

Re: [gdal-dev] Coordinate Transformation Question

2008-12-17 Thread Joel Odom
Hi, Frank. Sometimes I have to admit to idiocy. Being new to OGR, I didn't realize that the projection code was dependent on the proj library. Maybe I should have looked at my output where it said, "ERROR 6: Unable to load PROJ.4 library (proj.dll), creation of OGRCoordinateTransformation failed