Questions tagged [flightpath]

11 questions
6
votes
2 answers

Function to generate flight trajectory (list of 3D points, lat, lon, alt)

I am looking to generate some 3D trajectory data for an aircraft simulation. The idea is that the aircraft takes off at some location x and continues to ascend at some average ascent velocity a_v and angle a_theta until it reaches a maximum altitude…
pookie
  • 3,796
  • 6
  • 49
  • 105
3
votes
1 answer

Exclude paths with duplicated nodes

In my flight modelization, I would like to search for path with 1 stop which is equivalent in the graph to have a 4 hops relationships from the source to the destination. When searching the path with : match (s:Airport{airportName:'CAN'}), …
filipyoo
  • 347
  • 1
  • 7
  • 15
2
votes
1 answer

TestFlight does not accept my release-IPA for FlightPath. Reason for concern?

So I did what many suggested and kept TestFlight SDK in the release build to be prepared when FlightPath finally launches. However: After following TestFlight's instructions for the predecessor called "TestFlight Live", TestFlight refuses to accept…
openfrog
  • 40,201
  • 65
  • 225
  • 373
2
votes
1 answer

Now that TestFlight Live became private FlightPath beta, can we still leave TestFlight in production builds?

This document explains that it is OK to leave TestFlight SDK in a production build for the App Store. But the TestFlight Live they're talking about turned into a new service called FlightPath, which happens to be in private beta. I applied for it…
openfrog
  • 40,201
  • 65
  • 225
  • 373
1
vote
1 answer

Python: how to plot flight track/ routine on map

I am trying to plot a flight routine on map with location data. I got a position data which also include other information. Part of data is attached below. The fifth column and sixth column are lat and lon respectively. 0 C130 30-07-2018 20:07 …
lixu jin
  • 25
  • 7
1
vote
0 answers

Google QPX Express API still working?

Google QPX Express API (google flight api) still working? I cannot find the API on google library to activate. But on their demo page i can make requests. Can anybody give me a solution for this?
1
vote
1 answer

Change Plot Center or Camera Rotate Point in MATLAB - Earth_example

I'm plotting flight data around a 3D globe in MATLAB using this Earth_example file: http://www.mathworks.com/matlabcentral/fileexchange/13823-3d-earth-example In order to examine the flight paths, I'd like to be able to move the rotate point to…
np99
  • 13
  • 4
0
votes
0 answers

Drawing flight-path style curves on a sphere in Android

I'm interested in drawing flight path style curves on a potentially fake sphere in Android. My goal is to show glowing bezier curves radiating out from a single point on the featureless sphere to different locations (potentially on the other side…
JustinHK
  • 758
  • 1
  • 6
  • 19
0
votes
0 answers

Prolog Flight Paths

I am working on a homework, and have it pretty much done. Easiest CS homework I've done in recent memory. It's to write a Prolog program to find flight paths between different cities. So oneStop(X,Y) will find if the two cities have one stop…
mmf1102
  • 61
  • 1
  • 12
0
votes
1 answer

Recursive Flight Paths Code VBA Syntax Error

When I run this code, I get syntax error. I cannot understand reason. I paste all my code. if you need, i can add datas. I want to write recurvise code to find all possible flight rote under time constraint. find_route function should run again in…
Bhdr
  • 17
  • 3
0
votes
1 answer

Google Maps V3 Polylines with 2 flightpaths

I'm new in Google Maps and after search and research in forums over the internet i can't get this work. Based on original code from Google Maps i wan´t to draw a polyline map with 2 distinct flightpaths with diferent color also. Original code i'm…
cja1973
  • 1
  • 3