Model: EventGeo
A model is required for representing the full expression of earthquake event geo-json data. This model will replicate the structure defined in the feed documentation specified below. This model should break down the various aspects of the model into discrete, independent types and compose them through child objects and arrays. This is a root state model for NgRx state.
Specifications:
Acceptance Criteria:
- Should define a root
EventGeo
class - Should define a
Metadata
class - Should define a
BoundingBox
class - Should define a
Feature
class - Should define a
FeatureProperties
class - Should define a
Geometry
class - Should define a
Coordinate
class
Edited by Jon Rista