Metadata-Version: 2.4
Name: AppleMapDownloader
Version: 1.0.1
Summary: Apple Maps frame preview, raster downloader, and GeoTIFF/BigTIFF stitcher
Author: Tarek Wasfy
License: MIT
Keywords: maps,apple-maps,geotiff,bigtiff,stitching,gis,raster
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pillow
Requires-Dist: tifffile
Requires-Dist: numpy
Requires-Dist: PySide6
Provides-Extra: stitching
Requires-Dist: opencv-python; extra == "stitching"
Requires-Dist: stitching; extra == "stitching"
Dynamic: license-file

# AppleMapDownloader

AppleMapDownloader is a PySide6 desktop tool for Apple-style frame preview, raster downloading, screenshot-based map capture, and streamed GeoTIFF/BigTIFF output.

Use only with map/tile/frame services for which you have permission. Many public map providers prohibit bulk downloading.

## Install

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

## Run

```powershell
applemapdownloader
```

or:

```powershell
AppleMapDownloader
```

## Build and upload to PyPI

```powershell
cd "C:\Users\tarek\Desktop\AppleMapDownloader_PyPI_v1_0_1"
python -m pip install --upgrade build twine
python -m build
python -m twine upload dist/* -u __token__ -p "pypi-DEIN_TOKEN_HIER"
```
