mrJean1

Results 79 comments of mrJean1

A `LocalCartesian.reverse` call with `x` and `y` (and `z` all) zero always returns `lon=0` because there is no single, unique solution (especially with the `LocalCartesian` positioned at one of the...

Proposed enhancement: a new keyword argument named `lon00` for the methods `LocalCartesian.reverse` and `EcefKarney.reverse` but with different default values, `LocalCartesian.reverse(…, lon00=self.lon0)` and `EcefKarney.reverse(…, lon00=0)`. Similarly for the `Ltp` and other...

Currently, converting a `geocentric` (ECEF) polar location (`x = y = 0`) results in `geodetic` latitude `+/-90` and longitude `0`, always and in all Ecef classes. But that `0` is...

[PyGeodesy 23.08.08](https://github.com/mrJean1/PyGeodesy) includes the new `lon00` keyword argument for all `Ecef`, `LocalCartesian` and `Ltp` classes (and a few other things ;). Please verify that his resolves the original issue and...

The results from methods `player.get_time`, `player.get_position`, `player.get_length` and `media.get_duration` are not reliable until the video has been playing for several seconds. Examples like `cocoavlc.py` are affected by that same issue.

Which version of `vlc.py` is this? Please show a few more lines of the stack traceback. There is no `.Bottom` attribute reference on line 8565 of the current one in...

FWIW, To run on macOS, the script above was modified with 2 snippets from example [python-vlc/examples/tkvlc.py](https://github.com/oaubert/python-vlc/tree/master/examples) and to collect `.mov` files. Then, using `Python` 3.10.2 (64-bit with `tkinter.TkVersion` 8.6), `vlc.py`...

My apologies, I am unable to help since I am unfamiliar with BDD100K and its data formats. However, if you have a small example of a data set, that could...

My apologies. There was an issue serious enough to remove older versions. But I will refrain from doing that in the future.

Another rev 17.6.14, no package changes, only fixes of some ellipsoidal and other tests and for running tests in Pythonista on iOS. Rev 17.6.4 is still there as well as...