Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CSTools CSTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • External
  • CSToolsCSTools
  • Merge requests
  • !114

Improve flexibility of time dimensions in s2dv_cube()

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged vagudets requested to merge develop-s2dv_cube-upgrade into master Mar 25, 2022
  • Overview 5
  • Commits 11
  • Pipelines 9
  • Changes 6

This solves issue #86 (closed) and also fixes a bug in the parameter checks, which were not raising warnings when they needed to.

A new input parameter, time_dims, has been added. This parameter allows users to specify the names of the time dimensions in their data object so that the fun can check for consistency between the dimension size and the length of the dates if the param Dates is provided.

Edited Aug 30, 2022 by vagudets
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-s2dv_cube-upgrade