Closed
Conversation
Member
Author
|
Closing as unplanned for the time being, in favour of https://autarkjs.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi folks!
Happy to share this PR introducing Lonboard as a new set of visualisers (
classicandheatmap-based) forUM. We haven’t done much on the visualisation side so far, relying solely on GeoPandas’.explore()(Folium in the background).Lonboard, on the other hand, is actively maintained by developmentseed and leverages Deck.gl GPU rendering under the hood. It also offers many useful features such as richer controls, tilemap support, and more. PS: On top of a better map quality, ’m actually amazed not to see the usual blank-frame refresh during zooming in and out!TLDR:
———
Folium (first map display) vs. Lonboard (Second map display)
0-Viz-comparison.mp4
Lonboard Heatmap on collisions study
1.Collisions_heatmapComp.mp4
Lonboard Classic on Pluto average n/o floors study
2.pluto_h3_lonboardComp.mp4
Cheers
Caution
Please, do not merge this PR before #84; once 84 is merged, I'll simply rebase to be up to date, then we'd be good.
Solving part of #51.