lu-rescaling.rescaling

aggregate

(aggregate map-folder region-path)
Averages the values of the GIS-based variables in the
 administrative units of the region.
    map-folder: A path to the folder with original GIS-based maps (in .asc format).
    region-path: A path to an .asc file with regional administrative division.
 returns: A csv file content with administrative units and corresponding average values.

## Usage

    (require '[lu-rescaling.rescaling :refer :all])

    (aggregate "GIS raster maps" sections.asc)