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

Future Weather: Incorporate 2080-2099 Projections #3324

Closed
4 tasks done
rajadain opened this issue May 28, 2020 · 2 comments
Closed
4 tasks done

Future Weather: Incorporate 2080-2099 Projections #3324

rajadain opened this issue May 28, 2020 · 2 comments
Assignees
Labels
OSI Funding Source: OSI

Comments

@rajadain
Copy link
Member

rajadain commented May 28, 2020

Following up from #3294, we now have a set of 22 CSVs for Future Weather projections for the 11 identified weather stations.

  • Find a place to store the information (S3 / Database / Somewhere Else)
  • Add the two scenarios (RCP 4.5 and RCP 8.5) to the Available Data section of the Weather Data dialog
  • Make the options selectable only if the area of interest is within the DRB
  • If the user selects it, find the two nearest weather stations and use their corresponding simulated data
@rajadain rajadain added the OSI Funding Source: OSI label May 28, 2020
@rajadain rajadain self-assigned this Jun 5, 2020
@rajadain
Copy link
Member Author

rajadain commented Jun 5, 2020

I made a bucket in mmw-prd to host this data: weather.modelmywatershed.org. I chose to go there to indicate the runtime nature of this data, as opposed to data.mmw.azavea.com in mmw-stg which is used during setup. All its contents are public.

The URLs are so:

https://s3.amazonaws.com/weather.modelmywatershed.org/RCP45_2080_2100/13739.csv

The folder structure corresponds to the type of weather dataset to use. The file name corresponds to the ID of the weather station. The translation is such:

Station ID Station Name Source File Name
14735 Albany albanyRCP4520802100daily.csv
14737 Allentown allentownRCP4520802100daily.csv
93730 Atlantic City atlanticCityRCP4520802100daily.csv
4725 Binghamton binghamtonRCP4520802100daily.csv
14751 Harrisburg harrisburgRCP4520802100daily.csv
14734 Newark newarkNJRCP4520802100daily.csv
94728 New York City NYCRCP4520802100daily.csv
13739 Philadelphia phillyRCP4520802100daily.csv
14777 WB/Scranton wilkesbarreRCP4520802100daily.csv
14778 Williamsport williamsportRCP4520802100daily.csv
13781 Wilmington wilmingtonRCP4520802100daily.csv

@rajadain
Copy link
Member Author

rajadain commented Jun 9, 2020

The URLs were changed to reflect proper years, and the files were processed to have LF endings instead of CRLF, which caused problems with requests.get().iter_lines()

https://s3.amazonaws.com/weather.modelmywatershed.org/RCP45_2080_2099/13739.csv

rajadain added a commit that referenced this issue Jun 11, 2020
Future Weather: Incorporate 2080-2099 Projections

Connects #3324
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OSI Funding Source: OSI
Projects
None yet
Development

No branches or pull requests

2 participants