Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • mHM mHM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 50
    • Issues 50
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • 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
  • mhmmhm
  • mHMmHM
  • Merge requests
  • !127

Output: add '_FillValue' alongside 'missing_value' in nc output

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Müller requested to merge muellese/mhm:add_nc_fill_value into develop Jun 17, 2022
  • Overview 0
  • Commits 4
  • Pipelines 3
  • Changes 3

Closes #159 (closed)

We never added the attribute _FillValue to the netcdf output files.

_FillValue is used to fill data arrays that were not yet written and is used to indicate missing data ("missing_value" is more meant for documentation):

  • https://docs.unidata.ucar.edu/netcdf-c/current/attribute_conventions.html
  • https://github.com/Unidata/netcdf4-python/issues/632
Edited Jun 21, 2022 by Sebastian Müller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add_nc_fill_value