# Examples [Examples folder on Github](https://github.com/lasp/space_packet_parser/tree/main/examples) Examples on Github include: - [Parsing to Xarray Datasets](https://github.com/lasp/space_packet_parser/blob/main/examples/parsing_to_xarray_dataset.py) demonstrating how to parse packets directly to Xarray Datasets for analysis workflows - [Packet filtering](https://github.com/lasp/space_packet_parser/blob/main/examples/packet_filtering.py) - [Basic quicklook tool](https://github.com/lasp/space_packet_parser/blob/main/examples/parsing_and_plotting_idex_waveforms_from_socket.py) using realtime packet parsing from a streaming socket - [CSV to XTCE](https://github.com/lasp/space_packet_parser/blob/main/examples/csv_to_xtce_conversion.py) packet definition conversion and parsing