Skip to content

Commit

Permalink
Merge pull request #40 from DataONEorg/feature-36-39-new-formats
Browse files Browse the repository at this point in the history
Add 4 new formats: parquet, sqlite, DataONE sysmeta and object format list
  • Loading branch information
taojing2002 authored Mar 14, 2024
2 parents fbef1ec + a99cfbf commit 69b133f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| | |
|--------|------------|
|Release: | [![v1.26](https://img.shields.io/badge/object--formats-v1.26-blue.svg)](https://github.com/DataONEorg/object-formats/releases/tag/v1.26) |
|Release: | [![v1.27](https://img.shields.io/badge/object--formats-v1.27-blue.svg)](https://github.com/DataONEorg/object-formats/releases/tag/v1.27) |
|main: | ![main](https://github.com/DataONEorg/object-formats/actions/workflows/validate.yml/badge.svg?branch=main) |
|develop: | ![develop](https://github.com/DataONEorg/object-formats/actions/workflows/validate.yml/badge.svg?branch=develop) |

Expand Down
30 changes: 29 additions & 1 deletion objectFormatListV2.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/cn/xslt/dataone.types.v1.xsl"?>
<d1v2:objectFormatList count="151" start="0" total="151"
<d1v2:objectFormatList count="155" start="0" total="155"
xmlns:d1v2="http://ns.dataone.org/service/types/v2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ns.dataone.org/service/types/v2.0 dataoneTypes_v2.0.xsd">
Expand Down Expand Up @@ -1082,4 +1082,32 @@
<mediaType name="application/vnd.gdb+zip"/>
<extension>zip</extension>
</objectFormat>
<objectFormat>
<formatId>application/vnd.apache.parquet</formatId>
<formatName>Apache Parquet</formatName>
<formatType>DATA</formatType>
<mediaType name="application/vnd.apache.parquet"/>
<extension>parquet</extension>
</objectFormat>
<objectFormat>
<formatId>application/vnd.sqlite3</formatId>
<formatName>SQLite Database</formatName>
<formatType>DATA</formatType>
<mediaType name="application/vnd.sqlite3"/>
<extension>db</extension>
</objectFormat>
<objectFormat>
<formatId>https://ns.dataone.org/service/types/v2.0#SystemMetadata</formatId>
<formatName>System Metadata</formatName>
<formatType>METADATA</formatType>
<mediaType name="text/xml"/>
<extension>xml</extension>
</objectFormat>
<objectFormat>
<formatId>http://ns.dataone.org/service/types/v2.0#ObjectFormatList</formatId>
<formatName>Object Format List</formatName>
<formatType>METADATA</formatType>
<mediaType name="text/xml"/>
<extension>xml</extension>
</objectFormat>
</d1v2:objectFormatList>

0 comments on commit 69b133f

Please sign in to comment.