Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
addelany committed Jan 18, 2024
2 parents b81b3d3 + 90f9b98 commit 69ee4c0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion catalog/noaa_forecasts/Pseudo/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"interval": [
[
"2020-09-26T00:00:00Z",
"2024-02-20T00:00:00Z"
"2024-02-21T00:00:00Z"
]
]
}
Expand Down
2 changes: 1 addition & 1 deletion catalog/noaa_forecasts/Stage1-stats/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"interval": [
[
"2020-09-26T00:00:00Z",
"2024-02-20T00:00:00Z"
"2024-02-21T00:00:00Z"
]
]
}
Expand Down
2 changes: 1 addition & 1 deletion catalog/noaa_forecasts/Stage1/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"interval": [
[
"2020-09-26T00:00:00Z",
"2024-02-20T00:00:00Z"
"2024-02-21T00:00:00Z"
]
]
}
Expand Down
2 changes: 1 addition & 1 deletion catalog/noaa_forecasts/Stage2/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"interval": [
[
"2020-09-26T00:00:00Z",
"2024-02-20T00:00:00Z"
"2024-02-21T00:00:00Z"
]
]
}
Expand Down
2 changes: 1 addition & 1 deletion catalog/noaa_forecasts/Stage3/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"interval": [
[
"2020-09-26T00:00:00Z",
"2024-02-20T00:00:00Z"
"2024-02-21T00:00:00Z"
]
]
}
Expand Down
6 changes: 3 additions & 3 deletions catalog/noaa_forecasts/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"interval": [
[
"2020-09-26T00:00:00Z",
"2024-02-20T00:00:00Z"
"2024-02-21T00:00:00Z"
]
]
}
Expand Down Expand Up @@ -132,13 +132,13 @@
],
"assets": {
"data": {
"href": "s3://anonymous@bio230014-bucket01/neon4cast-drivers/noaa/gefs-v12?endpoint_override=sdsc.osn.xsede.org",
"href": "\"s3://anonymous@bio230014-bucket01/neon4cast-drivers/noaa/gefs-v12?endpoint_override=sdsc.osn.xsede.org\"",
"type": "application/x-parquet",
"title": "Database Access",
"roles": [
"data"
],
"description": "Use `arrow` for remote access to the database. This R code will return results for the Forecasting Challenge.\n\n### R\n\n```{r}\n# Use code below\n\nall_results <- arrow::open_dataset(s3://anonymous@bio230014-bucket01/neon4cast-drivers/noaa/gefs-v12?endpoint_override=sdsc.osn.xsede.org)\ndf <- all_results |> dplyr::collect()\n\n```\n \n\nYou can use dplyr operations before calling `dplyr::collect()` to `summarise`, `select` columns, and/or `filter` rows prior to pulling the data into a local `data.frame`. Reducing the data that is pulled locally will speed up the data download speed and reduce your memory usage.\n\n\n"
"description": "Use `arrow` for remote access to the database. This R code will return results for the Forecasting Challenge.\n\n### R\n\n```{r}\n# Use code below\n\nall_results <- arrow::open_dataset(\"s3://anonymous@bio230014-bucket01/neon4cast-drivers/noaa/gefs-v12?endpoint_override=sdsc.osn.xsede.org\")\ndf <- all_results |> dplyr::collect()\n\n```\n \n\nYou can use dplyr operations before calling `dplyr::collect()` to `summarise`, `select` columns, and/or `filter` rows prior to pulling the data into a local `data.frame`. Reducing the data that is pulled locally will speed up the data download speed and reduce your memory usage.\n\n\n"
},
"thumbnail": {
"href": "https://raw.githubusercontent.com/eco4cast/neon4cast-ci/main/catalog/thumbnail_plots/neon_wetland.jpg",
Expand Down

0 comments on commit 69ee4c0

Please sign in to comment.