-main
(-main settings-path & args)
Application entry point.
settings-path: Path to the settings file.
Steps include: 1) filtering of cells,
2) transformation of the land use map
by counting the number of cells with urban land use
in the cell neighbourhood,
3) transformation of other maps with log and rescaling to [0,1],
if specified.
In case of valid original maps,
saves to disk
a) cleaned .asc files,
output: bin/["land-use.asc"]
bin/["map1.asc"]
bin/["map1.asc"]
...
b) a sorted list of Moore neighbourhoods by their frequency in the land use map
(in csv and latex formats)
output: bin/["land-use.asc"]-neighbourhoods.csv
bin/["land-use.asc"]-neighbourhoods.tex
prints to terminal
c) a list of validation warnings.
Otherwise, prints to terminal a list of validation errors.
## Usage
$ lein run "settings.xml"