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=WMS

[gdal-dev] ogr2ogr problem with updated libproj

2020-03-17 Thread John Muccigrosso
I use homebrew to install both gdal2 and its dependencies, like osgeo-proj. This morning I updated the latter and started getting the following error from ogr2ogr: dyld: Library not loaded: /usr/local/opt/osgeo-proj/lib/libproj.15.dylib Referenced from: /usr/local/bin/ogr2ogr

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

2020-03-17 Thread Even Rouault
On mardi 17 mars 2020 05:57:54 CET san619 wrote: > 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 : >

Re: [gdal-dev] Building on windows

2020-03-17 Thread Jerome Siot
Hello, * Be sure to launch a terminal by executing : C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\LaunchDevCmd.bat * Then , give the VS version in nmake command : nmake /f makefile.vc MSVC_VER=1900 Hope this helps, Jérome De : gdal-dev De la part

Re: [gdal-dev] Building on windows

2020-03-17 Thread Darrel Maddy
Dear Jérome Many thanks for trying to help. Alas it is giving the same errors in the Developer Command Prompt window. Darrel From: Jerome Siot Sent: 17 March 2020 15:05 To: Darrel Maddy ; 'gdal-dev@lists.osgeo.org' Subject: RE: Building on windows Hello, * Be sure to launch a

Re: [gdal-dev] Slope obtained with GDAL has weird lines

2020-03-17 Thread Danilo da Rosa
Thanks for your answers Joaquim, Alex and Martin! I think the problem is height is measured by 1m intervals, thatś why I see 1 meter contour lines in the slope result. The dem grid was not interpolated from contours, at least not by me, the data comes from Mapzen terrain tiles, I don't know

Re: [gdal-dev] Slope obtained with GDAL has weird lines

2020-03-17 Thread David Strip
On 3/17/2020 2:24 PM, Danilo da Rosa wrote: Do you think it would be a good idea to do some kind of interpolation to smooth the DEM file or the slope file? Do you have any recommendations on how to do that using gdal? The idea is to use the gdaldem

Re: [gdal-dev] Loading GeoJSON to ES 7

2020-03-17 Thread Even Rouault
Francesco, The behaviour in ES7 has been changed. Now only flat structure is supported. This was discussed in https://github.com/OSGeo/gdal/issues/1246 and I've just made the doc of the driver clearer: - **MAPPING_NAME=**\ =name. (Elasticsearch < 7) Name of the mapping type within the index.

[gdal-dev] Loading GeoJSON to ES 7

2020-03-17 Thread Francesco Bartoli
Hi All, I'm trying to investigate this issue  https://github.com/geopython/pygeoapi/issues/379 in the pygeoapi project. I'm using an instance of ES7 and if I understand well the command below: docker run --rm --network=host -u $(id -u ${USER}):$(id -g ${USER}) \ -v $(pwd):/data \ -e

Re: [gdal-dev] Slope obtained with GDAL has weird lines

2020-03-17 Thread Martin Chapman
A slope map indicates the maximum rate of change between a pixel elevation value and its neighboring 8 pixels. In other words, the output value for each pixel represents the steepest slope, or decent to the neighboring elevation values. The output values are given as either percent slope or

Re: [gdal-dev] Slope obtained with GDAL has weird lines

2020-03-17 Thread Michael Patrick
> > *> I am working with this DEM obtained using terraincache > , it uses mapzen data. The SRC is > WGS 84. ... Does anyone have an idea of how to solve it? * > Get better elevation data ... you didn't mention where in the world you are, but if you tell

Re: [gdal-dev] ogr2ogr - double free or corruption (out)

2020-03-17 Thread jratike80
Hi, I wonder if the issue we faced with MapCache is somehow related. Unfortunately I do not know which versions we are running and if some libraries have been updated lately. https://lists.osgeo.org/pipermail/mapserver-dev/2020-March/016114.html -Jukka Rahkonen- -- Sent from:

[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 :

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

2020-03-17 Thread jratike80
Hi, Works for me with GDAL GDAL 3.0.4 gdalinfo https://services.arcgisonline.com/arcgis/rest/services/Polar/Arctic_Ocean_Base/MapServer/WMTS/1.0.0/WMTSCapabilities.xml Driver: WMTS/OGC Web Map Tile Service Files: none associated Size is 1073741823, 1073741823 Coordinate System is: PROJCRS["WGS

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