Display air traffic data kindly provided by INVOLI.
This example demonstrates multiple aspects of the Rerun viewer:
- Use of the map view.
- Use of pyproj to transform geospatial data from one coordinate system to another.
- Use GeoPandas to load geospatial data into a 3D view.
- Use [Polars]https://pola.rs) to batch data to be sent via
rr.send_columns()(use--batch).
To run this example, make sure you have the required Python version, the Rerun repository checked out and the latest SDK installed:
pip install --upgrade rerun-sdk # install the latest Rerun SDK
git clone git@github.com:rerun-io/rerun.git # Clone the repository
cd rerun
git checkout latest # Check out the commit matching the latest SDK releaseInstall the necessary libraries specified in the requirements file:
pip install -e examples/python/air_traffic_dataTo experiment with the provided example, simply execute the main Python script:
python -m air_traffic_dataIf you wish to customize it, explore additional features, or save it use the CLI with the --help option for guidance:
python -m air_traffic_data --help