xscape.plotting.plot_points

xscape.plotting.plot_points(points, ax=None)

Scatterplot of a series of points.

Parameters:
  • points (pd.DataFrame) – DataFrame of points as rows with “lat” and “lon” columns.

  • ax (GeoAxes, optional) – cartopy GeoAxes object on which to plot the points. If none specified, uses the currently active matplotlib axes.

Return type:

None