Skip to main content

Data visualization library for SuperDARN data

Project description

pydarn

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

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

Changelog

Version 1.1 - Release!

pyDARN will be removing the IO package in the next release. Please use pyDARNio

pyDARN release v1.1 includes the following features:

  • Deprecation warnings for IO reading of pyDARN
  • Borealis v 5.0 file reading
  • Bug fix in RAWACF field checking
  • Bug fix in grabbing the most recent hardware files
  • Added JME and DCN to the hardware list
  • Plots ACFs
  • updated logging in pyDARN

Documentation

pyDARN's documentation can found here

Getting Started

pip install pydarn

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 pydarn to read a non-compressed file:

!!! Warning pyDARN will be removing the IO package in the next release. Please use pyDARNio

import pydarn 

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

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

or to read a compressed file:

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

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

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

Getting involved

pyDARN 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.1.0 is currently highest priority).
  • Getting involved in projects: if you are looking to help in a specific area, look at pyDARN'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 pyDARN questions, or adding to the discussion, look at pyDARN's issues and filter by labels.
  • Become a developer: if you want to practice those coding skills and add to the library, look at pyDARN issues and filter by milestone's to see what needs to get done right away.

Please contact the leading developer, Marina Schmidt (marina.t.schmidt@gmail.com), 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

pydarn-1.1.0.tar.gz (89.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydarn-1.1.0-py3-none-any.whl (189.8 kB view details)

Uploaded Python 3

File details

Details for the file pydarn-1.1.0.tar.gz.

File metadata

  • Download URL: pydarn-1.1.0.tar.gz
  • Upload date:
  • Size: 89.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for pydarn-1.1.0.tar.gz
Algorithm Hash digest
SHA256 5e9ddf33f89029b28174e4ea43e50d986d2aa70819e96528a3e1f93cbeef66a8
MD5 7fa37f334ef1aa5416548357faf157a2
BLAKE2b-256 ed53e30c8b4b896224a720a24eab774c59570ce4c28cb39a8a0a01f2477c54d1

See more details on using hashes here.

File details

Details for the file pydarn-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: pydarn-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 189.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.9

File hashes

Hashes for pydarn-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8c6100c73e2cde5575dc5b4a5eb48bb4d8a3d87f913b752f2aac9b78db1be594
MD5 b2f8c801262df165dadc1e1cd4e603ad
BLAKE2b-256 0c67cd1a8ffc6ae88fd14fccbf8f1b02538894f4545ceff70b88e9d9ba81b945

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page