Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L losscalculator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container 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
  • losscalculator
  • Issues
  • #27
Closed
Open
Issue created Feb 01, 2021 by Tara Evaz Zadeh@taraMaintainer

Remove --Cell-ids from losscalculator input parameters

--cell-ids is one of the losscalculator inputs that contains unique cell IDs represented in the exposure file.

In case --exposure-type = 'cell', the file corresponding to the parameter --cell-ids can be prepared within the calculator.

In case --exposure-type = 'building', the file corresponding to the parameter --cell-ids can also be prepared within the calculator, but before that, the cell IDs in which each asset is located should be appended to the exposure model (using the function append_respective_cell_id_to_building_exposure()).

There are 2 steps to take:

  • Change the calculator to automatically use the function append_respective_cell_id_to_building_exposure() to append the cell IDs to the exposure model, instead of asking the user to use the function separately and before the computation (in case of a --exposure-type = 'building')
  • create the --cell-ids file inside the program for both building and cell exposure types.
Assignee
Assign to
Time tracking