-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Pre-release versions of libmseed implement functions to convert the originally proposed identifiers to and from individual SEED codes. Furthermore, at the IRIS DMC, we have implemented database functions to convert between these identifiers and SEED codes.
To further evaluate the technical feasibility and practicalities of these identifiers, I have written a Python module that validates the identifiers and converts to and from SEED codes. The module includes a "main" for use as a standalone converter, and is included in the repository: fdsn_source_identifiers.py
For all of these software packages, mapping of details between the two standards follows the description in the specification:
http://docs.fdsn.org/projects/source-identifiers/en/v1.0/definition.html#mapping-of-seed-2-4-codes
With this experience, I'm quite confident in the feasibility of the proposed identifiers. They are usable and a good path exists between them and SEED codes.
@crotwell, @WayneCrawford, and @flofux I encourage you to try the converter to see if this matches your expectations.