Start at cloud management console (https://dashboard.cloud.pnnl.gov).
Go to “Instances”, then “Launch Instance”.
Details: Give it a name (e.g. “pecan1”) Availability zone “nova” (only option).
Start at cloud management console (https://dashboard.cloud.pnnl.gov).
Go to “Instances”, then “Launch Instance”.
Details: Give it a name (e.g. “pecan1”) Availability zone “nova” (only option).
| 4 medium carrots grated (about 2 cups) | |
| 1/2 c walnuts chopped | |
| 1 c white flour | |
| 1 c wheat flour | |
| 1 1/2 tsp. baking soda | |
| 2 tsp. baking powder | |
| 2 tsp. cinnamon | |
| 2 c sugar | |
| 4 eggs | |
| 3/4 c oil |
| # CI overrides | |
| version: '3' | |
| services: | |
| web: | |
| environment: | |
| - DATABASE_URL | |
| - DJANGO_SETTINGS_MODULE | |
| - SECRET_KEY | |
| - PORT |
| library(rpecanapi) | |
| library(httr) | |
| library(magrittr, include.only = "%>%") | |
| library(dplyr) | |
| library(glue) | |
| wfmessage <- function(wf) { | |
| message(glue( | |
| "Follow workflow status at:\n", | |
| "http://localhost:8000/pecan/05-running.php?", |
iTerm2
Command Line Tools
xcode-select –install| # This can take quite a long time to run | |
| library(xml2) | |
| library(tidyverse) | |
| read_xml("apple_health_export/export.xml") -> x | |
| x %>% xml_find_all(".//Record") %>% | |
| xml_attrs %>% | |
| bind_rows %>% |
| # Description: This script is used to download HLS data from NASA's Earthdata | |
| # STAC API and build a cloud-free composite image. | |
| # ----- Functions ----- | |
| # band mapping for HLS SL data | |
| #' @return a named character vector of band mappings for HLS SL data | |
| hlssl_band_mapping <- function() { | |
| c( | |
| B01 = "A", B02 = "B", B03 = "G", B04 = "R", |