Skip to content

Commit

Permalink
aricle
Browse files Browse the repository at this point in the history
  • Loading branch information
j-miszczyszyn committed Apr 15, 2024
1 parent d9bb5fd commit 098076b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^docs$
^pkgdown$
^\.github$
^vignettes/articles$
2 changes: 1 addition & 1 deletion vignettes/Rgugik_big_area_support.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library(foRestools)
W omawianym przykładzie przygotowano AOI Krynicy-Zdrój, należy zapisać kopie pliku i zapamiętać jego ścieżkę.
Pobierać możemy też innymi plikami niż omówiony w przykładzie, należy pamiętać aby był on w układzie PL-1992
```{r}
st_write(counties_geom, "aoi_geometry.shp")
# st_write(counties_geom, "aoi_geometry.shp")
```

# Pobieranie informacji dla AOI
Expand Down
14 changes: 14 additions & 0 deletions vignettes/articles/vignettes-Rgugik_big_area_support.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "vignettes/Rgugik_big_area_support"
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

```{r setup}
library(foRestools)
```

0 comments on commit 098076b

Please sign in to comment.