Skip to content

Commit fe396aa

Browse files
committed
other urls
1 parent 95ceff5 commit fe396aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

geosnap/io/storage.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def store_seda(data_dir="auto", accept_eula=False):
5858
5959
You agree to acknowledge the Stanford Education Data Archive as the source of these data. In publications, please cite the data as:
6060
61-
Reardon, S. F., Ho, A. D., Shear, B. R., Fahle, E. M., Kalogrides, D., Jang, H., & Chavez, B. (2021). Stanford Education Data Archive (Version 4.1). Retrieved from http://purl.stanford.edu/db586ns4974.
61+
Reardon, S. F., Ho, A. D., Shear, B. R., Fahle, E. M., Kalogrides, D., Jang, H., & Chavez, B. (2021). Stanford Education Data Archive (Version 4.1). Retrieved from http://purl.stanford.edu/xv742vh9296.
6262
6363
Subject to your compliance with the terms and conditions set forth in this Agreement, Stanford grants you a revocable, non-exclusive, non-transferable right to access and make use of the Data Sets.
6464
@@ -74,7 +74,7 @@ def store_seda(data_dir="auto", accept_eula=False):
7474
fn = f"seda_school_pool_{std}_4.1"
7575
print(f"Downloading {fn}")
7676
t = pd.read_csv(
77-
f"https://stacks.stanford.edu/file/druid:db586ns4974/{fn}.csv",
77+
f"https://stacks.stanford.edu/file/druid:xv742vh9296/{fn}.csv",
7878
converters={"sedasch": str, "fips": str},
7979
)
8080
t.sedasch = t.sedasch.str.rjust(12, "0")
@@ -89,7 +89,7 @@ def store_seda(data_dir="auto", accept_eula=False):
8989
fn = f"seda_geodist_{pooling}_{std}_4.1"
9090
print(f"Downloading {fn}")
9191
t = pd.read_csv(
92-
f"https://stacks.stanford.edu/file/druid:db586ns4974/{fn}.csv",
92+
f"https://stacks.stanford.edu/file/druid:xv742vh9296/{fn}.csv",
9393
converters={"sedalea": str, "fips": str},
9494
)
9595
t.sedalea = t.sedalea.str.rjust(7, "0")

0 commit comments

Comments
 (0)