Skip to main content

Python library for reading and writing SuperDARN data

Project description

pyDARNio

License: LGPL v3 Python 3.8 GitHub release (latest by date) DOI

Python data IO library for the Super Dual Auroral Radar Network (SuperDARN).

Changelog

Version 1.3 - Release!

This release includes changes to support Borealis v0.7 files, snd files, and removes the deprecated deepdish dependency.

Documentation

pyDARNio's documentation can found here

Getting Started

pip install pydarnio

Or read the installation guide.

If wish to get access to SuperDARN data please read the SuperDARN data access documentation. Please make sure to also read the documentation on citing SuperDARN and pydarn.

As a quick tutorial on using pyDARNio to read a non-compressed file:

import pydarnio

# read a non-compressed file
fitacf_file = '20180220.C0.rkn.stream.fitacf'

# pyDARNio functions to read a fitacf file
reader = pydarnio.SDarnRead(fitacf_file)
records = reader.read_fitacf()

or to read a compressed file:

import bz2
import pydarnio
# read in compressed file
fitacf_file = '20180220.C0.rkn.stream.fitacf.bz2'
with bz2.open(fitacf_file) as fp: 
      fitacf_stream = fp.read()

# pyDARNio functions to read a fitacf file stream
reader = pydarnio.SDarnRead(fitacf_stream, True)
records = reader.read_fitacf()

For more information and tutorials on pyDARNio please see the tutorial section

Getting involved

pyDARNio is always looking for testers and developers keen on learning python, github, and/or SuperDARN data visualizations! Here are some ways to get started:

  • Testing Pull Request: to determine which pull requests need to be tested right away, filter them by their milestones (v1.2.0 is currently highest priority).
  • Getting involved in projects: if you are looking to help in a specific area, look at pyDARNio's projects tab. The project you are interested in will give you information on what is needed to reach completion. This includes things currently in progress, and those awaiting reviews.
  • Answer questions: if you want to try your hand at answering some pyDARNio questions, or adding to the discussion, look at pyDARNio's issues and filter by labels.
  • Become a developer: if you want to practice those coding skills and add to the library, look at pyDARNio issues and filter by milestone's to see what needs to get done right away.

Please contact the Data Visualization Working Group, if you would like to become a member of the team!

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

pydarnio-1.3.tar.gz (73.9 kB view details)

Uploaded Source

Built Distribution

pydarnio-1.3-py3-none-any.whl (83.2 kB view details)

Uploaded Python 3

File details

Details for the file pydarnio-1.3.tar.gz.

File metadata

  • Download URL: pydarnio-1.3.tar.gz
  • Upload date:
  • Size: 73.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.13

File hashes

Hashes for pydarnio-1.3.tar.gz
Algorithm Hash digest
SHA256 c8e6e8e47a8bfaa971154b1c7d7d46798d76f26b37af0f6ca1ee1044c868c09e
MD5 df6d32bac99cb685aa0b88369f601029
BLAKE2b-256 6e5e053c69a4155e7942a92688d4dc31eda82381657d67363b6819e8eba28b02

See more details on using hashes here.

File details

Details for the file pydarnio-1.3-py3-none-any.whl.

File metadata

  • Download URL: pydarnio-1.3-py3-none-any.whl
  • Upload date:
  • Size: 83.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.13

File hashes

Hashes for pydarnio-1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fb35b1b3c5ff2ce993085cffdbf734bf21a59e92162775fdc4186cc8f2734af8
MD5 800cf15959c0b4af855f82fb4366d72b
BLAKE2b-256 ad242749d859dfd6635cfb9454664cb4d7edd84e39a58e70ee011b0bcf5cacdf

See more details on using hashes here.

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