Skip to content

Instantly share code, notes, and snippets.

View jhconning's full-sized avatar

Jonathan Conning jhconning

View GitHub Profile
@jhconning
jhconning / rpycdemo.ipynb
Last active December 24, 2023 03:01
Run Jupyter notebook to control ev3 using ev3dev via rpyc server
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jhconning
jhconning / gist:5afa690e8a844226f5574e93e310303f
Created September 11, 2017 05:36
jupyter to PDF conversion without heading numbering
From: https://stackoverflow.com/questions/20264909/suppress-section-numberings-in-nbconvert-to-latex
create: secnum.tplx
---------------------------------
((* extends 'article.tplx' *))
((* block commands *))
\setcounter{secnumdepth}{0} % Turns off numbering for sections
((( super() )))
((* endblock commands *))
@jhconning
jhconning / Fenske.ipynb
Created November 18, 2017 17:10
Murdock atlas and Fenske paper
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Example
shpfile = r'zip://ag1860/1860county.zip'
gdf = GeoDataFrame.from_file(shpfile)
@jhconning
jhconning / Jeremy_intervention_plot.ipynb
Created October 13, 2018 16:34
Collisions before and after LPIS installation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jhconning
jhconning / Jeremy_LPIS_explore.ipynb
Created October 22, 2018 05:19
Hunter/Masters/Jeremy Sze/MA Thesis - Copy/jeremy_python.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jhconning
jhconning / LPIS_nearest.ipynb
Created October 24, 2018 20:29
E/GitHub/GeoPanLearn/traffic/Untitled2.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jhconning
jhconning / geopandas_spatialjoin.ipynb
Created October 27, 2018 03:13
geopandas spatial join
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jhconning
jhconning / cKDTree.ipynb
Last active April 3, 2021 08:41
cKDTree spatial example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jhconning
jhconning / jsonread.ipynb
Last active April 3, 2021 08:45
json into a dataframe with normalize
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.