Skip to content

Instantly share code, notes, and snippets.

@lnksz
lnksz / analyze_building_n_edge.ipynb
Last active September 3, 2017 14:57
Explore visually the data preparation for rivus -- JOIN(building, edge)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lnksz
lnksz / analyze_streets_to_edge.ipynb
Last active September 3, 2017 15:50
Explore data preparation for rivus -- OSM-STREETS --> (edge.shp, vertex.shp)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lnksz
lnksz / scratch_idea2rivus_input.ipynb
Last active September 2, 2017 10:44
Demo for grid geometry generation -- rivus
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lnksz
lnksz / bug_linelength.ipynb
Created June 25, 2017 19:05
Found nasty bug in rivus
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lnksz
lnksz / analyze_process_bug.ipynb
Created September 1, 2017 07:47
Analyze rivus process and hub handling
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lnksz
lnksz / analyze_length_utm-wgs.ipynb
Created September 17, 2017 18:07
Compare grid generation using UTM and WGS84 based calculation methods
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lnksz
lnksz / tumcolors.md
Last active May 29, 2024 17:47
RGB and HEX color codes of TUM colors

Colors for Presentation (from 2017)

Name HEX RGB
Main colors
#0065bd TUMBlue #0065bd 0,101,189
#000000 Black #000000 0,0,0
#ffffff White #ffffff 255,255,255
Secondaries
#005293 DarkBlue #005293 0,82,147
@lnksz
lnksz / ms-cheatsheet.md
Last active September 28, 2017 15:24
Wildcard pain in MS Word
MSWORD Regexp Meaning
\[?{1}\] \[.*?\] Find [text]
@lnksz
lnksz / manu_line.jns
Created October 5, 2017 08:57
Jinx!Script for Manuel
:init
config start_x = 0
config start_y = 0
config end_x = 59
config end_y = 9
config speed_step = 3
pos_x = start_x
{
"folders":
[
],
"rulers":
[
79,
100
],
"tab_size": 4,