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

Afterdjango2 #210

Closed miguelcleon closed 6 years ago

miguelcleon commented 6 years ago

many updates, this pull request will be updated with a description before merging.

miguelcleon commented 6 years ago

The last release of ODM2 Admin supported python 3 and Django 2 but some Django packages and python libraries were not fully compliant. With this release everything is fully compliant and ODM2 Admin deployments with these updates have been deployed into production.

Exporting datasets to Hydroshare. Datasets can now be exported to hydroshare.org

Enhancements for processing data logger files. UI and database improvements help prevent processing on a single file from being triggered multiple times Option added allows a user to decide whether or not to check if a value already exists in the database. Not checking increases the speed of data processing.

Enhanced time series data QA/QC tools from the annotate data links in the map interface. You can now correct points with an offset value. You can also apply linear drift corrections

Some experimental hysteresis loop analysis code has been added. This is still under development.

A number of bug fixes have been implemented.