Skip to content

Instantly share code, notes, and snippets.

View thomascorrie's full-sized avatar

Thomas Corrie thomascorrie

View GitHub Profile
@thomascorrie
thomascorrie / OpenPathsMapInProcessing
Last active July 10, 2020 12:39
Redundant now that OpenPaths is no longer active. Processing script to create map from OpenPaths csv file using Ordnance Survey coordinates. Requires Jcoord 1.0 and Java SimpleDateFormat
// PREREQUISITES
// Requires Jcoord 1.0 http://www.jstott.me.uk/jcoord/api/1.0/
// and Java SimpleDateFormat http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html
// Requires the following csv files
// openpaths.csv
// csv exported from OpenPaths
@thomascorrie
thomascorrie / ..Uniclass_2015_Ss
Last active May 23, 2018 13:45
Uniclass 2015 Ss Systems Classification Table Collapsible Tree
For naming
@thomascorrie
thomascorrie / ..Uniclass_2015_Pr
Last active May 23, 2018 13:45
Uniclass 2015 Pr Products Classification Table Collapsible Tree
For naming
@thomascorrie
thomascorrie / ..Uniclass_2015_Ss_Draggable
Created May 24, 2018 08:34 — forked from robschmuecker/README.md
D3.js Drag and Drop, Zoomable, Panning, Collapsible Tree with auto-sizing.
For naming
@thomascorrie
thomascorrie / ..Uniclass_2015_EF
Last active June 19, 2018 14:59
Uniclass 2015 EF Elements Classification Table Collapsible Tree
For naming
@thomascorrie
thomascorrie / ImageExportAnimation.py
Created August 10, 2018 13:57
Library Python for Dynamo
# Enable Python support and load DesignScript library
import clr
clr.AddReference('ProtoGeometry')
from Autodesk.DesignScript.Geometry import *
# Import DocumentManager and TransactionManager
clr.AddReference("RevitServices")
import RevitServices
from RevitServices.Persistence import DocumentManager
from RevitServices.Transactions import TransactionManager
@thomascorrie
thomascorrie / ..Uniclass_2015
Last active October 19, 2021 15:33
Uniclass 2015 Classification Tables Collapsible Tree
For naming