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 current auto-assign of colors based on the order in which they are added to a graph can make things difficult when preparing multiple graphs and adding and removing variables....

feature request
TSV-related

The page and plot should be dynamically sized to not need scroll bars. One scroll bar should be enough. I'm getting three on staging right now. ![image](https://user-images.githubusercontent.com/5374350/163267909-760e3ed3-ce45-4b00-bf96-2c21af8204da.png)

TSV-related

Depending on the zoom level, the date is formatted differently. It should be more consistent. At all zoom levels, the date should be displayed with numbers (ie, always "04/21/2021", never...

low priority
TSV-related

I know this isn't a priority because of getting all the main AWS server stuff situated, but active users of MonMW are already noting that inspecting data is a lot...

high priority
TSV-related

The [JSON REST](https://github.com/ODM2/ODM2DataSharingPortal/blob/main/doc/example_rest_requests.md) request data upload should be extended to support multiple data points per request and thus [reduce data usage](https://github.com/ODM2/ODM2DataSharingPortal/issues/95) by the dataloggers. This can be accomplished by replacing...

This csv: ![image](https://user-images.githubusercontent.com/5374350/159028805-782d87dc-7c22-47fa-9541-0f0ac7d0544e.png)

feature request

It would be much easier for a very simple radio gateway to forward pre generation json as post requests if the gateway only needed to know one token that was...

feature request

With the not-actually-a-cv units here: http://vocabulary.odm2.org/units/

feature request

![image](https://user-images.githubusercontent.com/5374350/120557719-59119000-c3cc-11eb-8ffb-0b409632bb8b.png) After a refresh, the value becomes correct.

bug
low priority

In trouble shooting the failure of WOFpy REST GetSites requests (i.e. https://monitormywatershed.org/wofpy/rest/1_1/GetSites), @emiliom discovered that an "&" character used for a single Site Code ([ODM2.SamplingFeatureCode](http://odm2.github.io/ODM2/schemas/ODM2_Current/tables/ODM2Core_SamplingFeatures.html)) caused the failure. He adds:...

bug
tech-debt
WoFpy-related