linz / basemaps

NZ’s authoritative and open digital basemap service for LINZ and the public.
https://basemaps.linz.govt.nz
Other
92 stars 17 forks source link

feat(tiler-sharp): directly resize/resample DEM inputs rather than RGBA outputs #3173

Closed blacha closed 6 months ago

blacha commented 6 months ago

Motivation

Resizing/resmapling after the pipelines are applied is very wasteful as we apply a pipeline then only use a very low percentage of data.

Modification

Adds a direct resize/resample on the input data rather than resampling the output.

Checklist

If not applicable, provide explanation of why.