geovista.pantry.textures#
Download, cache and load image textures.
Notes#
Added in version 0.5.0.
Module Contents#
Functions#
|
Get the NASA Blue Marble Next Generation with topography and bathymetry texture. |
|
Get the UV checker map 4K texture. |
|
Get the 1:50m Natural Earth texture. |
|
Get the 1:50m Natural Earth texture. |
- geovista.pantry.textures.blue_marble(location=False)[source]#
Get the NASA Blue Marble Next Generation with topography and bathymetry texture.
If the resource is not already available in the geovista
geovista.cache.CACHE, then it will be downloaded from thegeovista.cache.BASE_URL.- Parameters:
- location
bool, default=False Determine whether the absolute path filename to the texture resource location within the cache is returned, or the actual texture.
- location
- Returns:
Notes
Added in version 0.1.0.
- geovista.pantry.textures.checkerboard(location=False)[source]#
Get the UV checker map 4K texture.
If the resource is not already available in the geovista
geovista.cache.CACHE, then it will be downloaded from thegeovista.cache.BASE_URL.- Parameters:
- location
bool, default=False Determine whether the absolute path filename to the texture resource location within the cache is returned, or the actual texture.
- location
- Returns:
Notes
Added in version 0.1.0.
- geovista.pantry.textures.natural_earth_1(location=False)[source]#
Get the 1:50m Natural Earth texture.
This is the Natural Earth 1 with shaded relief and water texture.
This resource has been down-sampled to 65% of its original resolution.
If the resource is not already available in the geovista
geovista.cache.CACHE, then it will be downloaded from thegeovista.cache.BASE_URL.- Parameters:
- location
bool, default=False Determine whether the absolute path filename to the texture resource location within the cache is returned, or the actual texture.
- location
- Returns:
Notes
Added in version 0.1.0.
- geovista.pantry.textures.natural_earth_hypsometric(location=False)[source]#
Get the 1:50m Natural Earth texture.
This is the Natural Earth cross-blended hypsometric tints with shaded relief and water texture.
This resource has been down-sampled to 65% of its original resolution.
If the resource is not already available in the geovista
geovista.cache.CACHE, then it will be downloaded from thegeovista.cache.BASE_URL.- Parameters:
- location
bool, default=False Determine whether the absolute path filename to the texture resource location within the cache is returned, or the actual texture.
- location
- Returns:
Notes
Added in version 0.1.0.