FAME-Io
FAME-Io: Configuration tools for complex agent-based simulations - Published in JOSS (2023)
Science Score: 89.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 8 DOI reference(s) in README and JOSS metadata -
○Academic publication links
-
✓Committers with academic emails
9 of 13 committers (69.2%) from academic institutions -
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
FAME
Keywords from Contributors
agent-based-modeling
electricity market modelling
energy transition
Last synced: 4 months ago
·
JSON representation
Repository
Python package for input file creation for FAME models and digestion of FAME outputs. [Documentation](https://fame-framework.gitlab.io/fame-io/)
Basic Info
- Host: gitlab.com
- Owner: fame-framework
- License: other
- Default Branch: dev
Statistics
- Stars: 3
- Forks: 6
- Open Issues: 24
- Releases: 0
Topics
FAME
Created almost 6 years ago
https://gitlab.com/fame-framework/fame-io/blob/dev/
# FAME-Io ## *Prepare input and digest output from simulation models* [](https://badge.fury.io/py/fameio) [](https://doi.org/10.21105/joss.04958) [](https://gitlab.com/fame-framework/fame-io/commits/main) [](https://gitlab.com/fame-framework/fame-io/-/jobs)  FAME-Io compiles input for FAME models and extracts model output to human-readable files. Model data is handled in the efficient protobuf format.
[FAME](https://gitlab.com/fame-framework/wiki/-/wikis/home) is the open **F**ramework for distributed **A**gent-based **M**odels of **E**nergy systems. Check out the full [FAME-Io documentation](https://fame-framework.gitlab.io/fame-io). ## What is FAME-Io? FAME-Io is the input-output toolkit for FAME-based simulation models. The relationship to other components can be seen below.FAME-Io (orange) combines model data (purple) and user input data (green) for the computation (blue). After the computation, FAME-Io returns the results in a readable format. Thus, with FAME-Io you can: * Compile input binaries for simulation models built with FAME, * Extract output binaries to human-readable formats like CSV and JSON, * Edit large CSV files to enhance compilation speed. ## Who is FAME-Io for? FAME-Io is a vital file-conversion component for FAME-based workflows. If your model is not built with [FAME](https://gitlab.com/fame-framework/wiki/-/wikis/home), you will probably not profit from FAME-Io. ## Applications FAME-Io is used with any model that is based on FAME. An example of its application is the electricity market model [AMIRIS](https://helmholtz.software/software/amiris). ## Community FAME-Io is mainly developed by the German Aerospace Center, Institute of Networked Energy Systems. We provide support via the dedicated email address [fame@dlr.de](mailto:fame@dlr.de). **We welcome all contributions**: bug reports, feature requests, documentation enhancements, and code.
For substantial enhancements, we recommend that you contact us via [fame@dlr.de](mailto:fame@dlr.de) for working together on the code in common projects or towards common publications and thus further develop FAME-Io.
Please see our [Contribution Guidelines](docs/source/contribute/contribute.rst). ## Citing FAME-Io If you use FAME-Io in academic work, please cite: [DOI 10.21105/joss.04958](https://doi.org/10.21105/joss.04958) ``` @article{fameio2023joss, author = {Felix Nitsch and Christoph Schimeczek and Ulrich Frey and Benjamin Fuchs}, title = {FAME-Io: Configuration tools for complex agent-based simulations}, journal = {Journal of Open Source Software}, year = {2023}, doi = {doi: https://doi.org/10.21105/joss.04958} } ``` In other contexts, please include a link to our [Gitlab repository](https://gitlab.com/fame-framework/fame-io).
JOSS Publication
FAME-Io: Configuration tools for complex agent-based simulations
Published
April 17, 2023
Volume 8, Issue 84, Page 4958
Authors
Felix Nitsch
German Aerospace Center (DLR), Institute of Networked Energy Systems, Curiestr. 4, 70563 Stuttgart, Germany
German Aerospace Center (DLR), Institute of Networked Energy Systems, Curiestr. 4, 70563 Stuttgart, Germany
Christoph Schimeczek
German Aerospace Center (DLR), Institute of Networked Energy Systems, Curiestr. 4, 70563 Stuttgart, Germany
German Aerospace Center (DLR), Institute of Networked Energy Systems, Curiestr. 4, 70563 Stuttgart, Germany
Tags
agent-based energy systems data conversionCommitters
Last synced: 4 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Christoph Schimeczek | C****k@d****e | 537 |
| Felix Nitsch | f****h@d****e | 260 |
| Christoph Schimeczek | c****k@d****e | 54 |
| dlr_fn | 8****w | 16 |
| nits_fe | n****e | 14 |
| Aurelien Regat-Barrel | a****b@c****t | 12 |
| frey_ul | u****y@d****e | 5 |
| Willeke | l****e@d****e | 4 |
| schi_co | s****o@T****e | 3 |
| Frey | U****y@d****e | 2 |
| Andrea Cattaneo | 2****a@u****m | 1 |
| Florian Maurer | m****r@f****e | 1 |
| Johannes Kochems | j****s@d****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 4 months ago
Packages
- Total packages: 1
-
Total downloads:
- pypi 673 last-month
- Total dependent packages: 2
- Total dependent repositories: 3
- Total versions: 34
- Total maintainers: 1
pypi.org: fameio
Tools for input preparation and output digestion of FAME models
- Homepage: https://helmholtz.software/software/fame
- Documentation: https://fameio.readthedocs.io/
- License: Apache-2.0
-
Latest release: 3.5.1
published 5 months ago
Rankings
Dependent packages count: 3.1%
Dependent repos count: 9.0%
Forks count: 13.3%
Average: 14.0%
Downloads: 19.6%
Stargazers count: 25.0%
Maintainers (1)
Last synced:
4 months ago
Dependencies
setup.py
pypi
- fameprotobuf >=1.2,<1.3
- pandas *
- pyyaml *
FAME-Io (orange) combines model data (purple) and user input data (green) for the computation (blue).
After the computation, FAME-Io returns the results in a readable format.
Thus, with FAME-Io you can:
* Compile input binaries for simulation models built with FAME,
* Extract output binaries to human-readable formats like CSV and JSON,
* Edit large CSV files to enhance compilation speed.
## Who is FAME-Io for?
FAME-Io is a vital file-conversion component for FAME-based workflows. If your model is not built with [FAME](https://gitlab.com/fame-framework/wiki/-/wikis/home), you will probably not profit from FAME-Io.
## Applications
FAME-Io is used with any model that is based on FAME.
An example of its application is the electricity market model [AMIRIS](https://helmholtz.software/software/amiris).
## Community
FAME-Io is mainly developed by the German Aerospace Center, Institute of Networked Energy Systems.
We provide support via the dedicated email address [fame@dlr.de](mailto:fame@dlr.de).
**We welcome all contributions**: bug reports, feature requests, documentation enhancements, and code.