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
| title: rgee | |
| url: http://csaybar.github.io/rgee | |
| template: | |
| params: | |
| bootswatch: cosmo | |
| navbar: | |
| type: inverse | |
| left: | |
| - icon: fa-home |
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
| a |
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(rgee) | |
| ee_reattach() | |
| ee_Initialize() | |
| world_RGB <- ee$ImageCollection('MODIS/006/MCD43A4')$ | |
| filter(ee$Filter$date('2010-04-01', '2010-06-30'))$ | |
| select( | |
| list( | |
| 'Nadir_Reflectance_Band1', | |
| 'Nadir_Reflectance_Band4', |
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
| #' Testing build check used in rgee | |
| # 1. Install packages | |
| if (!require(devtools)) install.packages('devtools') | |
| if (!require(pkgdown)) install.packages('pkgdown') | |
| if (!require(rhub)) install.packages('rhub') | |
| if (!require(goodpractice)) install.packages('goodpractice') | |
| # 2. goodpractice checks | |
| tcks <- all_checks() |
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(tidyverse) | |
| library(ggplot2) | |
| library(rgee) | |
| library(sf) | |
| ee_reattach() # reattach ee as a reserved word | |
| ee_Initialize() | |
| # Define a geometry | |
| nc <- st_read(system.file("shape/nc.shp", package = "sf"), quiet = TRUE) %>% |
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
| import os | |
| import ee | |
| import ast | |
| import sys | |
| import json | |
| import time | |
| import pickle | |
| import requests | |
| import selenium | |
| import subprocess |
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
| 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
| aqui |