Map Club — WORKSHOP — Interactive Maps with CARTO

Map Club’s most recent meeting was a change of pace from the usual self-paced rhythm of weekly sessions. In the first of three workshops occurring throughout this semester, we walked through a guided introduction to CARTO. CARTO (formerly CartoDB) is a unified web mapping and visualization engine that facilitates the creation of interactive maps. This workshop covered the process of downloading data, importing data into CARTO, filtering and […]

Read More…

Python Open Labs Session – 2

In the second session of Python Open Labs, the focus was on conditional statements. Topics covered include : Conditional Operators, Conditional Statements, Boolean Expressions, Python’s obsession with indentation (and the idea of scope!), Two Way Decisions, Multi-way Decisions (using if-else, and elif). The code on slides is in Python 2.7 – So if you use anything […]

Read More…

Map Club — Simple Maps with geojson.io

Map Club spent last Friday’s session exploring geojson.io, a simple, open-source editor for map data. geojson.io seeks to be a quick tool for creating, viewing, and sharing maps. Compatible with a number of different data formats, the interface of the tool offers basic styling functionality, as well as enables Github users to turn any map into a shareable secret Gist for […]

Read More…