Maps.set_shape.ellipses#
- set_shape.ellipses(radius='estimate', radius_crs='in', n=None)#
Draw projected ellipses with dimensions defined in units of a given crs.
- Parameters:
radius (int, float, array-like or str, optional) –
The radius in x- and y- direction. The default is “estimate” in which case the radius is attempted to be estimated from the input-coordinates.
If you provide an array of sizes, each datapoint will be drawn with the respective size!
radius_crs (crs-specification, optional) – The crs in which the dimensions are defined. The default is “in”.
n (int or None) – The number of intermediate points to calculate on the circle. If None, 100 is used for < 10k pixels and 20 otherwise. The default is None.