aodn / aodn-portal

AODN Open Geospatial Portal
https://portal.aodn.org.au/
GNU General Public License v3.0
21 stars 13 forks source link

Metadata header in csv output not working for test case SOOP-SST #1164

Closed smancini closed 10 years ago

smancini commented 10 years ago

Steps to repeat: Select the SOOP SST near real-time dataset collection. Use the bouding box filter to limit the number of data to download Download data in CSV

What happens: No metadata is included at the top of the CSV file

What should happen: metadata information about the data parameters, units of measure and quality control flags should be included.

The metadata information is stored in a table in the schema "parameters_mapping" in dbprod. Jon has demonstrated this feature a few weeks ago but we are not sure it has been implemented in production.

jkburges commented 10 years ago

@smancini two things to check:

  1. there is an assumption that metadata will be in a table/view under the "parameters" schema, with the naming scheme _metadata_summary;
  2. the portal has been configured to use the CSV metadata plugin for the geoserver instance.
dnahodil commented 10 years ago

SOOP SST NRT has metadata in the CSV download now on RC and Prod.