Skip to content

How to use get_map() on a sub-axis? #238

Answered by ErikSeras
ErikSeras asked this question in Q&A
Discussion options

You must be logged in to vote

This is the code that summarizes the example, I tested it in Google Colab.

# Install
! sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
! sudo apt-get update
! sudo apt-get install libudunits2-dev libgdal-dev libgeos-dev libproj-dev
! sudo apt-get install libprotobuf-dev protobuf-compiler libv8-dev libjq-dev

! pip install OWSLib

! pip install cartopy geemap
# all imports should go here
import pandas as pd
import sys
import os
import subprocess
import datetime
import platform
import datetime
import math

import matplotlib.pyplot as plt
#import seaborn as sb

from geemap import cartoee

import cartopy
import cartopy.crs as ccrs
from cartopy.io.img_tiles import OSM
import carto…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

@ErikSeras
Comment options

Answer selected by ErikSeras
Comment options

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

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants