The provided Python script utilizes various modules for GIS mapping, image processing, and merging map tiles.
Key Features • How To Use • License
- Map Tile Downloading:
- Utilizes the Tile_Map_Download module to download map tiles within a specified geographic area defined by bounding box coordinates.
- GIS Calculation:
- Employs the Gis_Calculate module to calculate distances and midpoint coordinates based on the provided bounding box.
- Map Tile Merging:
- Uses the Tile_Map_Merge module to merge the downloaded map tiles into a single image.
- Image Processing:
- Utilizes the Image_Processing module to enhance the merged image by adding a center marker, a white border, filled corner rectangles, and overlaying logos.
To clone and run this application, you'll need Git and requirements installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Yvonne-OH/Google_Tile_Map_Download-Merge.git
# Go into the repository
$ cd Google_Tile_Map_Download-Merge
# Install dependencies
$ pip install geopy numpy opencv-python tqdm
# Run the app
$ Your API KEY ="**********************"
MIT