Metadata-Version: 2.1
Name: getbuildings
Version: 0.1.0
Summary: A tool for downloading and processing building footprints using bounding box data.
Home-page: https://github.com/arazshah/get_buildings
Author: Araz Shah
Author-email: araz.shah@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: shapely
Requires-Dist: geopandas
Requires-Dist: mercantile
Requires-Dist: tqdm

# Get Buildings Downloader

A Python tool for downloading and processing building footprints using bounding box data.

## Installation

```bash
pip install get_buildings
