Skip to content

Commit ddc0ec6

Browse files
committed
remove bad validation rule for temporal Coverage
1 parent e16f175 commit ddc0ec6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

R/geoflow_validator.R

-2
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,6 @@ geoflow_validator_entity_TemporalCoverage <- R6Class("geoflow_validator_entity_T
691691
}
692692
}
693693

694-
}else{
695-
report <- rbind(report, data.frame(type = "ERROR", message = sprintf("spatial extent '%s' is not a recognized format",tmp_cov)))
696694
}
697695
}
698696
return(report)

0 commit comments

Comments
 (0)