Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create infrastructure cost report #153

Open
2 tasks done
Carsopre opened this issue Sep 16, 2024 · 0 comments
Open
2 tasks done

Create infrastructure cost report #153

Carsopre opened this issue Sep 16, 2024 · 0 comments
Assignees

Comments

@Carsopre
Copy link
Collaborator

Carsopre commented Sep 16, 2024

With the inclusion of related infrastructure costs the current summary does not have enough place for a breakdown of said costs. In order to allow the user to easily explore what are the costs per location, reinforcement type and infrastructure, we require an extra report that shows said information.

An summary_roads.xlsx example has been drafted by @peterdgr

What needs to be done?

  • Update SummaryCostsCsvFomBuilder so that includes extra rows for the infrastructure cost #165
  • Create new SummaryInfrastructureCostsCsvFomBuilder #155
    • Each row represents a location
    • Each row has a breakdown of costs per type of considered / calculated reinforcement:
      • Each reinforcement has a column representing the total cost of all involved infrastructures.
      • Each reinforcement has a breakdown of costs per type of infrastructure:
        • Each type of infrastructure has the following columns:
          • Total length of the infrastructure at zone A.
          • Total costs for zone A,
          • Total length of the infrastructure at zone B,
          • Total costs for zone B.
      • The aforementioned total cost is equal to the addition of all (sub) costs per type of infrastructure.
    • It is not needed to use an existing structure to generate this csv, just make sure there's logic in place generating the required columns.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants