フィルターのクリア

Downlaoding data from a webpage

2 ビュー (過去 30 日間)
Abhinav
Abhinav 2018 年 1 月 27 日
コメント済み: Abhinav 2018 年 1 月 28 日
I want to save the data shown on USGS webpage: USGS data using Matlab. I am using MatLab 2014a; therefore, I have to use 'urlwrite' function. When I use it, I get the HTML content, not the data in txt format. Any suggestions on how do I download the data that is available on the link? I used the following code:
url='https://waterdata.usgs.gov/nwis/dv?cb_00060=on&format=rdb&site_no=03347000&referred_module=sw&period=&begin_date=1931-01-01&end_date=2018-01-26/';
filename='demo.txt';
outfilename = urlwrite(url,filename);
  4 件のコメント
Rik
Rik 2018 年 1 月 27 日
I tested this code on R2012b and I'm getting an error with the https ("Error downloading URL. Your network connection may be down or your proxy settings improperly configured."), and the html you describe when I switch to http.
Have you tried saving a capture to the Wayback Machine? That sometimes solve http/https errors for me. You can try out this FEX submission.
Abhinav
Abhinav 2018 年 1 月 27 日
Okay, I will try to work it out using your suggestion. Thanks!

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2018 年 1 月 28 日
Remove the trailing '/' in your URL.
  1 件のコメント
Abhinav
Abhinav 2018 年 1 月 28 日
Thanks a lot!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by