Environment Variables#
Internal and external (third-party) environment variables for either a
user
, a developer
, or are set by default on a specific host
platform
e.g., a GitHub runner.
Internal#
Package environment variables that influence the behaviour of geovista
:
Name |
Type |
Description |
---|---|---|
GEOVISTA_CACHEDIR |
|
Configures the root directory (absolute path) where
Defaults to the |
GEOVISTA_DATA_VERSION |
|
Configures the version of data resources to be downloaded
and cached from the Defaults to the specific
|
GEOVISTA_DOWNLOAD |
|
Set within the |
GEOVISTA_IMAGE_TESTING |
|
When set, the This allows image testing to be more robust, particularly
by being independent of any Image tests default to using the pyvista testing theme. |
GEOVISTA_POOCH_MUTE |
|
Controls the verbosity level of the Defaults to |
GEOVISTA_VTK_WARNINGS |
|
Set to Defaults to |
Third-Party#
Notable third-party environment variables that influence the behaviour of
geovista
:
Name |
Type |
Description |
---|---|---|
CI |
|
Default environment variable set on a GitHub Action runner. Used by |
EAGER_IMPORT |
|
Set this environment variable to disable lazy
loading of Deferred imports are enabled by default in
For further details see lazy-loader and SPEC 1. |
PYVISTA_BUILDING_GALLERY |
|
Set to |
READTHEDOCS |
|
Default environment variable set on a Read the Docs runner. Used by |
XDG_CACHE_HOME |
|
Configures the root directory (absolute path) where
Overrides For further details see XDG Base Directory Specification. |