OSMLoader
¶
Bases: Loader
, ABC
Abstract class for loaders.
¶
abstractmethod
Load data for a given area.
PARAMETER | DESCRIPTION |
---|---|
area |
Shapely geometry with the area of interest.
TYPE:
|
tags |
OSM tags filter.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
GeoDataFrame
|
gpd.GeoDataFrame: GeoDataFrame with the downloaded data. |