usgs-request is a library for interacting with the USGS OGC API. It retrieves monitoring location and time-series data from the following collections:
- Monitoring Locations – Retrieve metadata about monitoring locations
- Time Series Metadata – Access metadata about available time series
- Daily Values – Access daily summaries of hydrologic data
- Continuous Values – Access continuous (instantaneous) measurements
- Query and retrieve data from USGS OGC API services
- Support for monitoring locations, time-series metadata, daily values, and continuous values collections
- Time-series data fetching for analysis or storage
- JSON response parsing
Clone the repository:
git clone https://github.com/HydrologicEngineeringCenter/usgs-request.git
cd usgs-requestBuild the project:
./gradlew buildSee SemVer.
This project is licensed under the MIT License. See the LICENSE.md file for details.