Skip to content

Commit

Permalink
Release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarvik committed May 30, 2024
1 parent 2f39a44 commit 8c98584
Show file tree
Hide file tree
Showing 131 changed files with 24,157 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/aiphoria.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Python package for assessing and visualizing dynamic wood material flows

> ℹ️ _This package is still under development & will become available by June._
> ℹ️ _This package is under continuous development_
This is a python package for dynamic wood material flows that helps you assess and visualize the wood material flows over time. `aiphoria` builds on top of [ODYM - Open Dynamic Material Systems Model](https://github.com/IndEcol/ODYM).

## Features:
`aiphoria` allows you to:
- **Visualize wood material flows** through a sankey diagram throughout the product's supply chain (raw material, transformation, use, post-use).
- **Visualize wood material flows** through a Sankey diagram throughout the product's supply chain (raw material, transformation, use, post-use).
- **Connect semi-finished products to end uses and scenario development** through connecting statistics (absolute values) to bibliographic and market data on the end uses of wood (shares). As well as, defining different shares (scenario development) of semi-finished wood products to value-added markets.

## Use cases:
Expand Down
Empty file added core/__init__.py
Empty file.
Binary file added core/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file added core/__pycache__/datachecker.cpython-39.pyc
Binary file not shown.
Binary file added core/__pycache__/dataprovider.cpython-39.pyc
Binary file not shown.
Binary file added core/__pycache__/datastructures.cpython-39.pyc
Binary file not shown.
Binary file added core/__pycache__/datavisualizer.cpython-39.pyc
Binary file not shown.
Binary file added core/__pycache__/flowgraph.cpython-39.pyc
Binary file not shown.
Loading

0 comments on commit 8c98584

Please sign in to comment.