pyiem.models.pirep module#
Pilot Report Data Model.
- class pyiem.models.pirep.PilotReport(*, base_loc=None, flight_level=None, text=None, priority=None, latitude=None, longitude=None, valid=None, cwsu=None, aircraft_type=None, is_duplicate=False)[source]#
Bases:
BaseModelA Pilot Report.
- Parameters:
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].