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

Adds a results aggregator file #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

samgdotson
Copy link
Member

This PR adds a script to aggregate ReEDS results.

In order to combine datasets from all scenarios:

  1. All of the scenarios need to be in the same parent directory
  2. clone this repository using git clone https://www.github.com/ucsusa/reeds-analysis.git (git must be installed)
  3. The directory structure should be the following
parent_directory/
    |- scenario 1
         |- outputs
    |- scenario 2
         |- outputs
    |- scenario 3
         |- outputs
  1. From the command line run
python path/to/reeds-analysis/scripts/results_aggregator.py --directory path/to/directory/with/scenario_results

The result will be new folder called combined_results. Each file therein will be unique with a column for the scenario the data came from.

@samgdotson samgdotson added the enhancement New feature or request label Jul 2, 2024
@samgdotson samgdotson requested a review from ssattler July 2, 2024 21:04
@samgdotson samgdotson self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant