Skip to content

Instantly share code, notes, and snippets.

@neuro-leokim
neuro-leokim / main2.ogv
Last active December 9, 2022 08:47
for ddj 2016
4f67 6753 0002 0000 0000 0000 0000 5a3e
6927 0000 0000 2708 5c23 0140 6669 7368
6561 6400 0300 0000 0000 0000 0000 0000
e803 0000 0000 0000 0000 0000 0000 0000
e803 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 4f67 6753
0002 0000 0000 0000 0000 593e 6927 0000
0000 9ed1 ce1f 012a 8074 6865 6f72 6103
0201 0078 0044 0007 8000 0438 0008 0001
5f90 0000 1770 0000 0000 0000 000d 97e5
@neuro-leokim
neuro-leokim / map convert
Created December 22, 2015 18:32
지도변환코드
ogr2ogr -f geojson [geojson_file] [shp_file]
topojson -p -o [topojson_file] [geojson_file]
@neuro-leokim
neuro-leokim / index.html
Last active December 6, 2015 06:25
module4 exam
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Seoul Average Age map</title>
<style>
svg { background-color: #eee; }
svg .municipality { fill: red; }
/*svg .municipality:hover { stroke: #333; }*/
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Seoul Average Age map</title>
<style>
svg { background-color: #eee; }
svg .municipality { fill: red; }
/*svg .municipality:hover { stroke: #333; }*/
@neuro-leokim
neuro-leokim / index.html
Last active December 6, 2015 05:33
module 4 exam - koreamap(simple ver)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Map example - southkorea</title>
<style >
h1 {
@neuro-leokim
neuro-leokim / index.html
Last active December 6, 2015 05:43
choropleth Seoul
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Seoul Average Age map</title>
<link rel="stylesheet" href="seoul_dong.css" />
</head>
<body>
<h1> Seoul Average Age map</h1>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neuro-leokim
neuro-leokim / seoul_municipalities_topo.json
Last active November 15, 2015 14:30
test seoul geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neuro-leokim
neuro-leokim / index.html
Created November 14, 2015 14:28
knightcenter module2 testB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> SouthKorea Jeju Island visitor data visualization</title>
<style type="text/css">
body {
background-color: white;
font-family: Helvetica, Arial, sans-serif;
@neuro-leokim
neuro-leokim / index.html
Created November 14, 2015 14:26
knightcenter module2 report A
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SouthKorea Jeju Island visitor data visualization</title>
<style type="text/css">
body {
background-color: #333;