brails.scrapers.osm_footprint_scraper.osm_footprint_scraper module
- class brails.scrapers.osm_footprint_scraper.osm_footprint_scraper.OSM_FootprintScraper(input: dict)
Bases:
FootprintScraper
A class to generate the foorprint data utilizing Open Street Maps API
Attributes:
- Methods:
__init__: Constructor that just creates an empty footprint get_inventory(id, coordinates): to get the inventory
- get_footprints(region: RegionBoundary) AssetInventory
This method will be used by the caller to obtain the footprints for builings in an area.
- Args:
region (RegionBoundary): The region of interest.
- Returns:
BuildingInventory: A building inventory for buildings in the region.