Skip to content

Instantly share code, notes, and snippets.

@andy-esch
Last active December 16, 2016 17:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andy-esch/4c006e01834ebaf74e6a3826a20edd8f to your computer and use it in GitHub Desktop.
Save andy-esch/4c006e01834ebaf74e6a3826a20edd8f to your computer and use it in GitHub Desktop.
TechChange Talk Notes -- Dec 8, 2016

TechChange: Technology for Data Visualization

Basics

  • Use the CARTO Builder for easy visualization of data
    • Put your data on the map
    • Build dashboards to interact with data
    • Dynamically updating maps (sync'd from realtime data)
  • We have free accounts: https://carto.com/signup

Workflow

  • Connect a dataset (URL, from computer, Dropbox, Google Drive, etc.)
  • Make a map from one or many datasets
  • Bring out the data you're interested in
  • Add widgets
  • Share with the world or a select few

Spencer

We'll use data for Spencer the Cat, data from Movebank.org. If you'd like to recreate my work, download the data from here:

https://dl.dropboxusercontent.com/u/1307405/CartoDB/spencer_the_cat.geojson

We can:

  • Just show where spencer is
  • Animate Spencer
  • Style by values (e.g., day of the week)
  • Connect the lines

More complicated example

Mapping commuters in Colorado:

Demo the Data Observatory

Create an empty dataset, add some points, add an analysis, then add more points to let DO answer questions.

Custom Applications

We have services for extending our tools by building custom applications, by using our JavaScript library or APIs.

Questions

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment