stats4sd / Picsa-Extension-Toolkit

This is the public repository for the PICSA app, a tool used to support decision making by farmers through the PICSA approach
https://picsa.app
Other
0 stars 1 forks source link

[station data] - general flow outline #166

Open chrismclarke opened 5 years ago

chrismclarke commented 5 years ago
  1. User drops csv file in browser, expects columns that can correspond to date and rainfall
  2. Browser parses (using papa parse in service worker)
  3. Browser offers column heading for matching date/rainfall
  4. Browser checks data in correct format (e.g. regex rainfall to ensure only digits (or .), collate data that doesn't fit and ask how to handle (e.g. do they represent missing/null values)
  5. Possibly present demo graph of a year, let user look at multiple graphs
  6. Prompt for definitions (maybe start with just one)
  7. Send to opencpu (possibly on google cloud run) to process using R script
  8. present results in new graph, allow selection of year to show exact graph of that year (possibly colouring for start of season indicated)
chrismclarke commented 5 years ago

Note, will probably want to start just with summaries (step 8)