Check out these publications to learn more about how pressure observations from smartphones could improve weather forecasting.
- Surface Pressure Observations From Smartphones: A Potential Revolution for High-Resolution Weather Prediction?
- Crowdsourcing for climate and atmospheric sciences: current status and future potential
- Utility of Dense Pressure Observations for Improving Mesoscale Analyses and Forecasts
- The Impact of Assimilating Surface Pressure Observations on Severe Weather Events in a WRF Mesoscale Ensemble System
- Impacts of Frequent Assimilation of Surface Pressure Observations on Atmospheric Analyses
This project is based on uWx, an Andriod app developed by the University of Washington Department of Atmospheric Sciences.
Weather icons from Daniel Vierich. Other icons from PixelKit, thenounproject, Rami McMin, freeicons, Vectorgraphit, and Freepik.
Charts creates using Charts.
Pressure conversion formulae from weather.gov.
- Add appropriate label when creating issue on Github (eg. "mvp", "stretch goal", "bug", etc.)
- If applicable, add milestone (day to finish) when creating issue.
- Assign yourself to an issue when you start work on it, and add the "in progress" label (or add yourself and drag over to the In Process column in Waffle.)
- Write at least one test before starting on a new function/method.
- Put suggested tests into the issue when you enter it on GH, if possible, so that if someone else picks up the issue, they have a place to start.
- Branch names should include your name, the issue number (with #), and descriptive name, eg. 'pearl#13-readableDateFunc' or 'ruby#15-dateBugFix'.
- ACP AT LEAST once every 30 minutes.
- Never merge your own branch!
- Merge party whenever someone finishes an issue.
- Merge Party at the start (after standup meeting) and end of every day (5pm).
- After a merge for someone else's branch, don't forget to pull from master into your branch before continuing work.