Giter VIP home page Giter VIP logo

Comments (6)

olejandro avatar olejandro commented on July 28, 2024

Good point! The DD files were probably generated with P22. Sorry for that!
Basically, the period definition used in a case is set in Cases. ~ActivePDef is the defaul value that is used when a new case is created.

from times-excel-reader.

siddharth-krishna avatar siddharth-krishna commented on July 28, 2024

Aha, thanks for the pointer. Currently I don't think we're reading any json files as input. I suppose the correct thing to do is to also read Cases.json and generate DD files for a particular case?

Do you know which of the 3 cases the DD files correspond to?

from times-excel-reader.

olejandro avatar olejandro commented on July 28, 2024

That would be best! As far as I remember, I generated DDs, so that they could be used for any of the cases. At least this was the intention! Groups contains an overview of DDs belonging to specific group (i.e. using checked: true). Cases specifies the group that is used. Normally the name of a case and the group it uses are similar.

from times-excel-reader.

olejandro avatar olejandro commented on July 28, 2024

Regarding parameters B, M and E:

  • B - beginning year of each model period
  • M - middle year of each period (in which of the DDs do get it?)
  • E - ending year of each model period

~StartYear indicates the starting point for definition of available model periods.

~StartYear 
2018

~TimePeriods

Short Medium Long
1 2 3
1 1 1
2 1
3 4
1
1

Period definition names don't have to include number of periods, so it is best not to rely on such info.

The above input would result in the following B and E:

Short

B

ALLYEAR Value
2018 2018
2019 2019

E

ALLYEAR Value
2018 2018
2019 2019

Medium

B

ALLYEAR Value
2018 2018
2020 2020
2021 2021
2024 2023

E

ALLYEAR Value
2018 2019
2020 2020
2021 2022
2024 2025

Long

B

ALLYEAR Value
2019 2018
2021 2021
2022 2022
2024 2023
2027 2027
2028 2028

E

ALLYEAR Value
2019 2020
2021 2021
2022 2022
2024 2026
2027 2027
2028 2028

from times-excel-reader.

samwebster avatar samwebster commented on July 28, 2024

Is there any documentation for the json files?

from times-excel-reader.

olejandro avatar olejandro commented on July 28, 2024

Not that I'm aware of...
I can probably tell how most of the info is used / help create one.

from times-excel-reader.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.