A Python package for analyzing solar radiation and wind speed data from NASA POWER API
Project description
Solar Radiation Analysis
A Python package for analyzing solar radiation and wind speed data from NASA POWER API.
Installation
pip install solar-radiation-analysis
Usage
from solar_radiation_analysis import SolarRadiationAnalysis
# Initialize the analysis with location coordinates
analysis = SolarRadiationAnalysis(latitude=39.9042, longitude=116.4074)
# Get analysis results
results = analysis.get_analysis()
# Print the results
print(results)
Features
- Retrieves solar radiation and wind speed data from NASA POWER API
- Calculates five-year averages
- Analyzes yearly and monthly trends
- Identifies daily peaks and extreme values
- Provides comprehensive statistical analysis
Dependencies
- requests
- pandas
- numpy
License
MIT License
Author
Yu Hai (yuhai_8203@126.com)
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
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 solar_radiation_analysis-0.1.0.tar.gz.
File metadata
- Download URL: solar_radiation_analysis-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4c85119d98b5ea45582494b9121aa1f00519922c0ea680e48a7e351c805a585
|
|
| MD5 |
64dfe8fb8e5797e72ffc2488c032b05d
|
|
| BLAKE2b-256 |
45499edc21391586fc364d365de9c805285211e68c89727aac70dd89a18d89c9
|
File details
Details for the file solar_radiation_analysis-0.1.0-py3-none-any.whl.
File metadata
- Download URL: solar_radiation_analysis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4e204d117419e7240deffff8cd3d50058b023de4f9ced611d0ba7b6c5540776
|
|
| MD5 |
2a27d54e5e5f729a789a16e3db3eb022
|
|
| BLAKE2b-256 |
f17da9dba1b1dd761ce6dfad71aece6836b4b31b30ebf45d7d5768c6eba1731d
|