- 👋 Hi, I’m Ali Gilbert
- 😄 This is where I keep my code and projects. Feel free to look around and contact me if you have questions.
- Wlecome to my GitHub profile :) Although I hold a secondary mathematics education degree but that doesn't stop me exploring other fields and learn what I can.
- 👀 I’m interested in telling stories with data...
- 🌱 I’m currently learning more about creating products with artificial intelligence...
- 💞️ I’m looking to collaborate on various business activities like product design and marketing ...
- 📫 find me on LinkedIn! ...
M.Ed.Math Teacher in love with data, fashion aficionado & swimmer.
Pinned Loading
-
-
-
Insert Figure: Unofficial Poster Tem...
Insert Figure: Unofficial Poster Template for University of Oxford 1\begin{figure}
2\centering
3\begin{tikzpicture}
4\begin{axis}[
5scale only axis,
-
skimage.measure.label
skimage.measure.label 1seas_mask = (elevation < sea_level).astype(int)
2sea_labels = skimage.measure.label(seas_mask, connectivity=1) # try plotting this with matplotlib, useful
3sea_nos, sea_sizes = np.unique(sea_labels, return_counts=True)
4sea_nos, sea_sizes = sea_nos[1:], sea_sizes[1:] # remove land, which has label 0
5seas = zip(sea_sizes, sea_nos)[::-1] # sort, largest size first
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.