PyANGKernel.ForestExporter

class ForestExporter

Inheritance diagram of PyANGKernel.ForestExporter

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

This class creates a xml file with the paths and its percentages of a BaseForest or a txt vehicle generation file. It depends on the input class argument generation type: “xml”, “vehicles”

__init__(iForest, iAimsunModel, type, filename[, adistribution=0[, aseed=11]])
Parameters:
  • iForestBaseForest

  • iAimsunModelGKModel

  • type – str

  • filename – str

  • adistribution – int

  • aseed – int

createFile()