kaufmanno / GSDMA

GNU General Public License v3.0
0 stars 1 forks source link

Design a way to represent numeric data associated with an interval #136

Open kaufmanno opened 2 years ago

kaufmanno commented 2 years ago

I propose an approach based on categories because:

kaufmanno commented 2 years ago

For the implementation, we see two possibilities (non excluding): a) create a new component for each category of the attribute (ex: Benzene over "VI") and associate a component from this set to an interval using a function that translates the values stored into the extra data of the associated table between this interval and one (or several) given component(s) (ex 'Benzene') + create a lexicon and a legend to display this categories; b) create a function that transforms a numerical value stored in the extra data in the association table between an interval and a component into a way to represention

kaufmanno commented 2 years ago

Extra comments:

kaufmanno commented 2 years ago

I think that the best strategy is to go for solution a first and come back to solution b later on if needed...