Skip to content

Commit

Permalink
remove VR_read Rdata file and redirect to CSIRO Data Access Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
roselbl committed Jan 7, 2022
1 parent ea1f8fb commit eb3301b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/analysis/Site_Data_for_Millennial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ kf$GPS_LONG <- ifelse(kf$EW=="E", kf$Lon, -kf$Lon)
kf$GPS_LAT <- ifelse(kf$NS=="S", -kf$Lat, kf$Lat)
```

#Read in VR Dataset
#Read in VR Dataset from CSIRO
```{r}
#This dataset is provided here as an Rdata file
load(paste0(datadir,"VR_read.Rdata"))
#The dataset measurements are described in Viscarra Rossel and Hicks (2015) and Viscarra Rossel et al. (2019).
#load(paste0(datadir,"VR_read.Rdata"))
#The above line and Rdata file have been temporarily removed as authors determine if the geolocation information of a subset of the sites can be shared. To access those data which are publicly available please visit the CSIRO Data Access Repository. URL for SOC fraction data: https://data.csiro.au/collection/csiro:5883?q=australia%20soil%20carbon&_st=keyword&_str=13&_si=2
# Description and application of this and related data sets can be found in Viscarra Rossel and Hicks (2015) and Viscarra Rossel et al. (2019).
#Some variable information:
#vf$Rain #Rainfall in mm/yr
Expand Down
Binary file removed R/analysis/VR_read.Rdata
Binary file not shown.

0 comments on commit eb3301b

Please sign in to comment.