Re: [gdal-dev] Absolutely no progress trying to compile GDAL with Oracle support on Windows

2012-11-27 Thread Nicolas Simon
Hello, Could should try gdalinfo --formats ? It will shows you if OCI driver was correctly included in the build. If it's not the case, may be you should force a new rebuild with these commands nmake -f makefile.vc clean nmake -f makefile.vc nmake -f makefile.vc install I

Re: [gdal-dev] gdalbuildvrt problem with heterogenous bandcharacteristics

2012-08-16 Thread Nicolas Simon
Hello, The problem comes from the data type: Int16 for the first file, Float32 for the second file. Nicolas -Message d'origine- De : gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org]De la part de Margherita Di Leo Envoyé : jeudi 16 août 2012 17:15 À : Even R

Re: [gdal-dev] New OGR driver: Imageset

2012-07-23 Thread Nicolas Simon
Hi For me it looks like a variant of gdaltindex with input made from specials fields (EXIF data). Output (shapefile for instance) could be translated into whatever you want through ogr2ogr. Regards Nicolas -Message d'origine- De : gda

[gdal-dev] Oracle support available by default in any OSGeo software

2012-07-23 Thread Nicolas Simon
me back to ask you how it's the best way to do that ? Thanks a lot Nicolas Simon ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Multipolygon with holes from OCI becomes invalid

2012-05-29 Thread Nicolas Simon
? (and close the ticket) Thanks Nicolas Simon ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

RE: [gdal-dev] Oracle Locator Support

2012-03-02 Thread Nicolas Simon
Bill, It's Ok with Locator-only installation. Nicolas Simon > -Message d'origine- > De : gdal-dev-boun...@lists.osgeo.org > [mailto:gdal-dev-boun...@lists.osgeo.org]De la part de Bill Teluk > Envoyé : vendredi 2 mars 2012 4:28 > À : gdal-dev@lists.

[gdal-dev] OGR: OCI driver patch review

2011-07-27 Thread Nicolas Simon
Hello, Is it possible to get a developper with commit acces to review this thicket and patch provided ? http://trac.osgeo.org/gdal/ticket/4161 Thanks Nicolas ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists

RE: [gdal-dev] building GDAL for Java with ECW support

2011-07-25 Thread Nicolas Simon
Hi, Concerning convertion from MSVC .lib to GCC import library .a, help could by find here http://jrfonseca.planetaclix.pt/projects/gnu-win32/software/reimp/index.html Nicolas > -Message d'origine- > De : gdal-dev-boun...@lists.osgeo.org > [mailto:gdal-dev-

RE: [gdal-dev] OGR : OCI driver improvement

2011-07-05 Thread Nicolas Simon
pmldnet.com] > Envoyé : lundi 4 juillet 2011 23:52 > À : Nicolas Simon; "" > Objet : RE: [gdal-dev] OGR : OCI driver improvement > > > Nicolas, > > Don't worry about the raster driver. I am taking care of it > but I am glad to know about your interest in mai

RE: [gdal-dev] OGR : OCI driver improvement

2011-07-04 Thread Nicolas Simon
mer...@gmail.com [mailto:fwarmer...@gmail.com]De la part de > Frank Warmerdam > Envoyé : lundi 4 juillet 2011 15:10 > À : Nicolas Simon > Cc : gdal-dev@lists.osgeo.org > Objet : Re: [gdal-dev] OGR : OCI driver improvement > > > Nicolas, > > The proposed changes seem reas

RE: [gdal-dev] OGR : OCI driver improvement

2011-07-04 Thread Nicolas Simon
Frank, Peter and others, > -Message d'origine- > De : Peter J Halls [mailto:p.ha...@york.ac.uk] > Envoyé : lundi 4 juillet 2011 15:19 > À : Nicolas Simon > Cc : gdal-dev@lists.osgeo.org > Objet : Re: [gdal-dev] OGR : OCI driver improvement > > >

[gdal-dev] OGR : OCI driver improvement

2011-07-04 Thread Nicolas Simon
like to know if someone else is interested in these improvements ? Is it the way you want things work ? An other information is that I'm ready to work for these improvements. Regards, Nicolas == Nicolas Simon, Informaticien Service

RE: [gdal-dev] OGR Shapefile SQL with date in where clause

2011-02-07 Thread Nicolas Simon
Paolo, I have no error on the command line... and an empty result in the destination file. I'm using GDAL 1.6.1, could it be the reason ? Thk Nicolas > -Message d'origine- > De : Paolo Corti [mailto:pco...@gmail.com] > Envoyé : lundi 7 février 2011 16:26 >

[gdal-dev] OGR Shapefile SQL with date in where clause

2011-02-07 Thread Nicolas Simon
m fulldataset where VISTERRAIN = '2010/12/07' " Help will be welcome. Thank you Nicolas Simon ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

RE: [gdal-dev] Newbie... need some tutorials about use gdal

2011-01-18 Thread Nicolas Simon
Hello, Since you're interested in shape file (which is vector format), you should look at http://www.gdal.org/ogr/ogr_apitut.html Nicolas > -Message d'origine- > De : gdal-dev-boun...@lists.osgeo.org > [mailto:gdal-dev-boun...@lists.osgeo.org]De la part de Jean

RE: [gdal-dev] OGR SetField() doesn't work

2009-11-19 Thread Nicolas Simon
Arnaud, You should use Layer.SetFeature(feat) to trigger the update in your shape file. Nicolas -Message d'origine- De : gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org]de la part de Arnaud Vandecasteele Envoyé : jeudi 19 novembre 2009 10:21 À : gd

RE: [gdal-dev] OGR OCI Driver improvement about CoordinateDimension

2009-08-20 Thread Nicolas Simon
Peter, > -Message d'origine- > De : Peter J Halls [mailto:p.ha...@york.ac.uk] > Envoyé : jeudi 20 août 2009 14:25 > À : Nicolas Simon > Cc : gdal-dev@lists.osgeo.org > Objet : Re: [gdal-dev] OGR OCI Driver improvement about > CoordinateDimension > > >

RE: [gdal-dev] OGR OCI Driver improvement about CoordinateDimension

2009-08-20 Thread Nicolas Simon
x27; Which is beter for a 2D geometry. Is this change wished or does it create incompatibilities ? nb. This is also the case in ogr_oci_14() for LINESTRING and in ogr_oci_15(). By the way, is there an svn access to autotest ? Nicolas -Message d'origine- De : Nicola

[gdal-dev] OGR OCI Driver improvement about CoordinateDimension

2009-08-05 Thread Nicolas Simon
his kind of test for all geometries created in TranslateGeometry() Note: The test "nDimension>2" seems beter than "nDimension=3" because if SDO_GEOMETRY is 4 (permitted), we will generate a 3D OGRGeometry insteed of a 2D. Best regards, Nicolas ===

RE: [gdal-dev] OGR OCI Driver improvement

2009-07-31 Thread Nicolas Simon
to provide test suite ? Thanks for your advice. Nicolas -Message d'origine- De : Frank Warmerdam [mailto:warmer...@pobox.com] Envoyé : mercredi 29 juillet 2009 18:01 À : Nicolas Simon Cc : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] OGR OCI Driver impro

[gdal-dev] OGR OCI Driver improvement

2009-07-29 Thread Nicolas Simon
iver return that it support Transactions in TestCapability. It is not the case. It should return false until true transaction support will be implemented. Thanks a lot, and I expect that I could contribute in the improvement of the OCI driver ======