Skip to content

Commit e5b298c

Browse files
committed
tweaked classification format
1 parent 2fdfb23 commit e5b298c

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

format-docs/Classification.md

+25-13
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,28 @@ applications and organizations.
1616

1717
```json
1818
{
19-
"Phase" : String,
20-
"PhaseProbability" : Number,
21-
"Distance" : Number,
22-
"DistanceProbability" : Number,
23-
"Azimuth" : Number,
24-
"AzimuthProbability" : Number,
25-
"Magnitude" : Number,
26-
"MagnitudeType" : String,
27-
"MagnitudeProbability" : Number,
28-
"Depth" : Number,
29-
"DepthProbability" : Number,
30-
"ClassifyingAlgorithm" : String
19+
"Phase" : String,
20+
"PhaseProbability" : Number,
21+
"Distance" : Number,
22+
"DistanceProbability" : Number,
23+
"Azimuth" : Number,
24+
"AzimuthProbability" : Number,
25+
"Magnitude" : Number,
26+
"MagnitudeType" : String,
27+
"MagnitudeProbability" : Number,
28+
"Depth" : Number,
29+
"DepthProbability" : Number,
30+
"EventType" :
31+
{
32+
"Type" : String,
33+
"Certainty" : String
34+
},
35+
"EventTypeProbability" : Number,
36+
"Source" :
37+
{
38+
"AgencyID" : String,
39+
"Author" : String
40+
}
3141
}
3242
```
3343

@@ -48,4 +58,6 @@ The following are values that **may or may not** be provided as part of classifi
4858
* MagnitudeProbability - A decimal number containing the probability of the magnitude estimation
4959
* Depth - A decimal number containing a depth estimation in kilometers
5060
* DepthProbability - A decimal number containing the probability of the depth estimation
51-
* ClassifyingAlgorithm - A string containing the name of the classification algorithm
61+
* EventType - An object containing the event type, see [EventType](EventType.md).
62+
* EventTypeProbability - A decimal number containing the probability of the event type estimation
63+
* Source - An object containing the source of the classification, see [Source](Source.md).

format-docs/Detection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ applications.
3838
{
3939
"Type" : String,
4040
"Certainty" : String
41-
}
41+
},
4242
"Bayes" : Number,
4343
"MinimumDistance" : Number,
4444
"RMS" : Number,

0 commit comments

Comments
 (0)