Skip to content

js航线可视化-D3.js-美国航班数据 Visualization of American Flight Route Data Using D3.js

License

Notifications You must be signed in to change notification settings

quyunye/Visualization-Flight-Routes-America

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization-Flight-Routes-America

  • Visualization of flight route data using D3.js
  • It needs to be opened in a server environment. Please use a simple local server.

For example, use python3:

python -m http.server 8000

python2:

python -m SimpleHTTPServer 8000
  • Then use the following links:

http://localhost:8000/

航线数据可视化

基于美国航班航线数据

  • 使用D3.js进行了航线数据的可视化
  • 需要在服务器环境打开,可以使用本地简单服务器

例如,使用python3:

python -m http.server 8000

使用python2:

python -m SimpleHTTPServer 8000
  • 然后可使用如下链接访问:

http://localhost:8000/

  • The data set is obtained from the following data:
  • 数据集根据如下数据处理得到:

http://stat-computing.org/dataexpo/2009/the-data.html

About

js航线可视化-D3.js-美国航班数据 Visualization of American Flight Route Data Using D3.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published