umgefahren
commited on
Commit
·
181cd8e
1
Parent(s):
576a42b
Correct typo
Browse files
main.py
CHANGED
@@ -9,7 +9,7 @@ import rasterio
|
|
9 |
from rasterio.plot import show
|
10 |
import geopandas as gpd
|
11 |
from shapely.geometry import Point
|
12 |
-
import plotly.
|
13 |
|
14 |
|
15 |
|
|
|
9 |
from rasterio.plot import show
|
10 |
import geopandas as gpd
|
11 |
from shapely.geometry import Point
|
12 |
+
import plotly.graph_objects as go
|
13 |
|
14 |
|
15 |
|