You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you sure about Vector{Float32} that seems like a pretty basic type... looking through the GDAL docs I can't readily determine what types are supported. I see that GeoTiff these types are supported.
These types all error:
Vector{Int8}, Vector{UInt16}, Vector{Int16}, Vector{Float32}
These types do not:
UInt8(), Int8(), UInt16(), Int16(), Float32(), Float64(), Vector{UInt8}, Vector{Float64}
This is likely an ArchGDAL issue but thought I'd start the discussion here.
Typical error message looks like this:
The text was updated successfully, but these errors were encountered: