From 079d1b2920ea466875798ccef03b7235d1344804 Mon Sep 17 00:00:00 2001 From: doublebyte1 Date: Tue, 28 Nov 2023 17:37:24 +0000 Subject: [PATCH] - moved pre requisites to the beginning of the deep dive --- .../docs/ogcapi/{sta/text => }/basic-index.md | 2 +- .../ogcapi/ogcapi-edr/text/basic-index.md | 11 --------- .../ogcapi-features/text/basic-index.md | 11 --------- .../ogcapi/ogcapi-features/text/basic-main.md | 24 +++++++++---------- .../ogcapi/ogcapi-tiles/text/basic-index.md | 11 --------- workshop/content/mkdocs.yml | 6 +---- 6 files changed, 14 insertions(+), 51 deletions(-) rename workshop/content/docs/ogcapi/{sta/text => }/basic-index.md (94%) delete mode 100644 workshop/content/docs/ogcapi/ogcapi-edr/text/basic-index.md delete mode 100644 workshop/content/docs/ogcapi/ogcapi-features/text/basic-index.md delete mode 100644 workshop/content/docs/ogcapi/ogcapi-tiles/text/basic-index.md diff --git a/workshop/content/docs/ogcapi/sta/text/basic-index.md b/workshop/content/docs/ogcapi/basic-index.md similarity index 94% rename from workshop/content/docs/ogcapi/sta/text/basic-index.md rename to workshop/content/docs/ogcapi/basic-index.md index 9046d3e..cfb94db 100644 --- a/workshop/content/docs/ogcapi/sta/text/basic-index.md +++ b/workshop/content/docs/ogcapi/basic-index.md @@ -1,4 +1,4 @@ -# SensorThings API +# OGC API ## Prerequisites diff --git a/workshop/content/docs/ogcapi/ogcapi-edr/text/basic-index.md b/workshop/content/docs/ogcapi/ogcapi-edr/text/basic-index.md deleted file mode 100644 index 1016cd6..0000000 --- a/workshop/content/docs/ogcapi/ogcapi-edr/text/basic-index.md +++ /dev/null @@ -1,11 +0,0 @@ -# OGC API - Environmental Data Retrieval - -## Prerequisites - -The following are prerequisites for this section of the training: - -- Knowledge of how the internet and the World Wide Web operate from a - server/client standpoint -- Familiarity with JavaScript Object Notation (JSON). A - [tutorial](https://www.w3schools.com/js/js_json_intro.asp) on JSON - is available online. diff --git a/workshop/content/docs/ogcapi/ogcapi-features/text/basic-index.md b/workshop/content/docs/ogcapi/ogcapi-features/text/basic-index.md deleted file mode 100644 index e1e1abe..0000000 --- a/workshop/content/docs/ogcapi/ogcapi-features/text/basic-index.md +++ /dev/null @@ -1,11 +0,0 @@ -# OGC API - Features - -## Prerequisites - -The following are prerequisites for this section of the training: - -- Knowledge of how the internet and the World Wide Web operate from a - server/client standpoint -- Familiarity with JavaScript Object Notation (JSON). A - [tutorial](https://www.w3schools.com/js/js_json_intro.asp) on JSON - is available online. diff --git a/workshop/content/docs/ogcapi/ogcapi-features/text/basic-main.md b/workshop/content/docs/ogcapi/ogcapi-features/text/basic-main.md index bd370af..acceac1 100644 --- a/workshop/content/docs/ogcapi/ogcapi-features/text/basic-main.md +++ b/workshop/content/docs/ogcapi/ogcapi-features/text/basic-main.md @@ -24,25 +24,25 @@ models, richer queries, and additional coordinate reference systems. ## Background -### History +> History + + While in draft form and prior to February 2019, **OGC API - + Features - Part 1: Core** was referred to as WFS3.0. -While in draft form and prior to February 2019, **OGC API - -Features - Part 1: Core** was referred to as WFS3.0. +> Versions -### Versions + **OGC API - Features - Part 1: Core** version 1.0.0 is the current + latest version -**OGC API - Features - Part 1: Core** version 1.0.0 is the current -latest version +> Test Suite -### Test Suite + Test suites are available for: -Test suites are available for: + * [OGC API - Features](https://github.com/opengeospatial/ets-ogcapi-features10) -* [OGC API - Features](https://github.com/opengeospatial/ets-ogcapi-features10) +> Implementations -### Implementations - -Implementations can be found on the Compliance Database + Implementations can be found on the Compliance Database ### Usage diff --git a/workshop/content/docs/ogcapi/ogcapi-tiles/text/basic-index.md b/workshop/content/docs/ogcapi/ogcapi-tiles/text/basic-index.md deleted file mode 100644 index c6d486c..0000000 --- a/workshop/content/docs/ogcapi/ogcapi-tiles/text/basic-index.md +++ /dev/null @@ -1,11 +0,0 @@ -# OGC API - Tiles - -## Prerequisites - -The following are prerequisites for this part of the training: - -- Knowledge of how the internet and the World Wide Web operate from a - server/client standpoint -- Familiarity with JavaScript Object Notation (JSON). A - [tutorial](https://www.w3schools.com/js/js_json_intro.asp) on JSON - is available online. diff --git a/workshop/content/mkdocs.yml b/workshop/content/mkdocs.yml index d724d46..704a653 100644 --- a/workshop/content/mkdocs.yml +++ b/workshop/content/mkdocs.yml @@ -9,25 +9,22 @@ nav: - Background and context: background-and-context.md - Overview and main concepts: overview-and-main-concepts.md - API deep dive: + - Prerequisites: ogcapi/basic-index.md - OGC API - Common: ogcapi/common.md - OGC API - Features: - - Prerequisites: ogcapi/ogcapi-features/text/basic-index.md - Overview, OGC API - Features: ogcapi/ogcapi-features/text/basic-overview.md - An Introduction to OGC API - Features: ogcapi/ogcapi-features/text/basic-main.md - Resources of OGC API - Features: ogcapi/ogcapi-features/text/operations.md - OGC API - Tiles: - - Prerequisites: ogcapi/ogcapi-tiles/text/basic-index.md - Overview, OGC API - Tiles: ogcapi/ogcapi-tiles/text/basic-overview.md - An Introduction to OGC API - Tiles: ogcapi/ogcapi-tiles/text/basic-main.md - Resources of OGC API - Tiles: ogcapi/ogcapi-tiles/text/operations.md # - OGC API - Coverages: ogcapi/coverages.md - OGC API - Processes: - - Prerequisites: ogcapi/ogcapi-processes/text/basic-index.md - Overview, OGC API - Processes: ogcapi/ogcapi-processes/text/basic-overview.md - An Introduction to OGC API - Processes: ogcapi/ogcapi-processes/text/basic-main.md - OGC API - Records: ogcapi/records.md - OGC API - Environmental Data Retrieval: - - Prerequisites: ogcapi/ogcapi-edr/text/basic-index.md - An Introduction to OGC API - Environmental Data Retrieval: ogcapi/ogcapi-edr/text/basic-main.md - Information Resources of OGC API - Environmental Data Retrieval: ogcapi/ogcapi-edr/text/operations.md - Query Resources of OGC API - Environmental Data Retrieval: ogcapi/ogcapi-edr/text/advanced.md @@ -42,7 +39,6 @@ nav: - Items (Features) Query Resources of OGC API - EDR: ogcapi/ogcapi-edr/text/itemsquery.md - OGC API - Maps: ogcapi/maps.md - OGC - SensorThings API: - - Prerequisites: ogcapi/sta/text/basic-index.md - Overview, SensorThings API: ogcapi/sta/text/overview.md - An Introduction to SensorThings API: ogcapi/sta/text/main.md - Resources of SensorThings API: ogcapi/sta/text/operations.md