These are anonymised results for the Edinburgh Marathon's 2024 running.
Notebooks for EVE Spectra
This gist contains a list of all hills in Glasgow which have a height of at least 30m and a topological prominence of 10m or more.
The heights were deteremined by analysing Scottish Government remote sensing data available here: https://remotesensingdata.gov.scot/data
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
import altair | |
def pastle(): | |
# Typography | |
font = "Lato" | |
# At Urban it's the same font for all text but it's good to keep them separate in case you want to change one later. | |
labelFont = "Source Code Pro" | |
sourceFont = "Lato" # Axes | |
axisColor = "#000000" | |
gridColor = "#4298bd" # Colors | |
main_palette = ['#8dd3c7', '#ffffb3', '#bebada', |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
\newcommand\gauss[2]{1/(#2*sqrt(2*pi))*exp(-((x-#1)^2)/(2*#2^2))} | |
\newcommand\complicated{ 0.5*( 1/(.2*sqrt(2*pi))*exp(-((x-1)^2)/(.2*2^2))) + 0.5*(1/(.5*sqrt(2*pi))*exp(-((x-5)^2)/(.5*2^2)) ) } | |
% Gauss function, parameters mu and sigma | |
\begin{tikzpicture} | |
\foreach \x in {1,2,...,4}{ | |
\begin{scope}[xshift=1cm, yshift=1.5*\x cm] |
This file contains 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
% | |
% x=3*(minimum size)/2 | |
% x=\sqrt{3/4}*(minimum size)/2 | |
% | |
\usetikzlibrary{shapes.geometric} | |
\usetikzlibrary{calc} | |
\def\hexdia{1cm} |
NewerOlder