Skip to content

Commit 9954932

Browse files
committed
Add 5 new formats: CDF, FITS, ASDF, Zarr, and GPX
Modify the name for ASDF to remove the commentary. Modify the formatId for GPX to use the mime type. Merged PR #46 into develop from @rebeccaringuette.
1 parent acfd485 commit 9954932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectFormatListV2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,13 +1133,13 @@
11331133
</objectFormat>
11341134
<objectFormat>
11351135
<formatId>ASDF</formatId>
1136-
<formatName>Advanced Scientific Data Format (ASDF, pronounced “Az-diff”)</formatName>
1136+
<formatName>Advanced Scientific Data Format (ASDF)</formatName>
11371137
<formatType>DATA</formatType>
11381138
<mediaType name="application/x-asdf+yaml"/>
11391139
<extension>asdf</extension>
11401140
</objectFormat>
11411141
<objectFormat>
1142-
<formatId>GPX</formatId>
1142+
<formatId>application/gpx+xml</formatId>
11431143
<formatName>Global Positioning System XML (GPX)</formatName>
11441144
<formatType>DATA</formatType>
11451145
<mediaType name="application/gpx+xml"/>

0 commit comments

Comments
 (0)