Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weather Observation Model #6

Open
30 of 34 tasks
abkfenris opened this issue Dec 7, 2014 · 0 comments
Open
30 of 34 tasks

Weather Observation Model #6

abkfenris opened this issue Dec 7, 2014 · 0 comments

Comments

@abkfenris
Copy link
Owner

  • id (int): Primary Key
  • user_id (int): Primary foreign key for observer
  • observer (object): Observer User ( User Model #4 ) foreign object
  • date (datetime): When the observation was taken
  • sky (str): Sky Cover
  • precip_type (str): Precipitation Type
  • precip_rate (float): Precipitation Rate per hour
  • temp_max (float): Maximum 24 hour Temperature
  • temp_min (float): Minimum 24 hour Temperature
  • temp_present (float): Current Temperature
  • temp_trend (string): Temp rising/falling/rate
  • pressure_present (float): Current Pressure
  • pressure_trend (string): Pressure rising/falling/rate
  • humidity (float): Relative Humidity
  • wind_speed (float): Wind speed
  • wind_direction (str): Wind direction
  • wind_gust_max (float): Maximum gust speed
  • snow_depth (float): Height of snow depth
  • snow_24 (float): 24 hour snow depth
  • snow_storm (float): Storm snow depth
  • snow_8_temp (float):
  • snow_density (float):
  • snow_foot_pen
  • snow_ram_pen
  • snow_surface_form
  • snow_surface_size
  • snow_blowing_extent
  • snow_blowing_direct
  • snow_water_equil
  • rain_24 (float):
  • rain_precip?
  • water_new_g?
  • water_new_mm?
  • Photos

Should snowpack observations just be part of weather observations? They could just be available inline

@abkfenris abkfenris mentioned this issue Dec 7, 2014
47 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant