rafaqz / Rasters.jl

Raster manipulation for the Julia language
MIT License
197 stars 34 forks source link

rasters without a name are called `Symbol("Rasters.NoKW()")` #658

Closed tiemvanderdeure closed 1 month ago

tiemvanderdeure commented 1 month ago

A very minor issue :)

using Rasters, ArchGDAL
r = Raster(rand(X(1:10),Y(1:10)))
write("myraster.tif", r)
Rasters.name(Raster("myraster.tif"))

returns Symbol("Rasters.NoKW()")

rafaqz commented 1 month ago

Lol, thats awful