Skip to content

Commit

Permalink
Merge pull request #106 from addelany/main
Browse files Browse the repository at this point in the history
fix datetime property for models
  • Loading branch information
addelany authored Jul 19, 2024
2 parents f1f9f0a + 681546e commit 0808b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ build_model <- function(model_id,
"properties"= list(
"title" = model_id,
description = model_description,
"datetime" = {NULL},
"datetime" = curent_date,
"start_datetime" = start_date,
"end_datetime" = end_date,
"providers"= c(stac4cast::generate_authors(model = model_id, metadata_table = model_documentation),list(
Expand Down

0 comments on commit 0808b27

Please sign in to comment.