[gdal-dev] GRASS vector in a vrt file ?

2012-03-13 Thread gene
Hello, Is it possible to use Grass 6.4 vector in a vrt file ? (I also posted this question on the Grass-User list) I try /home/grassdata/geol/test/vector/sond/head 1 following the specifications of http://www.gdal.org/ogr/drv_grass.html for the Datasource name and the example of http://lists

[gdal-dev] PROJ 4.8.0 Released

2012-03-13 Thread Frank Warmerdam
Folks, I am pleased to announce the release of PROJ 4.8.0. This is a major new feature release and collects all the work done since the PROJ 4.7.0 release in September 2009. The NEWS file includes these major items: * Added the Natural Earth projection. * Added HEALPIX, rHEALPIX and Icosahedr

Re: [gdal-dev] Motion:Commit rights for David Zwarg

2012-03-13 Thread Even Rouault
Le mardi 13 mars 2012 15:54:22, Jorge Arevalo a écrit : > Motion: GDAL/OGR Commit rights are extended to David Zwarg +1 Even ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Motion:Commit rights for David Zwarg

2012-03-13 Thread Daniel Morissette
On 12-03-13 10:54 AM, Jorge Arevalo wrote: Motion: GDAL/OGR Commit rights are extended to David Zwarg +1 Daniel -- Daniel Morissette http://www.mapgears.com/ Provider of Professional MapServer Support since 2000 ___ gdal-dev mailing list gdal-dev@

Re: [gdal-dev] Motion:Commit rights for David Zwarg

2012-03-13 Thread Tamas Szekeres
+1 Tamas 2012/3/13 Jorge Arevalo > Motion: GDAL/OGR Commit rights are extended to David Zwarg > > Hello, > > David Zwarg has been working over the last few weeks in submitting > patches to improve and fix the PostGIS Raster driver. I have > integrated them until now, but I think it would be e

Re: [gdal-dev] Motion:Commit rights for David Zwarg

2012-03-13 Thread Howard Butler
On Mar 13, 2012, at 11:41 AM, Frank Warmerdam wrote: > On Tue, Mar 13, 2012 at 7:54 AM, Jorge Arevalo > wrote: >> Motion: GDAL/OGR Commit rights are extended to David Zwarg > ,,, > >> +1 > > Jorge, > > +1 Frank +1 Howard ___ gdal-dev mailing list

Re: [gdal-dev] Motion:Commit rights for David Zwarg

2012-03-13 Thread David Zwarg
On Tue, Mar 13, 2012 at 12:41 PM, Frank Warmerdam wrote: > On Tue, Mar 13, 2012 at 7:54 AM, Jorge Arevalo > wrote: > > Motion: GDAL/OGR Commit rights are extended to David Zwarg > ,,, > > > +1 > > Jorge, > > +1 Frank > > David will need to review the RFC on committer guidelines and > acknowledge

Re: [gdal-dev] Motion:Commit rights for David Zwarg

2012-03-13 Thread Frank Warmerdam
On Tue, Mar 13, 2012 at 7:54 AM, Jorge Arevalo wrote: > Motion: GDAL/OGR Commit rights are extended to David Zwarg ,,, > +1 Jorge, +1 Frank David will need to review the RFC on committer guidelines and acknowledge here (gda-dev) his willingness to adhere to them. http://trac.osgeo.org/gdal/

[gdal-dev] GDALOpen failed on GRC grid

2012-03-13 Thread mladen-g
Hello all, I'm experiencing an error when trying to open a GRC grid (Northwood VerticalMapper Classified Grid) with gdal_translate. The command and error is: C:\>gdal_translate -of vrt "C:\temp\ClassficationGrid-UK-Technologies_1.grc" "C:\temp\ClassficationGrid-UK-Technologies_1.vrt"

Re: [gdal-dev] Ogr2Ogr convert wih max feature

2012-03-13 Thread Ari Jolma
Interestingly, I just submitted an enhancement request for CopyLayer method of DataSource, which would make it easy to add max_features switch to ogr2ogr http://trac.osgeo.org/gdal/ticket/4564 Ari On 03/13/2012 01:30 PM, xavier lhomme wrote: Thanks I succeed to import only 5 features for each

[gdal-dev] Motion:Commit rights for David Zwarg

2012-03-13 Thread Jorge Arevalo
Motion: GDAL/OGR Commit rights are extended to David Zwarg Hello, David Zwarg has been working over the last few weeks in submitting patches to improve and fix the PostGIS Raster driver. I have integrated them until now, but I think it would be easier to give him commit access. David is a commit

Re: [gdal-dev] caching in gdal

2012-03-13 Thread Etienne Tourigny
Akshay, Caching is done independently for each opened dataset, as long as total caching does not exceed GDAL_CACHEMAX. You can control the size of the cache with the GDAL_CACHEMAX config option, see the following wiki pages http://trac.osgeo.org/gdal/wiki/ConfigOptions http://trac.osgeo.org/gdal

Re: [gdal-dev] Ogr2Ogr convert wih max feature

2012-03-13 Thread xavier lhomme
Thanks I succeed to import only 5 features for each layer with the MAXFEATURES args ! you need to append the MAXFEATURES parameter to the url querystring, > for example: > > ogr2ogr -f “FleGDB” mydb.gdb > WFS:"http://geohub.jrc.ec.europa.eu/effis/ows?SERVICE=WFS&MAXFEATURES=3"; > FiresAll > > best

Re: [gdal-dev] Ogr2Ogr convert wih max feature

2012-03-13 Thread Paolo Corti
>   I want to convert data from a WFS to a FilkeGDB but limit the download of > feature with a max Feature by layer args : > > > > Ogr2Ogr –f “FleGDB” toto.gdb http:// WebServer>?request=GetCapabilities&service=WFS  maxFeature=5 > you need to append the MAXFEATURES parameter to the url querystring

[gdal-dev] Re: Wrong resolution info from multitable rasterlite

2012-03-13 Thread Jukka Rahkonen
Jukka Rahkonen mmmtike.fi> writes: > Quantum GIS is placing the map that actually has 100 m pixels in a > wrong scale into a project. However, I am not sure if this pure > GDAL error because Spatialite-gis seems to make the same > error. I can see correct values in the pixel_x_size x and > pixe

[gdal-dev] Ogr2Ogr convert wih max feature

2012-03-13 Thread xavier lhomme
Hi I want to convert data from a WFS to a FilkeGDB but limit the download of feature with a max Feature by layer args : Ogr2Ogr –f “FleGDB” toto.gdb http://?request=GetCapabilities&service=WFS maxFeature=5 I don’t find an

[gdal-dev] creating 3D surface with DTED

2012-03-13 Thread Noura Shamsi
hello am newbie with gdal lib my aim is to create a 3D surface using DTED (digital terrain elevation data) then overlay the map or satellite imagery tiles to create a 3Drendered scene. since my coordinate dataset is dted i have used gdal lib to get the dataset; now i need to request tiles from a ge

[gdal-dev] Wrong resolution info from multitable rasterlite

2012-03-13 Thread Jukka Rahkonen
Hi, See what happened when I took two tiffs with different resolutions This one suomi45m_tm35fin.tif Origin = (-70042.000,7903802.000) Pixel Size = (200.000,-200.000) and another gdalinfo suomi1m_tm35fin.tif Origin = (19970.000,7785300.