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/fortunes:0.1.1 my_address_file_geocoded.csv
will print a random quote from the {fortunes} package.
A number supplied after the degauss command will change the number of quotes printed, for example:
docker run --rm -v $PWD:/tmp ghcr.io/degauss/fortunes:0.1.1 my_address_file_geocoded.csv 2
will print two random quotes from the {fortunes} package.
For detailed documentation on DeGAUSS, including general usage and installation, please see the DeGAUSS homepage.