Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation (WiP) #35

Merged
merged 6 commits into from
Aug 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Atlite

[![PyPI version](https://img.shields.io/pypi/v/atlite.svg)](https://pypi.python.org/pypi/atlite)
[![Conda version](https://img.shields.io/conda/vn/conda-forge/atlite.svg)](https://anaconda.org/conda-forge/atlite)
[![Documentation Status](https://readthedocs.org/projects/atlite/badge/?version=latest)](https://atlite.readthedocs.io/en/latest/?badge=latest)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![image](https://img.shields.io/pypi/l/atlite.svg)](License)

Atlite is a [free software](http://www.gnu.org/philosophy/free-sw.en.html),
[xarray](http://xarray.pydata.org/en/stable/)-based Python library for
converting weather data (like wind speeds) into energy systems data. It
is designed to by lightweight and work with big weather datasets while
keeping the resource requirements especially on CPU and RAM resources
low.

## 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](https://anaconda.org/conda-forge/atlite)

```shell
conda install -c conda-forge atlite
```

with `pip` from [pypi](https://pypi.org/project/atlite/>)

```shell
pip install atlite
```

to install the most recent upstream version from [GitHub](https://github.com/pypsa/atlite)

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

## Getting started

Please check the [documentation on getting started](https://atlite.readthedocs.io/en/latest/getting-started.html).

## Contributing

If you have any ideas, suggestions or encounter problems, feel invited
to file issues or make pull requests.

## License

Copyright (C) 2016-2019 Jonas Hörsch (FIAS/KIT/RLI),
Tom Brown (FIAS/KIT)
Copyright (C) 2019 Johannes Hampp (JLU Giessen)
Copyright (C) 2016-2017 Gorm Andresen (Aarhus University),
David Schlachtberger (FIAS), Markus Schlott (FIAS)

This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either [version 3 of the License](LICENSE.txt),
or (at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.

You should have received a copy of the [GNU General Public License](LICENSE.txt)
along with this program. If not, see <https://www.gnu.org/licenses/>.
132 changes: 0 additions & 132 deletions README.rst

This file was deleted.

22 changes: 0 additions & 22 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,25 +113,3 @@ License

Atlite is released and licensed under the
`GPLv3 <http://www.gnu.org/licenses/gpl-3.0.en.html>`_.

Contributions and Copyrights
============================

+--------------------+----------------------+----------------------+
| Copyright years | Name | Affiliation |
+====================+======================+======================+
| 2016-2019 | Jonas Hörsch | * FIAS Frankfurt |
| | | * KIT Karlsruhe |
| | | * RLI Berlin |
+--------------------+----------------------+----------------------+
| 2016-2019 | Tom Brown | * FIAS Frankfurt |
| | | * KIT Karlsruhe |
+--------------------+----------------------+----------------------+
| 2019 | Johannes Hampp | University Giessen |
+--------------------+----------------------+----------------------+
| 2016-2017 | Gorm Andresen | Aarhus University |
+--------------------+----------------------+----------------------+
| 2016-2017 | David Schlachtberger | FIAS Frankfurt |
+--------------------+----------------------+----------------------+
| 2016-2017 | Markus Schlott | FIAS Frankfurt |
+--------------------+----------------------+----------------------+