Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nens/metfilelib
Library for working with .met files
https://github.com/nens/metfilelib
Last synced: 4 days ago
JSON representation
Library for working with .met files
- Host: GitHub
- URL: https://github.com/nens/metfilelib
- Owner: nens
- License: gpl-3.0
- Created: 2013-02-18T14:04:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T13:34:12.000Z (almost 6 years ago)
- Last Synced: 2024-04-12T01:12:29.209Z (7 months ago)
- Language: Python
- Size: 75.2 KB
- Stars: 0
- Watchers: 34
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
metfilelib
==========================================This is a library for working with MET files as read by IRIS.
A MET file is represented by the metfilelib.metfile.MetFile
class. Class instances are immutable.To read in a MET file, use the metfilelib.parser.parse_metfile()
function. The file_object argument can be created using
metfilelib.util.file_read.FileReader. By default, errors go to stderr,
but you can pass your own error handler to the FileReader.To write a MET file, use metfilelib.exporters.MetfileExporter.