Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
index [2015/11/12 09:58] nicolas.dumoulin@irstea.fr [Community Web Portal] |
index [2021/05/17 10:59] (Version actuelle) simon.murail@iscpif.fr |
||
---|---|---|---|
Ligne 4: | Ligne 4: | ||
* reading and writing viability kernel in a hdf5 format | * reading and writing viability kernel in a hdf5 format | ||
* functions for analysing, comparing and viewing viability kernel | * functions for analysing, comparing and viewing viability kernel | ||
+ | |||
+ | This project is [[rnsc|supported by the French Network for Complex Systems]]. | ||
+ | |||
+ | **WARNING: This page contains outdated information and must be updated!** | ||
===== HDF5 format ===== | ===== HDF5 format ===== | ||
- | As soon as the structure will be fixed, it could be interesting to produce a XDMF file that describe the schema. | + | Motivation: defining a robust, efficient and interoperable file format for storing and exchanging computed kernels. |
+ | |||
+ | [[https://en.wikipedia.org/wiki/Hierarchical_Data_Format|HDF5]] is designed for storing large amount of data with metadata on each set of data in a same file. It is widely used by high performance scientific applications. | ||
* [[HDF5FormatSpecifications|Draft for the specifications of the HDF5 format]] | * [[HDF5FormatSpecifications|Draft for the specifications of the HDF5 format]] | ||
* [[hdf5experiments|Experiments on hdf5 formats performance]] | * [[hdf5experiments|Experiments on hdf5 formats performance]] | ||
+ | |||
+ | As soon as the structure will be fixed, it could be interesting to produce a XDMF file that describe the schema. | ||
===== Common API ===== | ===== Common API ===== | ||
Ligne 44: | Ligne 53: | ||
===== Work with sources ===== | ===== Work with sources ===== | ||
- | You can retrieve the sources with git: <code>git clone ssh://git@git.cru.fr:2222/vino</code> | + | You can retrieve the sources with git: <code>git clone git://git.renater.fr/vino.git</code> |
+ | |||
+ | Or [[https://sourcesup.renater.fr/scm/browser.php?group_id=1730|browse it here]] or on [[https://github.com/NicolasDumoulin/vino|github]]. | ||
- | Or [[https://sourcesup.renater.fr/scm/browser.php?group_id=1730|browse it here]]. | + | [[https://sourcesup.renater.fr/pm/task.php?group_id=1730&group_project_id=2926|You can browse current issues or submit a new one]]. |
+ | [[TODO|TODO List]] | ||
==== Joining the developers team ==== | ==== Joining the developers team ==== | ||