Exporting your data
Selective export
Navigate to the collection page of your eCorpus instance. Select the scenes you wish to export and click on the Download as Zip button.
Full export
The administration interface allows you to export all your eCorpus data.
In the tab Home of the administration interface:
Click on Download all scenes
(Télécharger toutes les scènes
)
Download should start in a few seconds. The exported zip follows this structure :
scenes/
├── scene1/
│ ├── scene.svx.json
│ ├── models/
│ │ ├── scene1.glb
│ ├── articles/
│ │ ├── article1-fr.html
│ │ ├── article1-en.html
│ ├── scene-image-high.jpg
│ ├── scene-image-low.jpg
│ ├── scene-image-medium.jpg
│ ├── scene-image-thumb.jpg
├── scene2/
[...]