Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ukmon_meteortools-2023.7.10.tar.gz (1.0 MB view hashes)

Uploaded Source

Built Distribution

ukmon_meteortools-2023.7.10-py3-none-any.whl (1.1 MB 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