HackerTrans
トップ新着トレンドコメント過去質問紹介求人

efishnc

no profile record

投稿

[untitled]

1 ポイント·投稿者 efishnc·2 年前·0 コメント

Streetview scraper v1: cheap, arbitrary sized streetview images

loichovon.com
67 ポイント·投稿者 efishnc·2 年前·10 コメント

Nice screenshots of embedded street view containers

loichovon.com
2 ポイント·投稿者 efishnc·2 年前·2 コメント

Show HN: Interactive Mapbox Visualization of Quebec HLMs

hlms-lhovon.pythonanywhere.com
1 ポイント·投稿者 efishnc·2 年前·0 コメント

Adding time-travel to embedded Streetview containers

loichovon.com
2 ポイント·投稿者 efishnc·3 年前·0 コメント

コメント

efishnc
·2 年前·議論
Very cool and super clean website! Talk about your infra please!
efishnc
·2 年前·議論
As @mplewis said, because it uses the SV API - however, I've since found a way to reduce that cost to practically 0. See https://loichovon.com/posts/streetview-scraper-v2.html

As you say though, another way to go about this would be to scrape the public SV site, which I have not attempted to do. @xnx linked this project in another comment, which seems to do just that: https://tllabs.io/google-street-view-hyperlapse-youtube-vide...

I don't know if/how they evade captchas.
efishnc
·2 年前·議論
Ahh I see, those hyperlapses look very cool!!

Going back to your first comment, I originally made this as part of an app with an interactive streetview component. I reused the initialization code I had as the base for this. Re-using that code also makes sure the screenshots taken would be close as what you'd see using the embedded streetview (In our project we had a bunch of remote locations without a lot of SV images, so depending on the search radius used when querying for a panorama, we could end up in vastly different places).

However, I realize that I never even considered scraping the public site, which would allow for hiding your identity by not needing an API key. I'll think about this.
efishnc
·2 年前·議論
Say more? I don't understand the technique youre describing and its objective.
efishnc
·2 年前·議論
no issues yet. I'll update the post if I get in trouble :D
efishnc
·2 年前·議論
Yeah but you're limited to a max size of 640x640, get a Google watermarks and it costs .007 USD per image.

If you check out my other blog posts, I use this as a base to build a scraper that's essentially free.