Re: [gdal-dev] Blue artifact dots in shadows when using GDAL to create mosaics

2021-09-28 Thread Brad Hards
On Wednesday, 29 September 2021 9:37:57 AM AEST Chastain, Raymond Lee (MU- Student) wrote: > Process is very simple > > 1. Take our tiles and build a virtual raster: > gdalbuildvrt -r lanczos -resolution HIGHEST output.vrt -input_file_list > input_file_list.txt 2. Convert our virtual raster to

[gdal-dev] Blue artifact dots in shadows when using GDAL to create mosaics

2021-09-28 Thread Chastain, Raymond Lee (MU-Student)
Process is very simple 1. Take our tiles and build a virtual raster: gdalbuildvrt -r lanczos -resolution HIGHEST output.vrt -input_file_list input_file_list.txt 2. Convert our virtual raster to a GeoTIFF: 3. gdal_translate -of GTIFF ./output.vrt ./output.tif The artifacts occur with all

Re: [gdal-dev] GDAL installation on Docker not working anymore

2021-09-28 Thread Matheus Cammarosano Hidalgo
I changed the Dockerfile following the same steps as the author of this post (https://github.com/OSGeo/gdal/issues/4467) did to install GDAL (but using version 2.2.3) and it worked fine. Still don't know why the way I did previously is not working anymore but now everything is ok. Thank you! Em se

Re: [gdal-dev] Does OAPIF paging work as supposed?

2021-09-28 Thread Even Rouault
Le 28/09/2021 à 09:04, Rahkonen Jukka (MML) a écrit : Hi, Even Rouault wrote: > One option to avoid both issues would be for the service to publish > DescribedBy links at the collection level that would point to a XML > schema (using a GML Simple Feature schema profile, such as the one > u

Re: [gdal-dev] Does OAPIF paging work as supposed?

2021-09-28 Thread Rahkonen Jukka (MML)
Hi, Even Rouault wrote: > One option to avoid both issues would be for the service to publish > DescribedBy links at the collection level that would point to a XML > schema (using a GML Simple Feature schema profile, such as the one > understood by the GML driver) or a JSON schema (not "too" comp