[gdal-dev] (no subject)

2016-07-26 Thread Hema Yeedunuri
hi all , I have build gdal-1.11.2 with libcurl support to read wms layers.it is build sucessfully how can i read wms layers .I have geoserver on my loalhost.I have loaded images which uses wms services. I tried opening with gdalopen it is not working . the output format supported in geoserver is p

[gdal-dev] projection error

2015-09-08 Thread Hema Yeedunuri
hi all, i have a geotiff file .i have wrapper classes for gdal for reading and writing.gdal version is 1.11 and proj is 4.2 .whe i try to load a file it is giving following error.i am using ubuntu 12.04. ERROR 1: Only OGC WKT Projections supported for writing to GeoTIFF. thanks, hema _

Re: [gdal-dev] match bounding box of two geometries of two different shape files

2015-05-15 Thread Hema Yeedunuri
done. thanks, Hema On Fri, May 15, 2015 at 2:42 PM, Hema Yeedunuri < hema.yeedun...@amigooptima.in> wrote: > Hi all , > > I have two vectors one is of country (in black)and the other is > corresponding states(in red) of the country.There is some variation with > the ov

[gdal-dev] match bounding box of two geometries of two different shape files

2015-05-15 Thread Hema Yeedunuri
Hi all , I have two vectors one is of country (in black)and the other is corresponding states(in red) of the country.There is some variation with the overlaping of these two vectors as shown below.How should i match both the files so that the red one exactly falls on the black one .Please find the

Re: [gdal-dev] Delete Feature and update the feature with geometry at same feature id

2015-02-22 Thread Hema Yeedunuri
19 février 2015 10:49:58, Hema Yeedunuri a écrit : > > hi all, > > > > Is it possible to update geometry of the deleted feature .I delete > feature > > and then at the same deleted feature id i want to setgeometry to it .how > > can it be done. > > Hema, &

[gdal-dev] Delete Feature and update the feature with geometry at same feature id

2015-02-19 Thread Hema Yeedunuri
hi all, Is it possible to update geometry of the deleted feature .I delete feature and then at the same deleted feature id i want to setgeometry to it .how can it be done. thanks, hema ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osge

Re: [gdal-dev] Delete Feature

2015-02-16 Thread Hema Yeedunuri
all, If i want to update every time the layer every time how can it be done? I want to do undo redo operations on adding and deleting features . thanks, hema On Mon, Feb 16, 2015 at 2:47 PM, Even Rouault wrote: > Le lundi 16 février 2015 10:07:35, Hema Yeedunuri a écrit : > &g

[gdal-dev] Delete Feature

2015-02-16 Thread Hema Yeedunuri
hi all, I am trying to delete feature from shape layer using feature id.the feature id is deleted when deleted in order descending order.When trying to delete randomly it is giving error message if i delete fid = 1, the below error is shown. ERROR 1: Attempt to read shape with feature id (2) out

Re: [gdal-dev] creating graph for single line shape layer using gdal gnm

2014-11-11 Thread Hema Yeedunuri
hello Mikhail Gusev , Thank u for the reply .I want to find the shortest distance between features .But the road layer I am using is having 10055 features. without creating graph it is not possible to find shortest distance.And to my understanding I think it is difficult to manually connect featu