We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738f235 commit 3039c54Copy full SHA for 3039c54
samgeo/common.py
@@ -14,6 +14,8 @@
14
import geopandas as gpd
15
import matplotlib.pyplot as plt
16
17
+os.environ["GOOGLE_MAPS_API_KEY"] = "API-KEY"
18
+
19
20
def is_colab():
21
"""Tests if the code is being executed within Google Colab."""
0 commit comments