Skip to content

Commit

Permalink
Added GeoDataFrame import to draw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloprates authored Aug 29, 2021
1 parent d2fa499 commit b884d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prettymaps/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 3,7 @@

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
Expand Down

0 comments on commit b884d59

Please sign in to comment.