Skip to content

Commit

Permalink
Fix chunk naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Sep 25, 2024
1 parent 2cbaafa commit dd03e5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/ad4gd_google-earth-engine.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lakes_berlin <- sf::read_sf("lakes_berlin/Gewaesser_Berlin_Flaechen.shp",

#### Multi Core

```{r satellite_data_multi, eval = ! is_gh_actions}
```{r berlin_satellite_data_multi, eval = ! is_gh_actions}
reticulate::use_condaenv("ad4gd")
library(rgee)
rgee::ee_Initialize()
Expand Down Expand Up @@ -162,7 +162,7 @@ lakes_bb_selected_points <- sf::read_sf(shp_path) %>%
### Get Satellite Data

#### Single Core
```{r satellite_data_single, eval = ! is_gh_actions}
```{r bb_satellite_data_single, eval = ! is_gh_actions}
plot_solar_azimut_angle <- function(res) {
Expand Down Expand Up @@ -212,7 +212,7 @@ plot_solar_azimut_angle(lakes_malte_test_flatten)

#### Multi Core

```{r satellite_data_multi, eval = ! is_gh_actions}
```{r bb_satellite_data_multi, eval = ! is_gh_actions}
reticulate::use_condaenv("ad4gd")
library(rgee)
rgee::ee_Initialize()
Expand Down

0 comments on commit dd03e5f

Please # to comment.