Re: [gdal-dev] ERROR 6: Failed to initialize PROJ.4 with "..."

2018-01-30 Thread Chris Marsh
To close the loop on this, it was a name conflict with the proj4 that is in VTK Details here: http://vtk.1045678.n5.nabble.com/Don-t-build-vtkproj4-tp5746073p5746269.html Thanks everyone for their help Cheers Chris On 28 October 2017 at 11:26, Chris Marsh wrote: > Hi all, > > I posted this to

Re: [gdal-dev] ogrInfo error - Entry Point Not Found

2018-01-30 Thread john polo
On 1/29/2018 6:39 AM, Jeff McKenna wrote: Hi John, I see this quite often with MS4W installations.  For testing, you might want to temporarily rename your C:/Program Files/PostgreSQL/ folder to something like PostgreSQL-test and then open a new Command Prompt window and re-run:   ogrinfo -

Re: [gdal-dev] Point density gdal_rasterize -add switch

2018-01-30 Thread jratike80
> Burn works: > gdal_rasterize.exe -burn 1 -tr 20 20 -l points c:/Temp/points.shp > c:/Temp/out.tif > Add doesn't > gdal_rasterize.exe -add -tr 20 20 -l points c:/Temp/points.shp > c:/Temp/out.tif Hi, I have never used the -add option but I would try it as gdal_rasterize.exe -burn 1 -add -tr 2

[gdal-dev] Point density gdal_rasterize -add switch

2018-01-30 Thread Karl Zinglersen
I think of create a discrete raster from points burning the number of points of each cell into the band value. In the manual at http://www.gdal.org/gdal_rasterize.html I figure out, that the -add switch could be the solution. But no value has to be set unlike -burn or -a switches. What is the synt

Re: [gdal-dev] SPOT7 DIMAP driver for tiled datasets has no lat/lon

2018-01-30 Thread Even Rouault
On mardi 30 janvier 2018 16:00:25 CET Gong, Shawn wrote: > Hi Even, > > > > Your fix did remove the wrong georeferencing info. Thank you! > > But I still need to run 'gdalwarp -rpc' to apply the georeferencing. It > would be great if the GDAL driver can perform this extra step. This is not in

Re: [gdal-dev] SPOT7 DIMAP driver for tiled datasets has no lat/lon

2018-01-30 Thread Gong, Shawn
Hi Even, Your fix did remove the wrong georeferencing info. Thank you! But I still need to run 'gdalwarp -rpc' to apply the georeferencing. It would be great if the GDAL driver can perform this extra step. Thanks, Shawn From: Even Rouault [even.roua...@spat