Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit72a5c16

Browse files
committed
Use the 2023 PHZ data
1 parentc602f23 commit72a5c16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎frostline.py‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/envpython
1+
#!/usr/bin/envpython3
22
# -*- coding: utf-8 -*-
33

44
importos
@@ -9,10 +9,10 @@
99
fromcontextlibimportclosing
1010

1111
zone_files= [
12-
'http://www.prism.oregonstate.edu/projects/public/phm/phm_us_zipcode.csv',
13-
'http://www.prism.oregonstate.edu/projects/public/phm/phm_ak_zipcode.csv',
14-
'http://www.prism.oregonstate.edu/projects/public/phm/phm_hi_zipcode.csv',
15-
'http://www.prism.oregonstate.edu/projects/public/phm/phm_pr_zipcode.csv'
12+
'https://prism.oregonstate.edu/projects/phm_data/phzm_us_zipcode_2023.csv',
13+
'https://prism.oregonstate.edu/projects/phm_data/phzm_ak_zipcode_2023.csv',
14+
'https://prism.oregonstate.edu/projects/phm_data/phzm_hi_zipcode_2023.csv',
15+
'https://prism.oregonstate.edu/projects/phm_data/phzm_pr_zipcode_2023.csv'
1616
]
1717

1818

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp