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
  • #96
Closed
Open
Issue created May 02, 2023 by aho@ahoMaintainer

Plotting functions to plot all NAs

PlotEquiMap() and PlotLayout() cannot plot the array with all NAs. They return errors.

asd <- array(NA, dim = c(lat = 181, lon = 360))
PlotEquiMap(asd, lon = 0:359, lat = -90:90, filled.continents = F)
Error in ColorBar(brks, cols, FALSE, subsampleg, bar_limits, var_limits,  : 
  Parameter 'var_limits' must not contain infinite values.

And the error from PlotLayout() can be seen in auto-s2s#49. Alba provided a workaround for PlotLayout() (see auto-s2s#49 (comment 212966)).

The functions should plot colNA for all NAs array.

Assignee
Assign to
Time tracking