This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(gdalcubes) | |
| library(stars) | |
| library(rgee) | |
| ee_Initialize(drive = TRUE) | |
| ocona <- ee$Geometry$Point(c(-73.10783, -16.43148))$buffer(1000) | |
| ee_search_dataset() %>% | |
| ee_search_title("sentinel") %>% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(cptcity) | |
| library(raster) | |
| library(stars) | |
| library(rgee) | |
| library(sf) | |
| ee_Initialize(drive = TRUE) | |
| roi <- st_read(system.file("shape/nc.shp", package="sf")) %>% | |
| st_bbox() %>% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| suppressPackageStartupMessages(library(mapview)) | |
| suppressPackageStartupMessages(library(sf)) | |
| mapviewOptions( | |
| basemaps = c( | |
| "Esri.WorldImagery", "OpenTopoMap", | |
| "CartoDB.Positron", "CartoDB.DarkMatter", | |
| "OpenStreetMap" | |
| ) | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(mapedit) # (OPTIONAL) Interactive editing of vector data | |
| library(raster) # Manipulate raster data | |
| library(scales) # Scale functions for visualization | |
| library(cptcity) # cptcity color gradients! | |
| library(tmap) # Thematic Map Visualization <3 | |
| library(rgee) # Bindings for Earth Engine | |
| ee_Initialize() | |
| ## 1. Wrangling data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [](https://github.com/r-spatial/rgee/actions) | |
| [](https://www.repostatus.org/#active) | |
| [](https://codecov.io/gh/r-spatial/rgee) | |
| [](https://opensource.org/licenses/Apache-2.0) | |
| [](https://www.tidyverse.org/lifecycle/#maturing) | |
| [](https://cran.r-project.org/package=rgee) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd ~/.ssh | |
| ssh-keygen | |
| cat github_csaybar.pub | |
| #Copy public key in GitHub | |
| eval $(ssh-agent -s) #start an agent! | |
| ssh-add ~/.ssh/github_csaybar |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 11 |