Re: [gdal-dev] export SDO to SHP?

2010-05-26 Thread bachi
Do u mean to export Data from Oracle Spatial Data into an Esri Shape File ??? If yes.. its possible using ogr2ogr. To get this rolling ogr2ogr needs to be build with the OCI files On Wed, May 26, 2010 at 12:23 PM, Imran Rajjad wrote: > Hi list, > > is it possile to import and SDO table

Re: [gdal-dev] compiling GDAL with GEOS on Windows

2009-10-02 Thread spbhasker bachi
hi. which version of vc++ are you using.. coz if u are using vc++ 6.0 you need to make some changes in some codes. also do study the nmake.opt file & check i all the paths are set properly. hope this helps.. bhasker On Thu, Oct 1, 2009 at 10:24 PM, Yilmaz Arslanoglu < yilmaz.arslano...@gmail.c

[gdal-dev] Thin Plate Spline Warping for Vectors : Problems

2009-09-15 Thread spbhasker bachi
http://osdir.com/ml/gis.gdal.devel/2005-07/msg7.html Hi.. Used the code from the above Link and Generated the Output using TPS. The Output Data generated is Coming in a Straight Line.. All my Data is getting skewed up and coming in a straight Line.. Can anyone help me out Bhasker __

Re: [gdal-dev] Latest ShapeLib

2009-09-09 Thread spbhasker bachi
rowser/trunk/gdal/ogr/ogrsf_frmts/shape > > On Wed, Sep 9, 2009 at 7:16 PM, spbhasker bachi wrote: > >> Anyone having the Latest ShapeLib ??? >> >> The Latest one v 1.2.10 is located @ http://dl.maptools.org/dl/shapelib/ >> >> But in the GDAL trunks i have seen

[gdal-dev] Latest ShapeLib

2009-09-09 Thread spbhasker bachi
Anyone having the Latest ShapeLib ??? The Latest one v 1.2.10 is located @ http://dl.maptools.org/dl/shapelib/ But in the GDAL trunks i have seen Frank do a Lot of Version for the ShapeFil.H & subsequents Codes.. of DBF ANyone having the Latest ShapeLib with the Latest Makefile pl send it acros

[gdal-dev] GDALCreateTPSTransformer :: Problem

2009-08-05 Thread spbhasker bachi
Using Gdal Latest 1.6.1 Whenever i pass this Function my Application is Passing.. Any source on the Usage will be Helpful.. ///my Gcpcount = 32 and gcps has an array loaded with Source and Target GCP's poTransform = GDALCreateTPSTransformer( GCPCount, gcps , 0 ); _

[gdal-dev] Polynomials in GDAL : 4th Order to 10th Order..

2009-07-24 Thread spbhasker bachi
Hi. Need help on 4th , 5th , 6th upto 10 Order Polynomials. I have succesfully used the 1st to 3rd Polynomials provided in GDAL and warped both Vectors and Images based on custom Coding.. Can anyone help me Code the 4th to 10th Order Any source from any website which will help me out is welcom

[gdal-dev] oralce georaster support

2009-07-24 Thread spbhasker bachi
hello. i have dumped few images using the georaster plugin build on gdal 1.6.1 pl let me know the syntax to extract the images from georaster presume gdal_translate has some functionality.. can anyone let me know the syntax to clip the image from oracle database and write to an output tiff image