Skip to content

Python script for scraping all images from Google Earth View

License

Notifications You must be signed in to change notification settings

tom-james-watson/earthview-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Google Earth View Scraper

This utility will scrape Google Earth View and create a json file earthview.json of all photos in the following format:

[
    {
        api : "/_api/polanczyk-poland-5484.json"
        attribution : "©2015 CNES / Astrium, Cnes/Spot Image, DigitalGlobe, Eurosense/Geodis Slovakia"
        country : "Poland"
        downloadUrl : "/download/5484.jpg"
        id : "5484"
        lat : "49.377978"
        lng : "22.449616"
        mapsLink : "https://www.google.com/maps/@49.377978,22.449616,14z/data=!3m1!1e3"
        mapsTitle : "View Polańczyk, Poland in Google Maps"
        nextApi : "/_api/nouadhibou-mauritania-6311.json"
        nextUrl : "/nouadhibou-mauritania-6311"
        photoUrl : "https://www.gstatic.com/prettyearth/assets/full/5484.jpg"
        prevApi : "/_api/south-iceland-1823.json"
        prevUrl : "/south-iceland-1823"
        region : "Polańczyk"
        slug : "polanczyk-poland-5484"
        thumbUrl : "https://www.gstatic.com/prettyearth/assets/preview/5484.jpg"
        title : "Polańczyk, Poland – Earth View from Google"
        url : "/polanczyk-poland-5484"
    },
    ...
]

About

Python script for scraping all images from Google Earth View

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages