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 / 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 / README.md
Last active March 18, 2016 19:36 — forked from jasondavies/.block
Comparison of Nutrition Component in Yogurt

ヨーグルトの栄養成分比較

Comparison of nutrition component in yogurt products which are sold in Japan.

データ / Dataset

  • 各社公式ウェブサイト掲載の栄養成分表示(2014年7月27日時点)
  • 対象メーカー: 明治, 森永, 雪印メグミルク, 日本ルナ, オハヨー乳業, 小岩井乳業, メイトー, グリコ乳業
  • 一人分の商品を対象としました(容量85-220g)
  • のむヨーグルト、宅配用商品を除いています
  • 容量に対しての栄養成分を正規化していません(例:100gあたりの栄養成分量への換算)