Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • kadlu kadlu
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • kadlukadlu
  • Issues
  • #10

Closed
Open
Created Sep 20, 2019 by Matthew@matt_s☕Maintainer

wwiii module has poor conversion from input coordinate boundaries to wwiii region boundaries

Because boundaries for alaska, arctic ocean, and pacific WWIII area boundaries intersect with the 180th meridian, the area boundary is defined as spanning the entire range of longitudes. Since the earth is spherical and not rectangular this causes problems when checking for area intersection.

class Boundary():
    def __init__(self, south, north, west, east, fetchvar=''):

wwiii_regions = [ 
        Boundary( 15,  47,  -99,  -60, 'at_4m'),  # atlantic, also available : at_10m for 10 minute resolution
        Boundary( 15,  50, -165, -116, 'wc_4m'),  # US west, also available : wc_10m for 10 minute resolution
        Boundary( 48,  74, -180,  180, 'ak_4m'),  # alaska, also available : ak_10m for 10 minute resolution
        Boundary( 65,  90, -180,  180, 'ao_30m'), # arctic ocean
        Boundary(-20,  30, -180,  180, 'ep_10m'), # pacific
        wwiii_global
    ]   
Edited Sep 20, 2019 by Matthew
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking