Python Tools for Meteor Data Analysis
Project description
ukmon_meteortools
Python tools and utilities to work with meteor data from the UK Meteor Network
To get more information about the submodules and functions use Python's built-in help capability, for example as shown here.
Installation on a Raspberry Pi
To install these tools on aa Raspberry Pi you must first install GEOS and PROJ
sudo apt-get install -y libgeos-dev proj-bin
You may also need to install these on some other Linux platforms. If you see an error that geos_c.h cannot be found or that PROJ_LIB is not defined, install the above packages.
Usage
from ukmon_meteortools import utils
help(utils)
help(utils.sendAnEmail)
>>>from ukmon_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())
LYR
ETA
>>> from ukmon_meteortools.utils import getShowerDets
>>> 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 ukmon_meteortools-2023.7.10.tar.gz.
File metadata
- Download URL: ukmon_meteortools-2023.7.10.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44c40287326c66cbcef9f553829db0fcc4b87877a0fe477db34319f4bd7bbab0
|
|
| MD5 |
abe94f1e4ede9b84a8e48b2a5fd6de66
|
|
| BLAKE2b-256 |
aa9c411a4143f73458651c88a60f8ff1b4c474ac7a93dff4429818e3955039d6
|
File details
Details for the file ukmon_meteortools-2023.7.10-py3-none-any.whl.
File metadata
- Download URL: ukmon_meteortools-2023.7.10-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.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
942c53e38cd771e998ef5c27b4823d462dea5d38c89916db265f4d83504ebd05
|
|
| MD5 |
be13d6dc4cfa0485158f63ffc5aa6d68
|
|
| BLAKE2b-256 |
a9cda02df24bfde0d5d4f322fcbf4c34d161e7fc638a83e2188a5c09bd4ec3bb
|