-
Notifications
You must be signed in to change notification settings - Fork 2
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
Where to put different (tabular) data files? #6
Comments
In an other practical example, I have slightly different data: I wrote a script, that takes a git repo web URL (e.g.
|
I think it is a very relevant question to answer, maybe it helps to check again what higher level structure we have: Let me collect my thoughts, just a sec PS: I don't fully understand your "scraped" use case yet, but will come back to that too |
lets see where the datasets can goSo apart from Licenses and mods we have: (@hoijui consider organizing the definition.csv alphabetically, really would help)
existing optionslet's go through one by one to clarify where datasets would go
what about new directories?I see only three options here:
Pro/Con and resulting open questions:
I'll evaluate this now |
Basically that means we're discussing:
and
|
other possibly useful words:
I like |
Ok I suggest:
* I think maybe even Survey data should go there? What about TSdCs related Technical specs of the overall Machine or external parts/modules that are proprietary? Final thought
Example AI want to collect data from a machine to evaluate the precision and have this as reference data in my repository,
Example BI want to create a reference data sheet for measurements out of a 3D analysis of a physical object, Example CI want to scrape metadata from other similar hardware projects as a reference for my calculations, Example DI want to create a realistic image of my wind turbine rotor blade design,
as reference I used this tree view:
|
Here also #8 for easier communication |
I figured, file is actually a very good fit according to its definition:
would it really be an option though? :/
... too general, right? |
Hey sorry I totally missed this but I like
|
Type of files
Two specific types I am thinking of:
Storage locations - Ideation
data
folderdata/measurement/forcesX.csv
data/simulation/stress1.csv
data/simulation/stress2.csv
data/survey1.csv
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
ortabular
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.
The text was updated successfully, but these errors were encountered: