-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to create heatmap in iTowns? #2185
Comments
It could be a very interesting feature ! |
That would be nice indeed :) there is multiple ways to specify and implement this; could you describe your usecase with more details please? |
Population distribution in big cities |
Ok, how is represented your input data? I'm not sure this is the kind of features that should be added to itowns core and that we should go down the "dataviz path". Maybe we should focus on integrating itowns with other dataviz libraries such as deckgl for such usecases instead. WDYT ? @iTowns/product-owners @iTowns/admins A itowns <-> deckgl integration has been implemented in this PR. It is working and there should not be much left to do to finish it. You can test it or use it as inspiration to make your own integration with a more recent deckgl version. Let us know :) |
I share the same opinion, we are first and foremost a 3D engine and there are already high-quality data-visualization libraries (e.g. deck.gl, d3.js, ...). Nonetheless, I think we should work towards providing an easy way to integrate those libraries on projects using @jailln @LoicUTC: There may be other users that could be interested on such dataviz functionnality, shall we open a proposal/discussion ? @beautifulskymoon: If you tried the integration with |
I want to add a heatmap feature to iTowns, but I'm not sure where to start.
The text was updated successfully, but these errors were encountered: