convenience.get_mapunit_by_point
convenience.get_mapunit_by_point(longitude, latitude, columns=None, client=None)Get map unit data at a specific point location.
Args: longitude: Longitude of the point latitude: Latitude of the point columns: List of columns to return. If None, returns basic map unit columns client: Optional SDA client instance. If not provided, a temporary client is created and closed automatically.
Returns: SDAResponse containing map unit data at the specified point