Re: [gdal-dev] Broken PDF support due to Ubuntu 16.04 and 18.04 security updates [SOLVED]

2020-11-26 Thread Even Rouault
On jeudi 26 novembre 2020 15:45:40 CET Even Rouault wrote: > Hi, > > FYI, the latest security updates on the Poppler library in Ubuntu 16.04 and > 18.04 break GDAL PDF output. > See https://github.com/OSGeo/gdal/pull/3235 for a workaround installing the > previous functional versions. > Issue repo

Re: [gdal-dev] warp srs: xyz format point cloud

2020-11-26 Thread jratike80
Hi, Because you are changing from the raster world into vector world I would it somehow - convert raster in native CRS into xyz - write a vector VRT file for converting xyz data into points - re-project the point dataset with ogr2ogr Converting data into PostGIS raster could be more elegant and a

[gdal-dev] warp srs: xyz format point cloud

2020-11-26 Thread Idan Miara
Hi all, I have a UTM raster that I want to warp translate to xyz format and transform the coordinates to EPSG:4326, I could use: `gdalwarp -of xyz -t_srs EPSG:4326 utm.tif 4326.xyz` But surely I get a 4326 grid, so my data points were altered to fit the new grid. I could write a function that ite

Re: [gdal-dev] gdal2tiles with GeoTIFF which crosses antimeridian?

2020-11-26 Thread lars . schylberg
Hi, I tried to reproduce your experiment. It seems like the command that produces "alaska_warped_sliced_at_180.vrt" is missing in your script. I guess that step could be vital to understand what is going on. Best regards /Lars Schylberg 26 november 2020 kl. 03:42, "James Russo" mailto:j...@hal

Re: [gdal-dev] gdal2tiles with GeoTIFF which crosses antimeridian?

2020-11-26 Thread James Russo
Lars, Sorry! My apologies. Despite double checking, there was a copy and paste error in the script. The second gdalwarp with the -te was outputting to the same path as the no sliced version. Corrected script below. I appreciate you looking into this with me! *additionally, My original reply direc

Re: [gdal-dev] Broken PDF support due to Ubuntu 16.04 and 18.04 security updates

2020-11-26 Thread Even Rouault
On jeudi 26 novembre 2020 15:45:40 CET Even Rouault wrote: > Hi, > > FYI, the latest security updates on the Poppler library in Ubuntu 16.04 and > 18.04 break GDAL PDF output. Sorry, the above was badly formulated: it actually breaks *reading* raster content from a PDF (like gdal_translate in.pd

[gdal-dev] Broken PDF support due to Ubuntu 16.04 and 18.04 security updates

2020-11-26 Thread Even Rouault
Hi, FYI, the latest security updates on the Poppler library in Ubuntu 16.04 and 18.04 break GDAL PDF output. See https://github.com/OSGeo/gdal/pull/3235 for a workaround installing the previous functional versions. Issue reported upstream at https://bugs.launchpad.net/ubuntu/+source/poppler/+bu