Skip to content

Commit

Permalink
Update compile_cubes.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Jan 9, 2025
1 parent e06f652 commit 0412aab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/get_cubes/compile_cubes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ for(r in cube_files){
```

```{r map compiled cube to match occ cube format, message=NA}
expected_colnames <- c("year", "eea_cell_code", "taxonKey", "n", "min_coord_uncertainty")
compiled_cube <- compiled_cube %>%
filter(!is.na(eeacellcode)) %>%
mutate(taxonKey = case_when(
Expand All @@ -72,8 +70,8 @@ compiled_cube <- compiled_cube %>%
select(year,
"eea_cell_code" = "eeacellcode",
taxonKey,
classKey,
obs = "occurrences",
cobs = "classcount",
min_coord_uncertainty = "mincoordinateuncertaintyinmeters")
```

Expand Down

0 comments on commit 0412aab

Please sign in to comment.