-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/SAHorowitz/MSFS2020-Pilot…
- Loading branch information
Showing
6 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Stephen Adam Horowitz | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# MSFS2020-PilotPathRecorder | ||
Record your flight path with key flight information archived during the trip. Then export that data to a KML file to use with Google Earth for 3 dimensional flight analysis | ||
|
||
This is a stand-alone application that must be run outside of Microsft Flight Simulator 2020. Once run, this application allows the user to set various settings to control the recording and exporting experience. A database is used to store your flights so feel free to fly during one session and export in another. | ||
|
||
![latest](docs/images/PPR.jpg) | ||
|
||
## Instructions for use | ||
Note that the Flight Simluator should be up and running before launching Pilot Path Recorder. If not, then click Retry Sim Connection until you get the "SimConnect Connected" message. Next choose the write frequency of how often to write to the database when above the minimum altitude threshold. Adjust the minimum altitude threshold as well. For example if you want to write every 30 seconds when above ground by 5000 feet use the values 30 and 5000 respectfully. | ||
|
||
Before start a logging session, start a flight in the simulator and click 'Start Logging' when you are ready to start the recording. You may pause at anytime using the pause function and continue logging when ready. 'Stop Logging' ends the recording for that flight. | ||
|
||
When ready, choose a flight (newest are on the top) and if needed pick a directory to store the KML file. Click 'Create KML File' to export the data to a KML file in the location chosen. You may also keep your database clean and tidy by deleting a flight from the database. | ||
|
||
Once you have a KML file, you may either use Google Earth on the web (earth.google.com) or download and install Google Earth (https://www.google.com/earth/) for your computer. | ||
|
||
If using Google Earth web do the follwing to load the KML file: | ||
1. Click the Hamburger menu icon and pick projects | ||
2. Click open and Import KML from computer. | ||
3. Find KML file and select it. | ||
Note to look at another KML file, you may want to click the trash icon on the current Flight Data to make the map less confusing | ||
|
||
If using Google Earth application: | ||
1. Find the KML file on your computer and double-click or press enter to automatically start Google Earth and use this KML file | ||
|
||
![latest](docs/images/GoogleEarthWeb.jpg) | ||
|
||
At this point you should see the path and pins from your flight. With either tool expand the 'Flight Data' line and either click the eye icon (web version) or checkbox (Google Earth computer version) to turn on or off any layer or particular pin from your flight. To see detailed information of the various flight paramters, click a pin to see what was going on at that particular moment of your flight. | ||
|
||
![latest](docs/images/GoogleEarthWeb2.jpg) | ||
|
||
## Instructions for install | ||
1. Install .NET 4.7.2 - download can be found at https://dotnet.microsoft.com/download/dotnet-framework/net472 | ||
|
||
2. Download Pilot Path Recorder from https://drive.google.com/file/d/1uwWdiYp8cn8gCH4td9Wpy74tUflQURoU/view?usp=sharing | ||
|
||
3. Unzip contents of Pilot Path Recorder to a directory | ||
|
||
4. Launch FS2020PlanePath.exe to start Pilot Path Recorder |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|