Skip to main content

Reads ismr files and provides pandas data frame

Project description

ismrpy

Reads ismr files and provides with panda data frame

Getting Started

Prerequisites

Things needed before installation of package

pip install numpy
pip install pandas

Installing

pip install ismrpy

Usage

Inputs-

filename= Name of the file

If provided with lat and lon program calculates Ionospheric pierce points.

lat= latitude of station
lon=longitude of station
IPP=Height of ionospheric layer in kilometers (default 350 KM)
skiprows=Number of rows to be skipped(default None)

To read general ismr file

'''
import ismrpy
data=ismrpy.read_ismr(filename=Name_of_file)
'''

To read specific files with header and with extra number of columns:

ismrpy.ismr_columns provides the column names, if there is an extra column in ismr (usually from ismr files from LISN networks has filename as extra column) add extra column using following command

'''
ismrpy.ismr_columns.append('Name of the column')
'''

To skip the first line of the file use skiprows=1

'''
data=ismrpy.read_ismr(filename=Name_of_file,skiprows=1)
'''

Authors

All are welcome to contribute to the project See also the list of contributors who participated in this project.

License

This project is licensed under the GPL-3 License - see the LICENSE.md file for details

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

ismrpy-0.2.8.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distributions

ismrpy-0.2.8-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

ismrpy-0.2.8-py2-none-any.whl (5.7 kB view hashes)

Uploaded Python 2

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