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
julia> GeoArrays.read("/vsicurl/https://github.com/OSGeo/gdal/blob/master/autotest/alg/data/2by2.tif?raw=true")
2x2 Matrix{Float64} with AffineMap([0.50.0; 0.0-0.5], [0.0, 1.0]) and undefined CRS
Can you check what's in your ~/.julia/packages/GeoArrays/S54xA/src/io.jl? And whether you really have 0.9.3 there? I'm at a loss otherwise what this can be. Your error comes from https://github.com/evetion/GeoArrays.jl/blob/master/src/io.jl#L16, which literally starts with a negation when /vsi occurs in the url.
I'm doing:
And getting:
Using version 0.9.3
Am I missing something obvious?
The text was updated successfully, but these errors were encountered: