Skip to content

Instantly share code, notes, and snippets.

View n1n9-jp's full-sized avatar

Yuichi Yazaki n1n9-jp

View GitHub Profile
@n1n9-jp
n1n9-jp / Gruntfile.js
Last active September 17, 2017 03:46
setting example of compile html, css & javascript files.
module.exports = function(grunt){
var pkg = grunt.file.readJSON( 'package.json' );
grunt.initConfig({
pkg: pkg,
clean: {
build: [ '.tmp', 'dest' ],
@n1n9-jp
n1n9-jp / .block
Created September 6, 2017 08:21
Plant Hardiness Zones
license: gpl-3.0
@n1n9-jp
n1n9-jp / .block
Created July 26, 2017 06:46
Treemap
border: no
height: 600
license: gpl-3.0
@n1n9-jp
n1n9-jp / .block
Last active April 11, 2017 05:04
Streamgraph
license: gpl-3.0
@n1n9-jp
n1n9-jp / .block
Last active April 11, 2017 05:17
都道府県別 人口の推移
license: mit
@n1n9-jp
n1n9-jp / .block
Created September 29, 2016 02:25
ヨーグルトの栄養成分比較
license: mit
@n1n9-jp
n1n9-jp / geojson-conversion.sh
Created July 28, 2016 13:00 — forked from benbalter/geojson-conversion.sh
Bulk convert shapefiles to geojson using ogr2ogr
# Bulk convert shapefiles to geojson using ogr2ogr
# For more information, see http://ben.balter.com/2013/06/26/how-to-convert-shapefiles-to-geojson-for-use-on-github/
# Note: Assumes you're in a folder with one or more zip files containing shape files
# and Outputs as geojson with the crs:84 SRS (for use on GitHub or elsewhere)
#geojson conversion
function shp2geojson() {
ogr2ogr -f GeoJSON -t_srs crs:84 "$1.geojson" "$1.shp"
}
@n1n9-jp
n1n9-jp / .block
Last active April 11, 2017 03:59
都道府県別 人口の推移
license: mit
@n1n9-jp
n1n9-jp / README.md
Last active July 7, 2016 23:08
Japan
@n1n9-jp
n1n9-jp / .block
Last active May 28, 2017 10:41
ヨーグルトの栄養成分比較
license: mit