Re: [gdal-dev] Masked VRT

2025-03-03 Thread Simon Wright via gdal-dev
Hi Daniel Many thanks for taking a look at my dilemma and providing a solution that works. Best wishes, Simon. Simon Wright GISMO Scrum Master and RML Head of Software -- e: simon.wri...@jbarisk.com d:+44 (0)1756 587258 t: +44 (0)1756 799919 www.jbarisk.com All JBA Risk Management

Re: [gdal-dev] Masked VRT

2025-02-25 Thread Daniel Baston via gdal-dev
Simon, Setting the NoData value of your mask band to 255 instead of 0 should cause pixels not covered by a mask tile to be considered valid. Dan On Mon, Feb 24, 2025 at 2:37 PM Simon Wright via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Dear subscribers > > I'm exploring the use of a VRT to

[gdal-dev] Masked VRT

2025-02-24 Thread Simon Wright via gdal-dev
Dear subscribers I'm exploring the use of a VRT to mosaic raster tiles while also applying a mask layer using separate mask tiles. Below is a VRT I created to test this approach: GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EP