Skip to content

The provided Python script utilizes various modules for GIS mapping, image processing, and merging map tiles.

Notifications You must be signed in to change notification settings

Yvonne-OH/Google_Tile_Map_Download-Merge

Repository files navigation


Markdownify

The provided Python script utilizes various modules for GIS mapping, image processing, and merging map tiles.

Key FeaturesHow To UseLicense

screenshot

Key Features

  • 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.

How To Use

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 ="**********************"

License

MIT


About

The provided Python script utilizes various modules for GIS mapping, image processing, and merging map tiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages