Skip to content

Instantly share code, notes, and snippets.

View namessanti's full-sized avatar

Santiago Giraldo Anduaga namessanti

View GitHub Profile
@namessanti
namessanti / index.html
Last active November 29, 2015 11:16 — forked from anonymous/index.html
Remembering the Berlin Wall with Odyssey.js
<!doctype><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Odyssey.js Slides</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="http://cartodb.github.io/odyssey.js/sandbox/favicon.png">
<link rel="icon" type="image/png" href="http://cartodb.github.io/odyssey.js/sandbox/favicon.png">
@namessanti
namessanti / pratt-workshop.md
Last active August 29, 2015 14:15
EDU: Pratt University

#Pratt Workshop: Intermediate Styling and Features in CartoDB - Personal Project workshop (This workshop is designed to leave a lot of flexible space to work on personal projects, tackle challenges, and achieve a safe project-need-specific learning experience with the help of experts.)

About me:

###Today we will explore various intermediate methods and feature's using the CartoDB UI, built in APIs, and cartodb.js through exploring specific map examples and how the outcome is achieved.

@namessanti
namessanti / GFW_WS.md
Last active February 25, 2018 18:50
EDU: Global Forest Watch
@namessanti
namessanti / MCC15_Conference_WS.md
Last active August 29, 2015 14:26
EDU: MCC15 Conference
@namessanti
namessanti / philippines.md
Last active September 16, 2015 19:06
EDU: Data Journalism PH

CartoDB Workshop: Philippines Data Journalists

About Santiago: santiago@cartodb.com @namessanti

maps

Intro To CartoDB

@namessanti
namessanti / index.html
Last active September 26, 2017 14:11
Apple Stores with Cesium & CartoDB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<title>Apple Stores CartoDBXCesium</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Quicksand">
<link href="http://cartodb-libs.global.ssl.fastly.net/cartodbui/assets/3.4.9/favicons/favicon.ico?1411985985" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<script src="http://cesium.cartodb.io/Cesium/Cesium.js"></script>
@namessanti
namessanti / index.html
Last active August 29, 2015 14:27
Crime in the U.S.A.
<!DOCTYPE html>
<html>
<head>
<title>
Crime in The USA
</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
@namessanti
namessanti / index.html
Last active August 29, 2015 14:27
LandSat Data & World Bioregions
<!DOCTYPE html>
<html>
<head>
<title>LandSat/BioRegion Map</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,900,700' rel='stylesheet' type='text/css'>
<style>
html, body, #map {
@namessanti
namessanti / readme.md
Last active August 29, 2015 14:28
Techniques for Journalists

##Techniques for journalists to get the most out of CartoDB

Diving in!

  • Learn the CartoDB editor basics with Stephanie Mongon!

##Exploring specific map examples and how the outcome is achieved.

###Check out this map of apple stores across the globe.

@namessanti
namessanti / readme.md
Created August 27, 2015 21:20
CartoDB & QGIS Workflow

##CartoDB & QGIS Workflow

###Before you start

  • You can sign up for a CartoDB account using this link to get a free upgrade form our standard free accounts.
  • You can download QGIS from [this site] for free!
  • You will need your CartoDB username, password, and API key
  • Your API key can be found in the upper right drop down menu

image