Skip to content

Commit

Permalink
Fix basemap issue (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Sep 2, 2023
1 parent 738f235 commit 3039c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samgeo/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
import geopandas as gpd
import matplotlib.pyplot as plt

os.environ["GOOGLE_MAPS_API_KEY"] = "API-KEY"


def is_colab():
"""Tests if the code is being executed within Google Colab."""
Expand Down

0 comments on commit 3039c54

Please sign in to comment.