Re: [gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-24 Thread Donovan Cameron
Looks like over in the [qgis-user] list, someone is having similar problems: https://groups.google.com/d/msg/qgis_user_remote/B2J9sOsSLbo/BIpAHZ84bhgJ On Thu, Jan 24, 2013 at 9:05 PM, Donovan Cameron wrote: > I can't seem to compile GDAL with FileGDB support on openSUSE. > I'm compiling locally u

[gdal-dev] libFileGDBAPI.so not found with compiling gdal 1.9.2 on openSUSE 12.2 x64.

2013-01-24 Thread Donovan Cameron
I can't seem to compile GDAL with FileGDB support on openSUSE. I'm compiling locally using the OBS tools (osc) and have checked-out the libgdal package from the Application:Geo project. Steps I've taken: 1) Download FileGDB_API_1_2-64.tar.gz 2) tar xzvf FileGDB_API_1_2-64.tar.gz -C /usr/lib64/

Re: [gdal-dev] VRT/CSV to PostgreSQL - Convert Missing/Blank Values to NULL?

2013-01-24 Thread Even Rouault
Le jeudi 24 janvier 2013 22:54:48, Jason Greenlaw - NOAA Affiliate a écrit : > When loading into a PostgreSQL/PostGIS database, can the VRT/CSV driver > convert missing values (for a "Real" field) to NULL instead of defaulting > to 0.00? > > Example: > > I'm attempting to load a CSV file into Pos

[gdal-dev] VRT/CSV to PostgreSQL - Convert Missing/Blank Values to NULL?

2013-01-24 Thread Jason Greenlaw - NOAA Affiliate
When loading into a PostgreSQL/PostGIS database, can the VRT/CSV driver convert missing values (for a "Real" field) to NULL instead of defaulting to 0.00? Example: I'm attempting to load a CSV file into PostgreSQL using the following simple VRT file: -

Re: [gdal-dev] elevetions from ASTER GDEM V2

2013-01-24 Thread Tyler Mitchell
On 2013-01-24, at 11:43 AM, Elias Kotsifis wrote: > I want to calculate the elevation of any point on earth, giving lat, Long > (for example like google elevation Api, or the earth tools: > http://www.earthtools.org/webservices.htm # cheigit) based the ASTER GDEM > MODEL V2. > I went to downloa

Re: [gdal-dev] elevetions from ASTER GDEM V2

2013-01-24 Thread Jean-Claude Repetto
On 24/01/2013 20:43, Elias Kotsifis wrote: > Hello > > I want to calculate the elevation of any point on earth, giving lat, > Long (for example like google elevation Api, or the earth tools: > http://www.earthtools.org/webservices.htm # cheigit) based the ASTER > GDEM MODEL V2. > I went to downlo

[gdal-dev] elevetions from ASTER GDEM V2

2013-01-24 Thread Elias Kotsifis
Hello I want to calculate the elevation of any point on earth, giving lat, Long (for example like google elevation Api, or the earth tools: http://www.earthtools.org/webservices.htm # cheigit) based the ASTER GDEM MODEL V2. I went to download data from there, and gives me geotiff files. Overall fo

Re: [gdal-dev] Warping with GCPs at high latitudes

2013-01-24 Thread Even Rouault
Le jeudi 24 janvier 2013 13:18:50, Knut-Frode Dagestad a écrit : > Hi, > > I am having trouble to perform accurate warping of images with GCPs > (lon,lat) in the high Arctic (to "+proj=stere +lat_0=90 +lon_0=0"); > problems starting already around 80 degrees of latitude. > Thin Plate Spline (-tps)

Re: [gdal-dev] PDF driver

2013-01-24 Thread Livneh Yehiyam
Thanks Even Sent from my mobile - From: "Even Rouault" Subject: Re: [gdal-dev] PDF driver Date: 24 ינואר 2013 21:23 Le jeudi 24 janvier 2013 14:05:18, Livneh Yehiyam a écrit : > Hi > Is it possible to create a multi-page PDF with the current PDF driver (both > raste

Re: [gdal-dev] PDF driver

2013-01-24 Thread Even Rouault
Le jeudi 24 janvier 2013 14:05:18, Livneh Yehiyam a écrit : > Hi > Is it possible to create a multi-page PDF with the current PDF driver (both > raster and vector)? Thanks Not directly, but you can likely assemble several single page PDFs into a multi-page PDF with utilities such as pdfunite from

Re: [gdal-dev] Can't create a ticket in Trac

2013-01-24 Thread Etienne Tourigny
Sometimes it's good to try with another browser (e.g. Chrome) when this kind of issues come up. cheers On Thu, Jan 24, 2013 at 4:01 PM, Jean-Claude Repetto wrote: > On 24/01/2013 12:39, Jean-Claude Repetto wrote: >> Hello, >> >> I just tried to create a ticket, as I do usually. I logged in, fill

Re: [gdal-dev] ogr2ogr - ESRI Shapefile: how to set SHPT?

2013-01-24 Thread Jukka Rahkonen
Helmut Kudrnovsky web.de> writes: > > my idea is to convert a MULTIPOINT shapefile to a POINT shapefile, but how > to set SHPT=POINT? > I would have a try with ogr2ogr -explodecollections http://www.gdal.org/ogr2ogr.html -Jukka Rahkonen- ___ gdal-

Re: [gdal-dev] Can't create a ticket in Trac

2013-01-24 Thread Jean-Claude Repetto
On 24/01/2013 12:39, Jean-Claude Repetto wrote: > Hello, > > I just tried to create a ticket, as I do usually. I logged in, filled in > my ticked, pressed the button "Create Ticket", and I got these messages : > > You are currently not logged in. You may want to do so now. > Error: Forbidden > >

[gdal-dev] ogr2ogr - ESRI Shapefile: how to set SHPT?

2013-01-24 Thread Helmut Kudrnovsky
hi, in the format manual for shapefile following mentioned: [...] SHPT=type: Override the type of shapefile created. Can be one of NULL for a simple .dbf file with no .shp file, POINT, ARC, POLYGON or MULTIPOINT for 2D, or POINTZ, ARCZ, POLYGONZ or MULTIPOINTZ for 3D. Shapefiles with measure valu

Re: [gdal-dev] creating bounding box map of a contour map

2013-01-24 Thread Hermann Peifer
On 2013-01-24 11:44, Ahmet Temiz wrote: hello I have a contour elevation (line) map. I create bounding box map ( as a rectangular polygon ) of this contour map using extend. how can I do that ? If I understood correctly, all you need to do is: ogrtindex output_dataset src_dataset http://

[gdal-dev] creating bounding box map of a contour map

2013-01-24 Thread Ahmet Temiz
hello I have a contour elevation (line) map. I create bounding box map ( as a rectangular polygon ) of this contour map using extend. how can I do that ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı

[gdal-dev] PDF driver

2013-01-24 Thread Livneh Yehiyam
Hi Is it possible to create a multi-page PDF with the current PDF driver (both raster and vector)? Thanks Yehiyam This message (including any attachments) issued by RAFAEL- ADVANCED DEFENSE SYSTEMS LTD. (hereinafter "RAFAEL") contains confidential info

[gdal-dev] Warping with GCPs at high latitudes

2013-01-24 Thread Knut-Frode Dagestad
Hi, I am having trouble to perform accurate warping of images with GCPs (lon,lat) in the high Arctic (to "+proj=stere +lat_0=90 +lon_0=0"); problems starting already around 80 degrees of latitude. Thin Plate Spline (-tps) performs better than polynomial fits, but output is often severely dragg

[gdal-dev] gdal_edit

2013-01-24 Thread Jean-Claude Repetto
Hello, This utility program is very useful to change georeferencing of a raster without having to decompress and recompress it. It is a lot faster and the quality is not changed. I think it would deserve to be an official GDAL 1.10 command, not just a Python sample. Jean-Claude __

[gdal-dev] gdal2tiles broken

2013-01-24 Thread Jean-Claude Repetto
This is the ticket I tried to file in Trac (see my previous message just a minute ago) : gdal2tiles.py seems to be broken in gdal-1.10 BETA 1; $ gdal2tiles.py File "/usr/bin/gdal2tiles.py", line 680 g.add_option("-g", "--googlekey", dest='googlekey',

[gdal-dev] Can't create a ticket in Trac

2013-01-24 Thread Jean-Claude Repetto
Hello, I just tried to create a ticket, as I do usually. I logged in, filled in my ticked, pressed the button "Create Ticket", and I got these messages : You are currently not logged in. You may want to do so now. Error: Forbidden TICKET_CREATE privileges are required to perform this operatio