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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo