ODM2DataSharingPortal icon indicating copy to clipboard operation
ODM2DataSharingPortal copied to clipboard

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from...

Results 100 ODM2DataSharingPortal issues
Sort by recently updated
recently updated
newest added

The Status field would allow the site owner/manager to enter notifications, such as, "Currently having a battery charging issue". This would provide a way to let visitors to the page...

feature request

On a site's page on MMW, it would be great to be able to re-order the variables on the display. Right now the only way I know of to do...

feature request

As with ModelMW it would be useful to be able to share graphs with others that contain specific sites, parameters, date ranges, etc.

feature request

It would be useful to be able to post ongoing information, associated documents, etc associated with specific sites to monmw. This relates to incorporating the ability to associate meta-data, station...

feature request

For quick viewing of data it would be helpful to have labeled/defined x and y axes in the sparkline plots (i.e., "panels")

feature request

It won't be an immense amount of compression, but it will be some. https://msgpack.org/index.html

As mentioned in #95, and related to our long-term interest in creating a lighter-weight data posting system (#11), we might consider created an [Message Queuing Telemetry Transport (MQTT)](https://en.wikipedia.org/wiki/MQTT) API endpoint...

enhancement

Allow input of data that has a QA/QC value != 0.

feature request
backburner

CoAP has similar functionality to HTTP, but is over UDP which has much lower overhead than TCP/IP. https://en.wikipedia.org/wiki/Constrained_Application_Protocol

enhancement
backburner

The current POST to send data to the website request is heavy because it contains a lot of information - e.g., tokens, tags, etc. Need to consider a lighter weight...

feature request
backburner