Revision ebc4ab87
Added by Adam M. Wilson almost 11 years ago
climate/research/LST_missingdata.Rmd | ||
---|---|---|
12 | 12 |
|
13 | 13 |
```{r,echo=FALSE,results="hide",message=FALSE} |
14 | 14 |
## some setup |
15 |
opts_knit$set(progress = TRUE, verbose = TRUE,root.dir="~/Downloads/nasa/", upload.fun = imgur_upload, base.url = NULL) # upload all images to imgur.com |
|
15 |
uploadimages=F # upload all images to imgur.com for easy viewing on github |
|
16 |
opts_knit$set(progress = TRUE, verbose = TRUE,root.dir="~/Downloads/nasa/", |
|
17 |
upload.fun = ifelse(uploadimages,imgur_upload,NULL), base.url = NULL) |
|
16 | 18 |
opts_chunk$set(fig.width=5, fig.height=5, cache=TRUE) |
17 | 19 |
library(rasterVis) |
18 | 20 |
library(rgdal) |
climate/research/LST_missingdata.md | ||
---|---|---|
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
### Adam M. Wilson (Compiled on Tue Mar 4 14:31:08 2014 using code version (git hash): f41365c)
|
|
6 |
### Adam M. Wilson (Compiled on Tue Mar 4 14:57:04 2014 using code version (git hash): 0b07113)
|
|
7 | 7 |
|
8 | 8 |
A short script to visualize and explore the updated Land Surface Climatology algorithm that 'lowers the standards' in some areas to increase the number of available observations. |
9 | 9 |
|
10 | 10 |
|
11 |
``` |
|
12 |
## Warning: 'x' is NULL so the result will be NULL |
|
13 |
``` |
|
14 |
|
|
15 |
``` |
|
16 |
## Error: replacement has length zero |
|
17 |
``` |
|
11 | 18 |
|
12 | 19 |
|
13 | 20 |
|
Also available in: Unified diff
Update LST missing data report