jlab-sensing / DirtViz

DirtViz is a project to visualize data collected from sensors deployed in sensor networks.
https://dirtviz.jlab.ucsc.edu/
MIT License
4 stars 8 forks source link

Downloaded csv does not include sensor data #265

Open jmadden173 opened 1 month ago

jmadden173 commented 1 month ago

Describe the Bug

When pressing the download button, the csv does not include any columns for the sensor data

To Reproduce

  1. Goto dirtviz dev https://d3j1mmfbouykhg.cloudfront.net/dashboard
  2. Goto demo cell
  3. Press download CSV
  4. View that CSV does not include headers for leaf wetness sensor

Expected Behavior

CSV should have the raw data every 10 seconds

Screenshots

N/A

Environment

Additional Context

N/A

cjosephson commented 1 month ago

Expected clarification: CVS should have raw data at the same frequency that the sensor board is uploading data (defaults to 10s but can be configured)