Skip to content

Commit

Permalink
Update catalog.R
Browse files Browse the repository at this point in the history
  • Loading branch information
addelany authored Dec 9, 2024
1 parent 50cadf4 commit 77799d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/catalog.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ build_catalog <- function(){
dest <- "catalog/"
jsonlite::write_json(catalog, file.path(dest, "catalog.json"),
pretty=TRUE, auto_unbox=TRUE)
stac4cast::stac_validate(file.path(dest, "catalog.json"))
#stac4cast::stac_validate(file.path(dest, "catalog.json"))

}

Expand Down

0 comments on commit 77799d2

Please sign in to comment.