π Getting started#
This section shows you the core building blocks of stantic
and you to get started quickly! Letβs dive inβ¦
flowchart LR
id1("Thing πΌ") -- has--> id2("Datastream π") -- has --> id3("Observation π’")
id2 -.- id4("Sensor π¬")
id5("Location π") -.- id1
id6("ObservationProperty βοΈ") -.- id2
id7("FeatureOfInterest π§©") -.- id3
Fig. 1 STA entity scheme. All entities are modeled as Pydantic classes in stantic
#