From bd3057718adc2dc7b6774d86f23507942c58c085 Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Thu, 23 Jan 2025 17:05:12 +0000 Subject: [PATCH] renamed test to wedge manifold, and predicted geovista-data change --- changelog/1284.documentation.rst | 2 +- src/geovista/cache/__init__.py | 2 +- src/geovista/cache/registry.txt | 2 +- .../extraction/{regional_mani.py => wedge_manifold.py} | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) rename src/geovista/examples/extraction/{regional_mani.py => wedge_manifold.py} (97%) mode change 100644 => 100755 diff --git a/changelog/1284.documentation.rst b/changelog/1284.documentation.rst index 2e51a58d..74fbfccc 100644 --- a/changelog/1284.documentation.rst +++ b/changelog/1284.documentation.rst @@ -1,2 +1,2 @@ Added a gallery example for regional manifold extraction. -(:issue:`1285`, :user:`ESadek-MO`) \ No newline at end of file +(:issue:`1285`, :user:`ESadek-MO`) diff --git a/src/geovista/cache/__init__.py b/src/geovista/cache/__init__.py index c0b5cb6d..2f008e8d 100644 --- a/src/geovista/cache/__init__.py +++ b/src/geovista/cache/__init__.py @@ -44,7 +44,7 @@ BASE_URL: str = "https://github.com/bjlittle/geovista-data/raw/{version}/assets/" """Base URL for :mod:`geovista` resources.""" -DATA_VERSION: str = "2025.01.1" +DATA_VERSION: str = "2025.01.2" """The ``geovista-data`` repository version for :mod:`geovista` resources.""" GEOVISTA_CACHEDIR: str = "GEOVISTA_CACHEDIR" diff --git a/src/geovista/cache/registry.txt b/src/geovista/cache/registry.txt index be57bf02..76ab4f7f 100644 --- a/src/geovista/cache/registry.txt +++ b/src/geovista/cache/registry.txt @@ -39,7 +39,7 @@ tests/images/examples.test__clouds.png a650d7717324453f86e9f03b55009a79d23ff124f tests/images/examples.test__clouds_robin.png 73a0f6d6267f7f248643bc733e3b2699af47b711286e449171310e9fb2024f90 tests/images/examples.test__curvilinear.from_2d__orca_moll.png 39e693dccfbefe67f1ed438341342f1c6b5fa11f24b3d46c4706d8514c043d45 tests/images/examples.test__curvilinear.from_2d__orca.png 492868315f090aad25278660ffd97df31e7158f5c142962e8e23e16773199ade -tests/images/examples.test__extraction.regional_mani.png ebf4f00e1f14e93af2b5db35080c71b57033a4e3698e77005c052041c755bc2d +tests/images/examples.test__extraction.wedge_manifold.png ebf4f00e1f14e93af2b5db35080c71b57033a4e3698e77005c052041c755bc2d tests/images/examples.test__point_cloud.from_points__orca_cloud_eqc.png e41921a712d335061b7507b9fa0880d93a52d7391cb4c586f163d911b54e8362 tests/images/examples.test__point_cloud.from_points__orca_cloud.png 8f723740ca12bfc9c02a29806a777e985d2a3a64a187e39e8a78c1d5ad1a29ff tests/images/examples.test__rectilinear.from_1d__oisst_eqc.png b4e1d6b0984dbde1b7123b62eb8643206b83a399df90d32d877bf42089863350 diff --git a/src/geovista/examples/extraction/regional_mani.py b/src/geovista/examples/extraction/wedge_manifold.py old mode 100644 new mode 100755 similarity index 97% rename from src/geovista/examples/extraction/regional_mani.py rename to src/geovista/examples/extraction/wedge_manifold.py index 0ac6f0d2..e822bfda --- a/src/geovista/examples/extraction/regional_mani.py +++ b/src/geovista/examples/extraction/wedge_manifold.py @@ -36,11 +36,10 @@ from __future__ import annotations -import geovista.theme import geovista as gv -from geovista.pantry.meshes import lfric, lfric_orog from geovista.geodesic import wedge - +from geovista.pantry.meshes import lfric_orog +import geovista.theme def main() -> None: