JuliaEarth / GeoIO.jl

Load/save geospatial data compatible with the GeoStats.jl framework
https://github.com/JuliaEarth/GeoStats.jl
MIT License
21 stars 6 forks source link

Consider coercing the variables of GeoTIFF to Continuous #109

Closed juliohm closed 1 month ago

juliohm commented 1 month ago

The variables are loaded as UInt8, and consequently interpreted as Categorical. We need to investigate if it would make sense to coerce always.

juliohm commented 1 month ago

This is fixed now that we load true Colors.jl