Re: [gdal-dev] [gdal-announce] GDAL Support For PostGIS Out-DB Raster

2018-06-26 Thread Osahon Oduware
Hi All, Can anyone help with the error in my previous mail? On Jun 26, 2018 12:39 PM, "Osahon Oduware" wrote: > Hi Even, > > I was trying to build GDAL 2.3.1 from source into PostgreSQL 9.6.9 that > was built successfully from source, but I am getting an error when running > "make -j8" (see att

Re: [gdal-dev] Motion: Promote GDAL 2.3.1 rc2 for release

2018-06-26 Thread Daniel Morissette
+1 Daniel On 2018-06-25 9:18 AM, Even Rouault wrote: Hi, Motion: GDAL/OGR 2.3.1 rc2 is promoted to be the official 2.3.1 final release. --- My vote: +1 Even -- Daniel Morissette Mapgears Inc T: +1 418-696-5056 #201 ___ gdal-dev mailing lis

Re: [gdal-dev] "fixing" CRS for a read-only raster

2018-06-26 Thread Even Rouault
Idan, > > I have an ECW raster with a wrong CRS (which I believe can't change because > I don't have the ECW writer license). Changes in the header don't require a write license So gdal_edit.py -a_srs EPSG: your.ecw should work and modify in place the ECW Otherwise you can add the -ro fla

[gdal-dev] "fixing" CRS for a read-only raster

2018-06-26 Thread Idan Miara
Hi, I have an ECW raster with a wrong CRS (which I believe can't change because I don't have the ECW writer license). Is there an option to add an aux/prj file next to it so that GDAL will read the correct CRS from the aux file instead of from the ECW file ( i.e. from GeoServer/QGIS) ? I know I ca

Re: [gdal-dev] [gdal-announce] GDAL Support For PostGIS Out-DB Raster

2018-06-26 Thread Osahon Oduware
Hi Even, I was trying to build GDAL 2.3.1 from source into PostgreSQL 9.6.9 that was built successfully from source, but I am getting an error when running "make -j8" (see attachment) I ran "./configure" successfully with this statement: ./configure --prefix=/home/nagispg/local/gdal213 --with-pg=

Re: [gdal-dev] [EXTERNAL] Convert VRT+JPEG with gdalwarp

2018-06-26 Thread Kalev Julge
Hi Even, "After your gdalwarp to VRT, do: gdal_translate new.vrt new.jpg -of JPEG" This suggestion worked well. Thanks! I have one more issue. I would like to mask off (or make transparent) areas with no data. Originally, I had PNG files that I used as a mask. However, with gdalwarp the dimensi