lu-rescaling.reader

parse-maps

(parse-maps folder)
Reads content of .asc files from the folder.
   folder: Path to the source folder.
returns: A hashmap with file names as keys and
         hashmaps of values and their row-column positions as values.

## Usage

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

     (parse-maps "GIS raster maps")

parse-region-map

(parse-region-map path)
Reads content of .asc file with regional administrative division from the path.
    path: Path to the source .asc file.
 returns: A hashmap row-column positions per identifier of an administrative unit.

## Usage

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

      (parse-region-map "sections.asc")