Skip to content

Commit

Permalink
Merge pull request #114 from addelany/main
Browse files Browse the repository at this point in the history
remove stac validation
  • Loading branch information
addelany authored Dec 9, 2024
2 parents 1f95fc8 + 01271f5 commit 7c53075
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/build_forecast_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ build_forecast_scores <- function(table_schema,
json,
pretty=TRUE,
auto_unbox=TRUE)
stac4cast::stac_validate(json)
#stac4cast::stac_validate(json)
}
2 changes: 1 addition & 1 deletion R/build_group_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,5 @@ build_group_variables <- function(table_schema,
json,
pretty=TRUE,
auto_unbox=TRUE)
stac4cast::stac_validate(json)
#stac4cast::stac_validate(json)
}
2 changes: 1 addition & 1 deletion R/build_inventory.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ build_inventory <- function(table_schema,
json,
pretty=TRUE,
auto_unbox=TRUE)
stac4cast::stac_validate(json)
#stac4cast::stac_validate(json)
}
2 changes: 1 addition & 1 deletion R/build_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ build_model <- function(model_id,
json,
pretty=TRUE,
auto_unbox=TRUE)
stac4cast::stac_validate(json)
#stac4cast::stac_validate(json)

rm(meta)
}
2 changes: 1 addition & 1 deletion R/build_noaa_forecast.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ build_noaa_forecast <- function(table_schema,
json,
pretty=TRUE,
auto_unbox=TRUE)
stac4cast::stac_validate(json)
#stac4cast::stac_validate(json)
}
2 changes: 1 addition & 1 deletion R/build_sites.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ build_sites <- function(table_schema,
json,
pretty=TRUE,
auto_unbox=TRUE)
stac4cast::stac_validate(json)
#stac4cast::stac_validate(json)
}
2 changes: 1 addition & 1 deletion R/build_targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ build_targets <- function(table_schema,
json,
pretty=TRUE,
auto_unbox=TRUE)
stac4cast::stac_validate(json)
#stac4cast::stac_validate(json)
}

0 comments on commit 7c53075

Please sign in to comment.