Adding datasets to pactus

1. Add the dataset to the trajectory-datasets repository

Follow the instructions on Adding datasets to this repository.

2. Use the dataset

Once the dataset is merged and published in the trajectory-datasets repository, you can use it from pactus by calling the Dataset.get method like this

from pactus import Dataset

your_ds = Dataset.get("your_ds_name")