ismrpy
Reads ismr files and provides with a panda data frame
Getting Started
Prerequisites
Things needed before installation of package
pip install numpy
pip install pandas
Installation
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_column 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_column.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
Release files for ismrpy 0.2.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ismrpy-0.2.11.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ismrpy-0.2.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.7 kB
Release files / ismrpy-0.2.11.tar.gz
| Download URL | ismrpy-0.2.11.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f6d13500eccb8f4bf0c3b3ccada42b383413735c92f82e657f3b438579c2dfa8
|
|
BLAKE2b-256 checksum How to use checksums |
1874eb6e8f5783eb98b49f569fe0961e5a748d3dc97024bba57d6a2ec022766b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/28.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.62.3 importlib-metadata/4.8.3 keyring/21.8.0 rfc3986/1.4.0 colorama/0.4.4 CPython/3.6.9
|
Release files / ismrpy-0.2.11-py3-none-any.whl
| Download URL | ismrpy-0.2.11-py3-none-any.whl |
|---|---|
| Size | 16.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
09efc58097cdc28a54e7c311e0d6c6dfc63e80dc74139f59ac30b18f8512584c
|
|
BLAKE2b-256 checksum How to use checksums |
dca24e0fa4ffd9159ea25dffc311f96719c5a3a0b0e1b5a45625390e4ec1d87f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/28.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.62.3 importlib-metadata/4.8.3 keyring/21.8.0 rfc3986/1.4.0 colorama/0.4.4 CPython/3.6.9
|