https://github.com/chuckterry/google-maps-extractor
Downloads Google Maps Tiles and stitches them together into a single image.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Repository
Downloads Google Maps Tiles and stitches them together into a single image.
Basic Info
- Host: GitHub
- Owner: ChuckTerry
- License: mit
- Language: JavaScript
- Default Branch: main
- Size: 9.77 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
google-maps-extractor
Downloads Google Maps Tiles and stitches them together into a single image.
This is some code I use for building large images from Google Maps. It's not really intended as a public release, just uploading it in case others find it useful.
If you do decide to use it, you'll need to get the x and y coordinates from the DevTools Networ Panel (Look for it in the fetch requests when dragging the map). You'll also need to either use a local proxy to bypass CSP and CORS or, if you're lazy like me, copy/paste it into the Devtools Console.
Best not to drag the map around or leave the page until the image downloads. Large width values will take a few minutes to complete. Width is also capped at 64 as it's the largest value I've found that can be downloaded without causing the canvas to throw an overload error. Some browsers will limit you even further on maximum width. Note that a value of 64 will result in 4096 network requests and end up with a download size between 350MB and 400MB.
Owner
- Name: Chuck Terry
- Login: ChuckTerry
- Kind: user
- Location: Ellenboro, North Carolina, USA
- Company: Ex @surge-ai
- Website: https://ChuckTerry.me
- Repositories: 16
- Profile: https://github.com/ChuckTerry
Jack of all trades, master of JavaScript. Unless you ask StackOverflow, in which case: Slightly above average at JavaScript, prophet of Home Improvement.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0