Skip to content

Commit

Permalink
DAS-2232 - updates to hoss_config.json description fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sudha-murthy committed Oct 1, 2024
1 parent 3b453e5 commit 681b20d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
3 changes: 0 additions & 3 deletions hoss/dimension_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,6 @@ def get_geo_grid_corners(
if not lon_arr.size:
raise MissingCoordinateDataset('longitude')

# skip fill values when calculating min values
# topleft = minlon, maxlat
# bottomright = maxlon, minlat
top_left_row_idx = 0
top_left_col_idx = 0

Expand Down
17 changes: 9 additions & 8 deletions hoss/hoss_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"Value": "/EASE2_global_projection"
}
],
"_Description": "Some versions of these collections omit global grid mapping information"
"_Description": "SMAP L3 collections omit global grid mapping information"
},
{
"Applicability": {
Expand All @@ -168,7 +168,7 @@
"Value": "/EASE2_polar_projection"
}
],
"_Description": "Some versions of these collections omit polar grid mapping information"
"_Description": "SMAP L3 collections omit polar grid mapping information"
}
]
},
Expand All @@ -188,7 +188,7 @@
"Value": "/EASE2_global_projection"
}
],
"_Description": "Some versions of these collections omit global grid mapping information"
"_Description": "SMAP L3 collections omit global grid mapping information"
},
{
"Applicability": {
Expand All @@ -200,7 +200,8 @@
"Value": "/EASE2_polar_projection"
}
],
"_Description": "Some versions of these collections omit polar grid mapping information"
"_Description": "SMAP L3 collections omit polar grid mapping information"

}
]
},
Expand All @@ -215,7 +216,7 @@
"Value": "/EASE2_polar_projection"
}
],
"_Description": "Some versions of these collections omit polar grid mapping information"
"_Description": "SMAP L3 collections omit polar grid mapping information"
},
{
"Applicability": {
Expand All @@ -228,7 +229,7 @@
"Value": "/EASE2_global_projection"
}
],
"_Description": "Some versions of these collections omit global grid mapping information"
"_Description": "SMAP L3 collections omit global grid mapping information"
},
{
"Applicability": {
Expand Down Expand Up @@ -262,7 +263,7 @@
"Value": 0.0
}
],
"_Description": "Some versions of these collections omit global grid mapping information"
"_Description": "Provide missing global grid mapping attributes for SMAP L3 collections."
},
{
"Applicability": {
Expand All @@ -289,7 +290,7 @@
"Value": 0.0
}
],
"_Description": "Some versions of these collections omit polar grid mapping information"
"_Description": "Provide missing polar grid mapping attributes for SMAP L3 collections."
}
]
},
Expand Down

0 comments on commit 681b20d

Please sign in to comment.