Skip to content

Commit

Permalink
improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed May 21, 2024
1 parent 4518e2d commit 5c07033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/google-earth-engine_copernicus_get-data_parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ gee_get_data_for_years_parallel <- function(
} else if (all(geos == "polygon") & point_on_surface == FALSE) {
"polygon"
} else if (all(geos == "polygon") & point_on_surface == TRUE) {
"point_on_surface"
"point-on-surface"
} else {
"unclear"
}
Expand Down

0 comments on commit 5c07033

Please sign in to comment.