From 887941b232bbff6a281ed71f30479576dbdf4b76 Mon Sep 17 00:00:00 2001 From: mlinds Date: Fri, 23 Jun 2023 22:08:23 +0200 Subject: [PATCH] add more notes for myself --- pedaling-progress.tex | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pedaling-progress.tex b/pedaling-progress.tex index e5d483c..3c4fa94 100644 --- a/pedaling-progress.tex +++ b/pedaling-progress.tex @@ -56,6 +56,11 @@ \section{Introduction} \begin{frame} \frametitle{My goal} + \begin{itemize} + \item Analyze all trips up to the present day + \item Street-level estimates of bikeshare use + \item Inspired by A blog post from Daniel J patterson from 2020 + \end{itemize} \end{frame} @@ -110,5 +115,30 @@ \section{Methodology} \item Using an SQL query, we can sum the trips on every unique street \end{itemize} +\end{frame} + +\section{Conclusions} +\begin{frame} + \frametitle{Lessons learned} + + \begin{itemize} + \item Routing is *much* faster if you run it locally as binaries rather than a web api from a container + \item Valhalla allows a like of parameters for bike routing and is lightning fast + \end{itemize} + + + +\end{frame} +\section{notes and thanks} +\begin{frame} + \frametitle{Shoutouts} + + \begin{itemize} + \item GIS-OPS for their thoughtful and intuitive Valhalla Docker containers + \item + \end{itemize} + + + \end{frame} \end{document}