Skip to content

Commit

Permalink
fix bug in noaa parquet theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Mar 5, 2024
1 parent 66fe5b4 commit 0457004
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion catalog/noaa_forecasts/noaa_forecasts.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ noaa_description_create <- data.frame(site_id = 'For forecasts that are not on a
latitude = 'forecast site latitude')


noaa_theme_df <- arrow::open_dataset(arrow::s3_bucket(paste0(config$noaa_forecast_bucket,"stage2/parquet/0/2023-08-01/feea"), endpoint_override = config$noaa_endpoint, anonymous = TRUE))
noaa_theme_df <- arrow::open_dataset(arrow::s3_bucket(paste0(config$driver_bucket, "/gefs-v12/stage2"),
endpoint_override = config$endpoint,
anonymous = TRUE))


noaa_theme_dates <- arrow::open_dataset(arrow::s3_bucket(paste0(config$driver_bucket,"/gefs-v12/stage2"),
Expand Down

0 comments on commit 0457004

Please sign in to comment.