Skip to content

Representation of fishing information in a 3D Globe

Notifications You must be signed in to change notification settings

tiagohpf/vi-2017-threeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fishing Information

Application using three.js to represent information about fishing in a 3D Globe.

Structure of data

The file that is read contains a description of severall fisheries in JSON. It has the following structure:

  • id - id of fishing boat;
  • weight - weight of fish that was caught (kgs);
  • date;
  • hour;
  • latitude;
  • longitude;
  • speed - speed between 0 (slowest) and 1 (fastest);

How To Run

The application runs in every browsers, it's just necessary to open the file index.html. For a better visualization, it's recommended to use Mozilla Firefox.

About

Representation of fishing information in a 3D Globe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published