The sample_data subdirectories were meant to provide a small sample dataset for each use case to demonstrate and test the complete workflow using data from each use case/data type. The planetary_rover subdirectory gives a good example of how we can provide all the data to enable proof-of-concept experiments for each use case in this directory. We should update the other use case subdirs to match this structure (including documentation for running the experiment in the README).
When we start running full-dataset experiments, we can put the config and results files in the exp/ directory. Config files in the example_config directory should be generic templates for the available data types.
The
sample_datasubdirectories were meant to provide a small sample dataset for each use case to demonstrate and test the complete workflow using data from each use case/data type. Theplanetary_roversubdirectory gives a good example of how we can provide all the data to enable proof-of-concept experiments for each use case in this directory. We should update the other use case subdirs to match this structure (including documentation for running the experiment in the README).When we start running full-dataset experiments, we can put the config and results files in the
exp/directory. Config files in theexample_configdirectory should be generic templates for the available data types.