File tree Expand file tree Collapse file tree 1 file changed +33
-5
lines changed Expand file tree Collapse file tree 1 file changed +33
-5
lines changed Original file line number Diff line number Diff line change 32
32
"order" : " Order" ,
33
33
"pc" : " Point Cloud" ,
34
34
"processing" : " Processing" ,
35
+ "product" : " Product" ,
35
36
"proj" : " Projection" ,
36
37
"raster" : " Raster Imagery" ,
37
38
"sar" : {
490
491
},
491
492
"value" : {
492
493
"label" : " Value" ,
494
+ "sortable" : true ,
493
495
"order" : 1
494
496
},
495
497
"title" : {
496
498
"label" : " Title" ,
499
+ "sortable" : true ,
497
500
"order" : 2
498
501
},
499
502
"name" : {
500
503
"label" : " Identifier" ,
504
+ "sortable" : true ,
501
505
"order" : 3
502
506
},
503
507
"description" : {
504
508
"label" : " Description" ,
505
509
"order" : 4 ,
506
510
"format" : " CommonMark"
507
511
},
512
+ "percentage" : {
513
+ "label" : " Percentage of samples" ,
514
+ "sortable" : true ,
515
+ "order" : 5 ,
516
+ "unit" : " %"
517
+ },
518
+ "count" : {
519
+ "label" : " Number of samples" ,
520
+ "sortable" : true ,
521
+ "order" : 6
522
+ },
508
523
"nodata" : {
509
524
"label" : " No-data value" ,
510
- "order" : 5 ,
525
+ "order" : 7 ,
511
526
"default" : false
512
527
}
513
528
}
518
533
"items" : {
519
534
"name" : {
520
535
"label" : " Name" ,
536
+ "sortable" : true ,
521
537
"order" : 0
522
538
},
523
539
"offset" : {
709
725
"forecast:horizon" : {
710
726
"label" : " Forecast Horizon" ,
711
727
"explain" : " The time between the reference time and the forecast time" ,
712
- "format" : " Duration" ,
713
- "summary" : " r"
728
+ "format" : " Duration"
714
729
},
715
730
"forecast:duration" : {
716
731
"label" : " Forecast Length" ,
717
- "format" : " Duration" ,
718
- "summary" : " r"
732
+ "format" : " Duration"
719
733
},
720
734
721
735
"file:bits_per_sample" : " Bits per Sample" ,
1118
1132
"format" : " Software" ,
1119
1133
"summary" : false
1120
1134
},
1135
+ "processing:version" : " Processor Version" ,
1136
+ "processing:datetime" : {
1137
+ "label" : " Processing Time" ,
1138
+ "format" : " Timestamp" ,
1139
+ "summary" : " r"
1140
+ },
1141
+
1142
+ "product:type" : " Product Type" ,
1143
+ "product:timeliness" : {
1144
+ "label" : " Timeliness" ,
1145
+ "format" : " Duration"
1146
+ },
1147
+ "product:timeliness_category" : " Timeliness Category" ,
1121
1148
1122
1149
"proj:epsg" : {
1123
1150
"label" : " EPSG Code" ,
1212
1239
},
1213
1240
"sat:anx_datetime" : {
1214
1241
"label" : " ANX Time" ,
1242
+ "format" : " Timestamp" ,
1215
1243
"explain" : " Ascending Node Crossing time" ,
1216
1244
"summary" : " r"
1217
1245
},
You can’t perform that action at this time.
0 commit comments