[gdal-dev] Python API docs

2022-10-20 Thread Chaitanya kumar CH
Hi all, Does anyone know where the python api docs are moved? I can't find them at " gdal.org/python". Thank you Best regards, Chaitanya Kumar CH. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to get value of Spatial Attributes Ogr Provider

2014-11-09 Thread Chaitanya kumar CH
___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] How to get value of Spatial Attributes Ogr Provider

2014-11-09 Thread Chaitanya kumar CH
://facebook.com/thanghps[image: Twitter] http://twitter.com/thanghps http://my.wisestamp.com/link?u=mjd9tz39tqz5jn9msite=www.wisestamp.com/email-install On Mon, Nov 10, 2014 at 11:22 AM, Chaitanya kumar CH chaitanya...@gmail.com wrote: Đào, Refer to http://www.s-57.com/ Depth contour features

Re: [gdal-dev] Questions about polygonization

2014-08-19 Thread Chaitanya kumar CH
Jack, The GDALPolygonize algorithm draws the polygon edges along the pixel edges. It assumes the pixels to be rectangular areas instead of points. In the example you described, the first polygon should contain four vertices with the pixel in the centre. Make sure that the program you are using to

Re: [gdal-dev] Questions about polygonization

2014-08-19 Thread Chaitanya kumar CH
, but the program does assume the pixels to be points and not rectangular areas so maybe I will have to shift the pixels. Do you know what transformation I would need to use? Jack. -- mathuin at gmail dot com On Tue, Aug 19, 2014 at 7:17 PM, Chaitanya kumar CH chaitanya...@gmail.com wrote: Jack

Re: [gdal-dev] querry in updating attribute values using ogrdatasource

2014-08-14 Thread Chaitanya kumar CH
Siva, OGR SQL dialect doesn't support updates. Use sqlite dialect. You also need to update GDAL to version 1.10. http://www.gdal.org/ogr_sql_sqlite.html On 14 Aug 2014 20:17, SIVA RAMA KRISHNA s.r.kriis...@gmail.com wrote: Hello, I am trying to update shape file with attribute values .I am

Re: [gdal-dev] Usage of styles in C API

2014-08-03 Thread Chaitanya kumar CH
With Nik available for testing, I can update the style table definition. On 3 Aug 2014 16:39, Even Rouault even.roua...@mines-paris.org wrote: Le dimanche 03 août 2014 12:55:44, Nik Sands a écrit : Thanks Even, Yes, deleting the spaces seems to get it working correctly. Is this

Re: [gdal-dev] styles .ofs and OGR_STBL_GetNextStyle()

2014-08-01 Thread Chaitanya kumar CH
); LABEL(c:#00,s:18pt,t:{title}) ferry: PEN(c:#80,w:2pt,p:18pt 8pt); LABEL(c:#80,s:18pt,t:{title}) ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91

Re: [gdal-dev] Unable to identify feature at selected position with gdal.1.11 with geos-3.4.2

2014-07-31 Thread Chaitanya kumar CH
22.962788057021626,82.997206863283793 22.962788057021626,82.814963887711826 23.064034154561607)) selected Feature 5 If i select any feature it is selecting the last created feature i.e feature 5. On Thu, Jul 31, 2014 at 11:42 AM, Chaitanya kumar CH chaitanya...@gmail.com wrote: Pratap

Re: [gdal-dev] Unable to identify feature at selected position with gdal.1.11 with geos-3.4.2

2014-07-30 Thread Chaitanya kumar CH
-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [gdal-dev] warp taking time

2014-07-15 Thread Chaitanya kumar CH
?... On Mon, Jul 14, 2014 at 1:22 PM, Chaitanya kumar CH chaitanya...@gmail.com wrote: Adiba, I noticed that your source and target projections are same. Why not use gdalbuildvrt and gdal_translate and skip the warping process? You create a virtual mosaic (and assign the projection

Re: [gdal-dev] warp taking time

2014-07-14 Thread Chaitanya kumar CH
, does handle the nodata values correctly. Michele Thornton *From:* gdal-dev-boun...@lists.osgeo.org [mailto: gdal-dev-boun...@lists.osgeo.org] *On Behalf Of *bas smit *Sent:* Thursday, July 10, 2014 7:52 AM *To:* Chaitanya kumar CH *Cc:* gdal dev *Subject:* Re: [gdal-dev] warp taking

Re: [gdal-dev] warp taking time

2014-07-10 Thread Chaitanya kumar CH
mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] ogr2ogr.py

