pyglider.example_data#

Functions#

get_example_data([outdir])

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.gz from the pyglider documentation site and extracts it into outdir, creating outdir/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.