You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a Work-in-progress version of the CSV Data Parser (CDM) from PowerSystems.jl as a stand-alone package since the support within PowerSystems.jl will be deprecated in future versions.
8
8
9
9
## Development
10
10
11
-
Contributions to the development and enahancement of PowerTableDataParser is welcome. Please see [CONTRIBUTING.md](https://github.com/NREL-Sienna/PowerTableDataParser.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines.
11
+
Contributions to the development and enahancement of PowerTableDataParser is welcome. Please see [CONTRIBUTING.md](https://github.com/NLR-Sienna/PowerTableDataParser.jl/blob/main/CONTRIBUTING.md) for code contribution guidelines.
- `timeseries_metadata_file = joinpath(directory, "timeseries_pointers")`: Time series pointers .json file. [Example](https://github.com/NLR-Sienna/PowerSystemsTestData/blob/master/RTS_GMLC/timeseries_pointers.json)
112
112
113
113
The general format for data in the `directory` is:
114
114
- bus.csv (required)
@@ -127,7 +127,7 @@ The general format for data in the `directory` is:
127
127
Each generator will be defined as a concrete subtype of [`Generator`](@ref),
128
128
based on the `fuel` and `type` columns in `gen.csv` and the `generator_mapping_file`.
129
129
The default mapping file
130
-
is [`src/parsers/generator_mapping.yaml`](https://github.com/NREL-Sienna/PowerSystems.jl/blob/main/src/parsers/generator_mapping.yaml). You can override this behavior by specifying your own file.
130
+
is [`src/parsers/generator_mapping.yaml`](https://github.com/NLR-Sienna/PowerSystems.jl/blob/main/src/parsers/generator_mapping.yaml). You can override this behavior by specifying your own file.
131
131
132
132
# Custom Column names
133
133
@@ -139,7 +139,7 @@ you can change the `custom_name` field under the `generator` category to
139
139
140
140
To enable the parsing of a custom set of csv files, you can generate a configuration
141
141
file (such as `user_descriptors.yaml`) from the defaults, which are stored
142
-
in [`src/descriptors/power_system_inputs.json`](https://github.com/NREL-Sienna/PowerSystems.jl/blob/main/src/descriptors/power_system_inputs.json).
142
+
in [`src/descriptors/power_system_inputs.json`](https://github.com/NLR-Sienna/PowerSystems.jl/blob/main/src/descriptors/power_system_inputs.json).
0 commit comments