Re: [dxwg] How to express distributions provided as compressed files

@makxdekkers we don't have to cover all cases - @jakubklimek already summarized the most important ones. In short, a distribution file can these independent properties:

1. it can be compressed. If so, there is a compression format to reference
2. it can be a package file. If so, there is a package format to reference

Formats can be compression formats (e.g. gzip), package formats (e.g. tar), both (e.g. zip) or none of both (e.g. csv). Furthermore one and only one of these three cases may apply:

* a package file can follow a defined directory layout ([Data Package](https://frictionlessdata.io/specs/data-package/), [Twitter Archive](http://fileformats.archiveteam.org/wiki/Twitter) etc.). If so, this standard should be referenced 
* a package file can contain a set of files with same format (e.g. csv). If so, this format should be referenced
* a compressed non-package file can have a known format to be referenced

Three properties (compression, packaging, and format) should be enough, shouldn't it?

-- 
GitHub Notification of comment by nichtich
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/259#issuecomment-400461173 using your GitHub account

Received on Tuesday, 26 June 2018 21:02:22 UTC