Skip to content

Commit

Permalink
add more notes for myself
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinds committed Jun 23, 2023
1 parent c6de782 commit 887941b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions pedaling-progress.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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}

0 comments on commit 887941b

Please sign in to comment.