Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • startR startR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • 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
  • Earth SciencesEarth Sciences
  • startRstartR
  • Merge requests
  • !60

Develop transform sri cross meridian

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged aho requested to merge develop-transform_sri_cross_meridian into master Apr 02, 2020
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 2

Bug was found when transformation is applied + CircularSort() which results in across-border longitude, is used. After transformation is applied (in Start()) and then the index is sorted again, the new order was incorrect. The bug can be found by comparing CircularSort(0, 360) and CircularSort(-180, 180) when one of them crosses the border.

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