LICENSE.txt
README.md
setup.py
fml40_reference_implementation.egg-info/PKG-INFO
fml40_reference_implementation.egg-info/SOURCES.txt
fml40_reference_implementation.egg-info/dependency_links.txt
fml40_reference_implementation.egg-info/requires.txt
fml40_reference_implementation.egg-info/top_level.txt
ml/__init__.py
ml/app_logger.py
ml/callback.py
ml/ditto_feature.py
ml/dt_factory.py
ml/entry.py
ml/feature.py
ml/identifier.py
ml/parameters.py
ml/role.py
ml/s3i_tools.py
ml/thing.py
ml/tools.py
ml/fml40/__init__.py
ml/fml40/features/__init__.py
ml/fml40/features/functionalities/__init__.py
ml/fml40/features/functionalities/accepts_felling_jobs.py
ml/fml40/features/functionalities/accepts_felling_support_jobs.py
ml/fml40/features/functionalities/accepts_forwarding_jobs.py
ml/fml40/features/functionalities/accepts_log_measurements.py
ml/fml40/features/functionalities/accepts_log_transportaition_jobs.py
ml/fml40/features/functionalities/accepts_moisture_measurement.py
ml/fml40/features/functionalities/accepts_move_commands.py
ml/fml40/features/functionalities/accepts_passability_report.py
ml/fml40/features/functionalities/accepts_proximity_alert.py
ml/fml40/features/functionalities/accepts_shield_commands.py
ml/fml40/features/functionalities/accepts_single_tree_felling_jobs.py
ml/fml40/features/functionalities/accepts_winch_command.py
ml/fml40/features/functionalities/classifies_tree_species.py
ml/fml40/features/functionalities/converts_data_formats.py
ml/fml40/features/functionalities/converts_forest_gml.py
ml/fml40/features/functionalities/cuts.py
ml/fml40/features/functionalities/determines_passability.py
ml/fml40/features/functionalities/displays_health_alarms.py
ml/fml40/features/functionalities/evaluates_forest_rating.py
ml/fml40/features/functionalities/evaluates_stand_attributes.py
ml/fml40/features/functionalities/fells.py
ml/fml40/features/functionalities/forest_planning_evaluation.py
ml/fml40/features/functionalities/forwards.py
ml/fml40/features/functionalities/generates_afforestation_suggestions.py
ml/fml40/features/functionalities/generates_felling_suggestions.py
ml/fml40/features/functionalities/generates_typical_single_trees.py
ml/fml40/features/functionalities/grabs.py
ml/fml40/features/functionalities/harvests.py
ml/fml40/features/functionalities/measure_wood.py
ml/fml40/features/functionalities/monitor_health_status.py
ml/fml40/features/functionalities/predicts_forest_development.py
ml/fml40/features/functionalities/provides_moisture_prediction.py
ml/fml40/features/functionalities/provides_passability_information.py
ml/fml40/features/functionalities/provides_production_data.py
ml/fml40/features/functionalities/provides_tree_data.py
ml/fml40/features/functionalities/provides_weather_data.py
ml/fml40/features/functionalities/simulates_tree_growth.py
ml/fml40/features/functionalities/supports_felling.py
ml/fml40/features/functionalities/transports_logs.py
ml/fml40/features/functionalities/visualizes_forest.py
ml/fml40/features/properties/__init__.py
ml/fml40/features/properties/values/__init__.py
ml/fml40/features/properties/values/abstract_inventory.py
ml/fml40/features/properties/values/assortment.py
ml/fml40/features/properties/values/basal_area.py
ml/fml40/features/properties/values/dbh.py
ml/fml40/features/properties/values/dominant_tree_species.py
ml/fml40/features/properties/values/fell_indicator.py
ml/fml40/features/properties/values/felling_period.py
ml/fml40/features/properties/values/harvested_volume.py
ml/fml40/features/properties/values/harvesting_parameter.py
ml/fml40/features/properties/values/increment_volume.py
ml/fml40/features/properties/values/interfering_branches.py
ml/fml40/features/properties/values/inventory_data.py
ml/fml40/features/properties/values/mean_height.py
ml/fml40/features/properties/values/number_of_stems.py
ml/fml40/features/properties/values/overhang.py
ml/fml40/features/properties/values/stand_attribute_set.py
ml/fml40/features/properties/values/stem_segment_properties.py
ml/fml40/features/properties/values/stock_volume.py
ml/fml40/features/properties/values/thickness_class.py
ml/fml40/features/properties/values/tilt.py
ml/fml40/features/properties/values/tree_data.py
ml/fml40/features/properties/values/tree_species.py
ml/fml40/features/properties/values/tree_type.py
ml/fml40/features/properties/values/vitality_status.py
ml/fml40/features/properties/values/wood_quality.py
ml/fml40/features/properties/values/documents/__init__.py
ml/fml40/features/properties/values/documents/jobs/__init__.py
ml/fml40/features/properties/values/documents/jobs/felling_job.py
ml/fml40/features/properties/values/documents/jobs/fellung_support_job.py
ml/fml40/features/properties/values/documents/jobs/forwarding_job.py
ml/fml40/features/properties/values/documents/jobs/log_transportation_job.py
ml/fml40/features/properties/values/documents/reports/__init__.py
ml/fml40/features/properties/values/documents/reports/afforestation_suggestion.py
ml/fml40/features/properties/values/documents/reports/felling_tool.py
ml/fml40/features/properties/values/documents/reports/log_measurement.py
ml/fml40/features/properties/values/documents/reports/log_transportation_report.py
ml/fml40/features/properties/values/documents/reports/map_data.py
ml/fml40/features/properties/values/documents/reports/moisture_prediction_report.py
ml/fml40/features/properties/values/documents/reports/passability_report.py
ml/fml40/features/properties/values/documents/reports/soil_moisture_measurement.py
ml/fml40/roles/__init__.py
ml/fml40/roles/dts/__init__.py
ml/fml40/roles/dts/forest/__init__.py
ml/fml40/roles/dts/forest/forest.py
ml/fml40/roles/dts/forest/forest_segment.py
ml/fml40/roles/dts/forest/tree.py
ml/fml40/roles/dts/handheld_devices/__init__.py
ml/fml40/roles/dts/handheld_devices/brushcutter.py
ml/fml40/roles/dts/handheld_devices/chainsaw.py
ml/fml40/roles/dts/machines/__init__.py
ml/fml40/roles/dts/machines/forest_machine.py
ml/fml40/roles/dts/machines/forwarder.py
ml/fml40/roles/dts/machines/harvester.py
ml/fml40/roles/dts/machines/log_truck.py
ml/fml40/roles/dts/machines/mini_tractor.py
ml/fml40/roles/dts/machines/skidder.py
ml/fml40/roles/dts/machines/wheel_loader.py
ml/fml40/roles/dts/parts/__init__.py
ml/fml40/roles/dts/parts/grabber.py
ml/fml40/roles/dts/parts/harvesting_head.py
ml/fml40/roles/dts/parts/log_loading_area.py
ml/fml40/roles/dts/parts/saw.py
ml/fml40/roles/dts/parts/stacking_shield.py
ml/fml40/roles/dts/parts/winch.py
ml/fml40/roles/dts/persons/__init__.py
ml/fml40/roles/dts/persons/forest_owner.py
ml/fml40/roles/dts/persons/forest_worker.py
ml/fml40/roles/dts/persons/mini_tractor_operator.py
ml/fml40/roles/dts/persons/skidder_operator.py
ml/fml40/roles/dts/sensors/__init__.py
ml/fml40/roles/dts/sensors/barkbeetle_sensor.py
ml/fml40/roles/dts/sensors/calipers.py
ml/fml40/roles/dts/sensors/vitality_sensor.py
ml/fml40/roles/dts/sites/__init__.py
ml/fml40/roles/dts/sites/forest_enterprise.py
ml/fml40/roles/dts/sites/hauler.py
ml/fml40/roles/dts/sites/mill/__init__.py
ml/fml40/roles/dts/sites/mill/mill.py
ml/fml40/roles/dts/sites/mill/papermill.py
ml/fml40/roles/dts/sites/mill/sawmill.py
ml/fml40/roles/dts/ways/__init__.py
ml/fml40/roles/dts/woods/__init__.py
ml/fml40/roles/dts/woods/stem_segment.py
ml/fml40/roles/dts/woods/wood.py
ml/fml40/roles/dts/woods/wood_pile.py
ml/fml40/roles/hmis/__init__.py
ml/fml40/roles/services/__init__.py
ml/ml40/__init__.py
ml/ml40/features/__init__.py
ml/ml40/features/functionalities/__init__.py
ml/ml40/features/functionalities/accepts_jobs.py
ml/ml40/features/functionalities/accepts_reports.py
ml/ml40/features/functionalities/clears_jobs.py
ml/ml40/features/functionalities/functionality.py
ml/ml40/features/functionalities/manages_jobs.py
ml/ml40/features/functionalities/plans_routes.py
ml/ml40/features/functionalities/provides_map_data.py
ml/ml40/features/functionalities/provides_operational_data.py
ml/ml40/features/functionalities/renders.py
ml/ml40/features/properties/__init__.py
ml/ml40/features/properties/property.py
ml/ml40/features/properties/associations/__init__.py
ml/ml40/features/properties/associations/association.py
ml/ml40/features/properties/associations/composite.py
ml/ml40/features/properties/associations/shared.py
ml/ml40/features/properties/values/__init__.py
ml/ml40/features/properties/values/acceleration.py
ml/ml40/features/properties/values/accoustic_indices.py
ml/ml40/features/properties/values/address.py
ml/ml40/features/properties/values/air_pressure.py
ml/ml40/features/properties/values/area.py
ml/ml40/features/properties/values/brightness.py
ml/ml40/features/properties/values/count.py
ml/ml40/features/properties/values/dimensions.py
ml/ml40/features/properties/values/distance.py
ml/ml40/features/properties/values/expansion_length.py
ml/ml40/features/properties/values/force.py
ml/ml40/features/properties/values/generic_property.py
ml/ml40/features/properties/values/gyroscope_value.py
ml/ml40/features/properties/values/heart_rate.py
ml/ml40/features/properties/values/high_speed_image_value.py
ml/ml40/features/properties/values/infrared.py
ml/ml40/features/properties/values/last_service_check.py
ml/ml40/features/properties/values/lidar_frame.py
ml/ml40/features/properties/values/lift.py
ml/ml40/features/properties/values/liquid_filling_level.py
ml/ml40/features/properties/values/location.py
ml/ml40/features/properties/values/lot.py
ml/ml40/features/properties/values/moisture.py
ml/ml40/features/properties/values/operating_hours.py
ml/ml40/features/properties/values/orientation_rpy.py
ml/ml40/features/properties/values/personal_name.py
ml/ml40/features/properties/values/rgb_color.py
ml/ml40/features/properties/values/rotational_speed.py
ml/ml40/features/properties/values/route.py
ml/ml40/features/properties/values/sound_level.py
ml/ml40/features/properties/values/srid.py
ml/ml40/features/properties/values/std_deviation_rpy.py
ml/ml40/features/properties/values/stereo_camera_config.py
ml/ml40/features/properties/values/surface.py
ml/ml40/features/properties/values/surface_wkt.py
ml/ml40/features/properties/values/switching_stage.py
ml/ml40/features/properties/values/temperature.py
ml/ml40/features/properties/values/time_slot.py
ml/ml40/features/properties/values/value.py
ml/ml40/features/properties/values/weight.py
ml/ml40/features/properties/values/white_level.py
ml/ml40/features/properties/values/documents/__init__.py
ml/ml40/features/properties/values/documents/document.py
ml/ml40/features/properties/values/documents/jobs/__init__.py
ml/ml40/features/properties/values/documents/jobs/generic_job.py
ml/ml40/features/properties/values/documents/jobs/job.py
ml/ml40/features/properties/values/documents/jobs/job_list.py
ml/ml40/features/properties/values/documents/jobs/job_status.py
ml/ml40/features/properties/values/documents/reports/__init__.py
ml/ml40/features/properties/values/documents/reports/production_data.py
ml/ml40/features/properties/values/documents/reports/report.py
ml/ml40/roles/__init__.py
ml/ml40/roles/dts/__init__.py
ml/ml40/roles/dts/dt.py
ml/ml40/roles/dts/handheld_devices/__init__.py
ml/ml40/roles/dts/handheld_devices/handheld_device.py
ml/ml40/roles/dts/machines/__init__.py
ml/ml40/roles/dts/machines/machine.py
ml/ml40/roles/dts/parts/__init__.py
ml/ml40/roles/dts/parts/crane.py
ml/ml40/roles/dts/parts/engine.py
ml/ml40/roles/dts/parts/part.py
ml/ml40/roles/dts/parts/scale.py
ml/ml40/roles/dts/parts/tank.py
ml/ml40/roles/dts/persons/__init__.py
ml/ml40/roles/dts/persons/machine_operator.py
ml/ml40/roles/dts/persons/person.py
ml/ml40/roles/dts/sensors/__init__.py
ml/ml40/roles/dts/sensors/accelerometer.py
ml/ml40/roles/dts/sensors/air_sensor.py
ml/ml40/roles/dts/sensors/gyroscope.py
ml/ml40/roles/dts/sensors/high_speed_camera.py
ml/ml40/roles/dts/sensors/imu.py
ml/ml40/roles/dts/sensors/laser_range_finder.py
ml/ml40/roles/dts/sensors/lidar.py
ml/ml40/roles/dts/sensors/light_sensor.py
ml/ml40/roles/dts/sensors/sensor.py
ml/ml40/roles/dts/sensors/sensor_network.py
ml/ml40/roles/dts/sensors/soil_sensor.py
ml/ml40/roles/dts/sensors/sound_sensor.py
ml/ml40/roles/dts/sensors/stereo_camera.py
ml/ml40/roles/dts/sites/__init__.py
ml/ml40/roles/dts/sites/site.py
ml/ml40/roles/dts/ways/__init__.py
ml/ml40/roles/dts/ways/way.py
ml/ml40/roles/hmis/__init__.py
ml/ml40/roles/hmis/app.py
ml/ml40/roles/hmis/dashboard.py
ml/ml40/roles/hmis/hmd.py
ml/ml40/roles/hmis/hmi.py
ml/ml40/roles/hmis/machine_ui.py
ml/ml40/roles/servives/__init__.py
ml/ml40/roles/servives/service.py
ml/mml40/__init__.py
ml/mml40/features/__init__.py
ml/mml40/features/functionalities/CantileverConfigure.py
ml/mml40/features/functionalities/ProvidesDisplacementData.py
ml/mml40/features/functionalities/ProvidesForceData.py
ml/mml40/features/functionalities/ProvidesStretchData.py
ml/mml40/features/functionalities/__init__.py
ml/mml40/features/properties/__init__.py
ml/mml40/features/properties/values/Displacement.py
ml/mml40/features/properties/values/GeometryProperties.py
ml/mml40/features/properties/values/LoadAlarm.py
ml/mml40/features/properties/values/MaterialProperties.py
ml/mml40/features/properties/values/Stretch.py
ml/mml40/features/properties/values/__init__.py
ml/mml40/roles/__init__.py
ml/mml40/roles/dts/__init__.py
ml/mml40/roles/dts/parts/__init__.py
ml/mml40/roles/dts/parts/cantilever.py
ml/mml40/roles/dts/sensors/__init__.py
ml/mml40/roles/dts/sensors/strain_gauge.py
ml/mml40/roles/hmis/__init__.py
ml/mml40/roles/services/__init__.py
tests/__init__.py
tests/test_async.py
tests/test_dt_factory.py
tests/test_entry.py