Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edsaac/watermap
https://github.com/edsaac/watermap
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edsaac/watermap
- Owner: edsaac
- License: gpl-3.0
- Created: 2024-07-24T15:37:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T14:31:51.000Z (3 months ago)
- Last Synced: 2024-10-15T18:19:57.652Z (about 1 month ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🛰️ Watermap - Water identification using remote sensing data
Watermap retrieves remote sensing (satellite) data from the [planetary computer](https://planetarycomputer.microsoft.com/) to identify water covered areas. This is useful, for example, to track over time reservoir levels or migration of rivers. [Under the hood](https://github.com/edsaac/watermap), it uses [`streamlit-folium`](https://github.com/randyzwitch/streamlit-folium) to select an area in the map, which is then used to query the planetary computer using [`pystac-client`](https://pystac-client.readthedocs.io/en/stable/).
*****
Examples:
|Query|Result|
|-----------|-------|
|![image](https://github.com/user-attachments/assets/35a77339-efd0-4572-9108-2037ef66d940)|![image](https://github.com/user-attachments/assets/70297482-84b2-4f3f-8762-445e7d2a998b)|
|![image](https://github.com/user-attachments/assets/060dba85-8917-4244-9fbc-98112395a9e7)|![image](https://github.com/user-attachments/assets/b3de2ecd-4260-4f8a-997d-10d6d8104e15)|*****
#### Also check:
* Other stuff from me on [https://edsaac.github.io](https://edsaac.github.io)