Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use latest geovista-data assets #1185

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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