Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gde-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • 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
  • Dynamic ExposureDynamic Exposure
  • Global Dynamic ExposureGlobal Dynamic Exposure
  • gde-core
  • Merge requests
  • !30

Adapted retrieval of automatic completeness to change in DB logic

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Cecilia Nievas requested to merge change/completeness into master Nov 25, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 4

The running logic of obm_built_area_assessments has changed: the completeness field is no longer calculated/written if the GHS built-up area in source_id=3 is non-zero but the OBM built-up area is zero. This leads to NULL values in the completeness field, which are read as None by Python. This MR addresses this problem and results in such cases being classified as incomplete.

Test expanded to cover this case.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: change/completeness