Uses USGS/MERIT Basin data to visualize the path of a rain droplet to its endpoint.
The River Runner project visualizes the path of a rain droplet from any point in the world to its end point, usually an ocean or an inland water feature. It utilizes data from the River Runner API which is sourced from open-source projects and datasets such as USGS’s NHDPlus data and NLDI API. The visualization includes animations of the droplet moving along the downstream path of a river or stream flowline.
If you want to run the River Runner project locally, follow these steps:
git clone https://github.com/sdl60660/river-runner.gitcd river-runnernpm installnpm run devsrc/access_tokens.js with your own tokens generated from your Mapbox account.The River Runner project visualizes the path of rain droplets using a combination of data from the River Runner API, NHDPlus dataset, and Mapbox for animations. With a global version in beta, it aims to provide an interactive and educational tool for tracking water flow paths from anywhere on Earth. Users can explore the journey of rain droplets to their endpoint, usually a body of water, enhancing their understanding of hydrology and geography.