Skip to content

Parse seismic bulletin (REB) files into data structures

Notifications You must be signed in to change notification settings

mlmarius/reb_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

from reb_parser.parser import RebFile
rf = RebFile('testdata/2015198_10_16_38')
print rf.toDict()     # print reb as a data structure
print rf.raw          # print raw reb

About

Parse seismic bulletin (REB) files into data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages