We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960d2ec commit b25ad6eCopy full SHA for b25ad6e
src/esdc.jl
@@ -76,6 +76,6 @@ and `store` or pick a resolution, chunking and cube region.
76
* `region="global"` choose a datacube (either `"global"` or `"Colombia"`)
77
78
"""
79
-esdc(;kwargs...) = Cube(esdd(;kwargs...))
+esdc(;kwargs...) = Cube(esdd(;kwargs...),target_type = Union{Float32,Missing})
80
81
end # module
0 commit comments