Re: [gdal-dev] MrSID Color Spaces

2017-05-17 Thread SIMON Nicolas
Martin, Could you test this patch ? Nicolas De : gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] De la part de Even Rouault Envoyé : mardi 16 mai 2017 18:28 À : Martin Chapman Cc : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] MrSID Color Spaces On mardi 16 mai 2017 10:13:52 CEST Martin Ch

Re: [gdal-dev] Interpolation questions

2017-03-29 Thread SIMON Nicolas
Daniele, For your first question, you should operate with a no_data value outside the range of pixel generated by interpolation. So you should do a preprocessing to change no_data value outside of this range. Alternatively, if you want to keep 0 as no_data, you should clamp negative value

[gdal-dev] OCI loses decimal result

2016-03-02 Thread SIMON Nicolas
Dear GDAL developer, I run this command (GDAL 2.0.2, released 2016/01/26) ogr2ogr -f "ESRI Shapefile" Test2.shp OCI:user/pwd@instance -sql "SELECT RID, ROUND(sdo_geom.sdo_area (s.geom, 0.01) / 1,4) SURF_HA, s.GEOM FROM SIG_SOCS s WHERE RID IN (7778067,8644604)" And I get W

[gdal-dev] question about gdaltranslate

2015-04-30 Thread SIMON Nicolas
Hi list, Is it possible to access this DEM with gdal ? http://geoservices.wallonie.be/arcgis/rest/services/RELIEF/WALLONIE_MNT_2013_2014_HILLSHADE/MapServer What could be the command line to convert a predefine extend into geotiff ? Thanks for your help Nicolas

[gdal-dev] RFC 54 and RFC54

2015-03-26 Thread SIMON Nicolas
Hi list, As I was reading these RFC I was thinking about an old idea to improve the consistency between the different drivers. Instead of having a specific test suite for each drivers, it'll be more interesting to have a test suite in each driver relying on a generic test suite

Re: [gdal-dev] OGR: memory leak in OCI driver

2014-08-01 Thread SIMON Nicolas
nvoyé : mardi 6 mai 2014 17:48 À : SIMON Nicolas; gdal-dev@lists.osgeo.org Cc : SANDRI Christophe; NGUYEN Thi Xuan Truc Objet : RE: [gdal-dev] OGR: memory leak in OCI driver Hi Nicolas, I received that report a month ago: "we have found the OGROCISession is never released, causing a large m

[gdal-dev] OCI driver: Date field creation improvement

2014-08-01 Thread SIMON Nicolas
Hi list, Can someone could review and commit my patch ? http://trac.osgeo.org/gdal/ticket/5600 Thanks Nicolas ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Call for discussion on RFC 46: GDAL/OGR unification

2014-05-16 Thread SIMON Nicolas
Hi list, I'm a little disappointed because I have hoped to find in version 2 a reinforcement (unification) of the semantics of operations against the reported capabilities (cf OGRLayer.TestCapability) For exemple, if I take the function OGRLayer.SetFeature (OGRFeature * poFeature) which is doc

[gdal-dev] OGR: memory leak in OCI driver

2014-05-06 Thread SIMON Nicolas
Dear developers, I suspect that there is a memory leak in OCI driver for OGR My simplified test case is : ... // point A OGRRegisterAll(); // point B pDS = OGRSFDriverRegistrar::Open("OCI:USER/PWD@INSTANCE:TABLE", true); if(pDS) { OGRDataSource::De

Re: [gdal-dev] [gdal 1.10] ogr2ogr ora-04043 object does not exist with spatial views in another schema of the connected user

2014-04-03 Thread SIMON Nicolas
Rémy, One way to overcome delay is to add view name (or table name) in the command line. Doing so will prevent you for scanning tables in the DB. ogrinfo OCI:USR/PWD@INSTANCE:V_AGRI_EXPLOITATION Nicolas De : gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] De la part

Re: [gdal-dev] Compile GDAL with GEOS, strange GEOS_CFLAGS

2013-10-04 Thread SIMON Nicolas
Hi Paul, If it can help, here is my config GEOS_CFLAGS = -I$(GEOS_DIR)/capi -I$(GEOS_DIR)/include -DHAVE_GEOS GEOS_LIB = $(GEOS_DIR)/src/geos_c_i.lib Regards, Nicolas De : gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org] De la part de Paul Meems Envoyé : vendredi