Skip to content

Instantly share code, notes, and snippets.

View scspaeth's full-sized avatar

Stephen Spaeth scspaeth

View GitHub Profile
@scspaeth
scspaeth / AmRevGIS-ISU-Project.geojson
Last active July 1, 2016 15:47
American Revolution Project from Illinois State U. GIS project. Shape files converted to GeoJSON
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@scspaeth
scspaeth / SFMayoralRCV2018final.json
Last active August 28, 2018 20:11
Fork of Levy data for Sankey analysis of San Francisco Mayoral Ranked Choice Voting from Preliminary 4 2018-6-5 to Final results 2018-6-27
{
"nodes":[
{"name": "Pass 2: Amy Farah Weiss" },
{"name": "Pass 2: Angela Alioto" },
{"name": "Pass 2: Ellen Lee Zhou" },
{"name": "Pass 2: Jane Kim" },
{"name": "Pass 2: London Breed" },
{"name": "Pass 2: Mark Leno" },
{"name": "Pass 2: Michelle Bravo" },
{"name": "Pass 2: Richie Greenberg" },
@scspaeth
scspaeth / GyroSCS.phyphox
Created May 18, 2019 14:36
GyroSCS.phyphox Test experiment
<phyphox version="1.6" locale="en">
<title>GyroSCS</title>
<category>Raw Sensors</category>
<description>Get raw data from the gyroscope.</description>
<link label="Wiki">http://phyphox.org/wiki/index.php?title=Sensor:_Gyroscope</link>
<link label="x / y / z">http://phyphox.org/sensors/</link>
<icon format="string">Gys</icon>
<translations>
<translation locale="de">
<title>Gyroskop</title>
@scspaeth
scspaeth / PLOneGyro.phyphox
Last active June 3, 2019 11:44
Fork of TI SensorTag Gyro; using CC2541 GyroUUIDs and Phyphox Accel params,
<phyphox version="1.7">
<title>Gyroscope</title>
<category>PocketLab One</category>
<description>Read the gyroscope of the PocketLab One and convert raw sensor readings to Angular Velocity in rad/s.</description>
<data-containers>
<container size="0">gyrXRaw</container>
<container size="0">gyrYRaw</container>
<container size="0">gyrZRaw</container>
<container size="0">gyrXCal</container>
<container size="0">gyrYCal</container>
@scspaeth
scspaeth / 2PLOneGyros.phyphox
Last active June 3, 2019 14:50
Two PLOne running synchronously: Fork of PLOneGyro.phyphox to make multi-sensor
<phyphox version="1.7">
<title>Gyroscope</title>
<category>PocketLab One</category>
<description>Connect to and read gyroscopes of two PocketLab One sensors A and B.
Convert raw sensor readings to Angular Velocity in rad/s.
Forked from TI SensorTag Gyroscope.phyphox
</description>
<data-containers>
<container size="0">gyrXRawA</container>
<container size="0">gyrYRawA</container>
@scspaeth
scspaeth / IntegratedGyro.phyphox
Last active June 7, 2019 19:56
Forked: Gyroscope.phyphox (phone's sensor) and added integration in editor by following IntegratedAcceleration.phyphox
<phyphox version="1.6" locale="en">
<title>Integrated Gyro</title>
<category>Tools</category>
<description>Get data from the iPhone gyroscope and integrate once to obtain angles of rotation.</description>
<link label="Wiki">http://phyphox.org/wiki/index.php?title=Sensor:_Gyroscope</link>
<link label="x / y / z">http://phyphox.org/sensors/</link>
<icon format="string">IAV</icon>
<translations>
<translation locale="de">
<title>Gyroskop</title>