A thin wrapper around the NASA Power API
Project description
NASA Power
A thin wrapper around the NASA Power API.
Installation
python -m pip install nasa-power
Usage
Currently only the points API has been implemented. The point method accepts six named parameters (coordinates, parameters, start, end, resolution, and community).
import nasapower
df = nasapower.point(
coordinates=(52.09, 5.12),
parameters=['WS50M', 'CLRSKY_SFC_SW_DWN'],
start=datetime.date(2020, 01, 01),
end=datetime.date(2020, 12, 31)
)
Licensing
The code in this project is licensed under the MIT license.
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
nasa-power-0.1.0.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file nasa-power-0.1.0.tar.gz
.
File metadata
- Download URL: nasa-power-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97afa2d399d3694d8dde6ac35c36942fcb858b2e04bfb9189018501be53a06c4 |
|
MD5 | 9e8633514aa9481fb975942e198ab096 |
|
BLAKE2b-256 | 5a719c69783a932bf63f6bef10caccbe09343839e552d766ad9a95fa8a02578a |
File details
Details for the file nasa_power-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: nasa_power-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6d28388e0a92e689c4c9bcca4efeda469e9bd6578d9c43bdca8f529d94e83af |
|
MD5 | 1ee8c4f3f257bfe28cef2003e7ddfc6c |
|
BLAKE2b-256 | 7f9ce6bada29b54f2d1920b841b778db8a27bf2b9ff340e9e9b97474650f995e |