Skip to content

Instantly share code, notes, and snippets.

@pbogden
pbogden / README.md
Last active December 21, 2015 12:28
OpenLayers & GeoJSON
@pbogden
pbogden / README.md
Last active December 21, 2015 14:58
D3 + OpenLayers (defaults)
@pbogden
pbogden / Makefile
Last active December 22, 2015 18:09
bar chart
SOURCE_FILES = d3.min.js grouped2stacked.js grouped.js
GENERATED_JS_FILE = my.min.js
all: $(GENERATED_JS_FILE)
.PHONY: clean all
$(GENERATED_JS_FILE): $(SOURCE_FILES)
@rm -f $@
@cat $^ > tmp.js
@pbogden
pbogden / Projects.csv
Last active December 23, 2015 09:09
PBC fleet use
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 49 columns, instead of 8. in line 2.
ProjectID,ProjectName,ProjectDescription,LoggedOut,IsDeleted,IsInactive,DateCreated,DateAquired,DateChanged,ProjectRoleIDMask,TaskRoleIDMask,UserRoleIDMask,CrewMax,BitmapURL,NeedsRepair,InServiceSince,AtRegattaSince,SeasonTrips,SeasonMiles,LifetimeMiles,SeasonRepairs,SeasonRepairHours,SeasonMaintenance,SeasonMaintenanceHours,LastRepairID,LastWash,MilesSinceLastWash,SeasonBoatHistory,S2Trips,S2Miles,S2Repairs,S2RepairHours,S2Maintenance,S2MaintenanceHours,S2SeasonBoatHistory,S3Trips,S3Miles,S3Repairs,S3RepairHours,S3Maintenance,S3MaintenanceHours,S3SeasonBoatHistory,S4Trips,S4Miles,S4Repairs,S4RepairHours,S4Maintenance,S4MaintenanceHours,S4SeasonBoatHistory
-2,Private other,Generic private non-single ,NULL,0,NULL,2006-06-25 20:06:00.000,2006-06-25 20:06:00.000,NULL,7,NULL,NULL,NULL,NULL,1,2013-06-16 08:36:26.000,NULL,38,181.88,94.52,0,0,0,0,NULL,NULL,NULL,NULL,11,76.82,0,0,0,0,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL
-1,Private,Generic private 1x.,NULL,0,NULL,2005-03-11 14:56:02.000,20
@pbogden
pbogden / README.md
Last active January 3, 2016 18:16
transition demo

simple transition demo

@pbogden
pbogden / Base.png
Last active April 22, 2019 10:52
pan & zoom a png
Base.png
@pbogden
pbogden / Base.png
Last active December 21, 2017 20:25
Georeference an image
Base.png
@pbogden
pbogden / README.md
Last active July 9, 2021 02:28
SVG button
@pbogden
pbogden / README.md
Last active September 24, 2017 11:22
Clipped image

Clipped

Drag the various elements to see how things work.

Clipping an SVG image

@pbogden
pbogden / README.md
Last active November 15, 2019 22:36
simple x-y plot