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

Added storing of quadkey and geometry of OBM buildings

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Cecilia Nievas requested to merge feature/store_buildings_quadkey into master Jun 02, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 4

Added storing of quadkey and geometry of OBM buildings to the gde_buildings table of the GDE Tiles database.

The quadkey allows to later search (to export with gde-exporter, for example) for the buildings associated with a particular tile.

The geometry is useful because the gde_buildings table of the GDE Tiles database is different from the obm_buildings table of the OBM Buildings database, because rabotnik-obm does not gather parts of buildings that are defined by a relation. The gde-core code compensates for that and carries out this collection. This means that retrieving the geometries from either obm_buildings or the OSM Replication database adds unnecessary complexity. In the future, the bringing together of parts of relations should be done by rabotnik-obm.

Tests have been adapted accordingly.

I've carried out a test run locally using a Greek admin unit and it worked well.

Edited Jun 02, 2022 by Cecilia Nievas
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/store_buildings_quadkey