API for Tables in GeoRegions.jl
GeoRegions.tableGeoRegions Method
tableGeoRegions(;
path :: AbstractString = homedir(),
predefined :: Bool = true,
giorgi :: Bool = true,
srex :: Bool = true,
ar6 :: Bool = true,
custom :: Bool = true,
warn :: Bool = true,
crop :: Bool = false,
rows :: Int = 0
) -> nothing
Display all available GeoRegions in tabular format.
Keyword Arguments
path
: The path where the list of custom GeoRegions will be retrieved from. Defaults to the user's home directoryhomedir()
.predefined
: Iftrue
, predefined Giorgi, SREX and IPPC AR6 list of GeoRegions will be displayed.giorgi
: Iftrue
ANDpredefined = true
, display predefined GF GeoRegions. Default istrue
.srex
: Iftrue
ANDpredefined = true
, display predefined SREX GeoRegions. Default istrue
.ar6
: Iftrue
ANDpredefined = true
, display predefined IPCC AR6 GeoRegions. Default istrue
.custom
: Iftrue
, custom, user-defined list of GeoRegions will be displayed.warn
: Iftrue
, display warnings if custom files do not exist.crop
: Iftrue
, will crop the vertical extent of the table, default isfalse
.