How to download a 2:1 equirectangular panorama as JPEG using only pano and build IDs? #31
Closed
tassilo-net
started this conversation in
General
Replies: 1 comment
-
This is possible, but in order to reproject the panorama correctly, its projection parameters must be known. These parameters cannot be inferred from the IDs alone, but, luckily, there are only three different sets of parameters currently in use, and they can be inferred from the image sizes. This may change in the future though. Anyway, here's the script:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to download a 2:1 equirectangular panorama (JPEG format) using the streetlevel library, but I want to do this only by providing the panorama ID (pano_id) and build ID (build_id), without specifying latitude and longitude.
Most examples and methods I found require latitude and longitude to create a LookaroundPanorama object or fetch metadata, but I would prefer to avoid that if possible and rely solely on the IDs.
Could you please advise if this is possible with the current API? If yes, could you provide an example or guidance on how to do this?
Thanks a lot for your help!
Best regards
Beta Was this translation helpful? Give feedback.
All reactions