2014-06-27 Thread Chaitanya kumar CH
-gis-roadshows/ ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev

Re: [gdal-dev] gdal_calc.py not saving correct statistics (min/max) to new rasters in some cases?

2014-06-27 Thread Chaitanya kumar CH
Patrick, Can you send me the sample data? -- Best regards, Chaitanya Kumar CH On 27-Jun-2014 9:56 am, Patrick Sunter patdeve...@gmail.com wrote: No comments on the below anyone? It does seem like a genuine bug that gdal_calc.py can produce output with statistics not up to date? Should I

Re: [gdal-dev] GDAL 1.11: SQLite tables

2014-05-28 Thread Chaitanya kumar CH
kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Store GDAL Result Raster in PostGIS Directly

2014-05-28 Thread Chaitanya kumar CH
zlzhao1104, Two things: You need to specify the output data format using the -of option. PostGIS raster driver doesn't support writing yet. It's being implemented now. It is more efficient to do that directly using an SQL command. Refer to PostGIS docs. -- Best regards, Chaitanya Kumar CH On 29

Re: [gdal-dev] Convert in-memory raster

2014-05-13 Thread Chaitanya kumar CH
Anthony, The closest methods in the gdal algorithms is to use GDALComputeMatchingPoints(). You'll get a set of GCPs that match one raster to another. Please report your experience with it here. -- Best regards, Chaitanya Kumar CH On 12-May-2014 11:40 pm, Baker, Anthony W anthony.w.ba

Re: [gdal-dev] gdal_contour failes after creating 4gig+ file

2014-04-29 Thread Chaitanya kumar CH
://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Problems with large ASTER GeoTIFF

2014-04-15 Thread Chaitanya kumar CH
pixels if everything is good. Later, you should scale the pixel values to 0-255 range to represent them in PNG. -- Best regards, Chaitanya Kumar CH On 15-Apr-2014 4:40 pm, Nicole Stoffels stoff...@f2e.de wrote: Thank you both for your answers. I have applied your suggestions. Making a single

Re: [gdal-dev] Problems with large ASTER GeoTIFF

2014-04-15 Thread Chaitanya kumar CH
Nicole, You should be able to perform those operations from qgis too. Crop it to your extents, scale the pixel values and save as PNG. -- Best regards, Chaitanya Kumar CH On 15-Apr-2014 8:21 pm, Nicole Stoffels stoff...@f2e.de wrote: Thanks Chaitanya! The problem is reading the source file

Re: [gdal-dev] gdal_retile x64 : No input files selected.

2014-04-11 Thread Chaitanya kumar CH
STATISTICS_STDDEV=7609.8514119626 regards, Imran -- I.R ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] gdal_rasterize

2014-04-08 Thread Chaitanya kumar CH
. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] Regarding Raster GDAL driver

2014-03-21 Thread Chaitanya kumar CH
regards, Chaitanya Kumar CH On 21-Mar-2014 6:24 pm, Kshitij Kansal kansa...@gmail.com wrote: Hello I had been working on the Raster GDAL QGIS plugin from December last year(Which ultimately got discontinued), and the person, involved, Jorge, asked me to write a proposal in this one(Raster Driver

Re: [gdal-dev] Enquiry

2014-03-19 Thread Chaitanya kumar CH
singapore.geojson Do I have to convert to .shp file? Do you have any suggestions? Thank you! Hao Feng. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH

Re: [gdal-dev] [RFC] [GDAL] Idea for GSoC, 2014

2014-03-16 Thread Chaitanya kumar CH
independent of each other. -- Best regards, Chaitanya Kumar CH On 16-Mar-2014 2:58 am, Dmitriy Baryshnikov bishop@gmail.com wrote: Hi, I only proposed to use the exist API - GDALComputeMatchingPoints, or modify it to support new method BRISK. You have not to modify SimpleSurf, but only make

Re: [gdal-dev] [RFC] [GDAL] Idea for GSoC, 2014

2014-03-14 Thread Chaitanya kumar CH
Kshitij, What is the performance of the proposed algorithms for very large rasters? If one of them is good with large images that's a cleaner choice without all the workaround with scaling the rasters. -- Best regards, Chaitanya Kumar CH On 15-Mar-2014 12:22 am, Dmitriy Baryshnikov bishop

Re: [gdal-dev] gdal_merge.py can not work

2014-03-10 Thread Chaitanya kumar CH
version is 2.76. Any suggestions is appreciated. Ridge 发自我的 iPhone ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] Missing features after copying layers from Shapefiles to SQLite

