GoogleMapDownloader
A script to generate high resolution maps from GMap API
Install / Use
/learn @alduinien/GoogleMapDownloaderREADME
GoogleMapDownloader
Created by Adrien de Jauréguiberry
A script that builds a high resolution satellite image by downloading tiles from Google Map. It is designed to work with the free version of the API like this:
Give a gps position (lat,long), a map length, an image size and a key. The script will compute the adapted zoom and the tile size, and download all the tiles with a little more pixels to crop the Google logo. Then it assembles the tiles in one image.
The map will be a square whose center is (lat,long) with an edge of map length (in m) and image size (in pixels).
map length (m)
image size (pixels)
<------------------------------->
-------------------------------
| |
| |
| |
| (lat,long) |
| X |
| |
| |
| |
-------------------------------
The key parameter is not necessary but it might allow you to download much more if you request one on GMap site.
You can run the given example in a python 3 console like this:
import GoogleMapDownloader as gmd
gmd.run_example()
Related Skills
node-connect
337.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
