regiongeog
regiongeog(GI) --> Tuple{Float64}
Returns a tuple with (lonmin, lonmax, latmin, latmax) of the projected GI object limits converted to geographic coordinates. Returns an empty tuple if GI has no registered referencing system. GI can either a GMTgrid, a GMTimage or a file name (String) of one those types.
Source Code
This function has multiple methods:
regiongeog(fname::String)- common_options.jl:4638regiongeog(GI::GItype)- common_options.jl:4633