mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-01 12:20:37 +02:00
Added GeoDataFrame import to draw.py
This commit is contained in:
committed by
GitHub
parent
d2fa4993ec
commit
b884d5967c
@@ -3,6 +3,7 @@ from collections.abc import Iterable
|
||||
|
||||
import osmnx as ox
|
||||
import pandas as pd
|
||||
from geopandas import GeoDataFrame
|
||||
import numpy as np
|
||||
from numpy.random import choice
|
||||
from shapely.geometry import Polygon, MultiPolygon, MultiLineString, GeometryCollection
|
||||
|
Reference in New Issue
Block a user