Type of files
Two specific types I am thinking of:
- gathered data from:
- measurements
- simulations which are too costly to run on the fly or (often) in CI
- interviews
- survey
- manually assembled data, like:
- a list of file extensions, with info denoting whether they are text or binary formats
- A CSV table describing a standard, like the ones in the repo
Storage locations - Ideation
- A separate
data folder
data/measurement/forcesX.csv
data/simulation/stress1.csv
data/simulation/stress2.csv
data/survey1.csv
- A sub-folder under
res
res/data/measurement/forcesX.csv
res/data/simulation/stress1.csv
res/data/simulation/stress2.csv
res/data/survey1.csv
General or specific folder name(s)
data is of course a very general term, that strictly speaking,
would apply to almost anything in a repo anyway.
something like sheet or tabular on the other hand,
seems too specific and overly-focused on the format,
which is assumed to be 2D table,
while we might also want to include more (or less) dimensions then 2.
Type of files
Two specific types I am thinking of:
Storage locations - Ideation
datafolderdata/measurement/forcesX.csvdata/simulation/stress1.csvdata/simulation/stress2.csvdata/survey1.csvresres/data/measurement/forcesX.csvres/data/simulation/stress1.csvres/data/simulation/stress2.csvres/data/survey1.csvGeneral or specific folder name(s)
datais of course a very general term, that strictly speaking,would apply to almost anything in a repo anyway.
something like
sheetortabularon the other hand,seems too specific and overly-focused on the format,
which is assumed to be 2D table,
while we might also want to include more (or less) dimensions then 2.