spherely.create_point# spherely.create_point(longitude=None, latitude=None)# Create a POINT geography. Parameters: longitude (float, optional) – longitude coordinate, in degrees. latitude (float, optional) – latitude coordinate, in degrees. Returns: point (Geography) – A new POINT geography object.