Skip to content

Commit

Permalink
update KPI calculations for repeatable elements
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 19, 2023
1 parent e60ffa7 commit 2d020f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion kpi/core/graphic-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Product graphic overviews provide the user with a high level preview of the prod

|===

*Total possible score: 3 (100%)*
*Total possible score: (present link + resolves + image file type) / (total graphic overviews * 3) (100%)

=== Guidance to score well on this assessment

Expand Down
16 changes: 6 additions & 10 deletions kpi/core/links-health.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Any property with linked information (URLs).

* `links[*].href`
* `properties[*].href`
* `properties[*].concepts.url`
* `properties[*].scheme`
* `properties.themes[*].concepts[*].url`
* `properties.themes[*].scheme`
* `properties.contacts[*].links[*].href`

=== What is being measured

Expand All @@ -27,18 +27,14 @@ HTTPS is increasingly becoming a requirement for numerous agencies as well as th
|===
|Rule |Score

|Each valid link present
|Link resolves successfully
|1

|Each valid HTTPS link present
|Link has a valid media type
|1

|Each valid MQTTS link present
|1

|===

*Total possible score: (valid links + valid HTTPS links + valid MQTTS links) / (total links * 3) (100%)*
*Total possible score: (link resolves) / (total links * 1) (100%)*

=== Guidance to score well on this assessment

Expand Down
8 changes: 4 additions & 4 deletions kpi/core/time-intervals.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Time Intervals
== Time intervals

=== WCMP Element(s)
=== WCMP element(s)

* `time.interval`
* `additionalElements.temporal.interval`
Expand All @@ -19,7 +19,7 @@ Temporal information is a significant characteristic of weather/climate/water da
|===
|Rule |Score

|The begin is less than or equal to the end or open.
|The begin is less than the end or open.
|1

|Only one of the interval extents may be open (begin or end but not both).
Expand All @@ -30,7 +30,7 @@ Temporal information is a significant characteristic of weather/climate/water da

|===

*Total possible score: 3 (100%)*
*Total possible score: (begin less than end + only one interval open + resolution) / (total intervals * 3) (100%)

=== Guidance to score well on this assessment

Expand Down

0 comments on commit 2d020f1

Please sign in to comment.