ASCIIrasters.jl

Tiny package for reading/writing ASCII raster files
Author JuliaGeo
Popularity
3 Stars
Updated Last
1 Year Ago
Started In
August 2022

ASCIIrasters.jl

Build Status Coverage

Simple read and write functions for ASCII raster files. The ASCII format convention used is AAIGrid (the QGIS default for ASCII rasters).

Exported functions

read_ascii(filename::AbstractString) reads a file and returns its contained data and corresponding header information in a Tuple.

write_ascii(filename, dat; kwargs...) writes a file. Required keywords arguments are (see docs): ncols, nrows, xll, yll, dx, dy and nodatavalue.

Required Packages

No packages found.