#!/usr/bin/env python # coding: utf-8 # # Gallery of examples # # ![logo_text.png](docs/source/examples/logo_text.png) # # Here you can browse a gallery of examples using poliastro in the form of Jupyter notebooks. # ## [Comparing Hohmann and bielliptic transfers](docs/source/examples/comparing%2dhohmann%2dand%2dbielliptic%2dtransfers.mystnb.md) # # [![hohmann_bielliptic](docs/source/examples/hohmann_bielliptic.png)](docs/source/examples/comparing%2dhohmann%2dand%2dbielliptic%2dtransfers.mystnb.md) # # ## [Exploring the New Horizons launch](docs/source/examples/exploring%2dthe%2dnew%2dhorizons%2dlaunch.mystnb.md) # # [![new_horizons](docs/source/examples/new_horizons.png)](docs/source/examples/exploring%2dthe%2dnew%2dhorizons%2dlaunch.mystnb.md) # # ## [Going to Jupiter with Python using Jupyter and poliastro](docs/source/examples/going%2dto%2djupiter%2dwith%2dpython%2dusing%2djupyter%2dand%2dpoliastro.mystnb.md) # # [![mars](docs/source/examples/jupiter.png)](docs/source/examples/going%2dto%2djupiter%2dwith%2dpython%2dusing%2djupyter%2dand%2dpoliastro.mystnb.md) # # ## [Going to Mars with Python using poliastro](docs/source/examples/going%2dto%2dmars%2dwith%2dpython%2dusing%2dpoliastro.mystnb.md) # # [![mars](docs/source/examples/trans_30_260.png)](docs/source/examples/going%2dto%2dmars%2dwith%2dpython%2dusing%2dpoliastro.mystnb.md) # # ## [Propagation using Cowell's formulation](docs/source/examples/propagation%2dusing%2dcowells%2dformulation.mystnb.md) # # [![cowell](docs/source/examples/cowell.png)](docs/source/examples/propagation%2dusing%2dcowells%2dformulation.mystnb.md) # # ## [Revisiting Lambert's problem in Python](docs/source/examples/revisiting%2dlamberts%2dproblem%2din%2dpython.mystnb.md) # # [![cowell](docs/source/examples/lambert.png)](docs/source/examples/revisiting%2dlamberts%2dproblem%2din%2dpython.mystnb.md) # # ## [Studying Hohmann transfers](docs/source/examples/studying%2dhohmann%2dtransfers.mystnb.md) # # [![hohmann](docs/source/examples/hohmann.png)](docs/source/examples/studying%2dhohmann%2dtransfers.mystnb.md) # # ## [Catch that asteroid!](docs/source/examples/catch%2dthat%2dasteroid!.mystnb.md) # # [![Florence](docs/source/examples/florence.png)](docs/source/examples/catch%2dthat%2dasteroid.mystnb.md ) # # ## [Analyzing NEOs](docs/source/examples/analyzing%2dNEOs.mystnb.md) # # [![NEOS](docs/source/examples/neos.png)](docs/source/examples/analyzing%2dNEOs.mystnb.md) # # ## [Plotting in 3D](docs/source/examples/plotting%2din%2d3D.mystnb.md) # # [![3DPlot](docs/source/examples/3DPlot.png)](docs/source/examples/plotting%2din%2d3D.mystnb.md) # # ## [Visualizing the SpaceX Tesla Roadster trip to Mars](docs/source/examples/visualizing%2dthe%2dspacex%2dtesla%2droadster%2dtrip%2dto%2dmars.mystnb.md) # # [![3DPlot](docs/source/examples/tesla.png)](docs/source/examples/visualizing%2dthe%2dspacex%2dtesla%2droadster%2dtrip%2dto%2dmars.mystnb.md) # ## Old notebooks # # These notebooks are based on old versions of poliastro and cannot be run with current ones. They are kept here for historical purposes. # # * https://github.com/poliastro/poliastro/blob/c361af5/examples/Solving%20Lambert's%20problem%20in%20Python.ipynb # * https://github.com/poliastro/poliastro/blob/9e71402/examples/Quickly%20solving%20Kepler's%20Problem%20in%20Python%20using%20numba.ipynb