環境変数#
内部および外部(サードパーティ)の環境変数は、 user 、 developer 、または特定のホスト platform 例:GitHubランナーにデフォルトで設定されています。
Internal#
geovista の動作に影響を与えるパッケージ環境変数:
名前 |
型 |
説明 |
|---|---|---|
GEOVISTA_CACHEDIR |
|
geovistaのリソースをダウンロードしてキャッシュするルートディレクトリ(絶対パス)を設定します。 デフォルトは |
GEOVISTA_DATA_VERSION |
|
Defaults to the specific
|
GEOVISTA_DISABLE_PLOT_THEME |
|
When set, a plotting theme will not be loaded whenever
By default the Also see |
GEOVISTA_IMAGE_TESTING |
|
When set, plotting themes will not be loaded whenever
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_SPHX_GLR_SERIAL |
|
When set, disables |
GEOVISTA_VTK_WARNINGS |
|
Set to Defaults to |
Third-Party#
geovista の動作に影響を与える注目すべきサードパーティ環境変数:
名前 |
型 |
説明 |
|---|---|---|
CI |
|
GitHub Action ランナーに設定するデフォルトの環境変数。 |
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 |
|
ドキュメント sphinx-gallery をビルドするときに |
PYVISTA_OFF_SCREEN |
|
Set this environment variable to enable off-screen rendering. |
PYVISTA_PLOT_THEME |
|
Set this environment variable to the name of a
registered pyvista plot theme to be loaded and
enabled. Overrides the initial default configuration of
the May also be set to the |
READTHEDOCS |
|
Read the Docs ランナーに設定するデフォルトの環境変数。 |
XDG_CACHE_HOME |
|
Overrides For further details see XDG Base Directory Specification. |