skylines icon indicating copy to clipboard operation
skylines copied to clipboard

Live tracking, flight database and competition framework

Results 86 skylines issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-cli-code-coverage](https://togithub.com/kategengler/ember-cli-code-coverage) | [`1.0.2` -> `1.0.3`](https://renovatebot.com/diffs/npm/ember-cli-code-coverage/1.0.2/1.0.3) | [![age](https://badges.renovateapi.com/packages/npm/ember-cli-code-coverage/1.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-cli](https://cli.emberjs.com/release/) ([source](https://togithub.com/ember-cli/ember-cli)) | [`3.26.0` -> `3.26.1`](https://renovatebot.com/diffs/npm/ember-cli/3.26.0/3.26.1) |...

Hi, Thanks a lot for your very nice work. For paragliders, tracking is often used to reach the pilot once landed. So on the map, it would be nice to...

Can someone please draw and share the architecture and working flow of this project.

Hi, The Japan airspace file and airfiled data on OpenAIP has updated. Would you update the SkyLines, too ? best regards, Takeshi Maruyama Japan

I have tried to use docker-compose to install skylines and the problem is I see the following error when I'm trying to get flights page: > Sorry! > It looks...

Hello, Is it possible to use an external source like a satellite tracker to populate a skylines.aero flight? I am aware that this site is built upon mobile phone data....

Hungarian airspace changed in 2020, the link I added should work. I guess it's enough to change this link here?

The endpoint [`/live/`](https://github.com/skylines-project/skylines/blob/master/skylines/api/views/tracking.py#L97) returns a 404 if any of the id in the list is not found. That is `/live/1,2,3,4,10` will return a 404 if 1, 2, 3, 4 exist...

`from_time` allows specifying a start time as a UNIX timestamp for the endpoints: 1. `/live//json`, 2. `/live/`, 3. `/tracking/latest.json` The endpoint `/live//json` already supports a `latest_update` query parameter which is...