-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add transport phenomena descriptions
- Loading branch information
Showing
1 changed file
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# This file lists data providers and the locations of their data descriptions | ||
# These could also be assembled from multiple files | ||
# This file lists data providers and the locations of their data descriptions. | ||
# | ||
# These could also be collated from multiple files. If/when this single file | ||
# grows unwieldy, split it. | ||
|
||
- id: demo | ||
- id: edits-common | ||
# These descriptions are common to the whole EDITS network project | ||
contact: | ||
name: Paul Natsuo Kishimoto | ||
email: [email protected] | ||
github: khaeru | ||
name: EDITS WG2-Data | ||
email: [email protected] | ||
files: | ||
- https://raw.githubusercontent.com/iiasa/edits-data-demo-2/main/dataset-A.yaml | ||
- https://raw.githubusercontent.com/khaeru/edits-data-demo-1/main/dataset-X.yaml | ||
# Data needed to quantify certain transport phenomena, identified during 2021-Q1 meeting | ||
- https://raw.githubusercontent.com/iiasa/edits-data-common/main/transport/local-goods.yaml | ||
- https://raw.githubusercontent.com/iiasa/edits-data-common/main/transport/maas.yaml | ||
- https://raw.githubusercontent.com/iiasa/edits-data-common/main/transport/materiality.yaml | ||
- https://raw.githubusercontent.com/iiasa/edits-data-common/main/transport/shared-mobility.yaml | ||
- https://raw.githubusercontent.com/iiasa/edits-data-common/main/transport/shocks.yaml | ||
- https://raw.githubusercontent.com/iiasa/edits-data-common/main/transport/urbanization.yaml | ||
|
||
- id: iiasa-transport | ||
contact: | ||
|
@@ -34,3 +41,14 @@ | |
github: janstre | ||
files: | ||
- https://raw.githubusercontent.com/janstre/EDITS_metadataTest/main/MISO2_metadata_example.yaml | ||
|
||
# Demonstration descriptions from an earlier prototype | ||
# | ||
# - id: demo | ||
# contact: | ||
# name: Paul Natsuo Kishimoto | ||
# email: [email protected] | ||
# github: khaeru | ||
# files: | ||
# - https://raw.githubusercontent.com/iiasa/edits-data-demo-2/main/dataset-A.yaml | ||
# - https://raw.githubusercontent.com/khaeru/edits-data-demo-1/main/dataset-X.yaml |