Skip to content
forked from PyPSA/atlite

Atlite: Light-weight version of Aarhus RE Atlas for converting weather data to power systems data

Notifications You must be signed in to change notification settings

hailiangliu89/atlite

This branch is 74 commits behind PyPSA/atlite:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 16, 2024
Feb 22, 2023
Jan 13, 2023
Nov 8, 2023
Jan 25, 2024
Oct 18, 2023
Oct 24, 2023
Feb 22, 2023
Jun 18, 2021
Oct 19, 2023
Feb 12, 2024
Oct 25, 2023
Jan 13, 2023
Feb 22, 2023
Feb 22, 2023
Oct 25, 2023
Oct 25, 2023
Jul 11, 2023
Feb 22, 2023
Jan 13, 2023
Jul 3, 2023

Repository files navigation

Atlite

PyPI version Conda version Documentation Status ci codecov standard-readme compliant MIT-image reuse Code style: black pre-commit.ci status joss discord Stackoverflow

Atlite is a free software, xarray-based Python library for converting weather data (like wind speeds, solar influx) into energy systems data. It is designed to be lightweight, keeping computing resource requirements (CPU, RAM) usage low. It is therefore well suited to be used with big weather datasets.

Atlite can process the following weather data fields and can convert them into following power-system relevant time series for any subsets of a full weather database.

doc/workflow_chart.png

Atlite was initially developed by the Renewable Energy Group at FIAS to carry out simulations for the CoNDyNet project, financed by the German Federal Ministry for Education and Research (BMBF) as part of the Stromnetze Research Initiative.

Installation

To install you need a working installation running Python 3.6 or above and we strongly recommend using either miniconda or anaconda for package management.

To install the current stable version:

with conda from conda-forge

conda install -c conda-forge atlite

with pip from pypi

pip install atlite

to install the most recent upstream version from GitHub

pip install git+https://github.com/pypsa/atlite.git

Documentation

Please check the documentation.

Support & Contributing

  • In case of code-related questions, please post on stack overflow.
  • For non-programming related and more general questions please refer to the pypsa mailing list.
  • To discuss with other PyPSA and atlite users, organise projects, share news, and get in touch with the community you can use the discord server.
  • For bugs and feature requests, please use the issue tracker.
  • We strongly welcome anyone interested in providing contributions to this project. If you have any ideas, suggestions or encounter problems, feel invited to file issues or make pull requests on the Github repository.

Authors and Copyright

Copyright (C) 2016 - 2023 The Atlite Authors.

See the AUTHORS for details.

Licence

MIT-image

This work is licensed under multiple licences:

  • All original source code is licensed under MIT
  • Auxiliary code from SPHINX is licensed under BSD-2-Clause.
  • The documentation is licensed under CC-BY-4.0.
  • Configuration and data files are mostly licensed under CC0-1.0.

See the individual files for license details.

About

Atlite: Light-weight version of Aarhus RE Atlas for converting weather data to power systems data

Resources

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%