stac-extensions / raster

Describes raster assets at band level (one or multiple) with specific information such as data type, unit, number of bits used, nodata.
Apache License 2.0
13 stars 7 forks source link

Add "inf" and "NaN" as valid nodata values #19

Closed emmanuelmathot closed 3 years ago

emmanuelmathot commented 3 years ago

Allow "inf" and "nan" as valid nodata values #18

emmanuelmathot commented 3 years ago

from semantic versioning point of view, is this a breaking change?

lossyrob commented 3 years ago

That's a good question...if the schema change made things that were valid to be not valid, I would say definitely yes. But anything that was valid before is still valid, it just broadens the scope of what is a valid nodata value...

I think having a bugfix version update would be appropriate here as it's not breaking for valid items and it is a sort of bug fix.

emmanuelmathot commented 3 years ago

I think having a bugfix version update would be appropriate here as it's not breaking for valid items and it is a sort of bug fix.

I would say MINOR version because we add functionality in a backwards compatible manner