atlite
Light-weight version of Aarhus RE Atlas for converting weather data to power systems data.
https://github.com/pypsa/atlite
Category: Energy Systems
Sub Category: Renewable Energy Integration
Keywords
csp dynamic-line-rating energy energy-system energy-systems era5 gis heat-pump potentials pv python reanalysis renewable-energy renewable-timeseries solar wind
Keywords from Contributors
energy-system-model power-systems capacity-expansion-planning pypsa europe power-grid energy-system-analysis capacity-expansion-model transmission-network energy-data
Last synced: 24 minutes ago
JSON representation
Repository metadata
atlite: A Lightweight Python Package for Calculating Renewable Power Potentials and Time Series
- Host: GitHub
- URL: https://github.com/pypsa/atlite
- Owner: PyPSA
- License: mit
- Created: 2016-11-03T23:59:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-06T19:05:29.000Z (3 months ago)
- Last Synced: 2025-10-28T19:38:43.772Z (about 2 months ago)
- Topics: csp, dynamic-line-rating, energy, energy-system, energy-systems, era5, gis, heat-pump, potentials, pv, python, reanalysis, renewable-energy, renewable-timeseries, solar, wind
- Language: Python
- Homepage: https://atlite.readthedocs.io
- Size: 17.4 MB
- Stars: 351
- Watchers: 12
- Forks: 119
- Open Issues: 53
- Releases: 16
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
- Authors: AUTHORS.rst
README.rst
.. SPDX-FileCopyrightText: Contributors to atlite
.. SPDX-License-Identifier: CC-BY-4.0
======
atlite
======
|PyPI version| |Conda version| |Documentation Status| |ci| |codecov| |standard-readme compliant| |MIT-image| |reuse| |black| |pre-commit.ci| |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.
.. image:: 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
`_.
With `atlite` we want to provide an interface between the meteorological and energy systems modelling communities.
Traditionally the MET and ESM communities have not been interacting much.
The outputs and learning of one community were only slowly adapted into the other community.
With `atlite` we want bridge between the communities:
We want to make it easy to use and integrate outputs of the MET communities into energy system models, by offering standardized ways of accessing weather/climate datasets and converting them to weather-dependent inputs for ESMs.
For major next development goals, consult our `vision and roadmap project `_ or check our list of possible `enhancements `_.
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`_
.. code:: shell
conda install -c conda-forge atlite
with ``pip`` from `pypi`_
.. code:: shell
pip install atlite
to install the most recent upstream version from GitHub
.. code:: shell
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) Contributors to atlite
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.
.. _free software: http://www.gnu.org/philosophy/free-sw.en.html
.. _xarray: http://xarray.pydata.org/en/stable/
.. _conda-forge: https://anaconda.org/conda-forge/atlite
.. _pypi: https://pypi.org/project/atlite/%3E
.. _GitHub: https://github.com/pypsa/atlite
.. _documentation on getting started: https://atlite.readthedocs.io/en/latest/getting-started.html
.. _AUTHORS: AUTHORS.rst
.. _MIT: LICENSES/MIT.txt
.. _BSD-2-Clause: LICENSES/BSD-2-Clause.txt
.. _CC-BY-4.0: LICENSES/CC-BY-4.0.txt
.. _CC0-1.0: LICENSES/CC0-1.0.txt
.. |PyPI version| image:: https://img.shields.io/pypi/v/atlite.svg
:target: https://pypi.python.org/pypi/atlite
.. |Conda version| image:: https://img.shields.io/conda/vn/conda-forge/atlite.svg
:target: https://anaconda.org/conda-forge/atlite
.. |Documentation Status| image:: https://readthedocs.org/projects/atlite/badge/?version=master
:target: https://atlite.readthedocs.io/en/master/?badge=master
.. |standard-readme compliant| image:: https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat
:target: https://github.com/RichardLitt/standard-readme
.. |MIT-image| image:: https://img.shields.io/pypi/l/atlite.svg
:target: LICENSES/MIT.txt
.. |codecov| image:: https://codecov.io/gh/PyPSA/atlite/branch/master/graph/badge.svg?token=TEJ16CMIHJ
:target: https://codecov.io/gh/PyPSA/atlite
.. |ci| image:: https://github.com/PyPSA/atlite/actions/workflows/test.yaml/badge.svg
:target: https://github.com/PyPSA/atlite/actions/workflows/test.yaml
.. |reuse| image:: https://api.reuse.software/badge/github.com/pypsa/atlite
:target: https://api.reuse.software/info/github.com/pypsa/atlite
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code style: black
.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/PyPSA/atlite/master.svg
:target: https://results.pre-commit.ci/latest/github/PyPSA/atlite/master
:alt: pre-commit.ci status
.. |joss| image:: https://joss.theoj.org/papers/10.21105/joss.03294/status.svg
:target: https://doi.org/10.21105/joss.03294
.. |discord| image:: https://img.shields.io/discord/911692131440148490?logo=discord
:target: https://discord.gg/AnuJBk23FU
.. |stackoverflow| image:: https://img.shields.io/stackexchange/stackoverflow/t/pypsa
:target: https://stackoverflow.com/questions/tagged/pypsa
:alt: Stackoverflow
Citation (CITATION.cff)
# SPDX-FileCopyrightText: Contributors to atlite <https://github.com/pypsa/atlite>
#
# SPDX-License-Identifier: CC0-1.0
cff-version: 1.2.0
message: "If you use this package, please cite our corresponding paper in JOSS (The Journal of Open Source Software)."
title: "atlite: A Lightweight Python Package for Calculating Renewable Power Potentials and Time Series"
journal: The Journal of Open Source Software
doi: "10.21105/joss.03294"
repository: "https://github.com/PyPSA/atlite"
version: "0.2.5"
date-released: "2021-06-24"
license: "MIT"
authors:
- family-names: "Hofmann"
given-names: "Fabian"
orcid: "https://orcid.org/0000-0002-6604-5450"
- family-names: "Hampp"
given-names: "Johannes"
orcid: "https://orcid.org/0000-0002-1776-116X"
- family-names: "Neumann"
given-names: "Fabian"
orcid: "https://orcid.org/0000-0001-8551-1480"
- family-names: "Brown"
given-names: "Tom"
orcid: "https://orcid.org/0000-0001-5898-1911"
- family-names: "Hörsch"
given-names: "Jonas"
orcid: "https://orcid.org/0000-0001-9438-767X"
Owner metadata
- Name: PyPSA
- Login: PyPSA
- Email:
- Kind: organization
- Description: Python for Power System Analysis
- Website: www.pypsa.org
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/32890768?v=4
- Repositories: 29
- Last ynced at: 2024-03-26T13:25:46.062Z
- Profile URL: https://github.com/PyPSA
GitHub Events
Total
- Create event: 25
- Release event: 2
- Issues event: 33
- Watch event: 57
- Delete event: 23
- Issue comment event: 108
- Push event: 67
- Pull request review comment event: 67
- Pull request review event: 79
- Pull request event: 91
- Fork event: 23
Last Year
- Create event: 23
- Release event: 2
- Issues event: 30
- Watch event: 53
- Delete event: 23
- Issue comment event: 86
- Push event: 55
- Pull request review comment event: 38
- Pull request event: 66
- Pull request review event: 60
- Fork event: 21
Committers metadata
Last synced: about 2 months ago
Total Commits: 665
Total Committers: 40
Avg Commits per committer: 16.625
Development Distribution Score (DDS): 0.761
Commits in past year: 44
Committers in past year: 13
Avg Commits per committer in past year: 3.385
Development Distribution Score (DDS) in past year: 0.682
| Name | Commits | |
|---|---|---|
| Jonas Hörsch | h****h@f****e | 159 |
| Fabian | f****f@g****e | 146 |
| pre-commit-ci[bot] | 6****] | 86 |
| euronion | 4****n | 51 |
| Fabian Neumann | f****n@o****e | 32 |
| Lukas Trippe | l****p@p****e | 31 |
| Parisra | 1****a | 22 |
| Tom Brown | t****m@n****g | 20 |
| LukasFrankenQ | l****n@g****m | 14 |
| Markus Schlott | s****t@u****e | 11 |
| Enrique Lizarraga-Garcia-WALT | e****a@m****m | 10 |
| Max Parzen | m****n@e****k | 10 |
| energyls | l****m@o****e | 7 |
| davide-f | f****s@g****m | 7 |
| David Schlachtberger | s****r@f****e | 6 |
| Seth | s****n@g****m | 6 |
| calvintr | c****s@a****m | 6 |
| Zoltán Marić | 5****c | 5 |
| Tasqu | t****u@v****i | 5 |
| martavp | m****z@g****m | 4 |
| Youssef Miftah | m****o@o****r | 3 |
| hailiangliu89 | h****9 | 3 |
| Jake Goh | 5****y | 2 |
| Philipp Glaum | p****m@r****e | 2 |
| dependabot[bot] | 4****] | 2 |
| lumbric | l****c@g****m | 1 |
| Bryn Pickering | b****g@u****h | 1 |
| fabulous | f****s@G****x | 1 |
| RichardScottOZ | 7****Z | 1 |
| Ove Haugvaldstad | o****v@o****m | 1 |
| and 10 more... | ||
Committer domains:
- fias.uni-frankfurt.de: 2
- godulas-imac-5.fritz.box: 1
- usys.ethz.ch: 1
- rwth-aachen.de: 1
- outlook.fr: 1
- vtt.fi: 1
- aol.com: 1
- oth-regensburg.de: 1
- ed.ac.uk: 1
- mckinsey.com: 1
- users.fias.science: 1
- nworbmot.org: 1
- pm.me: 1
- outlook.de: 1
- gmx.de: 1
Issue and Pull Request metadata
Last synced: about 2 months ago
Total issues: 142
Total pull requests: 393
Average time to close issues: 5 months
Average time to close pull requests: 20 days
Total issue authors: 52
Total pull request authors: 44
Average comments per issue: 2.52
Average comments per pull request: 1.55
Merged pull request: 318
Bot issues: 1
Bot pull requests: 81
Past year issues: 18
Past year pull requests: 78
Past year average time to close issues: 21 days
Past year average time to close pull requests: 8 days
Past year issue authors: 14
Past year pull request authors: 18
Past year average comments per issue: 1.0
Past year average comments per pull request: 0.96
Past year merged pull request: 46
Past year bot issues: 0
Past year bot pull requests: 22
Top Issue Authors
- euronion (31)
- FabianHofmann (23)
- fneum (11)
- davide-f (7)
- coroa (7)
- irm-codebase (4)
- kandersolar (4)
- pz-max (3)
- crvernon (3)
- nworbmot (3)
- TimFuermann (2)
- obeles (2)
- lukas-rokka (2)
- hailiangliu89 (2)
- Irieo (1)
Top Pull Request Authors
- FabianHofmann (75)
- pre-commit-ci[bot] (74)
- euronion (54)
- fneum (44)
- lkstrp (38)
- coroa (25)
- dependabot[bot] (7)
- yndevops2 (7)
- TimFuermann (6)
- pz-max (4)
- GohNgeeJuay (4)
- ehrenfoss (3)
- davide-f (3)
- Tasqu (3)
- matzech (2)
Top Issue Labels
- type: bug (57)
- type: enhancement (48)
- priority: low (16)
- status: pending (14)
- status: help wanted (14)
- priority: medium (11)
- status: needs classification (10)
- type: info (6)
- status: in progress (4)
- type: discussion (4)
- priority: high (4)
- type: maintenance (2)
- status: wontfix ¯\_[ツ]_/¯ (2)
- help wanted (2)
Top Pull Request Labels
- type: enhancement (9)
- status: in progress (7)
- dependencies (7)
- type: bug (4)
- priority: medium (4)
- github_actions (4)
- priority: low (3)
- priority: high (3)
- status: help wanted (2)
Package metadata
- Total packages: 3
-
Total downloads:
- pypi: 8,220 last-month
- Total dependent packages: 0 (may contain duplicates)
- Total dependent repositories: 18 (may contain duplicates)
- Total versions: 53
- Total maintainers: 3
pypi.org: atlite
Library for fetching and converting weather data to power systems data
- Homepage: https://github.com/PyPSA/atlite
- Documentation: https://atlite.readthedocs.io/en/latest/
- Licenses: MIT License Copyright (c) Contributors to atlite Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Latest release: 0.4.1 (published 8 months ago)
- Last Synced: 2025-11-04T06:02:41.723Z (about 2 months ago)
- Versions: 21
- Dependent Packages: 0
- Dependent Repositories: 15
- Downloads: 8,220 Last month
-
Rankings:
- Dependent repos count: 3.78%
- Stargazers count: 4.678%
- Forks count: 5.229%
- Average: 6.187%
- Dependent packages count: 7.306%
- Downloads: 9.943%
- Maintainers (3)
proxy.golang.org: github.com/pypsa/atlite
- Homepage:
- Documentation: https://pkg.go.dev/github.com/pypsa/atlite#section-documentation
- Licenses: mit
- Latest release: v0.4.1 (published 8 months ago)
- Last Synced: 2025-11-04T06:02:51.822Z (about 2 months ago)
- Versions: 21
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
conda-forge.org: atlite
Atlite is a free software, xarray-based Python library for converting weather data (such as wind speeds, solar radiation, temperature and runoff) into power systems data (such as wind power, solar power, hydro power and heating demand time series). It is designed to work with big datasets, such as hourly global weather data over several years at spatial resolutions down to e.g. 0.1 x 0.1 degree resolution.
- Homepage: https://github.com/PyPSA/atlite
- Licenses: GPL-3.0-or-later
- Latest release: 0.2.9 (published over 3 years ago)
- Last Synced: 2025-11-04T06:03:19.016Z (about 2 months ago)
- Versions: 11
- Dependent Packages: 0
- Dependent Repositories: 3
-
Rankings:
- Dependent repos count: 17.914%
- Forks count: 24.038%
- Stargazers count: 27.247%
- Average: 30.185%
- Dependent packages count: 51.54%
Dependencies
- bottleneck *
- cdsapi *
- dask >=2021.10.0
- geopandas *
- netcdf4 *
- numexpr *
- numpy *
- pandas >=0.25
- progressbar2 *
- pyproj >=2
- pyyaml *
- rasterio >1.2.10
- requests *
- scipy *
- shapely *
- toolz *
- tqdm *
- xarray >=0.20
- actions/checkout v2 composite
- actions/setup-python v1 composite
- codecov/codecov-action v1 composite
- actions/checkout master composite
- actions/setup-python v1 composite
- pypa/gh-action-pypi-publish master composite
- black
- bottleneck
- cdsapi
- dask >=2021.10.0
- geopandas
- netcdf4
- numexpr
- numpy
- pandas >=0.25
- pip
- pre-commit
- progressbar2
- pyproj >=2.0
- pytest
- python >=3.6
- rasterio !=1.2.10
- requests
- scipy
- shapely
- toolz
- tqdm
- xarray >=0.16.2
- yaml
Score: 18.707171306838468