This package allows users to input time (UT) and satellite locations and output the density value based on various WAM outputs.
Project description
Usage
The purpose of this README is to show the user how to install the WAM_Interpolate pip package
and how to get the interpolated density at the given datetime, latitude, longitude, and altitude.
#from a high level, we want this all put into a pip-installable package with a call sequence like the following:
from wam_api import WAMInterpolator
foo = WAMInterpolator() # <-- as a class/object
dt = datetime(2024, 5, 11, 18, 12, 22)
lat, lon, alt = -33.4, -153.24, 550.68 # degrees north, degrees east, km
my_density = foo.get_density(dt, lat, lon, alt)
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 wam_api-0.0.1.tar.gz.
File metadata
- Download URL: wam_api-0.0.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9b94c9f2e394853821e216f3bfa300bfc0c976615eeac3a6b67a4bed8dcddf9
|
|
| MD5 |
00bda60593b0844a14cc6d3954d6238e
|
|
| BLAKE2b-256 |
f647f9ff2ddb6f4f59d4cc66027e3d55a634971be279754ec573a9f77cd80ecf
|
File details
Details for the file wam_api-0.0.1-py3-none-any.whl.
File metadata
- Download URL: wam_api-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed3b5b9021685958e012b7bb957636f3cd449ee4e880585619a9de25acddaa4c
|
|
| MD5 |
20b0bef392b7de3e4d8716ac729d6c2f
|
|
| BLAKE2b-256 |
c42d41b3dba13f1c3467bacd24ef3f8bf22068fc66e88f0cb9dcbb9d4c46abda
|