2014-03-03 Thread Chaitanya kumar CH
http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Help with color map for raster grid

2014-02-25 Thread Chaitanya kumar CH
Daniel, You can build your own colour table using the api. In not familiar with the C# interface but for C, you can refer to http://gdal.org/classGDALColorTable.html -- Best regards, Chaitanya Kumar CH On 25-Feb-2014 8:58 pm, windchaser dkamin...@gmail.com wrote: Chaitanya, Thanks for your

Re: [gdal-dev] Help with color map for raster grid

2014-02-24 Thread Chaitanya kumar CH
and modify its colour table. http://www.gdal.org/gdalbuildvrt.html http://www.gdal.org/gdal_vrttut.html -- Best regards, Chaitanya Kumar CH On 25-Feb-2014 9:26 am, windchaser dkamin...@gmail.com wrote: Hi, I am working with GDAL in a C# project. I need help figuring out how to increase

Re: [gdal-dev] How to exploit the spatial index (*.qix) file for spatial filtering?

2014-02-13 Thread Chaitanya kumar CH
_ Sent from http://osgeo-org.1560.x6.nabble.com -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to exploit the spatial index (*.qix) file for spatial filtering?

2014-02-13 Thread Chaitanya kumar CH
file to accelerate the searching. Does GDAL/OGR has similar functions/classes, something like OGRSFDriverRegistrar::Createqix(savepath), OGRSFDriverRegistrar::Loadqix(path),to open and use qix files? Thank you, Chuiqing, On Thu, Feb 13, 2014 at 11:46 PM, Chaitanya kumar CH chaitanya

Re: [gdal-dev] [RFC] [GDAL] Idea for GSoC, 2014

2014-01-27 Thread Chaitanya kumar CH
http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Question about gdaladdo and raster mosaicking

2014-01-21 Thread Chaitanya kumar CH
prefer. Let me know how it goes. -- Best regards, Chaitanya Kumar CH On 21-Jan-2014 5:31 pm, ammar8...@yahoo.com wrote: Hello Chaitanya, I was looking online for solutions to my problem and I cam across some of your posts so I thought you might help me with my problem. I have 10,000+ TIFF

Re: [gdal-dev] Unable to create MApInfo .tab File

2013-12-27 Thread Chaitanya kumar CH
av, Can you check if ogr2ogr can convert the shapefile to mapinfo? -- Best regards, Chaitanya Kumar CH On Dec 26, 2013 8:14 AM, Avenger Maslog amamas...@gmail.com wrote: Hi Everyone! I'm having an issue with creating MapInfo .tab files. I'm trying to automate the process of creating either

Re: [gdal-dev] Hourly Consultant to help with python script

2013-12-18 Thread Chaitanya kumar CH
Hi Dennis, I'd like to take up your offer. This looks like a small enough job. I can use the gdal_polygonize algorithm to process all the areas with a value other than nodata value. Please email me the details and sample data if you would like me to work on it. -- Best regards, Chaitanya Kumar

Re: [gdal-dev] gdal utilities question

2013-12-11 Thread Chaitanya kumar CH
instead of polygons because they terminate at the raster edges. -- Best regards, Chaitanya Kumar CH On Dec 11, 2013 9:48 PM, Dennis Burgess dmburg...@linktechs.net wrote: I have been using the GDAL utilities. But ran into a snag. We create KML overlay files, basically KML file that geolocates

Re: [gdal-dev] Large shapefile issues

2013-11-25 Thread Chaitanya kumar CH
___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] ogr2ogr

2013-08-23 Thread Chaitanya kumar CH
do we correct geometry which cross the meridian for a shp file using ogr command. Splitting the polygon using ogr command. Thanks in Advance, Shalini -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing

Re: [gdal-dev] Use GDAL to combine (rather than mosaic) rasters

2013-04-28 Thread Chaitanya kumar CH
so it is not exactly what I need. thanks! rit ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] Polygonizer / Lines

