Define Sedona Context
Data Generation
We generate some data. Most of it is random, but some data is explicitly designed to be outliersGeneration LOF
We use the LOF implementation in Wherobots to generate this statistic on the data. We set k to 20.Visualization
We visualize the results withmatplotlib, pulling the point coordinates out of the geometry column with ST_X and ST_Y. Some manipulations are made to the data to improve the clarity of the visualization.

