Skip to content

Commit f54c258

Browse files
authored
Merge pull request #188 from agiorguk/dev
Updates to dev branch
2 parents fd1f8f0 + 96f3dde commit f54c258

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

docs/1048-uk-gemini-encoding-guidance.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,7 @@ increasing precision:
360360
* yyyy-MM-ddThh:mm:ss (e.g. 1995-01-25T12:01:55)
361361

362362
The ISO 8601 encoding also allows negative dates to represent BC.
363-
However, gco:Date and gco:DateTime XML elements do not accept negative
364-
values.
363+
However, due to the limitations of negative dates in the Gregorian calendar, these should only be used with care. Given the uses that these data types are put to in GEMINI, this is not expected to be an issue
365364

366365
The GEMINI2 standard states that temporal extents may be given with as
367366
coarse a granularity as century (e.g. yy or 19). However, unfortunately
@@ -1111,7 +1110,7 @@ with null values with the nil reason being missing (Figure 25).
11111110

11121111
link:1063-gemini-services.html[Services]
11131112

1114-
_Last technical update: March 2019_
1113+
_Last technical update: {docdate}_
11151114

11161115
http://creativecommons.org/licenses/by/4.0/[image:https://i.creativecommons.org/l/by/4.0/88x31.png[Creative
11171116
Commons Licence]]

docs/partials/boundingbox.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ resource, and determine the coordinates of the boundaries. It may be
5959
necessary to convert from another coordinate system (e.g. National Grid)
6060
into lat/long.
6161
. Only approximate values are required, sufficient to identify the
62-
extent on a global basis. The bounding box is implicitly in WGS84.
62+
extent on a global basis. Following the lead of the INSPIRE technical guidance,
63+
use WGS84 to define the bounding box.
64+
. More precise spatial extents can also be provided, such as polygon extents, using the
65+
encoding options within the ISO 19115 EX_Extent.EX_GeographicExtent element.
6366

6467
|Comment |The bounding box will often cover areas that are not directly
6568
related to the area covered by the resource.

docs/partials/extent.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ provided.
3939
Britain if it only covers England and Wales).
4040

4141
|Comment |
42+
. This element should be used in preference to a keyword of type "place".
4243

4344
|Examples a|
4445
* England
@@ -50,6 +51,8 @@ linked data as a gazetteer
5051
Authority, using GDS "Local authorities in England" as a controlled list
5152
* http://vocab.nerc.ac.uk/collection/C64/current/5/, Irish Sea, in the
5253
NERC Vocabulary "C64, United Kingdom Charting Progress 2 sea regions"
54+
* http://statistics.data.gov.uk/id/statistical-geography/E09000011, Royal
55+
Borough of Greenwich ONS Output Area
5356

5457
|Revision date |August 2010
5558
|===

docs/partials/resourceidentifier.asciidoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,15 @@ as the manager of the spatial data infrastructure.
6565
. Where present, a DOI should be recorded as a resource identifier, with
6666
the codespace being doi. If a DOI landing page is also available, then
6767
include this using an Anchor.
68-
69-
|Comment |Since INSPIRE metadata technical guidance version 2, it is no
70-
longer required to use RS_Identifier if a value for code space value is
71-
provided. +
72-
In such cases (where there is a code space provided) it is now strongly
73-
recommended to use MD_Identifier and encode the complete URI in the code
74-
element.
68+
. For best practice, ensure assignments are fixed. Do not modify or reuse identifiers.
69+
. Avoid incorporating changeable details in identifiers such as version numbers, names or organisations.
70+
. Implement a preferred presentation method, eg all capitals, and using underscores instead of spaces.
71+
. Ensure the identifier is web-friendly by using only characters that are un-reserved in URIs or html
72+
(see https://www.w3.org/Addressing/URL/4_URI_Recommentations.html for more information).
73+
. Maximise traceability over time by sharing rules for changes and retirement.
74+
75+
|Comment |Since INSPIRE metadata technical guidance version 2, it is no longer required to use RS_Identifier if a value for code space value is provided. +
76+
In such cases (where there is a code space provided) it is now strongly recommended to use MD_Identifier and encode the complete URI as a gmx:Anchor in the code element.
7577

7678
|Examples a|
7779
* image2000_1_nl2_multi

0 commit comments

Comments
 (0)