2013-03-15 Thread Chaitanya kumar CH
) { if( mls != NULL) { if( mls-getNumGeometries() 0) delete mls; } mls = pTemp; } } Thanks, 2013/3/14 Chaitanya kumar CH chaitanya...@gmail.com Alisson, You can refer to the method's documentation here

Re: [gdal-dev] Polygonizer / Lines

2013-03-14 Thread Chaitanya kumar CH
Allison, Check out OGRGeometry::Polygonize() The result depends on the type of intersections in your lines. -- Best regards, Chaitanya Kumar CH On 14 Mar 2013 21:53, Alisson Barbosa alisson.u...@gmail.com wrote: Hi friends, I have a set of OGRLineStrings and an OGRLinearRing with many

Re: [gdal-dev] Polygonizer / Lines

2013-03-14 Thread Chaitanya kumar CH
alisson.u...@gmail.comwrote: Can you explain a bit better? 2013/3/14 Chaitanya kumar CH chaitanya...@gmail.com Allison, Check out OGRGeometry::Polygonize() The result depends on the type of intersections in your lines. -- Best regards, Chaitanya Kumar CH On 14 Mar 2013 21:53, Alisson

Re: [gdal-dev] Histograms without null pixels

2013-03-05 Thread Chaitanya kumar CH
Caleb, On Tue, Mar 5, 2013 at 11:53 AM, Caleb Hanger cdhan...@gmail.com wrote: On Tue, Mar 05, 2013 at 11:19:27AM +0530, Chaitanya kumar CH wrote: Caleb, gdalinfo uses the GetDefaultHistogram() method which can do this faster by fetching a precomputed histogram. What do you mean

Re: [gdal-dev] Histograms without null pixels

2013-03-05 Thread Chaitanya kumar CH
The main usage of gdalinfo is manual inspection of the image. It was not intended for use within other scripts. The output is formatted for human reading. On Tue, Mar 5, 2013 at 9:00 PM, Caleb Hanger cdhan...@gmail.com wrote: On Tue, Mar 05, 2013 at 01:31:01PM +0530, Chaitanya kumar CH wrote

Re: [gdal-dev] Creation/read format question

2013-03-04 Thread Chaitanya kumar CH
mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [gdal-dev] Histograms without null pixels

2013-03-04 Thread Chaitanya kumar CH
in advance for any insight, Caleb Hanger ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] ogr2ogr with append fails to convert truncated fields

2013-03-01 Thread Chaitanya kumar CH
://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Closing disconnected contours

2013-02-25 Thread Chaitanya kumar CH
, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] ogr2ogr with append fails to convert truncated fields

2013-02-25 Thread Chaitanya kumar CH
Can we expect the fields to remain in the same order every time? Hi All, Related to issue #3247 http://trac.osgeo.org/gdal/ticket/3247 we experienced, that if we use ogr2ogr to append source data to a shapefile destination (by using the -append flag) and field name truncation is taking place, the

Re: [gdal-dev] Closing disconnected contours

2013-02-25 Thread Chaitanya kumar CH
zeta, Are the lines in topo.tif contour lines? How did you generate them? On Tue, Feb 26, 2013 at 12:20 AM, zeta ot...@hush.ai wrote: Chaitanya kumar CH wrote: zeta, The gaps are likely caused by pixels with no data. A simple method is to run gdal_fillnodata.py on the original raster

Re: [gdal-dev] Closing disconnected contours

2013-02-25 Thread Chaitanya kumar CH
zeta, gdal_fillnodata is intended for raster images, like a DEM. Your image is a rendered map. The image you provided is not suitable for unsupervised processing, especially with GDAL. On Tue, Feb 26, 2013 at 12:53 PM, zeta ot...@hush.ai wrote: Chaitanya kumar CH wrote: Are the lines

Re: [gdal-dev] To know about centriod of a polygon shape file

2013-02-20 Thread Chaitanya kumar CH
: Chaitanya, Fine i got your point .I wanted to know when do different features have same centroids for removing duplicate centriods With Regards -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list

Re: [gdal-dev] To know about centriod of a polygon shape file

2013-02-19 Thread Chaitanya kumar CH
a polygon does centroids of both will match Any help in greatly appreciated With Regards ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584

[gdal-dev] Fwd: Removing Dangle lines in shape files

