.. _objects_meteo: Meteo Object Service ==================== The ObjMeteoService gives access to some functionality from the meteo object. It includes meta data about the meteo objects and offers export and import functionality. Data can be loaded from csv file (in specific windPRO format), windPRO objects, or mesores. The meteo object is the only object that does not have a dedicated Set method. The reason for this is, that the Meteo Object is very complex. There are dedicated enpoints to manipulate the Meteo Object to ensure that the behaviour stays clearly defined. There are three function that are used to generate a meteo object from file: ``AddImportSetup``, ``AutoCreateFromImportSetup``, and ``LoadAllData``. They correspond to the work flow in windPRO when importing data files. .. warning:: Do not use ``AutoCreateFromImportSetup`` and ``LoadAllData``on meteo objects that have e.g. been generated from a windPRO export with ``ImportFromWpExportFile``. It will create undefined behaviour in the meteo object. Properties of the object can be found here :ref:`TApiObjMeteo `. .. literalinclude:: ../../../python/examples/fromDocs/objects/meteo_object.py