Skip to content

Commit

Permalink
use latest geovista-data assets (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Oct 29, 2024
1 parent de45c04 commit 8e7a3dc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog/1185.asset.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Updated the ``geovista.cache`` to use ``geovista-data =2024.10.2``,
which includes the corrected
`NASA Blue Marble <https://visibleearth.nasa.gov/collection/1484/blue-marble>`__
texture. (:user:`bjlittle`)
1 change: 1 addition & 0 deletions docs/src/developer/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ and `<TYPE>` is one of:
* `enhancement`: Updates to existing behaviours or capability, including performance
* `bugfix`: Correction to undesired behaviours or reported bugs
* `dependency`: Package dependency removals, additions, pins etc
* `asset`: Data, media and asset updates etc
* `documentation`: Notable changes to the documentation structure, content, render or build
* `internal`: Miscellaneous internal and maintenance changes
* `community`: Celebrate our awesome community members and contributions
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@ directory = "dependency"
name = "🔗 Dependencies"
showcontent = true

[[tool.towncrier.type]]
# Data, media and asset updates etc
directory = "asset"
name = "💽 Assets"
showcontent = true

[[tool.towncrier.type]]
# Notable changes to the documentation structure, content, render or build
directory = "documentation"
Expand Down
2 changes: 1 addition & 1 deletion src/geovista/cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
BASE_URL: str = "https://github.com/bjlittle/geovista-data/raw/{version}/assets/"
"""Base URL for :mod:`geovista` resources."""

DATA_VERSION: str = "2024.07.1"
DATA_VERSION: str = "2024.10.2"
"""The ``geovista-data`` repository version for :mod:`geovista` resources."""

GEOVISTA_CACHEDIR: str = "GEOVISTA_CACHEDIR"
Expand Down
2 changes: 1 addition & 1 deletion src/geovista/cache/registry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pantry/textures/black_marble.jpg 6c71dd6ba31d4c2941542331604b8a016a7662cdff83c13
pantry/textures/HYP_50M_SR_W.jpg 837755a2871305b3f61d5980aee3b4b795e715bb6e7e7aa40e36b2e64aa511bd
pantry/textures/NE1_50M_SR_W.jpg 1a39003fe5fabb82a6816e79bb6bbe8215a8060d2e437b110f265ced5efdbbe7
pantry/textures/uv-checker-map-4k.png b9ad63b29f85aed2ef2a6d630028d50a63f3a9050a3f9f0b291dcb5878adf820
pantry/textures/world.topo.bathy.200412.3x5400x2700.jpg a9f0088972dee0254610af851c4d6838ca3f2cf79176987e0a5713e2c15ec042
pantry/textures/world.topo.bathy.200412.3x5400x2700.jpg 56d70019c48cb8d1fe791ca14e1ca9a0bf8b34932e3cba16f804f521350a8d50
rasters/bahamas_rgb.tif.bz2 b4798063e478ad25398a2bf8a464f68f9890c5295ba70ad28b4238f1d8205c66
rasters/fuji_dem.tif.bz2 2e51a278e62304d671e15be8f6cdbea0cb7d477643b97b95c4d4706fa58b4f0a
rasters/japan_map.png.bz2 7b39023b5d26e79475d2dba92269593d5ce46c14ed5859079c79d1fa0ec0987f
Expand Down

0 comments on commit 8e7a3dc

Please sign in to comment.