I had actually almost exactly the same problem that is why I created: http://crib.ninja It allows to save apartments across different websites and automatically extracts the information (like rent, size, bedrooms, bathrooms, location, ...). The apartments can then also be displayed on a map with a kind of travel-time heatmap from https://www.route360.net . Additionally is it possible to sort or filter by any of the p…
Figuring out the best place to live in Helsinki
21–30 of 50 posts
Re: Figuring out the best place to live in Helsinki
#22In this type of the task only payoff makes sense. With 30B+ paths and additional f(x) of path and sum of paths, real life optimization is not really possible - I'll bet in the middle of the night that some simple heuristics (e.g. proximity to one of the major transport hubs) will perform much much better. And city prices are likely already reflecting this, contrary to what author claims.
Your commute depends on your job, where the price depends on safety, size, shops in the area, noise pollution, air pollution, parc proximity etc...
Connection is one factor but you can't just say "it's expensive, therefore faster to go to work"
Re: Figuring out the best place to live in Helsinki
#23Have you seen http://mak.hsl.fi/? It's kind of that, though you do have to specify the starting/end point.
Re: Figuring out the best place to live in Helsinki
#24I had actually almost exactly the same problem that is why I created: http://crib.ninja It allows to save apartments across different websites and automatically extracts the information (like rent, size, bedrooms, bathrooms, location, ...). The apartments can then also be displayed on a map with a kind of travel-time heatmap from https://www.route360.net . Additionally is it possible to sort or filter by any of the p…
Would be nice to put that on the front page: Currently we concentrate on the US and Germany.
If somebody adds a page that does not work they can simply click on the (!) and inform us, we add then support asap.
Re: Figuring out the best place to live in Helsinki
#25Perhaps it could be improved if the algorithm took an input of common routes and times, then tried to find an optimal location for these routes. This way the algorithm could be scaled as needed and provide a more realistic scenario. Is this something you considered?
Re: Figuring out the best place to live in Helsinki
#26Genius. My only comment is in how you measure the value of an address. It seems very likely that your algorithm would converge to areas that are only centrally located. Perhaps it could be improved if the algorithm took an input of common routes and times, then tried to find an optimal location for these routes. This way the algorithm could be scaled as needed and provide a more realistic scenario. Is this something…
Re: Figuring out the best place to live in Helsinki
#27Nitpick: Rainbow (jet) color maps can be confusing. Better to use a perceptually uniform one such as viridis, see e.g. https://bids.github.io/colormap/
Re: Figuring out the best place to live in Helsinki
#28Re: Figuring out the best place to live in Helsinki
#29Re: Figuring out the best place to live in Helsinki
#30Nice work, is the source available? I'd love to do something similar for Sydney, Australia.
Unfortunately not. I created it with various programs I've written for my data visualisation videos ( https://www.youtube.com/user/laurivanhala )