Skip to content

v0.11: Leaf Pack update + minor features & fixes

Compare
Choose a tag to compare
@aufdenkampe aufdenkampe released this 23 Jan 15:52
· 539 commits to develop since this release

DOI

The ODM2DataSharingPortal repository contains code for a Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.

The ODM2 Data Sharing Portal is built on the Observations Data Model Version 2 (ODM2) information model and supporting software ecosystem, as described in the repo’s documentation.

The main instance of this application is for the Monitor My Watershed data sharing portal supporting the EnviroDIY and Leaf Pack Network communities.

New in v0.11: Leaf Pack update + minor features & fixes

This release focused on updating capabilities to support the new Leaf Pack Network aquatic macroinvertebrate data entry workflows and to calculate the new pollution sensitivity index values.

New Features

Improvements

  • Moved "add new sensor" button above request notice. #412
  • Added "Notes" field to manage sensors table. #415
  • Updated controlled vocabularies for dropdown lists. #241
  • Improved output of "View Token UUID List" to better match sorting and case used in ModularSensors example sketches. #437
  • Security updates:
    • Updated Django to version 1.11.27. #438 and #449
    • Updated DjangoRestFramework to 3.9.1 #439
    • Updated Waitress to 1.4.2
    • Fixed authentication issue #440

Bug Fixes

  • Fixed bugs related to sparkline plots & Time Series Analyst (TSA) not connecting to the data. #436

For the full list of issues that we addressed, see our Release 0.11 - Leaf Pack update + minor features & fixes milestone on GitHub.