This is the getting started repo for the Eclipse Dataset project.
- Clone this repository.
- Import the org.eclipse.dataset.examples project into your Eclipse development environment.
- Open the target platform file Mars.target and press "Set as Target Platform" in the upper right hand side. The P2 URL of interest is http://jonahkichwacoders.github.io/org.eclipse.dataset/repository/.
- Open the Basic Example and run it as a Java Application for a quick demo.
Browse through the more advanced examples.
- NumPy Examples shows how common NumPy constructs map to Eclipse Datasets.
- Slicing Examples demonstrates slicing, including how to slice a small amount of data out of a dataset too large to fit in memory all at once.
- Error Examples demonstrates applying an error to datasets.
- Iteration Examples demonstrates a few ways to iterate through your datasets.
- Lazy Examples demonstrates how to use datasets which are not entirely loaded in memory.
Contribute to the Eclipse Datasets project.
- Fork the org.eclipse.dataset project.
- Join in on the discussion on the Eclipse Science Mailing List.