Skip to content

Instantly share code, notes, and snippets.

@kurt-liao
Created August 11, 2018 07:04
Show Gist options
  • Select an option

  • Save kurt-liao/e3cb60bdde818b3a6a200c1640c2575a to your computer and use it in GitHub Desktop.

Select an option

Save kurt-liao/e3cb60bdde818b3a6a200c1640c2575a to your computer and use it in GitHub Desktop.
res ="http://opendata.cwb.gov.tw/opendataapi?dataid=F-D0047-093&authorizationkey=CWB-9C0DCD15-928D-4E3F-A51A-2107C32DB59D"
urllib.request.urlretrieve(res,"F-D0047-093.zip")
f = zipfile.ZipFile('F-D0047-093.zip')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment