Skip to content

A fork of the simplest tropical cyclone track map generator.

Notifications You must be signed in to change notification settings

StrawberryMaster/TrackGen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The simplest tropical cyclone track map generator. This is a fork of TrackGen by CodingCactus. I have made some changes to the code - mostly to ensure it works offline, correctly. The world background is also stored in the repository, instead of an external server.

Usage

  • Each line is a point to be plotted on the map
  • Each field gives information about the point to be plotted
Field Description Example Required?
Name Name of the cyclone, used to join points together Iota
  • No
Latitude Latitude coordinate, choose either °N or °S instead of using negative numbers 52 °N
  • Yes
Longitude Longitude coordinate, choose either °E or °W instead of using negative numbers 1°W
  • Yes
Wind Speed Wind speed at that point, leave blank for unknown speeds 25 kt
  • No
Stage Stage of tropical cyclone (determines shape used for point) Tropical Cyclone
  • Yes

About

A fork of the simplest tropical cyclone track map generator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.3%
  • HTML 21.2%
  • CSS 20.5%