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
wam_api-0.0.1.tar.gz
(7.3 kB
view hashes)