Calculation of solar data using NASA’s SPICE toolbox.
Project description
spicedsun
Calculation of solar data using NASA’s SPICE toolbox.
This data includes:
- Azimuth angle (in degrees)
- Zenith angle (in degrees)
Requirements
- python>=3.7
- numpy>=1.21.5
- spiceypy>=5.0.0
Installation
pip install spicedsun
Kernels
In order to use the package, a directory with all the kernels must be downloaded.
That directory must contain the following kernels:
- https://naif.jpl.nasa.gov/pub/naif/JUNO/kernels/spk/de421.bsp
- https://naif.jpl.nasa.gov/pub/naif/pds/wgc/kernels/pck/earth_070425_370426_predict.bpc
- https://naif.jpl.nasa.gov/pub/naif/generic_kernels/fk/planets/earth_assoc_itrf93.tf
- https://naif.jpl.nasa.gov/pub/naif/generic_kernels/pck/earth_latest_high_prec.bpc
- https://naif.jpl.nasa.gov/pub/naif/generic_kernels/lsk/naif0011.tls
- https://naif.jpl.nasa.gov/pub/naif/generic_kernels/pck/pck00010.tpc
Usage
If one wanted to obtain the solar azimuth and zenith at Izaña Atmospheric Observatory, on 2022-01-17 at 15:00:00 (UTC), we could use the following snippet of code:
import spicedsun as sps
lat = 28.309283
lon = -16.499143
alt = 2373
dts = ["2022-01-17 15:00:00"]
sds = sps.get_sun_datas(lat, lon, alt, dts, "./kernels")
az = sds[0].azimuth
ze = sds[0].zenith
Note that the kernels directory is called "kernels" and is located in the directory where the previous code is executed.
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
File details
Details for the file spicedsun-0.0.2.tar.gz
.
File metadata
- Download URL: spicedsun-0.0.2.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6b349ace92dc300841a99653cedd75132c71f332356a756a2adba978dcc6122 |
|
MD5 | cb4651ab935d3345f04b0a8c5e2e4319 |
|
BLAKE2b-256 | 694414859b70217c3e2180ce534259607c75d73415dc635185fb98617b4ef788 |
File details
Details for the file spicedsun-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: spicedsun-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99c595d743e2152515fe83caec21c444558ce057e2abb60e5d7b16e98e19e7e5 |
|
MD5 | cfb0d14c333fcaf48a7547236650f05c |
|
BLAKE2b-256 | fb0db5082dc2d37eef12161d7bd8ba1a351dcc9efbde86ad144efb64b4f68e8d |