Skip to content

Commit 72d49fa

Browse files
committed
Horizontal datum - revised #330
1 parent 510c787 commit 72d49fa

2 files changed

Lines changed: 38 additions & 22 deletions

File tree

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
{}
1+
{
2+
"horizontal_datum_name_check": {
3+
"failure": "The Horizontal Datum Name is missing.",
4+
"help": {
5+
"message": "",
6+
"url": "https://wiki.earthdata.nasa.gov/display/CMR/Spatial+Extent"
7+
},
8+
"remediation": "Information about the datum should be provided in the metadata if possible."
9+
}
10+
}
Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
{
2-
"processing_level_description_presence_check": {
3-
"rule_name": "Processing Level Description Presence Check",
4-
"fields_to_apply": {
5-
"echo-c": [
6-
{
7-
"fields": [
8-
"Collection/ProcessingLevelDescription"
9-
]
10-
}
11-
],
12-
"umm-c": [
13-
{
14-
"fields": [
15-
"ProcessingLevel/ProcessingLevelDescription"
16-
]
17-
}
18-
]
19-
},
20-
"severity": "info",
21-
"check_id": "one_item_presence_check"
22-
}
2+
"horizontal_datum_name_check": {
3+
"rule_name": "Horizontal Datum Name Check",
4+
"fields_to_apply": {
5+
"echo-c": [
6+
{
7+
"fields": [
8+
"Collection/SpatialInfo/HorizontalCoordinateSystem/GeodeticModel/HorizontalDatumName"
9+
]
10+
}
11+
],
12+
"dif10": [
13+
{
14+
"fields": [
15+
"DIF/Spatial_Coverage/Spatial_Info/Horizontal_Coordinate_System/Geodetic_Model/Horizontal_DatumName"
16+
]
17+
}
18+
],
19+
"umm-c": [
20+
{
21+
"fields": [
22+
"SpatialExtent/HorizontalSpatialDomain/ResolutionAndCoordinateSystem/GeodeticModel/HorizontalDatumName"
23+
]
24+
}
25+
]
26+
},
27+
"severity": "info",
28+
"check_id": "one_item_presence_check"
29+
}
2330
}

0 commit comments

Comments
 (0)