SeismicData / SEIS-PROV

Definition of the SEIS-PROV format
http://seismicdata.github.io/SEIS-PROV
Other
7 stars 2 forks source link

Packaging SEIS-PROV? #3

Open emthompson-usgs opened 1 year ago

emthompson-usgs commented 1 year ago

Hi, we have been trying to follow the SEIS-PROV spec in our work here: https://code.usgs.gov/ghsc/esi/groundmotion-processing We don't actually use the code in this repository for validation though.

We also have a data format that incorporates SEIS-PROV in a very simple way here: https://github.com/SCEDC/ground-motion-packet

For this, we are using the validator provided here: https://github.com/SeismicData/SEIS-PROV/tree/master/validator

It would be convenient if this were packaged and distributed via pip and conda. Is that something that would be possible?

Thanks!