Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added to arch tree. needs comments still
  • Loading branch information
Clgould99 authored Jun 6, 2024
1 parent ef5e5c6 commit 8dec498
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,27 @@ Lastly, our analysis.py module offers a suite of tools for conducting Principal

## Architecture
###
alfred/
├── analysis.py
├── etl.py
├── vis.py
└── data/
│ ├── test_data.zip
│ ├── KCM-Raw-Data.zip
│ ├── sorted_test_data/
│ ├── unsorted_test_data/
│ │ └── incomplete/
│ └── unzipped_test_data/
└── tests/
├──test_vis.py
├──test_analysis.py
└── unzipped_test_data/ test_etl.py
examples/
├── Example_notebook.ipynbb
└── example_data/
└── KCM-Raw-Data.zip
doc/
TheBattmobile/
├── alfred/
│ ├── analysis.py
│ ├── etl.py
│ ├── vis.py
│ └── data/
│ │ ├── test_data.zip
│ │ ├── KCM-Raw-Data.zip
│ │ ├── sorted_test_data/
│ │ ├── unsorted_test_data/
│ │ │ └── incomplete/
│ │ └── unzipped_test_data/
│ └── tests/
│ ├──test_vis.py
│ ├──test_analysis.py
│ └── unzipped_test_data/ test_etl.py
├── examples/
│ ├── Example_notebook.ipynbb
│ └── example_data/
│ └── KCM-Raw-Data.zip
└── doc/
├── diagram_battery layout.pdf
├── CHEME 546 final presentation.pdf
└── Component Specs/
Expand Down

0 comments on commit 8dec498

Please sign in to comment.