/gsv-missing-streets

Checking Street View available at a given location

Primary LanguageJupyter NotebookMIT LicenseMIT

Street View Image Metadata

The Street View API metadata requests provide data about Street View panoramas. Using the metadata, you can find out if a Street View image is available at a given location which No quota is consumed .

Missing Streets

Overall missing-streets in Nakhon-si-thammarat province Missing-streets Left (an available of Google street view images), Right (linestrings of the missing streets) Missing-streets

Example of metadata

  • street view available
{"copyright": "© Google, Inc.",
 "date": "2016-06",
 "location": {"lat": 8.601592312833652, "lng": 99.80298133747272},
 "pano_id": "u5Hn4GeNtMtk1EvLOa-N5w",
 "status": "OK"}
  • street view unavailable
{"status": "ZERO_RESULTS"}

Methods

  • Method 1 Original points (left) & Missing Points (right) Example of missing streets

  • Method 2: Linestring with road properites Example of missing streets

  • Method 3: using Boxes Example of missing streets Example of missing streets

Ref Gooogle street view matedata api