Skip to content

Covid worked example #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"1. [Getting started with FlowClient](01-getting-started-with-flowclient.ipynb) - this tutorial will teach you how to connect to a Flowkit server, \n",
" 1a. [Getting an access token](01a-getting-an-access-token.ipynb) - instructions for getting an access token from FlowAuth, which you will use in tutorial 1, \n",
"2. [Running a query](02-running-a-query.ipynb) - this tutorial will teach you how to use FlowClient to get aggregated data from FlowKit, \n",
"3. [Geography](03-geography.ipynb) - this tutorial will teach you how to join query results to geographic boundaries. "
"3. [Geography](03-geography.ipynb) - this tutorial will teach you how to join query results to geographic boundaries. \n",
"\n",
"Once you have worked through these, you could take a look at the [\"Mobility indicators\" worked example](mobility-indicators.ipynb) for a demonstration of some analysis using FlowKit aggregates."
]
}
],
Expand Down
Loading