-
Notifications
You must be signed in to change notification settings - Fork 1
/
carabids_01_download.Rmd
42 lines (35 loc) · 1.15 KB
/
carabids_01_download.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: "carabids_EDA"
author: "Anna Spiers"
date: "1/28/2020"
output: rmarkdown::github_document
---
```{r, echo=FALSE}
library(neonUtilities)
```
Download carabid data
```{r}
carabids_NIWO <- loadByProduct(dpID = "DP1.10022.001", site = "NIWO") #ground beetles
save(carabids_NIWO, file="data_raw/carabids_NIWO.Rdata")
carabids_barcode_NIWO <- loadByProduct(dpID = "DP1.10020.001", site = "NIWO") #ground beetle barcodes
save(carabids_barcode_NIWO, file="data_raw/carabids_barcode_NIWO.Rdata")
```
##### Predictor variable NEON dpIDs
DP3.30025.001 slope/aspect
DP3.30024.001 elevation - hydrology (DEM) - download as geotiffs
DP1.00006.001 precipitation
DP1.00098.001 relative humidity
DP1.00005.001 IR biological temp
DP1.00014.001 Shortwave radiation (direct and diffuse pyranometer)
DP1.00023.001 Shortwave and longwave radiation (net radiometer)
DP2.30012.001 LAI - spectrometer - flightline
DP1.00041.001 soil temp
DP1.00094.001 Soil water content and water salinity
DP1.00041.001 soil temp
DP1.10098.001 Woody plant vegetation structure
DP1.10033.001 Litterfall and fine woody debris sampling
microtopography
canopy gaps
canopy cover
Niwot data?
Ameriflux data?