high-level python package for the DAGGER suite
Project description
scabbard
high-level python package for the DAGGER suite
Free software: MIT license
Documentation: https://scabbard.readthedocs.io.
Features
TODO
Experimental
Among the experimental features is a tentative link to Blender to make nice 3D plots. The latter will only get activated if called from blender and will happily be ignored by most.
Only tested on Ubuntu, it requires the following steps:
identify the python version of your blender version
create a new env with this python version
install all the packages you need either with conda or pip.
AFTER EVERY NEW ADDITIONS (of one or multiple packages at once) YOU’LL NEED TO LINK THE PACKAGES TO BLENDER:
ln -s /path/to/your/environment/site-packages/* ~/.config/blender/3.X/scripts/addons/modules/
Where you obviously need to adapts the paths and version number (yes I had multiple times the question “urgh it cannot find /path/to/your/environment”)
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.0.3 - 0.0.4 (2023-10-23)
Fixing couple of bugs on the grid
Experimental support for DAGGER’s experimental stuff
Adding environment object (WIP, future main structure)
0.0.2 (2023-07-31)
Adding drainage divide quick extraction tools
Fixing sea_level/Z0 stuff
0.0.1 (2023-07-25)
First release on PyPI.
Adding tools for quick river extraction
Started a big behind-the-scene refactoring and standardisation (invisible at top level)
Maintenance and bug fixes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.