Julia package to provide access to the LEGEND Test Data.
Test data is downloaded and installed on package build:
import Pkg
Pkg.build("LegendTestData")
Use legend_test_data_path()
to get the location of the test data:
using LegendTestData
legend_test_data_path()