3D visualisation tools and utilities for earth systems data
Project description
ACCESS-Vis Python Visualisation Package for ACCESS Models.
Visualisation examples and resources, including open-source 3D vis for ACCESS-NRI releases
This repository is intended as a resource for complex visualisation tasks using ACCESS models and other related data sources.
What this space for published source code for our released visualisations which will be added here as soon as tested and ready for public release.
Included the python module 'accessvis' which can be installed from here with python -m pip install --editable .
See also the included install.sh
to set up the jupyter kernels for running in ARE on gadi.
Here's an example of how you can include versioning instructions in your README file, explaining the use of tags in the v0.0.0
format:
Versioning
We use semantic versioning for this project, following the format vX.Y.Z
, where:
-
X (Major version): This number is incremented when there are significant changes, breaking backward compatibility. For example, upgrading the project to a new technology or introducing major new features that alter the way the project works.
-
Y (Minor version): This number is incremented when new functionality is added in a backward-compatible manner. For instance, adding new features, modules, or improvements that don’t disrupt existing functionality.
-
Z (Patch version): This number is incremented for bug fixes, security patches, or small improvements that do not affect the overall functionality of the project.
When creating a new release, make sure to tag it with the appropriate version number in the vX.Y.Z
format. For example, to tag version v1.2.0
, use the following Git command:
git tag v1.2.0
git push origin v1.2.0
Config and DATA caching
By default, ACCESS-Vis
caches its data in different locations depending on the platform. On NCI Gadi, data are stored in /scratch/$PROJECT/$USER/.accessvis
, while on other platforms, the data are cached in $HOME/.accessvis
. However, users can customize this path by setting the ACCESSVIS_DATA_DIR
environment variable to a directory of their choice.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for accessvis-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3322c730014494bef3ed495118e2b74ad8b192957149be3e40e6a0123dd1677f |
|
MD5 | f7b535d685eac912e4742c1c840d092d |
|
BLAKE2b-256 | 2ff7b49662d5ee3b94d24d0699f989e19694b1ef24b24b95482a0f083daef3dc |