Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • SUNSET SUNSET
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 43
    • Issues 43
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • 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
  • SUNSETSUNSET
  • Issues
  • #146
Closed
Open
Issue created Sep 10, 2024 by Nuria Pérez-Zanón@nperezMaintainer

The longitude case is not being considered yet.

Hi @vagudets,

This warning appears in the Loading():

1: In check_latlon(lats.min, lats.max, lons.min, lons.max) :
  The longitude case is not being considered yet. Please report this case to maintainers and check the longitude of returned data.

I wanted to get the plot_mostlikely from -180 to 180 instead of the plot below, so I have changed the definition of the coordinates in the recipe to:

  Region:
   latmin: -90
   latmax: 90
   lonmin: -179.9 # 0
   lonmax: 180 # 359.9

I am using SEAS5.1. Is there a way to tell SUNSET to reorder the longitudes for plotting?

image

Thanks a lot,

Núria

Assignee
Assign to
Time tracking