Skip to content

Instantly share code, notes, and snippets.

@fawcett
fawcett / index.html
Created April 8, 2016 14:46 — forked from ashleyignatius/index.html
Simple d3.js Tree Diagram with styling - Shell Rock Watershed (07080202)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Collapsible Tree Example</title>
<style>
.node circle {

##Maptime MSP - March 2016## ##What We Are Working On##

###Announcements###

  • April Meeting
    • St. Anthony Park Library
    • Tuesday, April 19 5:30 - 7:45
  • Using CartoDB
@fawcett
fawcett / index.html
Last active November 30, 2020 10:03
d3.js Area Chart Example
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
@fawcett
fawcett / index.html
Last active February 23, 2016 19:42
d3.js Line Chart with 'monotone' imterpolation
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
@fawcett
fawcett / index.html
Last active February 23, 2016 19:42
d3.js Line Chart Example
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {

###Welcome to our 15th Maptime MSP Meetup!

  • Started in November 2014
  • This is our largest meeting yet, 2x our previous record

###Maptime is:

  • Over 75 Chapters around the world
  • Formed around the idea of creating a more inclusive setting for people to learn about maps
  • All people. All levels of expertise welcomed and encouraged.
  • Past = GIS + experts
@fawcett
fawcett / gnis_processing.txt
Created October 21, 2015 17:39
gnis processing and pg copy
$ file POP_PLACES_20151001.txt
POP_PLACES_20151001.txt: UTF-8 Unicode (with BOM) text, with CRLF line terminators
######################
dos2unix POP_PLACES_20151001.txt
cat <<EOT> POP_PLACES_20151001.sql
SET client_encoding = 'UTF8';
@fawcett
fawcett / gnis_populated_places.sql
Created October 21, 2015 16:15
DDL to create a table in Postgres that can be used to accept the data from a csv file downloaded from GNIS.
-- DROP TABLE test.gnis_pop_places;
CREATE TABLE test.gnis_pop_places
(
feature_id character varying(10),
feature_name character varying(120),
feature_class character varying(50),
state_alpha character varying(2),
state_numeric numeric(2,0),
@fawcett
fawcett / nacis_2015_presentations.md
Last active October 27, 2015 18:05
Links to presentations from NACIS 2015
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.