Re: [gdal-dev] Motion: Commit Access for Adam Nowacki

2010-02-26 Thread Even Rouault
Le Monday 22 February 2010 22:32:35 Even Rouault, vous avez écrit : > Motion: Extend GDAL/OGR Commit Access to Adam Nowacki. Hi, I declare this motion passed with support from TamasS, EvenR, AndreyK, HowardB, and DanielM. Best regards, > > --- > > Hi, > > Adam is the author of the GDAL WMS dri

Re: [gdal-dev] why ogr oracle connection is so slow?

2010-02-26 Thread Mateusz Loskot
Moskovitz, Bob wrote: > Speaking of Oracle drivers. Maybe there is something in orclib > (http://orclib.sourceforge.net/ ) that the gdal devs can use to solve > the speed problem. -Bob "encapsulates OCI (Oracle Call Interface)" So, there would be obviously no difference related to what Oracle

Re: [gdal-dev] When is GDAL_DATA environment variable read by OGR?

2010-02-26 Thread Mateusz Loskot
Jason Roberts wrote: > I am curious to know when OGR will read the GDAL_DATA environment > variable. It is set during construction of driver managers of GDAL http://trac.osgeo.org/gdal/browser/trunk/gdal/gcore/gdaldrivermanager.cpp?rev=18770#L98 OGR http://trac.osgeo.org/gdal/browser/trunk/gd

Re: [gdal-dev] When is GDAL_DATA environment variable read by OGR?

2010-02-26 Thread Even Rouault
Le Friday 26 February 2010 19:46:40 Jason Roberts, vous avez écrit : > I am curious to know when OGR will read the GDAL_DATA environment variable. > After looking at the code and reviewing this > email > thread, it appears that the e

Re: [gdal-dev] Motion: Commit access for

2010-02-26 Thread Tamas Szekeres
+1 Tamas 2010/2/26 Frank Warmerdam > Motion: Commit access on the GDAL/OGR project is extended to Brian Case. > > --- > > Brian Case (Winkey in irc/trac) has been using and contributing to GDAL/OGR > for some time. He has provided a number of patches, including those in > tickets #2979, #297

Re: [gdal-dev] Motion: Commit access for

2010-02-26 Thread Mateusz Loskot
Jan Hartmann wrote: > On 26-2-2010 18:08, Frank Warmerdam wrote: >> Frank Warmerdam wrote: >>> Motion: Commit access on the GDAL/OGR project is extended to Brian >>> Case. >>> >>> --- >>> >>> Brian Case (Winkey in irc/trac) has been using and contributing to >>> GDAL/OGR >>> for some time. He has

Re: [gdal-dev] Motion: Commit access for

2010-02-26 Thread Even Rouault
+1 Le Friday 26 February 2010 17:59:21 Frank Warmerdam, vous avez écrit : > Motion: Commit access on the GDAL/OGR project is extended to Brian Case. > > --- > > Brian Case (Winkey in irc/trac) has been using and contributing to GDAL/OGR > for some time. He has provided a number of patches, includ

[gdal-dev] When is GDAL_DATA environment variable read by OGR?

2010-02-26 Thread Jason Roberts
I am curious to know when OGR will read the GDAL_DATA environment variable. After looking at the code and reviewing this email thread, it appears that the environment variable is currently only read at initialization time (OGRSFDrive

Re: [gdal-dev] Motion: Commit access for

2010-02-26 Thread Jan Hartmann
On 26-2-2010 18:08, Frank Warmerdam wrote: Frank Warmerdam wrote: Motion: Commit access on the GDAL/OGR project is extended to Brian Case. --- Brian Case (Winkey in irc/trac) has been using and contributing to GDAL/OGR for some time. He has provided a number of patches, including those in t

RE: [gdal-dev] why ogr oracle connection is so slow?

2010-02-26 Thread Ivan Lucena
Hi Bob, The OCILIB is a great wrapper over the OCI but even Oracle has a great wrapper over OCI, it is called OCCI. Those wrapper make it easier to develop code against Oracle OCI but I believe that there is no specific concern in LOB access performance and that is what we need. That would re

RE: [gdal-dev] why ogr oracle connection is so slow?

2010-02-26 Thread Moskovitz, Bob
Speaking of Oracle drivers. Maybe there is something in orclib (http://orclib.sourceforge.net/ ) that the gdal devs can use to solve the speed problem. -Bob -Original Message- From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] On Behalf Of G. Allegri Sent

Re: [gdal-dev] Motion: Commit access for

2010-02-26 Thread Daniel Morissette
Frank Warmerdam wrote: Motion: Commit access on the GDAL/OGR project is extended to Brian Case. +1 Daniel -- Daniel Morissette http://www.mapgears.com/ ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-d

Re: [gdal-dev] why ogr oracle connection is so slow?

2010-02-26 Thread G. Allegri
Thanks for your replies. I've my pc down for maintanance, so I cannot give you quantitative details at the moment. Anyway, I haven't tested GeoRaster (as I don't have rasters on the db). I've only made read-only tests through ogr2ogr (to export to shapefiles) and the qgis ogr provider. >From the wo

Re: [gdal-dev] Motion: Commit access for

2010-02-26 Thread Mateusz Loskot
Frank Warmerdam wrote: Frank Warmerdam wrote: Motion: Commit access on the GDAL/OGR project is extended to Brian Case. --- Brian Case (Winkey in irc/trac) has been using and contributing to GDAL/OGR for some time. He has provided a number of patches, including those in tickets #2979, #2978,

Re: [gdal-dev] gdal_translate with -a_srs option using proj4 syntax and +a=ellipsoid

2010-02-26 Thread Frank Warmerdam
Cassanova, Bill wrote: ***First step is to add the geographic information to the tiff*: gdal_translate -a_ullr -3507992.25 6780696 3601343.75 2337361-a_srs "+proj=merc +lon_0=96w +a=6378206.5 +f=0.00339" src_image.tiff dest_image.tiff The failure I get is: Failed to process SRS definition:

Re: [gdal-dev] make install -- copy "shapefil.h" into the include dir

2010-02-26 Thread Frank Warmerdam
Even Rouault wrote: Joaquim, I'm not sure this is a good idea. Shapelib and its header file is an internal dependency of GDAL/OGR and should probably remain as such. I'd note we made recently necessary changes to some utilities (gdaltindex comes to mind) to use OGR API and drop their explicit

Re: [gdal-dev] Motion: Commit access for

2010-02-26 Thread Frank Warmerdam
Frank Warmerdam wrote: Motion: Commit access on the GDAL/OGR project is extended to Brian Case. --- Brian Case (Winkey in irc/trac) has been using and contributing to GDAL/OGR for some time. He has provided a number of patches, including those in tickets #2979, #2978, #2977, #2955, #2945, and

[gdal-dev] Motion: Commit access for

2010-02-26 Thread Frank Warmerdam
Motion: Commit access on the GDAL/OGR project is extended to Brian Case. --- Brian Case (Winkey in irc/trac) has been using and contributing to GDAL/OGR for some time. He has provided a number of patches, including those in tickets #2979, #2978, #2977, #2955, #2945, and #2890. He has not embar

Re: [gdal-dev] why ogr oracle connection is so slow?

2010-02-26 Thread Ivan Lucena
Giovanni, Have you tried any GeoRaster read and write on your environment? Have you been able to compare the performance of Oracle/GeoRaster in GDAL against other alternatives? The raster driver also uses Oracle's OCI dlls but the performance is balanced between fast loading and fast reading.

[gdal-dev] Re: Motion: Commit Access for Adam Nowacki

2010-02-26 Thread Daniel Morissette
Even Rouault wrote: Motion: Extend GDAL/OGR Commit Access to Adam Nowacki. +1 Daniel -- Daniel Morissette http://www.mapgears.com/ ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] why ogr oracle connection is so slow?

2010-02-26 Thread Frank Warmerdam
G. Allegri wrote: In this period I'm working intensively with Oracle Spatial (on Windows XP), and I've had the occasion to use it from many perspectives: through Gvsig with its jdbc-based connector, ArcGis with the Interoperability Tools, etc. When I've decided to test the ogr driver I've seen it

[gdal-dev] Storing Gdal datasets in Postgis

2010-02-26 Thread Ricardo Cezar Bonfim Rodrigues
Hi, I'm using Gdal to load dted files and get max elevations of a region, but I have constraints concerning speed. Inspite of loading geotifs generated from dted has reduced a lot the processing time, its still not enough to the constraints I have. I'm loading geotiffs which represents dted L1

Re: [gdal-dev] Reading Modis level1b HDF4 data

2010-02-26 Thread Martin Raspaud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ivan, Ivan skrev: > Martin, >> Try to use gdal.Open() on a subdataset and then call GetRasterBand(), >> example: > >> dataset = >> gdal.Open('HDF4_EOS:EOS_SWATH:"/local_disk/data/satellite/terra/MOD021KM.A2005161.0920.005.2005161194747.hdf":MODIS_

Re: [gdal-dev] Reading Modis level1b HDF4 data

2010-02-26 Thread Ivan
Martin, Martin Raspaud wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to access Modis data (Terra) with gdal through the python API. I'm following the gdal tutorial http://www.gdal.org/gdal_tutorial.html, but get stuck at the rasterband reading part, with an error: Traceb

[gdal-dev] why ogr oracle connection is so slow?

2010-02-26 Thread G. Allegri
In this period I'm working intensively with Oracle Spatial (on Windows XP), and I've had the occasion to use it from many perspectives: through Gvsig with its jdbc-based connector, ArcGis with the Interoperability Tools, etc. When I've decided to test the ogr driver I've seen it's times slower then

[gdal-dev] Reading Modis level1b HDF4 data

2010-02-26 Thread Martin Raspaud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to access Modis data (Terra) with gdal through the python API. I'm following the gdal tutorial http://www.gdal.org/gdal_tutorial.html, but get stuck at the rasterband reading part, with an error: Traceback (most recent call last): Fi