API Reference
Main
| open | Open a file type supported by MIKE IO 1D file. |
| Res1D | Class for reading data from 1D network result files. |
| Xns11 | A class to read and write xns11 files. |
Locations
| result_network.ResultLocation | A base class for a network location (node, reach) or a catchment wrapper class. |
| result_network.ResultLocations | A base class for a network locations (nodes, reaches) or a catchments wrapper class. |
| result_network.ResultNode | Class for wrapping a single ResultData node. |
| result_network.ResultNodes | Class for wrapping ResultData nodes. |
| result_network.ResultReach | Class for wrapping a list of ResultData reaches having the same reach name. |
| result_network.ResultReaches | Class for wrapping ResultData reaches. |
| result_network.ResultGridPoint | Class for wrapping a single ResultData grid point. |
| result_network.ResultCatchment | Class for wrapping a single ResultData catchment. |
| result_network.ResultCatchments | Class for wrapping ResultData catchments. |
| result_network.ResultGlobalData | Class for wrapping ResultData global data items. |
| result_network.ResultGlobalDatas | Class for wrapping ResultData global data items. |
Quantities
| result_network.ResultQuantity | Class for wrapping a single ResultData data item quantity. |
| result_network.ResultQuantityCollection | Class for dealing with a collection ResultQuantity objects. |
Cross sections
| cross_sections.CrossSection | A cross section in MIKE 1D, uniquely identified by a location ID, chainage, and topo ID. |
| cross_sections.CrossSectionCollection | A collection of CrossSection objects. |
Network
Provisional. Needs the network extra, and may still change shape.
| network.Network | A network of nodes and reaches, addressable by the names it came with. |
| network.NetworkNode | Abstract base class for a node in a network. |
| network.NetworkReach | Abstract base class for a reach in a network. |
| network.ReachBreakPoint | Abstract base class for an intermediate break point along a network reach. |
| network.BasicNode | Concrete :class:NetworkNode for programmatic network construction. |
| network.BasicReach | Concrete :class:NetworkReach for programmatic network construction. |