Skip to content

Where to find list of available textures? #990

Answered by bjlittle
Hedonical asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @Hedonical!

Thanks so much for the feedback - it's really appreciated indeed 🍻

So glad that you've found geovista and enjoying the experience so far 😄

Okay, so yes, there are other textures available "out-the-box" with geovista

You can find them squirreled away in the geovista.pantry.textures module.

So, for example you can do the following:

import geovista as gv
import geovista.pantry.textures

p = gv.GeoPlotter()
p.add_base_layer(texture=gv.blue_marble())
p.show()

As a convenience, these textures are explicitly imported into the geovista namespace. Alternatively, the following is explicitly equivalent to the above:

import geovista as gv
import geovista.pantry.textures

p = gv.GeoPlo…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Hedonical
Comment options

Answer selected by bjlittle
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Hedonical
Comment options

@bjlittle
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants