Re: [gdal-dev] Invalid dataset dimensions : -2147483648 x -2147483648 Error While using gdalinfo

2020-03-17 Thread san619
But in some cases im not getting the extent of the layer.What could be the reason.I tried in both versions 2.3.2 and 3.0.4.But still same,extent is empty in the output. WMS layer : http://services.ga.gov.au/gis/services/NEXIS_Agricultural_Exposure/MapServer/WMSServer?request=GetCapabilities&servic

Re: [gdal-dev] Invalid dataset dimensions : -2147483648 x -2147483648 Error While using gdalinfo

2020-03-17 Thread san619
Thank You So much for the quick reply.I was using GDAL 2.3.2.When I updated to GDAL 3.0.4 the issue is resolved. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.o

[gdal-dev] Invalid dataset dimensions : -2147483648 x -2147483648 Error While using gdalinfo

2020-03-17 Thread san619
Im getting a error message : "Invalid dataset dimensions : -2147483648 x -2147483648" while using gdalinfo for a wmts url.What is the reason for the error.How to resolve this.The WMTS Url used is : "https://services.arcgisonline.com/arcgis/rest/services/Polar/Arctic_Ocean_Base/MapServer/WMTS/1.0.0/

[gdal-dev] SQL Anywhere Driver in gdal.

2019-03-06 Thread san619
Unable to find the sql anywhere driver in gdal. What could be the reason, where can i download that driver.Where can i get some knowledge about that driver.*Is there any way to connect to SAP HANA with gdal*. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html __

[gdal-dev] Exporting spatial data to oracle with oci driver.

2019-02-12 Thread san619
How can i export a shape file to oracle using oci driver. I used the command ogr2ogr -f OCI OCI:user/password@ip/servicename "C:\Downloads\sample.shp" -a_srs "EPSG:4326" it got uploaded correctly but the source datum was not defined. So i tried another command ogr2ogr -f OCI OCI:user/password@

Re: [gdal-dev] Issue with OCI driver

2019-02-06 Thread san619
But when i tried with postgresql and mssql spatial driver.I successfully transformed the projections without mentioning -s srs i just used -t _srs it was successful. i used the command *ogr2ogr -f "GEOJSON" "PROPERTY_VIEW.json" "MSSQL:Server=***,1433;uid=**;pwd=;database=***" -t_srs EPSG:4326 -

[gdal-dev] Issue with OCI driver

2019-02-06 Thread san619
i tried to extract shapefile data table from oracle to shapefile. But im getting error : *Can't transform coordinates, source layer has no coordinate system. Use -s_srs to set one. ERROR 1: Terminating translation prematurely after failed translation from sql statement.* I tried exporting using

Re: [gdal-dev] Oracle spatial with gdal

2019-02-01 Thread san619
Thanks for the reply jmckenna.I got the driver working now.But when im trying to connect to the oracle im getting error "ERROR 1: ORA-12170: TNS:Connect timeout occurred" What could be the reason.I have installed oracle instant client and set the oracle path also.But im unable to connect why? Im us

Re: [gdal-dev] Oracle spatial with gdal

2019-02-01 Thread san619
Thanks for the reply Jürgen E. Fischer.I got the driver working now.But when im trying to connect to the oracle im getting error "ERROR 1: ORA-12170: TNS:Connect timeout occurred" What could be the reason.I have installed oracle instant client and set the oracle path also.But im unable to connect w

[gdal-dev] Oracle spatial with gdal

2019-01-30 Thread san619
I tried to connect to oracle database using gdal.But im getting an error ERROR 1: Unable to find driver `oci'. I have oracle instant client in my machine and i have the oracle_home path set but im unable to connect.I have checked the drivers list in gdal sdkshell.I found several databases like post