Skip to content

Commit a9ad62b

Browse files
committed
Fix GBIF
1 parent d826157 commit a9ad62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/dwf_gbif_read_chunk.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ gbif_read_chunk <- function(
190190
chunk_data <- sf::st_coordinates(chunk_data) %>%
191191
# extract matching CLC class
192192
terra::extract(x = corine_r, y = .) %>%
193-
dplyr::pull(value) %>%
193+
dplyr::pull(Value) %>%
194194
# convert to tibble (integer)
195195
dplyr::tibble(value = .) %>%
196196
dplyr::mutate(

0 commit comments

Comments
 (0)