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