Skip to content

Commit 5310640

Browse files
authored
Merge pull request #45 from umr-lops/fix_icid
fix casted type of icid to allow writting in global attrs netcdf
2 parents bcdc222 + f6391b5 commit 5310640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safe_s1/sentinel1_xml_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def list_poly_from_list_string_coords(str_coords_list):
240240
'/xfdu:XFDU/metadataSection/metadataObject[@ID="s1Level1MapOverlaySchema"]/metadataReference/@href',
241241
),
242242
"instrument_configuration_id": (
243-
scalar,
243+
scalar_int,
244244
"//s1sarl1:standAloneProductInformation/s1sarl1:instrumentConfigurationID/text()",
245245
),
246246
},

0 commit comments

Comments
 (0)