Skip to content

Commit

Permalink
Final version associated with publication
Browse files Browse the repository at this point in the history
Updated python script to include important elif statement - the code was previously incorrect without this line
Added analysis results, data dictionary, and summary_statistics.xlsx
Added post processing code to generate csv files for image creation
  • Loading branch information
bradenlimb committed Jan 4, 2024
1 parent c122ef3 commit 5f9b10f
Show file tree
Hide file tree
Showing 19 changed files with 740 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
results_facility_level-*_HUC6.xlsx
results_all_level-*_HUC6.pkl
Data Dictionary.docx
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ One of the key challenges in the adoption of green infrastructure is the inheren
2. **Data Input**: All inputs needed to run the code are found in the `inputs` folder. Input assumptions for the Green or Gray treatment methods can be updated in the `model_inputs.xlsx` spreadsheet.
3. **Execution**: Run the script using `python green_wastewater_treatment_point-source_data-reduction.py`.
4. **Results**: The script will output comparative results in terms of costs and emissions for each of the technologies which can be found in the `results` folder.
5. **Post Processing**: After the results are generated, the `csv_creation_for_images.py` file can be used to generate csv files that summarize the results and can be used for figure generation.

## Contributions and Feedback
We welcome contributions and feedback to improve this analysis. Please feel free to fork the repository, make changes, and submit a pull request. For feedback and suggestions, please open an issue in the repository.
Loading

0 comments on commit 5f9b10f

Please sign in to comment.