Skip to main content

Read SEED microbarometer data and plot.

Project description

Build Status Coverage Status Build status

Microbarometer read/plot from Python

Easy Python program for reading and plotting SEED microbarometer data. Uses ObsPy.

Install

python -m pip install -e .

If you have trouble installing PROJ.4, try

conda install cartopy

Usage

import microbarometer as mb

data = mb.load('myfile.asc')

Data format

ObsPy is mostly for MiniSEED, and wasn't able to read the particular .seed files we had. An alternative method is to convert SEED to SAC format:

  1. Download rdseed utility. The executable rdseed.rh6.linux_64 worked for me on Ubuntu as well.
  2. extract executable. For Ubuntu:
    tar xf rdseedv*.tar.gz rdseedv*/rdseed.rh6.linux_64
    mv rdseedv*/rdseed* rdseed
    
  3. convert SEED to SAC, for example to write SAC ASCII (readable by Pandas)
    ../rdseed -f myfile.seed -o 6 -d
    

Other output formats are possible via the -o option.

Notes

To get help:

./rdseed -h

channel BDO is "Bottom Pressure" in Pascals.

  • Convert SEED to SAC (readable by ObsPy, MatSAC, etc.):
    ./rdseed -f myfile.seed -d
    
  • List time range of data with -t option:
    ./rdseed -f myfile.seed -t
    
  • Read SEED headers (extensive metadata):
    ./rdseed -f myfile.seed -s
    

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

microbarometer-0.1.0.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file microbarometer-0.1.0.tar.gz.

File metadata

  • Download URL: microbarometer-0.1.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/3.7.0

File hashes

Hashes for microbarometer-0.1.0.tar.gz
Algorithm Hash digest
SHA256 360101d252724c12e61d237261187e69213aebf0e860cbfd3ef8a498c206030b
MD5 6db7de95d2459c4f6b805e528b9ca269
BLAKE2b-256 cfbbccec1c3255ba32a366dd810e6823efdf339631097184433042e315a9f7ce

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