Unidata / ncWMS

Snapshots of ncWMS used by TDS
8 stars 7 forks source link

fix bug with missing values for int variables #24

Closed lesserwhirls closed 7 years ago

lesserwhirls commented 7 years ago

Needed to bring the readFloatValue method of DataChunk inline with ncWMS's recent version in SVN in order to properly handle missing_values and _FillValues for integer data.

Also bumped pom to 4.6.11-SNAPSHOT (not sure why this was so behind)

cwardgar commented 7 years ago

The POM version is behind because it only gets bumped for THREDDS releases, and only if there were changes since the last THREDDS release. ncWMS hasn't been modified since THREDDS v4.6.7.

lesserwhirls commented 7 years ago

Ah, that (the pom version) makes sense.

cwardgar commented 7 years ago

Ok, I didn't realize that we were copying from another repo. In that case, I'm fine with leaving the code as-is.