[gdal-dev] WKID not set for reprojectionfrom WGS84 to GDA2020

2021-11-08 Thread Abhay Duvvuri
ge readily available with FileGDB configured. I am able to build an image by following the steps from https://github.com/OSGeo/gdal/tree/master/docker but wanted to check if there is an image readily available. Any advice here is greatly appreciated. Thanks and rega

Re: [gdal-dev] Twenty years of GDAL !

2018-10-18 Thread Abhay
Great going!! Thank you Frank, Even and all for the wonderful core technology that keeps us going. :) Rgds, Abhay. On Thu, 18 Oct 2018 at 10:07 PM Asmita Amol Wankhede < asmitawankh...@gmail.com> wrote: > Blessed to have such a strong open source community! Happy birthday GDAL! &

Re: [gdal-dev] OGR MS SQL Spatial driver has been added

2010-09-13 Thread Abhay
Try using "MSSQL:" instead of "MSSMSSQL:" On Mon, Sep 13, 2010 at 9:31 PM, David Lowther < dlowt...@coordinatesolutions.com> wrote: > MSSQL:server ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Oracle OCI connection in Python OGR

2010-02-14 Thread Abhay
-===---=--=-=--=---==---=--=-=- > Eric B. WolfNew! 720-334-7734 > USGS Geographer > Center of Excellence in GIScience > PhD Student > CU-Boulder - Geography > > GPG Public Key: http://www.h4h.net/ebwolf.public.key.txt > > > On Fri, Feb 1

Re: [gdal-dev] Oracle OCI connection in Python OGR

2010-02-12 Thread Abhay
e trying out with Instant client for 11g you should try either of the following OCI:scott/tiger@//localhost/. 2) you are on the oracle server machine where you must set the oracle SID. like the following on windows SET ORACLE_SID=ORCL or on *nix export ORACLE_SID=ORCL then try your implementation or use methods stated in 1) Rgds. Abhay. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [Gdal-dev] ogr2ogr??

2009-08-24 Thread Abhay
> gdal-dev@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > Have you tried the online source at www.gdal.org/ogr and proj.osgeo.org if you can programme.. use this http://gdal.org/ogr/osr_tutorial.html else look for CS2CS under PROJ.4 Rgds. Abhay. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Is it possible to Buffer using ogr2ogr?

2009-04-22 Thread Abhay
> > gdal-dev@lists.osgeo.org >> > 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 > Hi Roger, I donot think there is way around in the ogr2ogr to create buffer that I know of. Instead you will need to write a code in C++ or python to do the same. Rgds. Abhay. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] osr transformto error

2008-08-08 Thread abhay menon
org > http://lists.osgeo.org/mailman/listinfo/gdal-dev > Hi Mike, Have you setup GDAL_DATA in the environment variable? Please go through the following link http://trac.osgeo.org/gdal/wiki/GdalOgrInPython Rgds. Abhay. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] OGR2OGR - Define output naming from concatenated queries from a DB

2008-08-07 Thread abhay menon
ine parameter as string to from ogr2ogr.exe -f "ESRI Shapefile" .shp "OCI:xxx/[EMAIL PROTECTED]" -sql and execute this thru shell or command prompt. Hope this helps...!!! Rgds. Abhay. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev