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

Add weather data to map #18

Open
kelsey-taylor opened this issue Nov 13, 2023 · 2 comments
Open

Add weather data to map #18

kelsey-taylor opened this issue Nov 13, 2023 · 2 comments

Comments

@kelsey-taylor
Copy link
Contributor

Cameron added weather data here with these notes:

I pushed initial weather data to the repo here! I didn’t have time to download everything so there’s just MRI model (with all three scenarios) in this data set. The scripts run quickly though, so i’ll download all 40gb and run crank something out with all scenarios averaged on Monday. In this data:
tmax = max temperature
tmin = min temperature
tavg = average temperature
rain = average daily rainfall (edited)

We're thinking of including at least one of these variables on the climate change scenario map and then it would also be available on the user explore mode

@kelsey-taylor
Copy link
Contributor Author

kelsey-taylor commented Nov 20, 2023

i looked at this a bit and realized:

  1. this is gridded dot data as a geojson, not raster data
  2. we'll want to select a subset of this data; i'd suggest temperature (tavg) and rainfall (rain)

i'll need to think about the best way to visualize it since the data on top will also be gridded 🤔

@kelsey-taylor
Copy link
Contributor Author

we discussed this a bit in our weekly meeting today — notes:

  • leaning towards using tmax
  • this data is modeled for 50y in the future
  • data is per grid cell
  • a separate weather/climate feature mode might make sense here
  • would be good to have crop data on but not essential
  • low priority relative to other features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant