From 28f187259a18e740e6d7f423ffdc3ab4871aa7a5 Mon Sep 17 00:00:00 2001 From: Rob Date: Thu, 31 Oct 2024 10:30:11 +1100 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1eba56e..ec59045 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# OGC Building Block template +# workspace for building and testing ISO 19115 JSON schemas -This template provides a working example of an [OGC Building Block](https:blocks.ogc.org). For more info see [the Documentation](https://ogcincubator.github.io/bblocks-docs/). +There are multiple options and starting points for this activity, such as: -This template is a working automation recipe to define, test and document a set of Building Blocks. +- https://docs.ogc.org/bp/17-084r1/17-084r1.html +- the ISO 19115 UML model +- OGC API Records +- FG-JSON Features +- Plain GeoJSON -The automation-generated documentation for this example is here: [https://opengeospatial.github.io/bblock-template/](https://opengeospatial.github.io/bblock-template/) - -[Examples of using this with typical applications of OGC standards](https://github.com/ogcincubator/bblocks-examples) - -Please replace the contents of this README with information about your Building Block(s). - -# How to use this template - -[More information on design and usage](https://github.com/opengeospatial/bblock-template/blob/master/USAGE.md) +Different examples and schemas can be documented here and options testes. +## Methodology options +1. Start with OGC API Records schema and build an extension, taking and testing elements one by one from one or more starting points +2. Try to map the 19115 UML model to a JSON schema (using Shapechange) and test it element by element +3. ?