Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

奈良市の保育園データ、csvから変換方法の共有 #14

Open
YasushiIS opened this issue Feb 22, 2017 · 1 comment
Open

Comments

@YasushiIS
Copy link
Member

Readmeに記載の以下の内容で充分?

Node.js & gulp が使用できる場合

gulp が使用できる場合は、次のコマンドで環境構築が完了します。
$ git clone https://github.com/codeforchiba/papamama.git
$ cd papamama
$ npm install
$ gulp serve

Node.js & gulp が使用出来ない場合

gulp が使用出来ない場合は、 Node.js 及び gulp をインストールします。Node.js のインストールについては、こちらをご覧ください。

Node.js の実行環境をインストールした後、gulp をインストールします。
$ npm install -g gulp-cli
権限がないというエラーがでた場合は、 sudo してください。
$ sudo npm install -g gulp-cli

アプリケーションに必要なデータの作成方法

国土数値情報ダウンロードサービスから、該当する市町村の以下のデータを取得してください。

  • 小学校区
  • 中学校区
  • 学校
  • 鉄道
  • 福祉施設
    ダウンロードしてきたら zip ファイルを展開して、data_org ディレクトリにshp ファイルと dbf ファイルを配置します。

以下のコマンドを実行することで data ディレクトリに geojson データが生成されます。
$ gulp updatedata

@YasushiIS
Copy link
Member Author

データの修正作業。
認定こども園(保育部分)は、施設種別を「認定こども園(保育)」 と手動修正する必要がある。
自動化方法は今後検討

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant