Skip to content

Commit 000c20a

Browse files
committed
Update extensions
1 parent b5e23ec commit 000c20a

File tree

1 file changed

+33
-5
lines changed

1 file changed

+33
-5
lines changed

fields.json

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"order": "Order",
3333
"pc": "Point Cloud",
3434
"processing": "Processing",
35+
"product": "Product",
3536
"proj": "Projection",
3637
"raster": "Raster Imagery",
3738
"sar": {
@@ -490,24 +491,38 @@
490491
},
491492
"value": {
492493
"label": "Value",
494+
"sortable": true,
493495
"order": 1
494496
},
495497
"title": {
496498
"label": "Title",
499+
"sortable": true,
497500
"order": 2
498501
},
499502
"name": {
500503
"label": "Identifier",
504+
"sortable": true,
501505
"order": 3
502506
},
503507
"description": {
504508
"label": "Description",
505509
"order": 4,
506510
"format": "CommonMark"
507511
},
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+
},
508523
"nodata": {
509524
"label": "No-data value",
510-
"order": 5,
525+
"order": 7,
511526
"default": false
512527
}
513528
}
@@ -518,6 +533,7 @@
518533
"items": {
519534
"name": {
520535
"label": "Name",
536+
"sortable": true,
521537
"order": 0
522538
},
523539
"offset": {
@@ -709,13 +725,11 @@
709725
"forecast:horizon": {
710726
"label": "Forecast Horizon",
711727
"explain": "The time between the reference time and the forecast time",
712-
"format": "Duration",
713-
"summary": "r"
728+
"format": "Duration"
714729
},
715730
"forecast:duration": {
716731
"label": "Forecast Length",
717-
"format": "Duration",
718-
"summary": "r"
732+
"format": "Duration"
719733
},
720734

721735
"file:bits_per_sample": "Bits per Sample",
@@ -1118,6 +1132,19 @@
11181132
"format": "Software",
11191133
"summary": false
11201134
},
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",
11211148

11221149
"proj:epsg": {
11231150
"label": "EPSG Code",
@@ -1212,6 +1239,7 @@
12121239
},
12131240
"sat:anx_datetime": {
12141241
"label": "ANX Time",
1242+
"format": "Timestamp",
12151243
"explain": "Ascending Node Crossing time",
12161244
"summary": "r"
12171245
},

0 commit comments

Comments
 (0)