Skip to content

Commit

Permalink
removing all old summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Feb 8, 2024
1 parent 248b58f commit 67d7166
Show file tree
Hide file tree
Showing 66 changed files with 2 additions and 16,208 deletions.
3 changes: 2 additions & 1 deletion catalog/inventory/create_inventory_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ inventory_theme_df <- arrow::open_dataset(arrow::s3_bucket(config$inventory_buck

inventory_data_df <- duckdbfs::open_dataset(glue::glue("s3://{config$inventory_bucket}/catalog/forecasts"),
s3_endpoint = config$endpoint, anonymous=TRUE) |>
collect()
collect() |>
dplyr::filter(project_id == config$project_id)

theme_models <- inventory_data_df |>
distinct(model_id)
Expand Down
292 changes: 0 additions & 292 deletions catalog/scores/Aquatics/Daily_Dissolved_oxygen/collection.json

This file was deleted.

Loading

0 comments on commit 67d7166

Please sign in to comment.