From this thread A native Julia package for satellite images? - #20 by joa-quim
If better to be in the above thread please move.
Have version:
Julia Version 1.9.2
[5752ebe1] GMT v1.3.1
[26020ff4] RemoteS v1.0.0
[6ac157d9] SatelliteToolbox v0.11.1
Following the first example Aqua orbits · RemoteS.jl
Command:
orb = sat_tracks(tle=[tle1; tle2], duration=“1D”);
returns the error:
ERROR: UndefVarError: read_tle_from_string
not defined
Stacktrace:
[1] loadTLE(d::Dict{Symbol, Any})
@ RemoteS ~/.julia/packages/RemoteS/psfHq/src/sat_tracks.jl:124
[2] sat_tracks(; geocentric::Bool, tiles::Bool, position::Bool, kwargs::Base.Pairs{Symbol, Any, Tuple{Symbol, Symbol}, NamedTuple{(:tle, :duration), Tuple{Vector{String}, String}}})
@ RemoteS ~/.julia/packages/RemoteS/psfHq/src/sat_tracks.jl:81
[3] top-level scope
@ REPL[14]:1
Trying:
help?> sat_tracks
provides the same example
Trying:
Pkg.test(“RemoteS”)
returns
ERROR: LoadError: MethodError: no method matching GMTimage(::String, ::String, ::Int64, ::Int64, ::Vector{Float64}, ::Vector{Float64}, ::Int64, ::UInt16, ::String, ::Vector{String}, ::Vector{String}, ::Vector{Float64}, ::Vector{Float64}, ::Vector{Float64}, ::Array{UInt8, 3}, ::Vector{Int32}, ::Int64, ::Matrix{UInt8}, ::String, ::Int64)
Suggestions?