Skip to content

OWS Release 1.8.32

Compare
Choose a tag to compare
@SpacemanPaul SpacemanPaul released this 29 Nov 22:24
· 256 commits to master since this release
dbafd9d

Mostly administrative changes, with one bug fix to WCS DescribeCoverage metadata (for both v1 and v2).

Please note that this bug fix now validates the signs of native_resolution. Almost all CRS's require a resolution with a negative y component. (E.g. (30, -30) for Landsat in an equal-area projection like EPSG:3577.) Previously a y-resolution of the wrong sign would be accepted, with the only adverse consequence being an invalid grid definition in WCS DescribeCoverage documents. Now a y-resolution with the incorrect sign will raise an error on startup., resulting in the affected layer(s) being deactivated.

Full list of changes:

  • Add datacube pypi badge (#891)
  • Pre-commit auto-updates (#894, #899, #906)
  • Github action update (#896)
  • Documentation updates (#898, #903, #904)
  • WCS grid counts and add checks for sign errors in native resolution (#902)
  • Match docker image version numbers to github SCM version numbers (#907, #908, #909)
  • Update default version number and HISTORY.rst (#910)

Contributions from @pindge and @SpacemanPaul (and of course, the pre-commit-ci bot).