{ "info": { "author": "Michael Hirsch, Ph.D.", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: GIS" ], "description": "[![Build Status](https://travis-ci.com/scivision/microbarometer.svg?branch=master)](https://travis-ci.com/scivision/microbarometer)\n[![Coverage Status](https://coveralls.io/repos/github/scivision/microbarometer/badge.svg?branch=master)](https://coveralls.io/github/scivision/microbarometer?branch=master)\n[![Build status](https://ci.appveyor.com/api/projects/status/rw1e6a967kg499eu?svg=true)](https://ci.appveyor.com/project/scivision/microbarometer)\n\n# Microbarometer read/plot from Python\n\nEasy Python program for reading and plotting SEED microbarometer data.\nUses ObsPy.\n\n\n## Install\n\n python -m pip install -e .\n\nIf you have trouble installing PROJ.4, try\n\n conda install cartopy\n\n\n## Usage\n\n```python\nimport microbarometer as mb\n\ndata = mb.load('myfile.asc')\n```\n\n### Data format\n\nObsPy is mostly for MiniSEED, and wasn't able to read the particular `.seed` files we had.\nAn alternative method is to convert SEED to SAC format:\n\n1. Download\n [rdseed utility](http://ds.iris.edu/ds/nodes/dmc/software/downloads/rdseed/).\n The executable `rdseed.rh6.linux_64` worked for me on Ubuntu as well.\n2. extract executable. For Ubuntu:\n ```sh\n tar xf rdseedv*.tar.gz rdseedv*/rdseed.rh6.linux_64\n mv rdseedv*/rdseed* rdseed\n ```\n3. convert SEED to SAC, for example to write SAC ASCII (readable by Pandas)\n ```sh\n ../rdseed -f myfile.seed -o 6 -d\n ```\nOther output formats are possible via the `-o` option.\n\n\n## Notes\n\nTo get help:\n```sh\n./rdseed -h\n```\n\nchannel BDO is \"Bottom Pressure\" in Pascals.\n\n* Convert SEED to SAC (readable by ObsPy, MatSAC, etc.):\n ```sh\n ./rdseed -f myfile.seed -d\n ```\n* List time range of data with `-t` option:\n ```sh\n ./rdseed -f myfile.seed -t\n ```\n* Read SEED headers (extensive metadata):\n ```sh\n ./rdseed -f myfile.seed -s\n ```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/scivision/microbarometer", "keywords": "weather,microbarometer", "license": "", "maintainer": "", "maintainer_email": "", "name": "microbarometer", "package_url": "https://pypi.org/project/microbarometer/", "platform": "", "project_url": "https://pypi.org/project/microbarometer/", "project_urls": { "Homepage": "https://github.com/scivision/microbarometer" }, "release_url": "https://pypi.org/project/microbarometer/0.1.0/", "requires_dist": null, "requires_python": ">= 3.6", "summary": "Read SEED microbarometer data and plot.", "version": "0.1.0" }, "last_serial": 4171844, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6db7de95d2459c4f6b805e528b9ca269", "sha256": "360101d252724c12e61d237261187e69213aebf0e860cbfd3ef8a498c206030b" }, "downloads": -1, "filename": "microbarometer-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6db7de95d2459c4f6b805e528b9ca269", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 4776, "upload_time": "2018-08-15T05:29:59", "url": "https://files.pythonhosted.org/packages/cf/bb/ccec1c3255ba32a366dd810e6823efdf339631097184433042e315a9f7ce/microbarometer-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6db7de95d2459c4f6b805e528b9ca269", "sha256": "360101d252724c12e61d237261187e69213aebf0e860cbfd3ef8a498c206030b" }, "downloads": -1, "filename": "microbarometer-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6db7de95d2459c4f6b805e528b9ca269", "packagetype": "sdist", "python_version": "source", "requires_python": ">= 3.6", "size": 4776, "upload_time": "2018-08-15T05:29:59", "url": "https://files.pythonhosted.org/packages/cf/bb/ccec1c3255ba32a366dd810e6823efdf339631097184433042e315a9f7ce/microbarometer-0.1.0.tar.gz" } ] }