Skip to content

Commit

Permalink
changes res
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Mar 25, 2023
1 parent 2a6f80d commit 2f4d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05-geometry-operations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ For this example, we create `target_rast`, but you would often use an already ex
```{r 05-geometry-operations-42}
target_rast = rast(xmin = 794650, xmax = 798250,
ymin = 8931750, ymax = 8935350,
resolution = 150, crs = "EPSG:32717")
resolution = 300, crs = "EPSG:32717")
```

Next, we need to provide our two raster objects as the first two arguments and one of the resampling methods described above.
Expand Down

0 comments on commit 2f4d9ab

Please sign in to comment.