Skip to content

Instantly share code, notes, and snippets.

@satom9to5
Created December 15, 2013 06:53
Show Gist options
  • Save satom9to5/7969812 to your computer and use it in GitHub Desktop.
Save satom9to5/7969812 to your computer and use it in GitHub Desktop.

ダウンロード

HP

http://www.gdal.org/

# wget http://download.osgeo.org/gdal/gdal-1.9.2.tar.gz

インストール

解凍

# tar xvzf gdal-1.9.2.tar.gz

インストール

# cd gdal-1.9.2
# ./configure
# make
# make install

操作方法

shape情報確認

$ orginfo -al {shpファイル名}

GeoJSON形式に変換

$ orginfo -f GeoJSON {出力ファイル名} {入力shpファイル名}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment