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

2010-04-22 Thread Ari Jolma
Frank Warmerdam wrote: Folks, I have prepared a new 1.7.2 release candidate. In this one I have run libtoolize --force --copy and then autogen.sh in the hopes of producing a consistent up-to-date set of configure and libtool stuff. I'd particularly appreciate the folks who had problems with

Re: [gdal-dev] Raster data extraction

2010-04-22 Thread Roger André
Hi Brent, You can write a program that takes in the coordinates of your sample points as input, and then reads the pixel values in each band of the image at that location. Not sure if that's what you're looking for, but it works. Roger -- On Mon, Apr 19, 2010 at 2:36 PM, wrote: > Hi, > > Is t

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

2010-04-22 Thread Lucena, Ivan
Frank, Never mind. It seems like the application that I used to decompress gdal-1.7.2RC2.tar.gz creates the files and folder with an incorrect permission. I saw some permission error on the log. So I re-started with simple "gzip -d" and "tar xvf" and everything worked just fine. Regards, Iva

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

2010-04-22 Thread Lucena, Ivan
Frank, I am trying the RC2 on OpenSUSE and I found a problem. Here is my configure command: ./configure \ --with-libtool \ --with-libtiff=internal \ --with-geotiff=internal \ --with-jpeg=internal \ --with-gif=internal After having compiled a lot of thing

[gdal-dev] RE: Extract WKT actual Data Values starting with rootNode

2010-04-22 Thread Zermeno, Robert J CIV NAVAIR, 472100D
Frank, Thanks a lot for the tips. I have been playing around a bit with the C API and documentation and noticed that the way gdal is loaded in Borland, I cannot use the C++ api of gdal. My objective is I want to acquire the root node of the WKT tree and for each node, extract the value and it

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

2010-04-22 Thread Jose Gomez-Dans
> > On Apr 22, 2010, at 11:51 AM, Frank Warmerdam wrote: >> >> > Folks, >> > >> > I have prepared a new 1.7.2 release candidate. In this one I have >> > run libtoolize --force --copy and then autogen.sh in the hopes of >> producing >> > a consistent up-to-date set of configure and libtool stuff.

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

2010-04-22 Thread Daniel Morissette
William Kyngesburye wrote: I have prepared a new 1.7.2 release candidate. In this one I have run libtoolize --force --copy and then autogen.sh in the hopes of producing a consistent up-to-date set of configure and libtool stuff. I'd particularly appreciate the folks who had problems with RC1 t

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

2010-04-22 Thread Kyle Shannon
RC1 did not work for me due to the libtool issue, RC2 is working now. kss # Kyle Shannon Physical Science Technician RMRS Fire Sciences Lab Fire, Fuels & Smoke - RWU 4405 5775 Highway 10 W. Missoula, MT 59808 (406)829-6954 kshan...@fs.fed.us #

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

2010-04-22 Thread William Kyngesburye
Compiles now on OS X. On Apr 22, 2010, at 11:51 AM, Frank Warmerdam wrote: > Folks, > > I have prepared a new 1.7.2 release candidate. In this one I have > run libtoolize --force --copy and then autogen.sh in the hopes of producing > a consistent up-to-date set of configure and libtool stuff.

Re: [gdal-dev] kyngchaos Framework build doesn't support OGDI

2010-04-22 Thread William Kyngesburye
... the NGA data works for me. Including PPC Leopard (I only tested Intel yesterday). Can you double-check that it's not working using my framework? For your own build, note that there is some patching I do to get the OGDI library to function smoothly, so you can specify 'vrf'. Without the pa

Re: [gdal-dev] kyngchaos Framework build doesn't support OGDI

2010-04-22 Thread Christopher Barker
William Kyngesburye wrote: The test dataset works for me with my 1.7.1-1 release builds, on both Leopard and Snow. I'm testing on Leopard, PPC, for what that's worth. Do you have a quick link for that NGA data? You can get it from: https://www1.nga.mil/ProductsServices/NauticalHydrographi

[gdal-dev] GDAL/OGR 1.7.2RC2 Release Candidate

2010-04-22 Thread Frank Warmerdam
Folks, I have prepared a new 1.7.2 release candidate. In this one I have run libtoolize --force --copy and then autogen.sh in the hopes of producing a consistent up-to-date set of configure and libtool stuff. I'd particularly appreciate the folks who had problems with RC1 trying this out. ht

Re: [gdal-dev] How to extract Well Known Text Coordinate System information (WKT)..., OGR unresolved reference problem

2010-04-22 Thread Frank Warmerdam
Zermeno, Robert J CIV NAVAIR, 472100D wrote: Hi everyone, I am enjoying the simplicity of GDAL with integrating with various formats. I have two related questions. 1. How can I simply extract individual pieces of WKT? Meaning, The returned string from GetProjectionRef() returns a WKT format co

[gdal-dev] How to extract Well Known Text Coordinate System information (WKT)..., OGR unresolved reference problem

2010-04-22 Thread Zermeno, Robert J CIV NAVAIR, 472100D
Hi everyone, I am enjoying the simplicity of GDAL with integrating with various formats. I have two related questions. 1. How can I simply extract individual pieces of WKT? Meaning, The returned string from GetProjectionRef() returns a WKT format coordinate system string describing the geogr

Re: [gdal-dev] Question how to use OGRLayerH

2010-04-22 Thread Chaitanya kumar CH
Alexander, I didn't understand your requirements correctly I think PostGIS can help you with the aggregation with just a few SQL commands. If you want to do it programmatically, you have to loop through the layer's features and add up all the linestrings into a multilinestring according to your cr

[gdal-dev] Question how to use OGRLayerH

2010-04-22 Thread Alexander Plum
Hello there, I want to use the GDAL-function 'GDALContourGenerate' to construct highlines. Furthermore I make use of the OGRLayerH which should save the the vector-data-output (the result) of the function called above. I've read the OGR API Tutorial page (http://www.gdal.org/ogr/ogr_apitut.h