Array Computing
PVGIS makes it easy to select among different array backends and floating point precision. For example, really massive time series may be processed in a distributed computing context. Using PVGIS with the default array-backend options, an end-user does not need to do anything. He can, however, request for another array-backend for all operations.
Default array backend and data type
DATA_TYPE_DEFAULT='float32'
ARRAY_BACKEND_DEFAULT='numpy'
Array backend¶
Under development
The backend-agnostic array system is yet incomplete!
Higher precision¶
While the default output is of type float32
float64 through