Skip to content

morremeyer/fr24-kml-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fr24-kml-splitter

This is a very small tool that can edit flightradar24 KML track. It does two things:

  • Removes the trail lines from the KML file. FR24 adds both the recorded positions and trail lines to the files, sometimes you just want the positions without the trail.
  • Optionally splits the track at the timestamp you specify.

Usage

General

Specify the track file as first argument:

go run main.go ~/Downloads/track.kml

The modified file will be written to this directory as route-only.kml

Splitting the track

To split the track, you need to specify the first timestamp of the new flight as second argument:

go run main.go ~/Downloads/track.kml 2025-04-08T15:40:35Z

This will split the track before this timestamp and create two distinct track files: route-only-first.kml and route-only-second.kml

Contributing

You need to have pre-commit installed. Run pre-commit install before commiting.

This project uses conventional commits.

About

This is a very small project to split KML files from Flightradar 24

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages