nasa-gibs / onearth

High-performance web services for tiled raster imagery and vector tiles
Apache License 2.0
178 stars 47 forks source link

Cherrypicking NearNB vs NNB update from 1.4.0 #138

Closed mcechini closed 4 years ago

mcechini commented 4 years ago

In GDAL 2.4.x, we need to provide Avg or NearNB to mrf_insert, while we can provide Avg or NNB to gdaladdo. In GDAL 3.1.x (once Lucian merges), we will be able to provide Avg or NNB to both. Note, that there is no case sensitivity on any of those values.

mcechini commented 4 years ago

Changes merged in separately