atlite
atlite copied to clipboard
Atlite: A Lightweight Python Package for Calculating Renewable Power Potentials and Time Series
Suggestion: Add alternative model for PV based on [Bloomfield et al. (2019)](https://rmets.onlinelibrary.wiley.com/doi/10.1002/met.1858)
## Description When using Atlite on regions across borders of [+-180 lon /+-90° lan] GDAL returns error `rasterio._err.CPLE_NotSupportedError: Cannot find coordinate operations from 'ESRI:54009' to 'EPSG:4326'`. The error is reproducible...
Think about including xarray-spatial to replace gdal dependencies https://github.com/makepath/xarray-spatial/
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) - [github.com/fsfe/reuse-tool: v3.0.1 → v3.0.2](https://github.com/fsfe/reuse-tool/compare/v3.0.1...v3.0.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.13.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.12.0...v2.13.0)
The method convert and aggregate was adopted, so the capacity factor timeseries is returned and all functionality, such as return capacity and per_unit are kept. Closes # (if applicable). ##...
https://github.com/PyPSA/atlite/blob/c1e29e8ceb7b24b00e1852e5df7dd0d01a18aa82/atlite/convert.py#L128-L137 By setting the "capacity_factor_timeseries = True" the results seem not to be changed and a single generation time series is returned. The reason might be that the flag "capacity_factor_timeseries...
Closes # (if applicable). ## Change proposed in this Pull Request Adds dewpoint temperature to the list of features fetched from ERA5. It is possible that existing data pipelines that...
## Change proposed in this Pull Request I noticed that the code is not compatible with the novel SARAH-3 dataset as the input data has changed slightly.When reading with the...