Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E exposure-japan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • 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
  • exposure-japan
  • Merge requests
  • !58

Mapped building exposure attributes and their values in BuildingAsset table

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Simantini Shinde requested to merge feature/map_building_asset into refactoring_to_sql Mar 04, 2022
  • Overview 11
  • Commits 1
  • Pipelines 3
  • Changes 2

Created a BuildingAsset table and added all the building assets required for GDE in the table. I have added structural as 1 because I don't have the rebuilding costs, I will add them once I find some numbers. @tara said that she doesn't need the structural column and I can just keep it as any value. I hope this is OK.

There are two issues with this I need help with:

  1. In line 2025 I am trying to add characters JP_ in front of the admin_id but its not working. Do you know any SQL function that can make it happen ? I tried concat but that didn't work.

  2. Since I am adding geom for each row the table now becomes around 8gb. Do we need geometries in the table ?

\approve @ds \fyi @tara

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/map_building_asset