Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gde-exporter
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • 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
    • Terraform modules
  • 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-exporter
  • Merge requests
  • !13

Made export_to_OpenQuake_CSV export geometry of tiles w/ buildings only

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Cecilia Nievas requested to merge enhancement/tiles_geoms into main Aug 12, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 3

export_to_OpenQuake_CSV was exporting the geometries of quadtiles irrespective of whether any buildings were being exported. However, the purpose of generating the geopackage files that contain the geometries of quadtiles when exporting to the OpenQuake CSV format is to be able to visualise results after running damage/loss calculations, and there will be no results to visualise if there is no exposure. As the GeoSummary_Tiles is already taking care of exporting the geometries of all quadtiles, including those with zero buildings, time and storage space can be saved by making this change to export_to_OpenQuake_CSV.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: enhancement/tiles_geoms