WARNING! GitLab maintenance operation scheduled for Tuesday, 11 August, from 09:00 to 15:00 (Paris time, CET/CEST). During this time window, GitLab will be completely unavailable. Thank you in advance for your understanding.
geographical_coords:list[GeographicalCoordinates]=Field(...,description="List of geographical coordinates defining the points.",min_length=3,max_length=15)
classNefPolygon(BaseModel):
point_list:PointList=Field(...,description="List of points defining the polygon.")
point_list:PointListNef=Field(...,description="List of points defining the polygon.")
classGeographicArea(BaseModel):
polygon:NefPolygon|None=Field(None,description="Identifies a polygonal geographic area.")
assertactual_result==expected_3gpp_output_data,f"Expected actual_result ({actual_result}) \n to be equal to expected_result ({expected_3gpp_output_data}), but they were not."