Skip to content

Commit ce99ba1

Browse files
authored
DAS-2106 - added CF override for the metadata bug in ATL19 in crs_txt
1 parent deb2796 commit ce99ba1

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.0.3
2+
### 2024-3-29
3+
4+
This version of HOSS handles the error in the crs_wkt attribute in ATL19 where the
5+
north polar crs variable has a leading iquotation mark escaped by back slash in the
6+
crs_wkt attribute. This causes errors when the projection is being interpreted from
7+
the crs variable attributes.
8+
19
## v1.0.2
210
### 2024-2-26
311

docker/service_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

hoss/hoss_config.json

+14
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,20 @@
259259
],
260260
"_Description": "ATL16 has edge-aligned grid cells."
261261
},
262+
{
263+
"Applicability": {
264+
"Mission": "ICESat2",
265+
"ShortNamePath": "ATL19",
266+
"Variable_Pattern": "/north_polar/crs"
267+
},
268+
"Attributes": [
269+
{
270+
"Name": "crs_wkt",
271+
"Value": "PROJCS[\"NSIDC Sea Ice Polar Stereographic North\",GEOGCS[\"Unspecified datum based upon the Hughes 1980 ellipsoid\",DATUM[\"Not_specified_based_on_Hughes_1980_ellipsoid\",SPHEROID[\"Hughes 1980\",6378273,298.279411123061,AUTHORITY[\"EPSG\",\"7058\"]],AUTHORITY[\"EPSG\",\"6054\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4054\"]],PROJECTION[\"Polar_Stereographic\"],PARAMETER[\"latitude_of_origin\",70],PARAMETER[\"central_meridian\",-45],PARAMETER[\"scale_factor\",1],PARAMETER[\"false_easting\",0],PARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AXIS[\"X\",EAST],AXIS[\"Y\",NORTH],AUTHORITY[\"EPSG\",\"3411\"]]"
272+
}
273+
],
274+
"_Description": "Remove leading back slash and extra quotation mark in ATL19 for crs_wkt attribute"
275+
},
262276
{
263277
"Applicability": {
264278
"Mission": "ICESat2",

0 commit comments

Comments
 (0)