Juan Luis Cano Rodríguez

Results 338 issues of Juan Luis Cano Rodríguez

Trying to install fire on a fresh environment ends produces this error: ``` Building wheels for collected packages: fire Building wheel for fire (setup.py) ... error ERROR: Command errored out...

I am experimenting with a moderately complex notebook (~10 widgets, among them an ipyleaflet map) and I have seen that, from first GET request to the end of the load,...

Feature Request

We already have GitHub Actions for the tests, we should automate the release process so it's as easy as pushing a tag on GitHub.

We encountered a case of a target that was precisely under the orbit of the satellite and because of rounding errors the argument of the arc sine was greater than...

bug

- Curve almost matches predictions of table 1 from the paper (but not quite) - How to find passes in practice?

I think we lost it when transitioning to GitHub Actions.

* Next ascending/descending node (for orbit counting) * Next latitude peak (for alternative orbit counting) * Next eclipse (or penumbra) start/end And then some events already buried in `LocationPredictor`, like:...

Module `orbit_predictor.predictors.accurate` replaces the function `jday` from sgp4, which uses an algorithm similar to this one: https://en.wikipedia.org/wiki/Julian_day#Converting_Julian_calendar_date_to_Julian_Day_Number which in fact comes from Vallado: https://github.com/brandon-rhodes/python-sgp4/blob/e4ede3c1dc31ba1673a2c3457c5f97dc892f28b2/sgp4/functions.py#L8-L23 And then `orbit_predictor.utils` contains this alternative,...

https://github.com/satellogic/orbit-predictor/pull/8#issuecomment-387519460 > This MR references satellites by name instead of satellite ID, so it changes the convention that we currently have. Although it is nice to be able to search...

It would be nice to see a test in which the orbital elements are propagate using kosai algorithm, and check that the object ecef position is repeated after K days....