Skip to content

Instantly share code, notes, and snippets.

@mattmakesmaps
Last active August 29, 2015 14:14
Show Gist options
  • Save mattmakesmaps/d295dfc027f740062644 to your computer and use it in GitHub Desktop.
Save mattmakesmaps/d295dfc027f740062644 to your computer and use it in GitHub Desktop.
UW-GIS 2015

Open Source GIS Tools at Tableau

Hello

Tableau Logo

Open Source at Tableau

GIS at Tableau

  • A global basemap of the world.

    • Three Map Styles
    • User-toggleable Layers
    • Features Translated into Eight Languages
  • A global geocoding database.

What tools do we use?

Data

Web Mapping

Data Processing

Python Spatial Libraries

  • Fiona - Read Shapefiles; convert to python objects
  • Shapely - Perform geoprocessing operations (buffer, clips, itersections, simplification).

Why do we use these tools?

  • We make our own internal tools.

Ask Geo

  • Our processes need to be cross-platform
    • Engineers use Linux, Mac, Windows workstations.
  • Our processes need to be modular
    • Data formats can change, don't want to re-write tooling every time.
  • Processes need to be automatable
    • Reducing amount of manual processing == Less chance of operator error
    • Process large volumes of data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment