UCHIC / WEBTSA

A web application for visualizing time series of environmental observations.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Add QualifierCode to Exported Files #89

Closed AmberSJones closed 9 years ago

AmberSJones commented 9 years ago

We need to add QualifierCode as a column to the exported data file. Need to include information about the Qualifier in the header. I'll send an email with additional details.

Maurier commented 9 years ago

The qualifier information has been added to the exported files.

AmberSJones commented 9 years ago

The information looks great in the header, but we need a column 'QualifierCode' alongside the data values to show which values have qualifiers. The qualifiers are associated with each value are found in the body of the web service request. Here's an example. image

Maurier commented 9 years ago

In case a value does not contain a qualifier, should I display 'NULL' or leave it empty?

AmberSJones commented 9 years ago

I'd leave it empty. @horsburgh?

horsburgh commented 9 years ago

Empty.

Maurier commented 9 years ago

Alright, I have updated the sandbox with these changes.

AmberSJones commented 9 years ago

Excellent. Please push to production and we can close.

Maurier commented 9 years ago

Done