FDSN / datacenter-registry

Prototype FDSN data center registry information, exchange format, etc.
0 stars 0 forks source link

Add optional identifier to data center level #1

Open chad-earthscope opened 5 years ago

chad-earthscope commented 5 years ago

We should consider adding an optional identifier to the datacenter level to allow data centers to indicate foreign identifiers in other systems, e.g. re3data/datacite, DOI, whatever.

For example:

{
  "datacenter": {
    "IRISDMC": {
      "identifier": [
        {
          "identifier": "r3d100010268",
          "identifierType": "re3data"
        }
      ]
    }
  }
}