Re: [gdal-dev] Reading CurveString and CurvePolygon Geometries from FGF Data

2014-01-17 Thread Even Rouault
Le vendredi 17 janvier 2014 17:08:38, Bob Cave a écrit : > Hello, > > I am using the OGR Spatialite driver to read a database that has FGF > geometries. Some of the geometries are CurvePolygons, which are not > currently supported in OGRGeometryFactory::createFromFgfInternal() as of > GDAL 1.10.1

Re: [gdal-dev] gdalinfo coordinates problem?

2014-01-17 Thread Even Rouault
Le vendredi 17 janvier 2014 21:28:35, Reynolds, Scott a écrit : > Hi, > > I've downloaded several DEMs (e.g 27002570PAS_dem.zip) from > ftp://pamap.pasda.psu.edu/pamap_lidar/cycle1/DEM/South/2008/2000/. > Gdalinfo is reporting the corner coordinates to be in the vicinity of 91 > degrees 31 m

Re: [gdal-dev] gdalinfo coordinates problem?

2014-01-17 Thread Dmitriy Baryshnikov
Hi, yes, this is a bug. The same error on last trunk gdal and also QGIS. I think the problem is in reprojection (lost linear units). The file have linear unit as us_survey_feet (0.304801). It's interesting does gdal support such projection? May be is is unsupported. Best regards, Dmitry

Re: [gdal-dev] gdalinfo coordinates problem?

2014-01-17 Thread Dmitriy Baryshnikov
Hi, yes, this is a bug. The same error on last trunk gdal and also QGIS. I think the problem is in reprojection (lost linear units). The file have linear unit as us_survey_feet (0.304801). It's interesting does gdal support such projection? May be is is unsupported. Best regards, Dmitry

[gdal-dev] gdalinfo coordinates problem?

2014-01-17 Thread Reynolds, Scott
Hi, I've downloaded several DEMs (e.g 27002570PAS_dem.zip) from ftp://pamap.pasda.psu.edu/pamap_lidar/cycle1/DEM/South/2008/2000/. Gdalinfo is reporting the corner coordinates to be in the vicinity of 91 degrees 31 minutes west longitude which should be more like 75 degrees 36 minutes we

Re: [gdal-dev] Fwd: Color Columns in Raster Attribute Tables

2014-01-17 Thread Even Rouault
Le vendredi 17 janvier 2014 01:21:14, Sam Gillingham a écrit : > Hi Even, Frank, > > I'm interested to hear if you have an opinion on this. Is this behaviour by > design or a bug in the HFA driver? > > I'm happy to supply a patch to the HFA driver if you think this is sensible > solution. I just

Re: [gdal-dev] gdal_translate - Generate Full 1 deg x 1 deg tile from partial data

2014-01-17 Thread Metzen
Thanks, that did the trick perfectly. I'd say that is a very good change for gdal_translate. I'm still on 1.9.2 on my server, but was able to find a more recent binary for my Mac. > What version of gdal are you using? Starting with 1.10, it > gdal_translate should do what you want. Specifying

Re: [gdal-dev] Problems with Python/subprocess.call/gdalwarp

2014-01-17 Thread Sean Gillies
Arielle, Try output = subprocess.check_output('gdalwarp ...') print output to see what gdalwarp might be complaining about in the child process. See also http://docs.python.org/2/library/subprocess.html#subprocess.check_output. On 5/31/13, 10:36 AM, Arielle Simmons wrote: I am try

[gdal-dev] Reading CurveString and CurvePolygon Geometries from FGF Data

2014-01-17 Thread Bob Cave
Hello, I am using the OGR Spatialite driver to read a database that has FGF geometries. Some of the geometries are CurvePolygons, which are not currently supported in OGRGeometryFactory::createFromFgfInternal() as of GDAL 1.10.1. Is support for FGF CurveString and CurvePolygon geometries current

Re: [gdal-dev] gdal_translate - Generate Full 1 deg x 1 deg tile from partial data

2014-01-17 Thread Kyle Shannon
What version of gdal are you using? Starting with 1.10, it gdal_translate should do what you want. Specifying -eco or -epo makes it an error: -epo: (Error when Partially Outside)(GDAL >= 1.10) If this option is set, -srcwin or -projwin values that falls partially outside the source raster extent

[gdal-dev] gdal_translate - Generate Full 1 deg x 1 deg tile from partial data

2014-01-17 Thread Metzen
I'm using gdalbuildvrt to combine a bunch of .dem files into a larger .vrt file, then using gdal_translate to slice this into 1 deg x 1 deg tiles. gdalbuildvrt index.vrt *.dem gdal_translate -of USGSDEM -projwin -88.0001042 52.0001042 -86.9998958 50.9998958 index.vrt output/N52W088.dem The probl

[gdal-dev] Problems with Python/subprocess.call/gdalwarp

2014-01-17 Thread Arielle Simmons
I am trying to use a subprocess.call method in python to use 'gdalwarp' on a .img file. So far everything that I've put in my script runs fine...but the gdalwarp. There is no error...so I assume I am somehow not understanding the gdalwarp statement as well as I thought I might. Anybody see what

Re: [gdal-dev] Decimal places of output in cs2cs

2014-01-17 Thread Antonio Falciano
Il 16/01/2014 22:06, ludwig.hilger ha scritto: hello everybody, I know that this is probably a ridiculously simple question, but I a rather new to the syntax and have tried this for about 2 hours now. I want to reproject decimal coordinates in epsg 4326 to 25832 and I want the output values to h