Feature: Improved rupture information #53
Labels
API
for project filtering
enhancement
New feature or request
solvis-graphql-api
for project filtering
When downloading a single rupture from the rupture explorer users want more information about a rupture and a json schema that is easier to parse.
NB: the additional fields are not explicity in the GeoJSON specification, but they are not disallowed
https://datatracker.ietf.org/doc/html/rfc7946#page-15
For example, in the (abridged) Feature object shown below
{
"type": "Feature",
"id": "f1",
"geometry": {...},
"properties": {...},
"title": "Example Feature"
}
the name/value pair of "title": "Example Feature" is a foreign
member. When the value of a foreign member is an object, all the
descendant members of that object are themselves foreign members.
FeatureCollection
:"mean rate (1/yr)"
is the"rate_weighted_mean"
(key is changed to make it's meaning obvious to users).Units added to aid user.
remove the
id
relating to ruptures (e.g.,"('CRU', 3)"
) from theFeatures
s. Note (as in the example above) it should be added to the topFeatureCollection
.The text was updated successfully, but these errors were encountered: