Skip to content

Commit fd21b7c

Browse files
committed
DAS-2361 reorganize for easier review
1 parent 276c626 commit fd21b7c

1 file changed

Lines changed: 76 additions & 94 deletions

File tree

hoss/hoss_config.json

Lines changed: 76 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -122,58 +122,45 @@
122122
{
123123
"Applicability": {
124124
"Mission": "SMAP",
125-
"ShortNamePath": "SPL2SMAP_S",
126-
"VariablePattern": "/Soil_Moisture_Retrieval_Data_(1|3)km/.*"
125+
"ShortNamePath": "SPL3FTP",
126+
"VariablePattern": "(?i).*global.*"
127127
},
128128
"Attributes": [
129129
{
130130
"Name": "grid_mapping",
131-
"Value": "/EASE2_global_projection"
131+
"Value": "/EASE2_global_projection_36km"
132132
}
133133
],
134134
"_Description": "SMAP L3 collections omit global grid mapping information"
135135
},
136136
{
137137
"Applicability": {
138138
"Mission": "SMAP",
139-
"ShortNamePath": "SPL3SMA$",
140-
"VariablePattern": "/(Soil_Moisture_Retrieval_Data|Radar_Data|Ancillary_Data)/.*"
139+
"ShortNamePath": "SPL3FTP_E",
140+
"VariablePattern": "(?i).*global.*"
141141
},
142142
"Attributes": [
143143
{
144144
"Name": "grid_mapping",
145-
"Value": "/EASE2_global_projection_3km"
145+
"Value": "/EASE2_global_projection_9km"
146146
}
147147
],
148-
"_Description": "SMAP L3 collections omit global grid mapping information. Additionally, SMAP L3 data are HDF5 and without dimension settings. Overrides here define the dimensions, a useful reference name, and critically, the dimension order."
148+
"_Description": "SMAP L3 collections omit global grid mapping information"
149149
},
150150
{
151151
"Applicability": {
152152
"Mission": "SMAP",
153-
"ShortNamePath": "SPL3FTA"
153+
"ShortNamePath": "SPL3FTP",
154+
"VariablePattern": "/Freeze_Thaw_Retrieval_Data_Polar/.*"
154155
},
155156
"Attributes": [
156157
{
157158
"Name": "grid_mapping",
158-
"Value": "/EASE2_polar_projection_3km"
159+
"Value": "/EASE2_polar_projection_36km"
159160
}
160161
],
161162
"_Description": "SMAP L3 collections omit polar grid mapping information"
162163
},
163-
{
164-
"Applicability": {
165-
"Mission": "SMAP",
166-
"ShortNamePath": "SPL3FTP_E",
167-
"VariablePattern": "(?i).*global.*"
168-
},
169-
"Attributes": [
170-
{
171-
"Name": "grid_mapping",
172-
"Value": "/EASE2_global_projection_9km"
173-
}
174-
],
175-
"_Description": "SMAP L3 collections omit global grid mapping information"
176-
},
177164
{
178165
"Applicability": {
179166
"Mission": "SMAP",
@@ -219,15 +206,15 @@
219206
{
220207
"Applicability": {
221208
"Mission": "SMAP",
222-
"ShortNamePath": "SPL3SMAP"
209+
"ShortNamePath": "SPL3FTA"
223210
},
224211
"Attributes": [
225212
{
226213
"Name": "grid_mapping",
227-
"Value": "/EASE2_global_projection_9km"
214+
"Value": "/EASE2_polar_projection_3km"
228215
}
229216
],
230-
"_Description": "SMAP L3 collections omit global grid mapping information"
217+
"_Description": "SMAP L3 collections omit polar grid mapping information"
231218
},
232219
{
233220
"Applicability": {
@@ -242,33 +229,44 @@
242229
],
243230
"_Description": "SMAP L3 collections omit global grid mapping information"
244231
},
245-
{
232+
{
246233
"Applicability": {
247234
"Mission": "SMAP",
248-
"ShortNamePath": "SPL3FTP$",
249-
"VariablePattern": "(?i).*global.*"
235+
"ShortNamePath": "SPL3SMA$"
250236
},
251237
"Attributes": [
252238
{
253239
"Name": "grid_mapping",
254-
"Value": "/EASE2_global_projection_36km"
240+
"Value": "/EASE2_global_projection_3km"
241+
}
242+
],
243+
"_Description": "SMAP L3 collections omit global grid mapping information"
244+
},
245+
{
246+
"Applicability": {
247+
"Mission": "SMAP",
248+
"ShortNamePath": "SPL3SMAP"
249+
},
250+
"Attributes": [
251+
{
252+
"Name": "grid_mapping",
253+
"Value": "/EASE2_global_projection_9km"
255254
}
256255
],
257256
"_Description": "SMAP L3 collections omit global grid mapping information"
258257
},
259258
{
260259
"Applicability": {
261260
"Mission": "SMAP",
262-
"ShortNamePath": "SPL3FTP$",
263-
"VariablePattern": "/Freeze_Thaw_Retrieval_Data_Polar/.*"
261+
"ShortNamePath": "SPL2SMAP_S"
264262
},
265263
"Attributes": [
266264
{
267265
"Name": "grid_mapping",
268-
"Value": "/EASE2_polar_projection_36km"
266+
"Value": "/EASE2_global_projection"
269267
}
270268
],
271-
"_Description": "SMAP L3 collections omit polar grid mapping information"
269+
"_Description": "SMAP L3 collections omit global grid mapping information"
272270
},
273271
{
274272
"Applicability": {
@@ -296,22 +294,6 @@
296294
{
297295
"Name": "false_northing",
298296
"Value": 0.0
299-
},
300-
{
301-
"Name": "horizontal_datum_name",
302-
"Value": "WGS84"
303-
},
304-
{
305-
"Name": "inverse_flattening",
306-
"Value": 298.257223563
307-
},
308-
{
309-
"Name": "semi_major_axis",
310-
"Value": 6378137.0
311-
},
312-
{
313-
"Name": "semi_minor_axis",
314-
"Value": 6356752.314245
315297
}
316298
],
317299
"_Description": "Provide missing global grid mapping attributes for SMAP L3 collections."
@@ -369,21 +351,21 @@
369351
{
370352
"Applicability": {
371353
"Mission": "SMAP",
372-
"ShortNamePath": "SPL3FTA",
373-
"VariablePattern": "/EASE2_polar_projection_3km"
354+
"ShortNamePath": "SPL3FTP_E|SPL3SMAP|SPL3SMP_E",
355+
"VariablePattern": "/EASE2_global_projection_9km"
374356
},
375-
"Attributes": [
357+
"Attributes": [
376358
{
377359
"Name": "grid_mapping_name",
378-
"Value": "lambert_azimuthal_equal_area"
360+
"Value": "lambert_cylindrical_equal_area"
379361
},
380362
{
381-
"Name": "longitude_of_projection_origin",
382-
"Value": 0.0
363+
"Name": "standard_parallel",
364+
"Value": 30.0
383365
},
384366
{
385-
"Name": "latitude_of_projection_origin",
386-
"Value": 90.0
367+
"Name": "longitude_of_central_meridian",
368+
"Value": 0.0
387369
},
388370
{
389371
"Name": "false_easting",
@@ -393,20 +375,36 @@
393375
"Name": "false_northing",
394376
"Value": 0.0
395377
},
378+
{
379+
"Name": "horizontal_datum_name",
380+
"Value": "WGS84"
381+
},
382+
{
383+
"Name": "inverse_flattening",
384+
"Value": 298.257223563
385+
},
386+
{
387+
"Name": "semi_major_axis",
388+
"Value": 6378137.0
389+
},
390+
{
391+
"Name": "semi_minor_axis",
392+
"Value": 6356752.314245
393+
},
396394
{
397395
"Name": "master_geotransform",
398-
"Value": [-9000000, 3000, 0, 9000000, 0, -3000]
396+
"Value": [-17367530.4451615, 9008.055210146, 0, 7314540.8306386, 0, -9008.055210146]
399397
}
400398
],
401399
"_Description": "Provide missing polar grid mapping attributes for SMAP L3 collections."
402400
},
403401
{
404402
"Applicability": {
405403
"Mission": "SMAP",
406-
"ShortNamePath": "SPL3FTP_E|SPL3SMAP|SPL3SMP_E",
407-
"VariablePattern": "/EASE2_global_projection_9km"
404+
"ShortNamePath": "SPL3FTP$|SPL3SMP$",
405+
"VariablePattern": "/EASE2_global_projection_36km"
408406
},
409-
"Attributes": [
407+
"Attributes": [
410408
{
411409
"Name": "grid_mapping_name",
412410
"Value": "lambert_cylindrical_equal_area"
@@ -437,24 +435,24 @@
437435
},
438436
{
439437
"Name": "semi_major_axis",
440-
"Value": 6378137.0
438+
"Value": 6378137.0
441439
},
442440
{
443441
"Name": "semi_minor_axis",
444442
"Value": 6356752.314245
445443
},
446444
{
447445
"Name": "master_geotransform",
448-
"Value": [-17367530.4451615, 9008.055210146, 0, 7314540.8306386, 0, -9008.055210146]
446+
"Value": [-17367530.4451615, 36032.22084058, 0, 7314540.8306386, 0, -36032.22084058]
449447
}
450448
],
451-
"_Description": "Provide missing polar grid mapping attributes for SMAP L3 collections."
449+
"_Description": "Provide missing global grid mapping attributes for SMAP L3 collections."
452450
},
453451
{
454452
"Applicability": {
455453
"Mission": "SMAP",
456-
"ShortNamePath": "SPL3FTP_E|SPL3SMP_E",
457-
"VariablePattern": "/EASE2_polar_projection_9km"
454+
"ShortNamePath": "SPL3FTA",
455+
"VariablePattern": "/EASE2_polar_projection_3km"
458456
},
459457
"Attributes": [
460458
{
@@ -479,29 +477,29 @@
479477
},
480478
{
481479
"Name": "master_geotransform",
482-
"Value": [-9000000, 9000, 0, 9000000, 0, -9000]
480+
"Value": [-9000000, 3000, 0, 9000000, 0, -3000]
483481
}
484482
],
485483
"_Description": "Provide missing polar grid mapping attributes for SMAP L3 collections."
486484
},
487485
{
488486
"Applicability": {
489487
"Mission": "SMAP",
490-
"ShortNamePath": "SPL3FTP$|SPL3SMP$",
491-
"VariablePattern": "/EASE2_global_projection_36km"
488+
"ShortNamePath": "SPL3FTP_E|SPL3SMP_E",
489+
"VariablePattern": "/EASE2_polar_projection_9km"
492490
},
493491
"Attributes": [
494492
{
495493
"Name": "grid_mapping_name",
496-
"Value": "lambert_cylindrical_equal_area"
494+
"Value": "lambert_azimuthal_equal_area"
497495
},
498496
{
499-
"Name": "standard_parallel",
500-
"Value": 30.0
497+
"Name": "longitude_of_projection_origin",
498+
"Value": 0.0
501499
},
502500
{
503-
"Name": "longitude_of_central_meridian",
504-
"Value": 0.0
501+
"Name": "latitude_of_projection_origin",
502+
"Value": 90.0
505503
},
506504
{
507505
"Name": "false_easting",
@@ -511,33 +509,17 @@
511509
"Name": "false_northing",
512510
"Value": 0.0
513511
},
514-
{
515-
"Name": "horizontal_datum_name",
516-
"Value": "WGS84"
517-
},
518-
{
519-
"Name": "inverse_flattening",
520-
"Value": 298.257223563
521-
},
522-
{
523-
"Name": "semi_major_axis",
524-
"Value": 6378137.0
525-
},
526-
{
527-
"Name": "semi_minor_axis",
528-
"Value": 6356752.314245
529-
},
530512
{
531513
"Name": "master_geotransform",
532-
"Value": [-17367530.4451615, 36032.22084058, 0, 7314540.8306386, 0, -36032.22084058]
514+
"Value": [-9000000, 9000, 0, 9000000, 0, -9000]
533515
}
534516
],
535-
"_Description": "Provide missing global grid mapping attributes for SMAP L3 collections."
517+
"_Description": "Provide missing polar grid mapping attributes for SMAP L3 collections."
536518
},
537519
{
538520
"Applicability": {
539521
"Mission": "SMAP",
540-
"ShortNamePath": "SPL3FTP$",
522+
"ShortNamePath": "SPL3FTP",
541523
"VariablePattern": "/EASE2_polar_projection_36km"
542524
},
543525
"Attributes": [

0 commit comments

Comments
 (0)