Skip to content

Commit 733bb34

Browse files
authored
Update 01-meteorological-data.Rmd
1 parent 0496022 commit 733bb34

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

sensors/01-meteorological-data.Rmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ mac_weather <- mac_weather.list$properties %>%
123123
124124
```
125125

126+
### Using
127+
126128
## Weather Summary
127129

128130

@@ -182,8 +184,9 @@ Did you see what we just did? We wrote some custom code to convert the units of
182184

183185
This higher resolution weather data can be used for VNIR calibration, for example. But at 1/s it is very large!
184186

187+
## Lets see how data are downloaded
185188

186-
### Lets see how data are downloaded
189+
Here we will download the files using the Clowder API, but note that if you have access to the filesystem (on www.workbench.terraref.org or globus, you can directly access the data in the `sites/ua-mac/Level_1/EnvironmentLogger`. Folder
187190

188191
```{r query-clowder}
189192
library(jsonlite)
@@ -211,7 +214,7 @@ ncfiles <- files[grepl('environmentlogger.nc', files$filename), ]
211214
print(ncfiles %>% select(id, filename))
212215
```
213216

214-
#### Download netCDF 1/s data from Clowder
217+
## Download netCDF 1/s data from Clowder
215218

216219

217220
```{r nc-download, echo=FALSE}

0 commit comments

Comments
 (0)