Skip to content

Commit

Permalink
update seda url
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Dec 8, 2023
1 parent 056738a commit 95ceff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geosnap/_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def seda(
], "`standardize` argument must be either 'cs' for cohort-standardized or 'gcs' for grade-cohort-standardized"
fn = f"seda_{level}_{pooling}_{standardize}_4.1"
local_path = pathlib.Path(self.data_dir, "seda", f"{fn}.parquet")
remote_path = f"https://stacks.stanford.edu/file/druid:db586ns4974/{fn}.csv"
remote_path = f"https://stacks.stanford.edu/file/druid:xv742vh9296/{fn}.csv"
msg = (
"Streaming data from SEDA archive at <https://exhibits.stanford.edu/data/catalog/db586ns4974>.\n"
"Use `geosnap.io.store_seda()` to store the data locally for better performance"
Expand Down

0 comments on commit 95ceff5

Please sign in to comment.