Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.3
-
None
Description
Running the following from the command-line:
sis metadata --format xml --encoding ISO-8859-1 SomeNetcdfFile.nc
unconditionally formats the following:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <gmd:MD_Metadata ...snip...>
while we would expect:
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <gmd:MD_Metadata ...snip...>