PoisotLab / SimpleSDMLayers.jl

Simple layers for species distribution modeling and bioclimatic data
https://docs.ecojulia.org/SimpleSDMLayers.jl/stable/
MIT License
19 stars 2 forks source link

Not all numeric types play well with plots #71

Closed tpoisot closed 3 years ago

tpoisot commented 3 years ago

Part of the plotting recipes involves adding NaN, which means that we need to have something that is floating-point. This implies that there is a need to convert the layer to something more amenable to plotting in the recipe. This can be done with a more general convert method to change the inner type.