-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Welcome to the ExeTera wiki!
Please ensure you have read the README. You'll find the basic instructions for getting started there.
This wiki contains pages on a number of topics that should help you get up to speed using ExeTera with your dataset. These topics are:
- What is ExeTera
- Concepts
- Datatypes
- Importing data into Exetera
- Importing via the
exetera import
command - Importing through code
- The ExeTera data schema
- Importing via the
- ExeTera classes
- Dataset (coming soon)
- DataFrame (coming soon)
- Field (coming soon)
- ExeTera API examples
- Basic examples
- Intermediate examples
- Extended examples
- Using ExeTera with R
- Roadmap
Please raise an issue so that additional examples can be provided.
See Concepts for the basic concepts behind the file format and datatypes built on top of hdf5.
See Data Schema for a detailed definition of the data schema and how to define it for a given dataset.
See Import Script for a detailed definition of what is generated by the import script.
See Processing Script for a detailed definition of what is generated by the processing script.
See Examples for a whole range of useful operations using the pipeline.
Having run exetera import
, you should have a hdf5 file containing the fields imported from the source csv files, along with additional fields that have been generated from the source data. Once this is done, you can query fields, run custom analyses and write additional fields to your dataset (or to additional files).
See Refactors for details on the near-term and longer-term changes to the API