nlcd

container build status

Using

If my_address_file_geocoded.csv is a file in the current working directory with coordinate columns named lat and lon, then the DeGAUSS command:

docker run --rm -v $PWD:/tmp ghcr.io/degauss-org/nlcd:0.2.3 my_address_file_geocoded.csv

will produce my_address_file_geocoded_nlcd_0.2.3_400m_buffer.csv with the following added columns describing the land classification within a 400 meter buffer radius of each point:

NLCD uses the following definitions for impervious descriptors categories:

Optional Argument

The default buffer radius is 400 meters, but can be changed by supplying an optional argument to the degauss command. For example,

docker run --rm -v $PWD:/tmp ghcr.io/degauss-org/nlcd:0.2.3 my_address_file_geocoded.csv 800

will produce my_address_file_geocoded_nlcd_0.2.3_800m_buffer.csv, and all output will be values within an 800 m buffer.

Geomarker Methods

This container was built using the addNlcdData package.

Geomarker Data

DeGAUSS Details

For detailed documentation on DeGAUSS, including general usage and installation, please see the DeGAUSS homepage.