Skip to content

メッシュデータを可視化する (Vue.js, canvas, d3js, svg, google map)

Notifications You must be signed in to change notification settings

volpe28v/MeshViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeshViewer

雨量メッシュデータを可視化する

Screenshot

top-page

Usage

  • index.html の <GoogleMapAPI_Key> の部分を取得したキーで置き換える
  • index.html をブラウザでオープン
  • メッシュデータ(481x505)のcsv ファイルをドロップする(複数ファイル可)
  • 左側のエリアにマウスカーソルを当てると直下の値が表示される
  • マウスクリックした位置の場所とデータが右側の google map に反映される
  • ファイルリスト上の < > をクリックすることで表示ファイルを変更できる

Technology

  • Vue.js
  • d3.js
  • svg
  • canvas
  • google map API

Shortcut Keys

h : move fixed cursor -x
j : move fixed cursor +y
k : move fixed cursor -y
j : move fixed cursor +x

Ready

$ npm install

Build

$ webpack

Make Test Data

$ cd tools
$ ruby csv_gen.rb > test.csv

About

メッシュデータを可視化する (Vue.js, canvas, d3js, svg, google map)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published