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
  • !106

Develop metadata missing dat

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged aho requested to merge develop-metadata_missing_dat into master Oct 09, 2020
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 2

Hi @nperez

This is the revised fix for issue #74 (closed). The problem was found in the case that two datasets + first file is missing. The initial case in issue74 is two datasets but they both have the first file. Since Start() uses the first file to retrieve metadata (as the definition of 'metadata_dims'), the error occurred when the first file didn't exist.

I changed the 'if' condition to judge how to place the metadata. It may not be universal to all the possible cases, but it works for the ones I have now. So I suggest that we can merge it to master and close issue74 now, and we optimize it later if more problems are detected.

Cheers,
An-Chi

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