PyPSA / atlite

Atlite: A Lightweight Python Package for Calculating Renewable Power Potentials and Time Series
https://atlite.readthedocs.io
255 stars 87 forks source link

pad_extent leads to rasterio error for global scape #269

Open davide-f opened 1 year ago

davide-f commented 1 year ago

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 in pad_extent.

Error Message

rasterio._env:GDAL signalled an error: err_no=1, msg='PROJ: moll: Invalid latitude'

Your Environment