# print available collections
listdata_bc() |> names()
# print info about a specific collection
listdata_bc('bgcz')
listdata_bc('bgcz', verbose=2)
# example with a year field
listdata_bc('fids', varname='IBM_mid', year=2005, verbose=2)
listdata_bc('fids', varname='IBM_mid', verbose=2)
# "simple=TRUE" mode returns logical vector indicating which mapsheets are downloaded
listdata_bc(collection='dem', varname='aspect', verbose=2, simple=TRUE)
Run the code above in your browser using DataLab