create_data/create_indexBgc.R

## An indexBgc of biogeochemical Argo profile data within 300km
## of Marsh Harbour, Abaco Island, Bahamas (26.54124N -77.0636W).
## For the selection of this location, see
## https://github.com/dankelley/argoFloats/wiki/Focus-Island
##
## Note that this code is not run, because we want the dataset to be *static*.
## In fact, we check that it is unchanged, in the test suite.
##
## The download was done on 2020 September 10, and yielded 39 profiles.

if (!FALSE) {
    library(argoFloats)
    indexAll <- getIndex("bgc", age=0)
    indexBgc <- subset(indexAll, circle=list(longitude=-77.06, latitude=26.54, radius=300))
    save(indexBgc, file="indexBgc.rda")
    tools::resaveRdaFiles('indexBgc.rda')
}
dankelley/argoFloats documentation built on Feb. 10, 2024, 2:16 a.m.