shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

250
active users

#osmnx

0 posts0 participants0 posts today

Croissant Distribution🥐 📊

or, where am I most likely to have my next croissant, assuming (something something) independence from my previous croissant. 🥐^k * e^(-🥐) / k!
--
2d kernel density estimation of the location of bakeries (blue) and farms (red) across France.

Locations taken from OpenStreetMap (considered paying attention to the size of the farm, but didn't), with #osmnx & plotted with #matplotlib & #seaborn. font: Borel, by Rosalie Wagner.

#30DayMapChallenge Day 2: Lines

Calculating different #centrality measures for a street #network takes longer than expected.

#DegreeCentrality is calculated in a few milliseconds. But oh boy. #ClosenessCentrality and #BetweennessCentrality are proper whoppers. For a network of 65 000 nodes, we're talking about 2+ hour calculation times for the closeness centrality, not to mention the betweenness.

Apparently switching to #igraph would provide a speed boost over #networkx but the convenience of #osmnx has won me over.