Skip to content

Instantly share code, notes, and snippets.

View TDahlberg's full-sized avatar

Tyler Dahlberg TDahlberg

  • Amsterdam, Netherlands
View GitHub Profile
@AbelVM
AbelVM / 0_query.sql
Last active June 23, 2018 04:15
geocoding + routing + named + static
WITH point1 AS (
SELECT cdb_geocode_postalcode_point(<%= postcode1 %>, 'USA') as geo
),
point2 AS (
SELECT cdb_geocode_postalcode_point(<%= postcode2 %>, 'USA') as geo
),
route AS (
SELECT
r.shape as geo,
r.length
@stuartlynn
stuartlynn / NYEthnic.geojson
Created December 10, 2015 18:16
DotDensity
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@peterdesmet
peterdesmet / 88c30be4-1063-11e5-a9ae-0e853d047bba.md
Last active March 16, 2018 14:29
Bird migration forward trajectory visualizations in CartoDB
@jqtrde
jqtrde / modern-geospatial-python.md
Last active August 1, 2023 14:50
Modern remote sensing image processing with Python

Introduction to the CartoDB interface

This page can always be found at: http://bit.ly/cdb-harvard

  • Tour of dashboard
  • Common data
  • Uploading data
  • Tour of table and map view
  • Publishing maps
  • Public profile
@andrewxhill
andrewxhill / torque.md
Last active September 29, 2016 11:12
Fun with Torque

Data: Denver Traffic Accidents

Go to your traffic_accidents table and let's start by creating a new visualization

Imgur

Overview of the Torque Wizard

key things

@andrewxhill
andrewxhill / gameplan.md
Last active August 29, 2015 14:10
CartoDB Fiesta
@briantjacobs
briantjacobs / storytelling_from_space.md
Last active February 18, 2024 10:02
Storytelling from Space

Storytelling from Space: Tools/Resources

This list of resources is all about acquring and processing aerial imagery. It's generally broken up in three ways: how to go about this in Photoshop/GIMP, using command-line tools, or in GIS software, depending what's most comfortable to you. Often these tools can be used in conjunction with each other.

Acquiring Landsat & MODIS

Web Interface

  • Landsat archive
@clhenrick
clhenrick / README.md
Last active April 1, 2024 14:55
PostgreSQL & PostGIS cheatsheet (a work in progress)