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, attrs, 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.resource(attrs(resource_type='global_horizontal_irradiance'))
print(ghi)
print(describe(ghi))
Please, contact PVRADAR for more details and features.
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.3.tar.gz
(60.4 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.3.tar.gz.
File metadata
- Download URL: pvradar_sdk-2.5.3.tar.gz
- Upload date:
- Size: 60.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d142032708609028b33fe90f599f0e0fe7a1bbe0608ad481d8dfbe0a8907a153
|
|
| MD5 |
ec69a4553d9f606df87b003e438d1105
|
|
| BLAKE2b-256 |
76491e7b4c4f167b1b4519cc4348372f37502279174d09f69be8f57cca98a0e6
|
File details
Details for the file pvradar_sdk-2.5.3-py3-none-any.whl.
File metadata
- Download URL: pvradar_sdk-2.5.3-py3-none-any.whl
- Upload date:
- Size: 79.5 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 |
f5d4b234e88958aab7d62fcd7463601206eb8215e991aa43e94cefa0072a158b
|
|
| MD5 |
192f12c54fd54a5e3846dbf38a4f3246
|
|
| BLAKE2b-256 |
7cff2a07ba80aada9ce6d3ad8355cac09915c2bf1a74f637dd696f93e241adf4
|