Conveniently download USGS gauge flowrate data

版本 1.0.1 (4.3 KB) 作者: Jeff Burkey
The function 'usgs' will download data from USGS data servers using their web service.
8.0 次下载
更新时间 2024/4/25

查看许可证

Nothing fancy but needed something to speed up the process when wanting to grab some USGS data. The function uses the RESTful web service protocols which is already a function (i.e., webread) in Matlab. My code is hardcoded expecting a JSON format.
You have an option to set a boolean to true if you want a simple graph created to view the data.
Thank you USGS!

引用格式

Jeff Burkey (2024). Conveniently download USGS gauge flowrate data (https://www.mathworks.com/matlabcentral/fileexchange/164431-conveniently-download-usgs-gauge-flowrate-data), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2024a
与 R2014b 及更高版本兼容
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Tweaked the input to the function call. I needed to include weboptions and adjust the 'timeout' setting for larger querries.

1.0.0