Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moom0o/GoogleEarthDownloader
Download the entirety of Google Earth!
https://github.com/moom0o/GoogleEarthDownloader
Last synced: 6 days ago
JSON representation
Download the entirety of Google Earth!
- Host: GitHub
- URL: https://github.com/moom0o/GoogleEarthDownloader
- Owner: moom0o
- License: gpl-3.0
- Created: 2022-04-22T23:12:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T03:35:06.000Z (over 2 years ago)
- Last Synced: 2024-10-28T16:56:39.035Z (16 days ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoogleEarthDownloader
Download the entirety of Google Earth, in your selected quality!# Warning
Please note this is a project meant for Educational and Archival purposes. I am not responsible for any of your actions. Web scraping is legal in the United States, according to https://www.courtlistener.com/opinion/6460342/hiq-labs-inc-v-linkedin-corporation. I am not responsible if this program is used in other countries, either on a personal computer or server located in other countries.# Express Server
The Express server is used for mimicking Google's actual API. It can be used in any kind of mapping software, one good example is OpenStreetMaps where it is possible to use the locally downloaded map data for viewing.
# Config
**Quality** - Set your quality, (1-21) higher number will mean images are more zoomed in, thus using much more space. Math
problem for amount of images is (2^quality)(2^quality)=number of 256x256 images. For example, using quality 3, you will
have 64 256x256 pixel images total. (2^3)*(2^3)=64The other options are currently not implemented yet, and may never be. They were intended to be used if you only want a
certain section of the world.