Get basemap #7
Unanswered
ai-perture
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @ai-perture, Are you using the plotting functions provided in the notebook? They should produce the basemap for you. The specific line of code is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to change the region used in challenge one. How can I get the contextily basemap for my new region ? I'm using
min_lon, min_lat = (152.6, -29.0) # Lower-left corner
max_lon, max_lat = (153.6, -28) # Upper-right corner
given in the text file challenge_1_test_regions
Thanks!
Ai-Ling Bonnet
Beta Was this translation helpful? Give feedback.
All reactions