Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • s2dv s2dv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • 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
  • Earth SciencesEarth Sciences
  • s2dvs2dv
  • Issues
  • #71
Closed
Open
Issue created Aug 08, 2022 by aho@ahoMaintainer

PlotEquiMap: coastline is not complete when longitude is not continous

The issue is reported by @cchou. In the previous version 1.1.0, PlotEquiMap() could plot the coastline completely when the provided lon is not continuous, e.g., c(0:4, 350:359). But in the current version 1.2.0, it only plots part of the coastline (0:4).

data <- array(1:15, dim = c(lon = 15, lat = 9))
#lon <- -10:4
lon <- c(0:4, 350:359)
lat <- 36:44

PlotEquiMap(data, lon, lat, filled.continents = F)

[v1.1.0] image

[v1.2.0] image

Edited Aug 08, 2022 by aho
Assignee
Assign to
Time tracking