https://github.com/sskender/gmaps-screenshot
Save a screenshot from Google Maps of given coordinates without opening browser!
https://github.com/sskender/gmaps-screenshot
bot browser google google-maps maps node node-js nodejs puppeteer screenshot
Last synced: 2 months ago
JSON representation
Save a screenshot from Google Maps of given coordinates without opening browser!
- Host: GitHub
- URL: https://github.com/sskender/gmaps-screenshot
- Owner: sskender
- License: gpl-3.0
- Created: 2020-09-10T21:43:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T08:00:06.000Z (over 2 years ago)
- Last Synced: 2025-03-22T02:21:42.158Z (about 1 year ago)
- Topics: bot, browser, google, google-maps, maps, node, node-js, nodejs, puppeteer, screenshot
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gmaps-screenshot
Save a screenshot from Google Maps of given coordinates without opening browser!
### Why this exists?
I have a large pool of latitude and longitude data sets.
After processing that data only a few (a dozen) coordinates are interesting for further analysis.
Google Maps is a great tool to get a general idea where those locations are.
It is rather complicated to open and search for each location by hand, so I created this tool where I can pass latitude and longitude as arguments and get satellite image from Google Maps.
### How to use
Install dependencies.
```bash
npm install
```
Run script with latitude and longitude as arguments.
```bash
node index.js
```
Image will be saved to [photos](photos/) folder.