Skip to main content

Data visualization library for SuperDARN data

Project description

pydarn

License: GPL v3 Python 3.6 GitHub version DOI

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

Changelog

Version 1.0 - Release!

pyDARN is released! Included are the following features:

  • Reading and writing DMap format IQDAT, RAWACF, FITACF, GRID/GRD and MAP files
  • Reading and writing HDF5 format files for Borealis radar data, as well as conversion to and from DMap format
  • Range-time parameter style plots for RAWACF and FITACF files
  • Summary plots for RAWACF and FITACF files
  • Time series plots for RAWACF and FITACF files

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:

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.0.0.1.tar.gz (90.6 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.0.0.1-py3-none-any.whl (185.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pydarn-1.0.0.1.tar.gz
  • Upload date:
  • Size: 90.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9

File hashes

Hashes for pydarn-1.0.0.1.tar.gz
Algorithm Hash digest
SHA256 861e3890af6d1b5bb0656a5f0dda4980eb927ba1764ea02a77be5f066cee5c31
MD5 4e5b4442cfa10118b73dd4bd9cadee1d
BLAKE2b-256 d8a882a732dc4d661bbce5e8b4535b7ea8fe544f53b1f3799f135972fabb17dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pydarn-1.0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 185.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9

File hashes

Hashes for pydarn-1.0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 458c80f17c5d8e1f2d51bc6e93fca886a59644c510facd3c3f5d64c321086662
MD5 268eebeea8a6e5f48f26aa13f1360f36
BLAKE2b-256 37ade5968b9e67373c81643cedf43dbc2b5364fabb0c8947d9070dbe6bcba162

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