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
  • Merge requests
  • !109

Fix the bug of coastline when lon is not continuous

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged aho requested to merge develop-PlotEquiMap_incontinous_lon_coastline into master Aug 08, 2022
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

Hi @cchou

This is the bugfix for issue #71 (closed). I tested it with the simple script in the issue and it works well. Can you try and let me know if it works for you? You can use the following lines to make the function work.

source('https://earth.bsc.es/gitlab/es/s2dv/-/raw/develop-PlotEquiMap_incontinous_lon_coastline/R/PlotEquiMap.R')
.FilterUserGraphicArgs <- s2dv:::.FilterUserGraphicArgs
.KnownLonNames <- s2dv:::.KnownLonNames
.KnownLatNames <- s2dv:::.KnownLatNames
ColorBar <- s2dv::ColorBar
clim.palette <- s2dv::clim.palette
.IsColor<- s2dv:::.IsColor

PlotEquiMap(...)

Thanks a lot!

An-Chi

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-PlotEquiMap_incontinous_lon_coastline