πŸ›°οΈ Watermap - retrieve satellite data to identify water covered areas

Hello!

I wanted to share the watermap app I built to retrieve remote sensing (satellite) data from the planetary computer to identify water covered areas. This is useful, for example, to track over time reservoir levels or migration of rivers.

Examples:

Under the hood, it uses streamlit-folium to select an area in the map, which is then used to query the planetary computer using pystac-client.

Let me know what you think :slight_smile: .

Edwin