dash.gridfileSources
Implement a gridfile’s catalogue of data sources
Methods
Catalogue Management
add - Add a new data source to the catalogue
remove - Remove data sources from the catalogue
indices - Parse the indices of data sources in the catalogue
unpack - Convert catalogued values to their original data types
info - Return information about data sources in the catalogue
Datasource Objects
build - Build the dataSource object for a data source in the catalogue
ismatch - Test if a dataSource object matches an entry in the catalogue
File Paths
absolutePaths - Return the absolute paths to data sources in the catalogue
savePath - Record the path to a data source in the catalogue
Unit Tests
tests - Unit tests for the dash.gridfileSources class