File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments