Skip to content

Commit

Permalink
Merge pull request #27 from addelany/main
Browse files Browse the repository at this point in the history
update bbox for scores and forecasts pages
  • Loading branch information
addelany authored Nov 8, 2023
2 parents 7af3724 + ce0ed1f commit b74aa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build_forecast_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ build_forecast_scores <- function(table_schema,
"extent" = list(
"spatial" = list(
'bbox' = list(list(as.numeric(catalog_config$bbox$min_lon),
as.numeric(catalog_config$bbox$max_lat),
as.numeric(catalog_config$bbox$min_lat),
as.numeric(catalog_config$bbox$max_lon),
as.numeric(catalog_config$bbox$max_lat)))),
"temporal" = list(
Expand Down

0 comments on commit b74aa45

Please sign in to comment.