Skip to content

Commit

Permalink
Merge pull request #86 from ckrich/patch-1
Browse files Browse the repository at this point in the history
Update countrydict.jl
  • Loading branch information
meggart authored Nov 20, 2018
2 parents b881439 + 25ec9ba commit e18d039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CubeAPI/countrydict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
|ZWE|Zimbabwe
"""
const known_regions = Dict{String,NTuple{4,Float64}}(
"World"=>(-180.0,-90.0,179.999999999999,90.0),
"Africa"=>(-17.0,-40.0,51.0,40.0),
"Asia"=>(30.0,5.0,179.5,80.0),
"Australia"=>(110.0,-40.0,155.0,-8.0),
Expand Down

0 comments on commit e18d039

Please sign in to comment.