Skip to content

Commit

Permalink
update to latest geovista-data version (#1303)
Browse files Browse the repository at this point in the history
* update to latest geovista-data version

* add changelog news fragment
  • Loading branch information
bjlittle authored Jan 30, 2025
1 parent f372d9b commit 9774ce0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog/1185.asset.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Updated the ``geovista.cache`` to use ``geovista-data =2024.10.2``,
Updated the ``geovista.cache`` to reference ``geovista-data =2024.10.2``,
which includes the corrected
`NASA Blue Marble <https://visibleearth.nasa.gov/collection/1484/blue-marble>`__
texture. (:user:`bjlittle`)
2 changes: 2 additions & 0 deletions changelog/1303.asset.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Updated the ``geovista.cache`` to reference ``geovista-data =2025.1.4``,
which includes new vector data assets. (:user:`bjlittle`)
2 changes: 1 addition & 1 deletion src/geovista/cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
DATA_VERSION: str = "2025.01.4"
"""The ``geovista-data`` repository version for :mod:`geovista` resources."""

GEOVISTA_CACHEDIR: str = "GEOVISTA_CACHEDIR"
Expand Down
3 changes: 3 additions & 0 deletions src/geovista/cache/registry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ tests/images/examples.test__unstructured.smc.png a8857fd85ec80cb1646dc837f06b377
tests/images/examples.test__unstructured.smc_sinu.png 25c73dc33172bfdb76d615c4edaea420b833ce097ee40e573541648282f4cdab
tests/images/examples.test__unstructured.tri_hammer.png 55a063f42722665ae3575d703e5992e5c448a3b496f37292c8dc2497390f14d6
tests/images/examples.test__unstructured.tri.png 17706b23041a027bd52be9950a86703a59b8f1282a82790ee7686832d0bc4196
tests/images/examples.test__vector_data.flow_directions.png 26cea271234f57b721da235b0d1b9b6d35927003621ac3f4750cd8b52e99134e
tests/images/examples.test__vector_data.vectors.png 72f1a30dd57b8c6cc635e866aa1ffd79bdfc10dd75cbf5ea8588f74781f0c490
tests/images/examples.test__vector_data.wind_arrows.png e73f77f2cb804e7d629be36ef8b0fcef1d64d653db005d29d2a2188575734809
tests/images/examples.test__vector_data.winds_3d.png eb08f0d00a89d3429ab4e541d1b6c791d569d6bc6e359bf98d43f2937dff6753
tests/images/examples.test__warp.from_unstructured__fvcom.png b31dba987a706601c60df6ab9c39cf03e83ed6d07acf84d2d10a798702762f08
tests/images/examples.test__warp.from_unstructured__lfric_orog_eqc.png 1374d2be77a2e6b5208d05be57ce0c215df8fb06b3d96d3ceb07afb8766ffd37
tests/images/examples.test__warp.from_unstructured__lfric_orog.png 327862863d6a7f7d9c5e5f1f8869db4904474157ad7f6cf9ccfb8eafd2e04a73
Expand Down

0 comments on commit 9774ce0

Please sign in to comment.