pyglider.example_data#
Functions#
|
Get example data sets and configuration files. |
Module Contents#
- pyglider.example_data.get_example_data(outdir='./')#
Get example data sets and configuration files.
Downloads
example-data.tar.gzfrom the pyglider documentation site and extracts it into outdir, creatingoutdir/example-data/.- Parameters:
- outdirstr or Path, optional
Location to extract the example files into. They will be put at
outdir/example-data/. Default is to unpack in the current directory.