Skip to main content

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


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)

Uploaded Source

Built Distribution

wam_api-0.0.1-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page