Data used by the vacumm python library and its tutorials and test scripts.
On GitHub: https://github.com/VACUMM/vacumm-data
$ python setup.py install # from sources
$ pip install vacumm-data
$ conda install vacumm-data
Files are typically installed in the <prefix>share/vacumm
folder.
The main directory can be accessed with the
vacumm_data.get_vacumm_data_dir()
function:
base_path = get_vacumm_data_dir()
A particular file path is accessible with the
vacumm_data.get_vacumm_data_file()
function:
ncfile = get_vacumm_data_file('samples/menor.nc')
Theses files are used by the vacumm tutorials and test scripts.
Shapefiles used by the vacumm.bathy.shorelines
module.
See: https://www.data.gouv.fr/fr/datasets/shom-ign-trait-de-cote-histolitt-r
See: https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html
Data used by the vacumm.bathy.tide
module.