Metadata-Version: 2.4
Name: AppleMapDownloader
Version: 1.0.0
Summary: Apple Maps raster downloader and stitcher GUI
Author: Tarek Wasfy
License: MIT
Keywords: maps,raster,stitching,geotiff,apple-maps
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pillow
Requires-Dist: tifffile
Requires-Dist: numpy
Requires-Dist: PySide6

# AppleMapDownloader

AppleMapDownloader is a desktop raster downloader/stitcher GUI based on PySide6.

Use only with map or tile servers for which you have permission. Many public map providers prohibit bulk downloading.

## Install

```powershell
python -m pip install AppleMapDownloader
```

## Start

```powershell
applemapdownloader
```

or:

```powershell
python -m applemapdownloader
```
