David Heise

Results 32 comments of David Heise

Is it correct that the `--sav` option produces the equivalent of `--format GT`? In our use case we're using `--format GT,DS,HDS,GP`. Will SAV support additional format options?

Since it's been over a month I wanted to check in and see if there is any update on how long it might be before a review is able to...

I've continued working on trying to eek out additional parallelization from Minimac. For [this code region](https://github.com/statgen/Minimac4/blob/master/src/Analysis.cpp#L360), I think it is safe to split this into two for loops, with the...

I notice this feature is from 2016 - given the release of MSFS2020, is it safe to assume support for it is planned, and not just FSX?

So, I'm trying some naive stuff using [Python-SimConnect](https://pypi.org/project/SimConnect/) with MSFS2020 1.9.5.0 that might save you some troubleshooting down the line. Here is my naive code: ```python sm = SimConnect() print(sm.load_flight_plan("path...

There's an issue on the MSFS forums here that can be voted on: https://forums.flightsimulator.com/t/better-support-for-simconnect-flightplanload/307388

For what it is worth, I have scratched this (and several other of my itches) [via my own utility](https://github.com/daheise/simrate_control). Still think it would be a useful datapoint in LNM, though.

I’ve thought about this concept for a utility I wrote. Zoom range could be time based. That is, show a radius 60 seconds wide where 60 seconds is `60 seconds...

I would love to have access to your source. I imagine a GUI like this would be quite simple, but I have no experience in the area. A sample app...

I hope you won't mind some rank self promotion of my project that was inspired by this one: [Get-there-itis Simrate Control](https://github.com/daheise/simrate_control).