Re: [gdal-dev] Linux - bash script - Sentinel 1 processing - dark images

2022-05-09 Thread Andreas Oxenstierna
I assume the main issue is that Sentinel-1 is radar data in different polarisations - which is not easy to visualise as an ”image" for human eyes Hälsningar Andreas Oxenstierna T-Kartor Geospatial AB Olof Mohlins väg 12 Kristianstad mobile: +46 733 206831 mailto: andreas.oxenstie...@t-kartor.co

Re: [gdal-dev] GDAL 3.5.0rc3 available (Re: GDAL 3.5.0 release candidate available)

2022-05-09 Thread Sean Gillies
Thanks, Even. RC3 compiles and I don't see any regressions from rasterio's perspective. Looking forward to the new release! On Mon, May 9, 2022 at 1:30 PM Even Rouault wrote: > Sean, > > I've issue a rc3 with a fix for that issue: > >https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc3.tar.xz

Re: [gdal-dev] Linux - bash script - Sentinel 1 processing - dark images

2022-05-09 Thread Matt.Wilkie
> Does anybody have some hints for me how to improve the exposure/contrast of > the images? This doesn't help directly with constructing any command lines you might use, but I found the "Gentle Introduction to GDAL" series by Robert Simmon very helpful in determining what to do. Here's Part 5,

[gdal-dev] GDAL 3.5.0rc1 available

2022-05-09 Thread Roger Bivand
No negative impacts seen in reverse dependency checks of 1100 R packages, 3.5.0 looks very promising, thanks! Roger -- Roger Bivand Emeritus Professor Department of Economics, Norwegian School of Economics, Postboks 3490 Ytre Sandviken, 5045 Bergen, Norway. e-mail: roger.biv...@nhh.no https://o

Re: [gdal-dev] Hints that a raster band represents a DEM?

2022-05-09 Thread Matt.Wilkie
If you decide to add an elevation metadata keyword for things you generate let us know and I at least will follow suit. ;-) -Matt -Original Message- From: gdal-dev On Behalf Of Nyall Dawson Sent: April 29, 2022 6:11 PM To: gdal dev Subject: [gdal-dev] Hints that a raster band represent

[gdal-dev] GDAL 3.5.0rc3 available (Re: GDAL 3.5.0 release candidate available)

2022-05-09 Thread Even Rouault
Sean, I've issue a rc3 with a fix for that issue: https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc3.tar.xz https://download.osgeo.org/gdal/3.5.0/gdal-3.5.0rc3.tar.gz https://download.osgeo.org/gdal/3.5.0/gdal350rc3.zip Even Le 09/05/2022 à 20:47, Sean Gillies a écrit : Hi Even, I'm still u

[gdal-dev] Georeferencing vector layers

2022-05-09 Thread Karen M via gdal-dev
Hi All, I'm trying to use Gdal to replicate the ArcGIS Rubbersheet Spatial Adjustment (Transform) capability for georeferencing vector layers. I've been trying to do this using ogr2ogr with the thin plate spline option and with GCPs to define the start/end points for the "links" . In ArcGIS you

Re: [gdal-dev] GDAL 3.5.0rc2 available (Re: GDAL 3.5.0 release candidate available)

2022-05-09 Thread Sean Gillies
Hi Even, I'm still using the legacy configure script and have found that ogrmvtdataset.cpp doesn't compile on my system due to In file included from ogrmvtdataset.cpp:43: .../ogr_geos.h:40:12: fatal error: geos_c.h: No such file or directory This is GDAL 3.5.0rc2. I haven't tried the earlier pre

[gdal-dev] GDAL 3.5.0rc2 available (Re: GDAL 3.5.0 release candidate available)

2022-05-09 Thread Even Rouault
Hi, I've issued a RC2 with the following changes: - CMake: fix build of NITF driver if rebuilding after disabling JPEG driver - port/cpl_recode_iconv.cpp: fix invalid cast error with uclibc (#5684) - PNG: report cause when unable to create file - PCIDSK: fix build on 32-bit architectures on D

Re: [gdal-dev] Building with cmake

2022-05-09 Thread Bjoern Ruff
Ok, I compiled the old way (no cmake). Thank you all for responding Bjørn -Original Message- From: gdal-dev On Behalf Of gdal-dev-boun...@lists.osgeo.org Sun May 8 14:14:13 2022 Sent: Sunday, May 8, 2022 2:14 PM To: Even Rouault Cc: gdal-dev Subject: Re: [gdal-dev] Building with cmake