PVRADAR SDK and API client
Project description
Software Developer Kit (SDK) for PVRADAR platform.
Installation
pip install pvradar-sdk
Usage
import pandas as pd
from pvradar.sdk import PvradarSite, PvradarLocation, describe
interval = pd.Interval(pd.Timestamp('2020-01-01'), pd.Timestamp('2020-12-31T23:59:59'))
location = PvradarLocation(latitude=-23, longitude=115)
site = PvradarSite(location=location, interval=interval)
ghi = site.pvradar_resource_type('global_horizontal_irradiance')
print(ghi)
print(describe(ghi))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pvradar_sdk-2.5.1.tar.gz
(52.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pvradar_sdk-2.5.1.tar.gz.
File metadata
- Download URL: pvradar_sdk-2.5.1.tar.gz
- Upload date:
- Size: 52.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a35da2709da804f4cb1c7bd0917b0dceb643c5fca28d1184232e08c5b2368375
|
|
| MD5 |
7980298bf46a9b81826ea4d4c319c6d3
|
|
| BLAKE2b-256 |
24168fbae9bf3219f84cb55d27cafb1c804ec06e6b18c42fcd1e5293adfcccf7
|
File details
Details for the file pvradar_sdk-2.5.1-py3-none-any.whl.
File metadata
- Download URL: pvradar_sdk-2.5.1-py3-none-any.whl
- Upload date:
- Size: 70.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5519d539fce6f15e3c7c3756fbc96c8bd55d3ed3343cf7e13a46cb1e8b0607b0
|
|
| MD5 |
217af38bc15b7be6f2a7e13abfa60b41
|
|
| BLAKE2b-256 |
c7a957360416298e30c403ed9aec2814904605cefdb15aceb0daf00932c5cf89
|