From 6c797e18bd7f9eaea102ea4488d2bc684955cdb2 Mon Sep 17 00:00:00 2001 From: Jo Cook Date: Thu, 9 Nov 2023 17:53:40 +0000 Subject: [PATCH 1/4] Update build-adocs.yml --- .github/workflows/build-adocs.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build-adocs.yml b/.github/workflows/build-adocs.yml index 3e7a296..e0632f7 100644 --- a/.github/workflows/build-adocs.yml +++ b/.github/workflows/build-adocs.yml @@ -17,12 +17,7 @@ jobs: id: adocbuild-datasets uses: avattathil/asciidoctor-action@master with: - program: "asciidoctor -a variant-dataset -a docinfo1 -T templates -E slim 'docs/*.asciidoc' 'docs/*.adoc'" - - name: Build services variant - id: adocbuild-services - uses: avattathil/asciidoctor-action@master - with: - program: "asciidoctor -a variant-service -a docinfo1 -T templates -E slim 'docs/*.asciidoc' 'docs/*.adoc'" + program: "asciidoctor -a docinfo1 -T templates -E slim 'docs/*.asciidoc' 'docs/*.adoc'" - name: Deploy docs to ghpages uses: peaceiris/actions-gh-pages@v3 with: From 5266e6397661606d3641db70dcd5e706e6874b8e Mon Sep 17 00:00:00 2001 From: Jo Cook Date: Thu, 9 Nov 2023 17:54:26 +0000 Subject: [PATCH 2/4] Update dev-build.yml --- .github/workflows/dev-build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index c218947..b91dfcc 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -18,17 +18,12 @@ jobs: id: adocbuild-datasets uses: avattathil/asciidoctor-action@master with: - program: "asciidoctor -a variant-dataset -a docinfo1 -T docs/templates -E slim 'docs/*.asciidoc' 'docs/*.adoc'" - - name: Build services variant - id: adocbuild-services - uses: avattathil/asciidoctor-action@master - with: - program: "asciidoctor -a variant-service -a docinfo1 -T docs/templates -E slim 'docs/*.asciidoc' 'docs/*.adoc'" + program: "asciidoctor -a docinfo1 -T docs/templates -E slim 'docs/*.asciidoc' 'docs/*.adoc'" - name: Deploy docs to ghpages uses: peaceiris/actions-gh-pages@v3 with: personal_token: ${{ secrets.API_TOKEN_GITHUB }} - external_repository: agiorguk/gemini-dev + external_repository: archaeogeek/gemini-dev publish_branch: gh-pages publish_dir: ./docs/ enable_jekyll: true From 2f62fe285aa958c48d83f6da3e8f8add2bae5289 Mon Sep 17 00:00:00 2001 From: archaeogeek Date: Tue, 13 Feb 2024 09:10:40 +0000 Subject: [PATCH 3/4] Fixed incorrect reference to metadatadate snippet in metadatalanguage encoding guidelines --- docs/partials/metadatalanguage.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/partials/metadatalanguage.asciidoc b/docs/partials/metadatalanguage.asciidoc index 9cee1f5..4d0dd5c 100644 --- a/docs/partials/metadatalanguage.asciidoc +++ b/docs/partials/metadatalanguage.asciidoc @@ -88,7 +88,7 @@ content of the gmd:LanguageCode element | [source,xml] ---- -include::../snippets/metadatadate.xml[] +include::../snippets/metadatalanguage.xml[] ---- |=== ==== From 1b2269e0899d4b50fc6d7883a8d184c038ea1f85 Mon Sep 17 00:00:00 2001 From: Peter Parslow Date: Mon, 29 Jul 2024 15:34:29 +0100 Subject: [PATCH 4/4] Update boundingbox.asciidoc Issue 116 Tweak the Encoding guidance wording to explain why 'dataset' is used in one sentence, and avoid using it in others. --- docs/partials/boundingbox.asciidoc | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/docs/partials/boundingbox.asciidoc b/docs/partials/boundingbox.asciidoc index 5589aa3..96ab0ab 100644 --- a/docs/partials/boundingbox.asciidoc +++ b/docs/partials/boundingbox.asciidoc @@ -109,11 +109,15 @@ Bounding box, which was made multiple |=== |Guidelines | -. The encoding example for geographic bounding box for datasets is shown -in the example -. Note that the extent XML element is in the gmd namespace. This differs -from service metadata instances where the extent XML element will be in -the srv namespace. +# tag::service[] +. The encoding is very similar to that used in metadata +instances for datasets or series, except that the extent XML element is +in the srv namespace instead of gmd. This is because extent is a +property of MD_DataIdentification (ISO 19115) and +SV_ServiceIdentification (ISO 19119/Amd 1:2008), not a property of the +parent MD_Identification. +. Note that the EX_Extent XML element is in the gmd namespace, even though it is being used to describe a service. +# end::service[] . The definition of the equivalent ISO 19115 class, EX_GeographicBoundingBox, is 'Geographic area of the entire dataset referenced to WGS 84'. Consequently, the CRS of the coordinates @@ -122,15 +126,6 @@ http://www.opengis.net/def/crs/EPSG/0/4326). This means that the coordinate values shall be expressed in units of degrees (encoded using decimal numbers) with axes orientated north and east. The geodetic datum is WGS 84. - -# tag::service[] -Note that the encoding is very similar to that used in metadata -instances for datasets or series, except that the extent XML element is -in the srv namespace instead of gmd. This is because extent is a -property of MD_DataIdentification (ISO 19115) and -SV_ServiceIdentification (ISO 19119/Amd 1:2008), not a property of the -parent MD_Identification. -# end::service[] |Example | [source,xml] @@ -166,4 +161,4 @@ Six decimal places of a degree is something like 1cm, so the longitude above is being given to roughly the nearest molecule. |=== -==== \ No newline at end of file +====