1 Definition | 2 Functional Requirements | 3 Syntax |
4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
A region with Space-Time attributes that is not exposed as further subdivided.
2 Functional Requirements
A Basic Location
- Is composed of an arbitrary number of connected spatial units having a Location Format.
- may have a spatial information that overrides the spatial information of a Right Parallelepiped includes in the Basic Location.
3 Syntax
https://schemas.mpai.community/OSD/V1.3/data/BasicLocation.json
4 Semantics
Label | Size | Description |
Header | N1 Bytes | Basic Location Header |
– Standard-BasicLocation | 9 Bytes | The characters “OSD-BLC-V” |
– Version | N2 Bytes | Major version |
– Dot-separator | 1 Byte | The character “.” |
– Subversion | N3 Bytes | Minor version |
MInstanceID | N4 Bytes | Identifier of M-Instance. |
BasicLocationID | N6 Bytes | Identifier of Basic Location. |
BasicLocation[] | N7 Bytes | Set of Right Parallelepipeds defining Basic-M-Location. |
– LocationQualifier | N8 Bytes | Spatial unit. |
– SpaceTime | N9 Bytes | Space-Time of spatial unit. |
DescrMetadata | N10 Bytes | Descriptive Metadata. |
5 Conformance Testing
A Data instance Conforms with Basic Location (OSD-BLC) V1.3 if the Data:
- The Data validates against the Basic Location’s JSON Schema.
- All Data in the Basic Location’s JSON Schema
- Have the specified type
- Validate against their JSON Schemas
6 Performance Assessment