ODM2 / WOFpy

A server-side implementation of CUAHSI's Water One Flow service stack in Python.
http://odm2.github.io/WOFpy/
9 stars 9 forks source link

Added ValueType to Variables and update default waterml cvs list #181

Closed lsetiawan closed 7 years ago

lsetiawan commented 7 years ago

Overview

This PR should complete https://github.com/ODM2/WOFpy/issues/160#issuecomment-326142439. Though not the complete mapping for ValueType, some ODM2 ActionType CV might still get filtered.

Demo

<variableCode default="true" vocabulary="mysqlodm2timeseries" variableID="4">USU4</variableCode>
<variableName>Turbidity</variableName>
<valueType>Observation</valueType>
<dataType>Average</dataType>
<generalCategory>Water Quality</generalCategory>
<sampleMedium>Surface water</sampleMedium>
emiliom commented 7 years ago

woo-hoo! Reviewing now.

emiliom commented 7 years ago

Looks good