wri / gfw-raster-analysis-lambda

GFW Raster Analysis in AWS Lambda
8 stars 4 forks source link

Respect null NoData values #64

Closed jterry64 closed 1 year ago

jterry64 commented 1 year ago

One thing we missed was that layers can have null NoData values, indicating all values should be treated as data.

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

null NoData values cause a parsing error, since NoData has to be either an integer or NaN.

What is the new behavior?

Does this introduce a breaking change?