generated from opengeospatial/bblock-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow geojson or dcterms spatial for geometry
- Loading branch information
1 parent
62da699
commit a55f064
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Features with topology | ||
|
||
This repository defines an extension to GeoJSON or FG-JSON definining topological relationships between features based on identifiers. | ||
This repository defines an extension to GeoJSON or FG-JSON defining topological relationships between features based on identifiers. | ||
|
||
The set of components are listed [here](https://ogcincubator.github.io/topo-feature/) | ||
|
||
The implementation provides a JSON schema and a corresponding JSON-LD context that can turn topology references into object properties. | ||
|
||
Topological consistency functions can be described using SHACL rules - for example that a Polygon geometry must reference LineStrings, and Linestrings must reference Point objects. | ||
Topological consistency functions can be described using SHACL rules - for example that a Polygon geometry must reference LineStrings, and LineStrings must reference Point objects. | ||
|
||
This is extensible (unlike topoJSON) and can span features across any collection schemas used to group them. | ||
|
||
Using features rather than geometries as the topology reference allows arbitrary additional metadata to be provided about the nature of boundaries between features. | ||
|
||
NB. GeoJSON simple geometries and TopoJSON compact topologies can be derived from the model if required. | ||
|
||
[More information on design and usage](https://github.com/opengeospatial/bblock-template/blob/master/USAGE.md) | ||
[More information on design and usage](https://ogcincubator.github.io/bblocks-docs/) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters