PyAuroraX is a Python library providing data access and analysis support for All-Sky Imager data (THEMIS, TREx, REGO, SMILE, etc.), the ability to utilize the TREx Auroral Transport Model, and interact with the AuroraX Search Engine. AuroraX is a project working to be the world's first and foremost data platform for auroral science. The primary objective is to enable mining and exploration of existing and future auroral data, enabling key science and enhancing the benefits of the world's investment in auroral instrumentation. We have developed key systems/standards for uniform metadata generation and search, image content analysis, interfaces to leading international tools, and a community involvement that includes more than 80% of the world's data providers.
PyAuroraX officially supports Python 3.10+.
Some links to help:
Installation
Installation can be done using pip:
$ pip install pyaurorax
For the most bleeding edge version of PyAuroraX, you can install it directly from the Github repository:
$ pip install pyaurorax@git+https://github.com/aurorax-space/pyaurorax
[OR]
$ git clone https://github.com/aurorax-space/pyaurorax.git
$ cd pyaurorax
$ pip install .
Usage
There are two things you can use as part of the PyAuroraX library: the main library, and the command line tool.
You can import the library using the following statement:
import pyaurorax
aurorax = pyaurorax.PyAuroraX()
The program aurorax-cli is included in the PyAuroraX package as a command line tool. This tool currently has functionality for interacting only with the AuroraX Search Engine. Try it out using:
$ aurorax-cli --help
Migrating from V0 to V1
A significant upgrade was released for PyAuroraX for version 1.0.0. A major code reorganization and addition of many new features is part of version 1.x, and therefore includes breaking changes. The existing codebase from v0.13.3 and earlier has remained mostly unchanged, but, has been reorganized and some classes were renamed. Simply changing the names of imports, function calls, and/or class instantiations should suffice in most cases.
Please refer to the RELEASE_NOTES.md file for a full breakdown of what was changed, and the API Reference to help adjust your code.
Contributing
Bug reports, feature suggestions, and other contributions are greatly appreciated!
Templates for bug report and feature suggestions can be found when creating a Github Issue. If you have questions or issues installing PyAuroraX, we encourage that you open up a topic in the Github Discussions page.
Release files for pyaurorax 1.22.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyaurorax-1.22.1.tar.gz | 144.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyaurorax-1.22.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 389.3 kB
Release files / pyaurorax-1.22.1.tar.gz
| Download URL | pyaurorax-1.22.1.tar.gz |
|---|---|
| Size | 144.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d85c957722dc7999da5c744d17973b0c0117a9e7b243d99a56fdc86617c7180
|
|
BLAKE2b-256 checksum How to use checksums |
6c6e466f1c5d919a00bf9db5944f67e5280725e6fcf99b27a92a6d7863573a5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.3.1 CPython/3.11.11 Linux/6.18.33.2-microsoft-standard-WSL2
|
Release files / pyaurorax-1.22.1-py3-none-any.whl
| Download URL | pyaurorax-1.22.1-py3-none-any.whl |
|---|---|
| Size | 244.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a0da5a4dca7f25b6794aaebf244bddee68c11ec1490a27a5b68de861607830d3
|
|
BLAKE2b-256 checksum How to use checksums |
e69c6faa1f0a51aa6e2e400bfab839372acfafa563a37fc31ee190cfccf4d5d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.3.1 CPython/3.11.11 Linux/6.18.33.2-microsoft-standard-WSL2
|