ODM2 / CZ-Manager

CZ Manager (formerly ODM2 Admin) is an application for site level data management of environmental observations using Observation Data Model 2 (ODM2) for documentation and a detailed walkthrough see:
http://odm2.github.io/CZ-Manager
MIT License
9 stars 12 forks source link

add data quality code and annotations to time series export #99

Closed miguelcleon closed 7 years ago

miguelcleon commented 7 years ago

This update primarily adds data quality codes and annotations to time series exports. The view odm2extra.timeseriesresultvaluesextwannotations has been changed and is now used in the export. modelHelpers is updated for the folder name change from ODM2CZOData to odm2admin.

miguelcleon commented 7 years ago

Hi @lsetiawan and @emiliom, I wanted to give you a heads up about this fairly large update. I've added data quality codes and time series result value annotations to time series exports. Files are still not zipped yet though. I'll probably merge this tomorrow, heading home now.

miguelcleon commented 7 years ago

Oh I'm also now bulk inserting time series data, checking data quality codes on creation. This is just doing bounds checking if a value is above an upper bound or below a lower bound the value is stored as NaN and an annotation is created. The annotation contains the original value.