SpatRasters
SpatRasters.jl: Simple Spatial Rasters in Julia
Dongdong Kong
SpatRaster
is a simple spatial raster with WGS84 projection, abbreviated as rast
.
Due to its simplicity, SpatRasters.jl
doesn’t rely on any other geospatial packages, which makes SpatRasters.jl
more lightweight than GeoArrays
and Rasters.jl
.
SpatRasters.jl
used the class and function of R language terra
and sf
packages.
julia -e "@time using SpatRasters"
# 0.053372 seconds (50.83 k allocations: 3.506 MiB, 8.44% compilation time)