HackerTrans
TopNewTrendsCommentsPastAskShowJobs

efishnc

no profile record

Submissions

[untitled]

1 points·by efishnc·há 2 anos·0 comments

Streetview scraper v1: cheap, arbitrary sized streetview images

loichovon.com
67 points·by efishnc·há 2 anos·10 comments

Nice screenshots of embedded street view containers

loichovon.com
2 points·by efishnc·há 2 anos·2 comments

Show HN: Interactive Mapbox Visualization of Quebec HLMs

hlms-lhovon.pythonanywhere.com
1 points·by efishnc·há 2 anos·0 comments

comments

efishnc
·há 2 anos·discuss
Very cool and super clean website! Talk about your infra please!
efishnc
·há 2 anos·discuss
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
·há 2 anos·discuss
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
·há 2 anos·discuss
Say more? I don't understand the technique youre describing and its objective.
efishnc
·há 2 anos·discuss
no issues yet. I'll update the post if I get in trouble :D
efishnc
·há 2 anos·discuss
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.