I’m trying to get acquainted with the GMT.jl package, and I’m following the wonderful tutorial here: Plot Landsat 8 images
Unfortunately, the very first step fails!
julia> Ir = gmtread("/vsicurl/http://landsat-pds.s3.amazonaws.com/c1/L8/037/034/LC08_L1TP_037034_20160712_20170221_01_T1/LC08_L1TP_037034_20160712_20170221_01_T1_B4.TIF");
ERROR: gdalinfo failed - unable to open /vsicurl/http://landsat-pds.s3.amazonaws.com/c1/L8/037/034/LC08_L1TP_037034_20160712_20170221_01_T1/LC08_L1TP_037034_20160712_20170221_01_T1_B4.TIF
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] guess_T_from_ext(fname::String)
@ GMT ~/.julia/packages/GMT/oJOu7/src/gmtreadwrite.jl:324
[3] gmtread(_fname::String; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ GMT ~/.julia/packages/GMT/oJOu7/src/gmtreadwrite.jl:131
[4] gmtread(_fname::String)
@ GMT ~/.julia/packages/GMT/oJOu7/src/gmtreadwrite.jl:68
[5] top-level scope
@ REPL[5]:1
Can someone help me interpret this error message?