https://github.com/doi-usgs/water-cycle
https://github.com/doi-usgs/water-cycle
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/doi-usgs/water-cycle
- Owner: DOI-USGS
- License: other
- Created: 2022-10-05T17:38:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T17:51:55.000Z (about 1 month ago)
- Last Synced: 2025-04-15T18:46:59.377Z (about 1 month ago)
- Language: Vue
- Size: 2.21 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# The Water Cycle
> _A newer version of the software may be available. See https://github.com/DOI-USGS/water-cycle/releases to view all releases._
This repo uses Vue3 to build a website that allows users to zoom and pan the USGS water cycle diagram. See more versions of the water cycle at: [https://usgs.gov/water-cycle](https://usgs.gov/water-cycle)
**The data visualization website can be viewed at [https://water.usgs.gov/vizlab/water-cycle](https://water.usgs.gov/vizlab/water-cycle).**
## Building the website locally
Clone the repo. In the directory, run `npm install` to install the required modules. Once the dependencies have been installed, run `npm run dev` to run locally from your browser.
To build the website locally you'll need `node.js` `v22.14.0` and `npm` `v10.9.2` or higher installed. To manage multiple versions of `npm`, you may [try using `nvm`](https://betterprogramming.pub/how-to-change-node-js-version-between-projects-using-nvm-3ad2416bda7e).
## Citation
Corson-Dosch, H.R., Nell, C.S., Volentine, R.E., Archer, A.A., Bechtel, E., Bruce, J.L., Felts, N., Gross, T.A., Lopez-Trujillo, D., Riggs, C.E., and Read, E.K., 2023, The water cycle: U.S. Geological Survey General Information Product 221, 1 sheet, https://doi.org/10.3133/gip221
Corson-Dosch, H., and Nell, C. 2022. The zoomable water cycle.
## Additional information
* We welcome contributions from the community. See the [guidelines for contributing](https://github.com/DOI-USGS/water-cycle/) to this repository on GitHub.
* [Disclaimer](https://github.com/DOI-USGS/water-cycle/blob/main/DISCLAIMER.md)
* [License](https://github.com/DOI-USGS/water-cycle/blob/main/LICENSE.md)