2013-01-17 Thread Chaitanya kumar CH
whether this approach is correct, could you tell me to figure out for angles between lines at nodes with Regards -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] Creating Raster using Spatial Coordinates (Latitude and Longitude)

2013-01-17 Thread Chaitanya kumar CH
-- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Removing Dangle lines in shape files

2013-01-16 Thread Chaitanya kumar CH
) crosses a another line(1) detecting the point of intersection and removing the part beyond line1 . I am employing following code and attaching it. Any suggestion is highly appreciated with Regards -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] Creating new column with filename, scripting shapefiles

2012-11-29 Thread Chaitanya kumar CH
___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

[gdal-dev] LiDAR data formats

2012-11-19 Thread Chaitanya kumar CH
Hi, Can someone tell me the most common data formats useful for storing the LiDAR data including the LiDAR specific data. -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] .tab to .mif with ogr2ogr

2012-11-01 Thread Chaitanya kumar CH
___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] to detect a point in ageometry

2012-10-31 Thread Chaitanya kumar CH
with feature id (1), but it is marked deleted already. deleted 1 2 with Regards -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] problem in removing feature

2012-10-29 Thread Chaitanya kumar CH
which are not read only ERROR 1: The DeleteFeature() operation is not permitted on a read-only shapefile. any help would be great for me With Regards -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing

Re: [gdal-dev] breaking lines at intersection

2012-10-28 Thread Chaitanya kumar CH
at intersection in vector files using gdal any help will be greatly appreciated with Regards -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

Re: [gdal-dev] Convert kml to Shapefile and conserve polygon's colors with Ogr2Ogr

2012-10-22 Thread Chaitanya kumar CH
http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] dotspatial map control navigation

2012-10-19 Thread Chaitanya kumar CH
and unless it is really required. Save paper , stay Green -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Topological pointer

2012-10-05 Thread Chaitanya kumar CH
mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo

Re: [gdal-dev] geotiff

2012-09-27 Thread Chaitanya kumar CH
Emmani ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing

Re: [gdal-dev] how to create an image with a colortable?

