This is kind of cute I think:
http://www.seis.sc.edu/~crotwell/mseed3/IRIS20170622/testmseed3.html
Basic exercise of converting mseed2 to mseed3(iris0622) in javascript. Not all details there (all extras, crc), but more or less works. Already like it more than mseed2. I wanted it to be able to download the mseed3 as a file, but wasn't able to get it working. Maybe later.
code is here:
https://github.com/iris-edu/mseed3-evaluation/tree/master/Crotwell/IRIS20170622/javascript
Comments welcome, still rough edges I know. Will try to update as we modify the spec.
This is kind of cute I think:
http://www.seis.sc.edu/~crotwell/mseed3/IRIS20170622/testmseed3.html
Basic exercise of converting mseed2 to mseed3(iris0622) in javascript. Not all details there (all extras, crc), but more or less works. Already like it more than mseed2. I wanted it to be able to download the mseed3 as a file, but wasn't able to get it working. Maybe later.
code is here:
https://github.com/iris-edu/mseed3-evaluation/tree/master/Crotwell/IRIS20170622/javascript
Comments welcome, still rough edges I know. Will try to update as we modify the spec.