Python Tools for Meteor Data Analysis
Project description
MeteorTools
Python tools and utilities including some to work with meteor data from the UK Meteor Network and with data from GMN
To get more information about the submodules and functions use Python's built-in help capability, for example as shown here.
Installation on Windows
On Windows you'll need to use Conda to install some packages first otherwise you will get errors from Pip. This is because these packages are not available in PyPi in a useable form.
conda install cartopy shapely pyproj
pip install MeteorTools
Installation on a Raspberry Pi and Linux
To install these tools on aa Raspberry Pi you must first install GEOS and PROJ
sudo apt-get install -y libgeos-dev proj-bin
pip install MeteorTools
Usage
from meteortools import utils
help(utils)
help(utils.sendAnEmail)
>>>from meteortools.utils import date2JD, jd2LST, getActiveShowers, getShowerDets
>>> date2JD(2023,4,11,12,45,9)
2460046.0313541666
>>>import numpy as np
>>> jd2LST(2460046.0313541666, lon=np.radians(-1.31))
(30.741774823384617, 30.76463863658577)
>>> import datetime
>>> getActiveShowers(datetime.datetime.now().strftime('%Y%m%s'))
LYR
ETA
>>> getShowerDets('LYR')
(6, 'April Lyrids', 32.0, '04-22')
>>>
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 MeteorTools-2024.1.0.tar.gz.
File metadata
- Download URL: MeteorTools-2024.1.0.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e62fd93a97b9e64ebf2e7be82bf8df27fb1092e0f83c684d6b0cda354d0599f
|
|
| MD5 |
d4c3786a32132769c6cfd8f72560f2cb
|
|
| BLAKE2b-256 |
cdcadb63393622358f013bdebd33f4f24369fb0d04ed6e4e76b302ba4f467947
|
File details
Details for the file MeteorTools-2024.1.0-py3-none-any.whl.
File metadata
- Download URL: MeteorTools-2024.1.0-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c074c4ac2d74a0f5b1874ea3734215bdb1541be7d193912dac88aaf2417708ee
|
|
| MD5 |
0d0cfe95f7d22ab931b771c1e5489058
|
|
| BLAKE2b-256 |
a79d652bc6393495a45309bd53622f1cd3e2ffc53ef23627d3266b6ca9d792f5
|