Python implementation for J.F. Carbary auroral oval model (2005)
Project description
Carbary auroral boundaries model
Description
This python package conatins auroral oval model, developed by Carbary J. F. (2005).
The statistical model allows calculation of the auroral boundaries at most MLTs as a function of Kp and can serve as an approximation to the shape and extent of the statistical oval. The model take Kp geomagnetic index and magnetic local time (mlt) as input and produce the peak, poleward and equatorward boundaries of the auroral oval.
Implements the Model, described in the original Carbary J. F. publication "A Kp-based model of auroral boundaries" (SPACE WEATHER, VOL. 3, S10001, doi:10.1029/2005SW000162, 2005)
Citation: Carbary, J. F. (2005), A Kp-based model of auroral boundaries, Space Weather, 3, S10001, doi:10.1029/2005SW000162.
Python 3.10+ requires
Classes and Methods
Library provides AuroralBoundary class describing Auroral oval for using in python applications
AuroralBoundary.intensity_map
The field contains Intensity in every point belongs the auroral oval. Returns numpy ndarray of lists [longitude, latitude, intense].
How to use
from carbary_model import AuroralBoundary
boundary = AuroralBoundary(kp=5.2,
ut_hours=datetime.datetime.now(datetime.UTC).hour,
advanced_mode=True)
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 carbary_auroral_model-0.0.1.tar.gz.
File metadata
- Download URL: carbary_auroral_model-0.0.1.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bc331edb103531c725413f5452c00d3bc6e875ac336b367dab671304459792f
|
|
| MD5 |
6909e5320d7a5823d63923061e9ea7cc
|
|
| BLAKE2b-256 |
2b7cc2fb03dd8b6156b14fff9ffe224c4947a9823492201e32a68f4f547ce627
|
File details
Details for the file carbary_auroral_model-0.0.1-py3-none-any.whl.
File metadata
- Download URL: carbary_auroral_model-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d8fe363e1101febe522948b11a95b14984603a7ecb4caec9eeb892a9a1b3ea6
|
|
| MD5 |
9d1a1135c09c56c6c3a880f6887e4bb0
|
|
| BLAKE2b-256 |
80afc63842dc3353fd1a73653974eb10baebe33471c92789d63fb08c2ea4925a
|