Skip to contents

Metadata Elements

The below list contains the names of supported metadata elements captured using environment variables defined using ENV instructions inside the Dockerfile:

  • degauss_name: name of DeGAUSS container (use only lower case letters and underscores)
  • degauss_version: version number corresponding to GitHub release and latest version of container available from the GitHub Container Registry
  • degauss_description: a short (< 50 characters) description that finishes the sentence “This container returns …”
  • degauss_argument: name and default value of any argument short argument description [default: x]

Defining Metadata Environment Variables in the Dockerfile

Getting Metadata About A DeGAUSS Image Online

Get information about one single DeGAUSS image:

dht::get_degauss_env_online("fortunes")
##                             degauss_name 
##                               "fortunes" 
##                          degauss_version 
##                                  "0.1.3" 
##                      degauss_description 
##                          "random quotes" 
##                         degauss_argument 
## "number of quotes to print [default: 1]"

or get a table of information about the images in the core library

core_info <- dht::get_degauss_core_lib_env()
##  downloading latest information about images in core library...
##  find more at <https://degauss.org/available_images>
knitr::kable(core_info)
degauss_name degauss_version degauss_description degauss_argument
geocoder 3.3.0 geocodes valid_geocode_score_threshold [default: 0.5]
census_block_group 0.6.0 census block group and tract census year [default: 2010]
dep_index 0.2.1 census tract-level deprivation index NA
greenspace 0.3.0 enhanced vegetation index NA
roads 0.2.2 proximity and length of major roads buffer radius in meters [default: 400]
aadt 0.2.2 average annual daily traffic buffer radius in meters [default: 400]
nlcd 0.2.3 land cover (imperviousness, land use, greenness) buffer radius in meters [default: 400]
drivetime 1.3.0 distance and drive time to care sites care_site [default: none]
st_census_tract 0.2.1 census tract identifiers with appropriate vintage NA
pm 0.2.0 daily PM2.5 NA
narr 0.4.0 daily weather data (temperature, humidity, etc) NARR variables to be returned (weather, wind, atmosphere, pratepres, or none) [default: weather]