atlite icon indicating copy to clipboard operation
atlite copied to clipboard

Atlite: A Lightweight Python Package for Calculating Renewable Power Potentials and Time Series

Results 93 atlite issues
Sort by recently updated
recently updated
newest added

In hydro.py, line 103 `nhours = (distances * (flowspeed * 3.6) + 0.5).astype(int)` should be `nhours = ((distances * 1000) / (flowspeed * 3600) + 0.5).astype(int)` or `nhours = (distances...

type: bug
status: help wanted
priority: high

Closes #227. ## Change proposed in this Pull Request Methods ``get_windturbineconfig``, ``get_solarpanelconfig`` and ``get_cspinstallationconfig`` load yaml files based on the passed configuration name. Now, additionally, the methods recognize if a...

type: enhancement
status: in progress
priority: low

- [ ] Think about heuristic to download in smaller/larger chunks depending on data geographical scope to download ERA5 cutouts are currently being downloaded as time=yearly slices (after #236 on...

type: enhancement
status: help wanted
priority: low

## Change proposed in this Pull Request Add `tracking` keywords to `cutout.irradiation` functions similar to `cutout.pv`. ## Description The underlying `SurfaceOrientation` and `TiltedIrradiation` functions already have support for solar tracking...

type: enhancement
status: in progress
priority: low

## Description The latest SARAH v3 downloads for SID and SIS include a few extra data variables in the xarray dataset, e.g record_status which is an int, which breaks the...

type: enhancement
status: help wanted
priority: medium

## Change proposed in this Pull Request Once ready, this pull requests would add the possibility to include wind data from the COSMO REA6 reanalysis into atlite. This is a...

It would be helpful to have a description of the details for the weather and climate data (in addition to the table here): ![Screenshot 2023-08-09 at 11 37 19 AM](https://github.com/PyPSA/atlite/assets/50365319/b3e2b7bb-b6b1-4b10-ad97-6756845f0f46)...

type: enhancement
type: info
type: discussion
status: in progress
priority: low

## Description In convert.py, one comment in the code says that the hydrological parameters are in "m of water per day" and that they need to be multiplied by 1,000...

type: bug
status: help wanted
priority: low

Using my config.yaml file, I get an error in the build_cutout, which is related to alite INFO:root:Preparing cutout with parameters {'module': ['sarah', 'era5'], 'x': slice(-12.0, 45.0, None), 'y': slice(33.0, 65,...

type: discussion

## Description When using a global cutout with atlite, problems arise in creating time series. Some problems are related to bounds on the shapes especially when using padding, such as...

type: bug
status: help wanted
status: pending
priority: low