2012-09-26 Thread Chaitanya kumar CH
scripting? Many thanks Sam __**_ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/**mailman/listinfo/gdal-devhttp://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] how to create an image with a colortable?

2012-09-26 Thread Chaitanya kumar CH
is not compatiable. This is a different issue I will take up separately as I expect has nothing to do with GDAL. Many thanks. Will keep at it. On 2012/09/26 11:54, Chaitanya kumar CH wrote: Sam, What did you do? What errors did you get? On Wed, Sep 26, 2012 at 12:23 PM, Samantha Goodchild-Brown

[gdal-dev] GDAL at FOSS4G-India

2012-09-26 Thread Chaitanya kumar CH
-- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal dataset

2012-09-07 Thread Chaitanya kumar CH
reply. With Regards, Neelima Emmani ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] gdal dataset

2012-09-07 Thread Chaitanya kumar CH
...@iictechnologies.com wrote: Hi Chaitanya, How did you do that. What version of gdal are you using. Can you please share your code snipplet with me. With Regards, Neelima Emmani -- *From:* Chaitanya kumar CH [chaitanya...@gmail.com] *Sent:* Friday, September 07

Re: [gdal-dev] Odd behavior with OGR2OGR and arcSDE - tries to copy multiple layers.

2012-09-05 Thread Chaitanya kumar CH
us. Do not copy or disclose the contents. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] gdal + C#

2012-09-05 Thread Chaitanya kumar CH
, Neelima Emmani GIS Developer ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] Odd behavior with OGR2OGR and arcSDE - tries to copy multiple layers.

2012-09-05 Thread Chaitanya kumar CH
the contents. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev

Re: [gdal-dev] gdal + C#

2012-09-05 Thread Chaitanya kumar CH
-- *From:* Chaitanya kumar CH [chaitanya...@gmail.com] *Sent:* Thursday, September 06, 2012 10:31 AM *To:* Neelima Emmani *Cc:* gdal-dev@lists.osgeo.org *Subject:* Re: [gdal-dev] gdal + C# Neelima, Please go through the documentation in the website. http://trac.osgeo.org/gdal/wiki

Re: [gdal-dev] Gdalinfo is missing documentation for -approx_stats

2012-09-04 Thread Chaitanya kumar CH
://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to cut a Raster map with a KML file

2012-09-03 Thread Chaitanya kumar CH
Regards, Luis ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev

Re: [gdal-dev] How to compile GDAL from gdal trunk and qgis from source?

2012-08-30 Thread Chaitanya kumar CH
-tp4998802.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] gdal info in python script

2012-08-28 Thread Chaitanya kumar CH
of gdalinfo being displayed? how is it possible? ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E

Re: [gdal-dev] Problem when resizing main frame in Windows 7.

2012-08-28 Thread Chaitanya kumar CH
to know if this has happened to someone else, and what could be a probable cause of this behaviour? Thanks Ramiro ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar

Re: [gdal-dev] problem with CloseRings

2012-08-22 Thread Chaitanya kumar CH
gdal-dev@lists.osgeo.org http://pobox.com/%7Ewarmerdam http://lists.osgeo.org/mailman/listinfo/gdal-dev ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH

Re: [gdal-dev] Windows 32 bit GDAL

2012-08-05 Thread Chaitanya kumar CH
@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to concatenate with newlines by using OGR SQL?

2012-07-31 Thread Chaitanya kumar CH
- ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org

Re: [gdal-dev] How to concatenate with newlines by using OGR SQL?

2012-07-31 Thread Chaitanya kumar CH
://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards

Re: [gdal-dev] gdalbuildvrt problem with heterogenous band characteristics

2012-07-31 Thread Chaitanya kumar CH
gdalinfo informs me about – what can I do to avoid this problem? ** ** Regards Casper ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91

Re: [gdal-dev] gdalbuildvrt problem with heterogenous band characteristics

2012-07-31 Thread Chaitanya kumar CH
. my normal version of gdal is 1.9. ** ** Regards, Casper ** ** *From:* Chaitanya kumar CH [mailto:chaitanya...@gmail.com] *Sent:* 31. juli 2012 15:30 *To:* Casper Børgesen (CABO) *Cc:* gdal-dev@lists.osgeo.org *Subject:* Re: [gdal-dev] gdalbuildvrt problem with heterogenous band

Re: [gdal-dev] How to fix Error 1: Invalid Index : -1

2012-07-25 Thread Chaitanya kumar CH
/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to identify a point is belong to a polygon ?

2012-07-24 Thread Chaitanya kumar CH
-- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Batch conversion ECW to TIFF

2012-07-24 Thread Chaitanya kumar CH
==**= __**_ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/**mailman/listinfo/gdal-devhttp://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] add string field to img

2012-07-24 Thread Chaitanya kumar CH
mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/**mailman/listinfo/gdal-devhttp://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] How to change displayed decimal places of double type in the method: OGRFeature::SetField

2012-07-24 Thread Chaitanya kumar CH
. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] geotransform rotation and gdal_merge

2012-07-23 Thread Chaitanya kumar CH
located at lon[0],lat[0] (I'm actually not sure if its the center of the area or the corner, but at the moment that doesn't matter). Does that make sense? -Dave On 7/21/12 9:46 AM, Chaitanya kumar CH wrote: Dave, You said that you have lat/lon values for each pixel. Can you explain

Re: [gdal-dev] How to identify a point is belong to a polygon ?

2012-07-23 Thread Chaitanya kumar CH
/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to identify a point is belong to a polygon ?

2012-07-23 Thread Chaitanya kumar CH
-- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/gdal-dev -- If you reply to this email, your message

Re: [gdal-dev] How to identify a point is belong to a polygon ?

2012-07-21 Thread Chaitanya kumar CH
at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev

Re: [gdal-dev] How to identify a point is belong to a polygon ?

2012-07-21 Thread Chaitanya kumar CH
http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] geotransform rotation and gdal_merge

2012-07-21 Thread Chaitanya kumar CH
://lists.osgeo.org/mailman/listinfo/gdal-dev -- Best regards, Chaitanya kumar CH. +91-9494447584 17.2416N 80.1426E ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to identify a point is belong to a polygon ?

2012-07-20 Thread Chaitanya kumar CH
a Text (point) is belong to that polygon. But, this will affect to the first reading times, and give unexpected result. Do you have any ideas ? Thanks and regards, Tai -- *From:* Chaitanya kumar CH chaitanya...@gmail.com *To:* Bui Chi Tai taibc_colt

  1   2   3   4   5   6   7   >