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

Describe every CSV that is required #102

Closed
Tracked by #88
abelsiqueira opened this issue Sep 20, 2023 · 0 comments · Fixed by #122
Closed
Tracked by #88

Describe every CSV that is required #102

abelsiqueira opened this issue Sep 20, 2023 · 0 comments · Fixed by #122
Assignees
Labels
Type: addition Add something that doesn't exist Zone: data & import Interfacing between database and Julia

Comments

@abelsiqueira
Copy link
Member

abelsiqueira commented Sep 20, 2023

Describe what CSV files (tabular data) are required. Some obvious candidates are the node metadata (capacity, investment costs, etc.), the edge metadata (capacity, investment costs, etc.), and the profiles (nodes and edges).

This is related to #100.

Document (where) for each CSV:

  • Name of the csv
  • Index (sets, e.g. assets or edges) for the file
  • Name of the each column
  • What is the type of each column
  • What is the description of each column

Try to write everything using the most simple abstraction (just basic tables), but if that is not enough, consider looking into a schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: addition Add something that doesn't exist Zone: data & import Interfacing between database and Julia
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants