urbanlc.downloader.base.BoundingBox.from_point#

classmethod BoundingBox.from_point(lon: float, lat: float, radius: float = 20000) BoundingBox#

Create a BoundingBox instance from a specified point and radius.

Parameters:
  • lon (float) – Longitude of the point.

  • lat (float) – Latitude of the point.

  • radius (float) – Radius from the point.

Returns:

BoundingBox instance.

Return type:

BoundingBox