List of Available GeoRegions

This page contains a list of the GeoRegions that are currently available in GeoRegions.jl.

The default GeoRegion covers the global domain identified as GLB

julia> using GeoRegions
julia> GeoRegion("GLB")[ Info: 2024-01-12T00:13:13.010 - GeoRegions.jl - Retrieving information for the GeoRegion defined by the ID GLB The Rectilinear Region GLB has the following properties: Region ID (ID) : GLB Parent ID (pID) : GLB Name (name) : Globe Bounds (N,S,E,W) : [90.0, -90.0, 360.0, 0.0] (is180,is360) : (false, true)

Adapted from Giorgi & Francisco [2000]

Add the GF_ prefix to the 3-letter IDs given in Giorgi & Francisco [2000] to call GeoRegions adapted from this paper. All GeoRegions are defined as the RectRegion type.

Defined in GeoRegions > 1.1

All GF_* domains are defined only in versions ≥1.1

julia> using GeoRegions
julia> GeoRegion("GF_WAF")[ Info: 2024-01-12T00:13:13.013 - GeoRegions.jl - Retrieving information for the GeoRegion defined by the ID GF_WAF The Rectilinear Region GF_WAF has the following properties: Region ID (ID) : GF_WAF Parent ID (pID) : GLB Name (name) : Western Africa Bounds (N,S,E,W) : [20.0, -15.0, 25.0, -20.0] (is180,is360) : (true, false)

SREX Regions adapted from Seneviratne et al. [2012]

Add the SRX_ prefix to the 3-letter IDs given in Seneviratne et al. [2012] to call GeoRegions adapted from this paper. All GeoRegions are defined as the PolyRegion type, even though many of them are rectilinear.

Defined in GeoRegions ≧ 2

All SRX_* domains are defined only in versions ≥2

julia> using GeoRegions
julia> GeoRegion("SRX_CNA")[ Info: 2024-01-12T00:13:13.015 - GeoRegions.jl - Retrieving information for the GeoRegion defined by the ID SRX_CNA The Polygonal Region SRX_CNA has the following properties: Region ID (ID) : SRX_CNA Parent ID (pID) : GLB Name (name) : Central North America Bounds (N,S,E,W) : [50.0, 28.6, -85.0, -105.0] Shape (shape) : Point2{Float64}[[-85.0, 50.0], [-85.0, 28.6], [-105.0, 28.6], [-105.0, 50.0], [-85.0, 50.0]] (is180,is360) : (true, false)

AR6 Regions adapted from Iturbide et al., [2020]

Add the AR6_ prefix to the 3-letter IDs given in Iturbide et al., [2020] to call GeoRegions adapted from this paper. All GeoRegions are defined as the PolyRegion type.

Defined in GeoRegions ≧ 2

All AR6_* domains are defined only in versions ≥2

julia> using GeoRegions
julia> GeoRegion("AR6_EAS")[ Info: 2024-01-12T00:13:13.026 - GeoRegions.jl - Retrieving information for the GeoRegion defined by the ID AR6_EAS The Polygonal Region AR6_EAS has the following properties: Region ID (ID) : AR6_EAS Parent ID (pID) : GLB Name (name) : East Asia Bounds (N,S,E,W) : [45.0, 19.5, 152.0, 100.0] Shape (shape) : Point2{Float64}[[100.0, 19.5], [100.0, 37.0], [108.0, 37.0], [117.0, 45.0], [152.0, 45.0], [132.0, 25.0], [132.0, 19.5], [100.0, 19.5]] (is180,is360) : (false, true)