aodn / geoserver-build

Configures a GeoServer war containing extensions and configuration required by AODN instances
Other
2 stars 4 forks source link

Prototype for z (depth) parameter subsetting #267

Closed anguss00 closed 6 years ago

anguss00 commented 6 years ago

Linked PR https://github.com/aodn/aws-wps/pull/224 Implements depth (z dimension) as a ucar Range of monotonically increasing integers (based on the skeleton in aws-wps for handling z dimenion.

CARS datasets represent depth as a short variable, which is converted into a Range here (comments and feedback on this conversion please).

Requires passing DEPTH,0.0,100.0 as an addition to the subset; can be non-existant, in which case a null z-dimension is added to the subset.

anguss00 commented 6 years ago

This can be reviewed and merged now