Skip to content

Python script to obtain a dataset of Google streetview images from a defined list of countries.

Notifications You must be signed in to change notification settings

C-FWES/geodataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Streetview Dataset Generation

About

This python script generates a dataset of random streetview locations from the following countries:

  • Canada
  • Japan
  • France
  • Sweden
  • United States

How it works

Streetview images are randomly obtained from a defined radius (0.1 lat and lng) around each country's capital city.

Customizing the dataset

You can modify the countries.csv file to include more countries. Each row must include:

  • Country name
  • Latitude of the country's capital
  • Longitude of the country's capital

About

Python script to obtain a dataset of Google streetview images from a defined list of countries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages