Metadata-Version: 2.1
Name: netallocation
Version: 0.0.1
Summary: Package for allocating flows and costs in a PyPSA network
Home-page: https://github.com/FRESNA/netallocation
Author: Fabian Hofmann (FIAS)
Author-email: hofmann@fias.uni-frankfurt.de
License: GPLv3
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pypsa
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: xarray
Requires-Dist: progressbar2
Requires-Dist: sparse
Requires-Dist: dask
Requires-Dist: h5py
Requires-Dist: scipy
Requires-Dist: geopandas
Requires-Dist: netcdf4

# netallocation 

A toolset for allocating flows and costs in [PyPSA](https://www.github.com/PyPSA/PyPSA) power systems. This package provides various functions to allocate costs among partcipants in a power network. Based on different allocation schemes, functions allow to allocate flows, losses and transmission costs in a transparent way.   


netallocation was initially developed by the
[Renewable Energy Group](https://fias.uni-frankfurt.de/physics/schramm/complex-renewable-energy-networks/) at [FIAS](https://fias.uni-frankfurt.de/) for the [NetAllok project](https://www.enargus.de/pub/bscw.cgi/?op=enargus.eps2&v=10&s=14&q=EA3310&id=399670&p=10) financed by the [German Federal Ministry for Economic Affairs and Energy (BMWi)](https://www.bmwi.de/Navigation/DE/Home/home.html).


## Licence

Copyright 2018-2022 Fabian Hofmann (FIAS), Markus Schlott (FIAS)



netallocation is released as free software under the
[GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html), see
[LICENSE](LICENSE) for further information.


