aodn / geoserver-build

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

GoGoDuck has hardcoded file location references #139

Closed jonescc closed 8 years ago

jonescc commented 8 years ago

Using subclasses to perform specific processing for different collections including determining the file location for CARS.

There is no need to use these subclasses - the file location should be sourced from teh database like every other collection, and information such as the correct variable name for latitude/longitude/time should eb sourced from the database (requires a harvester) or probed from the file itself.

jonescc commented 8 years ago

Fixed under https://github.com/aodn/backlog/issues/416