Re: [gdal-dev] Feature request: gauss and other interpolations in gdalwarp

2013-04-04 Thread Jan Heckman
Hello Jan, There hasn't been a lot of response to your question, so I take the liberty to give you my thoughts, for what they are worth. My first guess was that you need something like a bilateral filter. Noise (detail) reduction is combined with edg

[gdal-dev] OGR-SQL and wildcard usage on mapserver fiflter

2013-04-04 Thread Andrea Peri
Hi, I'm try-ing to apply this kind of filter on a mapserver mapfile on a gdal/ogr spatialite dataset. FILTER "WHERE ID_ING LIKE '%idtpn%'" and defining METADATA 'default_idtpn' '%' But I'm having an error with this log. msOGRFileWhichShapes(): OGR error. SetAttributeFilter(ID_ING L

Re: [gdal-dev] extract information from polygon shapefile based on raster grid?

2013-04-04 Thread Chao YUE
Dear Jan and Doug, Thanks for all these ideas. Finally I report back. Finally I find a point shapefile data equivalent to the previous ploygon ones. So I take the easy approach (which must be computationally unoptimized): 1. read all the attribute data to a csv or pandas dataframe object ( http://

[gdal-dev] c# interface

2013-04-04 Thread Tom Finegan
Well, I figured out my one issue where Ogr.Open() was returning a null dataset. This was because I had not called OSGeo.OGR.Ogr.RegisterAll(). I had mistakenly called OSGeo.GDAL.Gdal.AllRegister() instead, which does not register the OGR drivers. Without an OGR driver registered, Ogr was not abl

[gdal-dev] Apply a style to a GeoServer Layer without creatinig SLD file

2013-04-04 Thread Wael Tarhouni
Hi All; There's any way to apply a style to a layer without creating an SLD File physically on GeoServer (i mean a style flow). Regards -- Wael Tarhouni Ingénieur en Réseaux informatiques et Télécommunications de l'INSAT (+216) 22 239 551 ___ gdal-de

[gdal-dev] c# interface

2013-04-04 Thread Tom Finegan
Hello, I was able to build the c# interface dll-s using swig 1.3.39. gdal_csharp, ogr_csharp and osr_csharp.dll all register successfully and I referenced them in my c# project, however I have 2 questions: 1. When I register the dlls, I get a dialog asking me which ArcGIS Installation to use. W

Re: [gdal-dev] Bulding GDAL with SDE and python support on solaris 9

2013-04-04 Thread Moses.Gone
Hallo forum, I would like to build GDAL for a solaris machine(5.9) with the following support ArcSDE 9.3.1 and python (since I intent to use the gdal_retile and gdal_translate utilities). However I keep on having errors when trying to do make. ld: fatal: Symbol referencing errors. No output wri

Re: [gdal-dev] PGRasterDataset taking too much time to Open Dataset

2013-04-04 Thread Even Rouault
Selon ryagz : > I am new to rising a ticket, i tried logging in with my osgeo.org(the current > mailing list) credentials but its not logging in. Which credentials should i > use or should i register separately somewhere to raise a ticket in > http://trac.osgeo.org/gdal/report/1?asc=0&sort=ticket

Re: [gdal-dev] PGRasterDataset taking too much time to Open Dataset

2013-04-04 Thread ryagz
I am new to rising a ticket, i tried logging in with my osgeo.org(the current mailing list) credentials but its not logging in. Which credentials should i use or should i register separately somewhere to raise a ticket in http://trac.osgeo.org/gdal/report/1?asc=0&sort=ticket ? Thanks, Ryagz --

Re: [gdal-dev] PGRasterDataset taking too much time to Open Dataset

2013-04-04 Thread Even Rouault
Selon ryagz : > Hi, > > I am having a postgis raster table which has raster data about 40 GB, when i > try to load the dataset its taking too much time (about 40 mins) in the > function "GDALDataset* PostGISRasterDataset::Open(GDALOpenInfo* poOpenInfo) > " . > > When i digged into the code i found

Re: [gdal-dev] PGRasterDataset taking too much time to Open Dataset

2013-04-04 Thread Even Rouault
Selon ryagz : > Hi, > > I am having a postgis raster table which has raster data about 40 GB, when i > try to load the dataset its taking too much time (about 40 mins) in the > function "GDALDataset* PostGISRasterDataset::Open(GDALOpenInfo* poOpenInfo) > " . > > When i digged into the code i found

[gdal-dev] PGRasterDataset taking too much time to Open Dataset

2013-04-04 Thread ryagz
Hi, I am having a postgis raster table which has raster data about 40 GB, when i try to load the dataset its taking too much time (about 40 mins) in the function "GDALDataset* PostGISRasterDataset::Open(GDALOpenInfo* poOpenInfo) " . When i digged into the code i found out that in the function "G

[gdal-dev] PGRasterDataset taking too much time to Open Dataset

2013-04-04 Thread ryagz
Hi, I am having a postgis raster table which has raster data about 40 GB, when i try to load the dataset its taking too much time (about 40 mins) in the function "GDALDataset* PostGISRasterDataset::Open(GDALOpenInfo* poOpenInfo) " . When i digged into the code i found out that in the function "G

Re: [gdal-dev] OGR GML writer dataset creation options not working

2013-04-04 Thread Even Rouault
Selon Matt Langley : > I'm trying to convert some shapefiles to GML using both ogr2ogr and python > code. In both cases I'm having trouble making the 'dataset creation options' > work preoperly. > > Setting the XSISCHEMAURI seems to work. i.e > > /ogr2ogr -f GML test.gml shape_folder -dsco XSISCHE