brails.scrapers.usa_footprint_scraper.usa_footprint_scraper module
- class brails.scrapers.usa_footprint_scraper.usa_footprint_scraper.USA_FootprintScraper(input: dict)
Bases:
FootprintScraper
A class to generate the foorprint data utilizing USA Structures
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.