aodn / geoserver-build

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

JavaDuck for datasets with no temporal information #260

Closed ggalibert closed 6 years ago

ggalibert commented 7 years ago

On RC when downloading a spatial subset of the "Victorian Coastal Digital Elevation Model (VCDEM 2017)" (Deakin uni):

  1. JavaDuck adds the following two global attributes by default:

                :time_coverage_start = "${TIME_START}" ;
                :time_coverage_end = "${TIME_END}" ;

    Since this dataset doesn't have a temporal dimension this is not relevant and should not be added.

  2. This gridded dataset includes a DEPTH variable so that the resulting subset of this variable should be inspected in order to update the following global attributes:

                :geospatial_vertical_min = -118.f ;
                :geospatial_vertical_max = 753.9601f ;
ggalibert commented 7 years ago

@pblain, on a side note, still cannot assign anyone nor add labels in this repo.

pblain commented 7 years ago

@ggalibert - assigned it to myself and gave you access for next time.

anguss00 commented 7 years ago

Part 2 is a feature request, adding a backlog item for it @pblain @ggalibert

pblain commented 6 years ago

Needs a backlog item for the remaining part. Craig or Angus will do that.