Closes #4. Updated the doc with new naming conventions for OBIDMS column

files.
This commit is contained in:
Celine Mercier
2015-05-12 15:17:28 +02:00
parent d922cceb59
commit 3662613551

View File

@ -27,12 +27,9 @@ File name
--------- ---------
Each file is named with the attribute associated to the data it contains, and the number of Each file is named with the attribute associated to the data it contains, and the number of
its version, separated by an underscore. its version, separated by an ``@``, and with the extension ``.odc``.
Example : ``count_0003`` Example : ``count@3.odc``
.. todo::
Filename extension?
Header Header
@ -62,7 +59,7 @@ Versioning
Since OBIDMS column files are read-only, any modification leads to the creation of a new version Since OBIDMS column files are read-only, any modification leads to the creation of a new version
of the column file. of the column file.
The first version of a column file is numbered 0001, and each new version increments that The first version of a column file is numbered 1, and each new version increments that
number by 1. number by 1.