cplusx / google-street-view-panorama-download

A python tool to download google street view panorama images with given location
MIT License
56 stars 26 forks source link

Orientation of panorama #2

Open nikste opened 3 years ago

nikste commented 3 years ago

is there a way to find out the orientation of a panorama image? As in degrees from north or similar? thanks!

maeva-mia commented 2 years ago

it did not work now ? 2022

its-jd commented 2 years ago

Received below message:

{
  "error": {
    "code": 403,
    "message": "SSL is required to perform this operation.",
    "status": "PERMISSION_DENIED"
  }
}
fdd4s commented 1 year ago

https://github.com/fdd4s/streetview-dl This is my version, working now 2023.

Mpkosh commented 6 months ago

Received below message:

{
  "error": {
    "code": 403,
    "message": "SSL is required to perform this operation.",
    "status": "PERMISSION_DENIED"
  }
}

Hey! Got the same error, but it goes away if in function tiles_info the variable image_url is changed from http: ... to https: ...