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

Dynamic flood impact and forecast dashboard #11

Open
JonathanGarro opened this issue Jun 5, 2024 · 2 comments
Open

Dynamic flood impact and forecast dashboard #11

JonathanGarro opened this issue Jun 5, 2024 · 2 comments
Assignees

Comments

@JonathanGarro
Copy link
Member

JonathanGarro commented Jun 5, 2024

  • What: Flooding dashboard.
  • Outcome: A dashboard that allows end users to scroll through time to see flood extent of affected area. Bonus points for ability to overlay forecast data for imminent rains.
  • Format: PowerBI
  • Priority: Medium
  • Deadline: Friday, June 14
  • Link on GitHub: View issue
@JonathanGarro
Copy link
Member Author

hey @leerevis - just wanted to check in on this and see if you had any questions or updates.

@leerevis
Copy link

Unfortunate I hit obstacles with this.

Update below,
"I've given a few days to this and whilst the theory is sound, there are a few issues I've not been able to solve. Forecasting for the affected region is putting the daily API calls into the hundreds and I can't find a forecast API that is both reliable, free and can be plugged into PowerBI. Because the forecasts change daily, there's a lot of overwriting data which is a nightmare for load times and for index matching. I think you'd need a virtual machine to do the daily updates and cleaning, or potentially a server droplet - but unfortunately I don't have access to either. On the satellite side of things, Copernicus is not great on South America and the NASA satellites are every 6-8 days and I'm not used to working on them. I'd say given two or three weeks of a full time person working on this, it would be doable for a cost, but unfortunately I'm pushing the bounds of what I can blag for my day job as it is. I'm really sorry and I hate to let the in-country team down."

Below is the resources I'd collected and was working with,
https://search.earthdata.nasa.gov/ - satellite data from MODIS/Aqua+Terra Global Flood Product L3 NRT 250m - search MCDWD_L3_NRT
https://www.earthdata.nasa.gov/learn/find-data/near-real-time/modis-nrt-global-flood-product#ed-flood-data-download - earthdata download
https://www.earthdata.nasa.gov/learn/find-data/near-real-time/hazards-and-disasters/floods - list of NASA earthdata flood products
https://www.swordexplorer.com/ - SWOT River Database for river catchment area finding
https://floodobservatory.colorado.edu/ - has resources
https://developer.accuweather.com/accuweather-forecast-api/apis/get/forecasts/v1/daily/5day/%7BlocationKey%7D - accuweather api (50 calls per day on free)
https://openweathermap.org/api - openweather API, limit is 1000 calls per day
https://github.com/tonyldo/brazilian-forecast.io/tree/master - Brazil's Instituto Nacional de Pesquisas Espaciais - INPE. API - though no granula enough
http://servicos.cptec.inpe.br/XML/ - INPE xml example

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

2 participants