Changed the TCS schema processing to pull the connection point identifier from CD_CUSTOMER.PERSONAL_NO.
Relocated connection point identifiers (e.g. NMI) to be stored as a 'Name' associated with a UsagePoint rather than as the name of a Location
assigned to a Meter.serviceLocation.
LV UsagePoint instances that can not find their EnergyConsumer are no longer associated directly to a PowerTransformer. They are now connected via a
generated EnergyConsumer via an EquivalentBranch to the LV side of the PowerTransformer.
Using new database schema.
Removed command line option -icn, --ignore-conductor-names, which has been replaced by PoF configuration option conductorNaming.
Primary EnergySource instances no longer create any associated EnergySourcePhase instances, but set isExternalGrid instead.
Added a PoF configuration option conductorNaming, which can be used to select the COMPONENT_HEADER field to use as the conductor
name (COMPONENT_PATHNAME, COMPONENT_ALIAS or COMPONENT_ID).
Worlds with GEO transformations are now extracted as geographical co-ordinates in addition to the schematic view.
Can detect feeder breakers that are not flagged correctly. Will get it wrong if there are additional breakers between the feeder breaker and the feeder start
point.
Added command line option --ignore-conductor-names which can be used to populate the conductors names with the component_id. This means the map tiles in
EWB will not render the name and will show the container name (e.g. feeder) instead.
Added command line option --disable-fixes which should be used when extracting an imported GEO world.
Meters can now be sourced from the TCS schema instead of a meter mapping file using the meterSourceType app config field.
The connection point identifier can be renamed via the connectionPointIdentifier app config field. e.g. use ICP instead of NMI.
Conductor graphics are now stitched into a single DiagramObject where possible.
Added processing step to determine the correct head terminal for feeders. This change was
necessary after updates to the logic for assigning equipment to feeders in the evolve-sdk.
Feeders with no clearly correct head terminal will no longer populate equipment until they
are corrected in the PoF data.
Updated the logic to find zones for feeders in the network hierarchy processor.
Underground/Overhead conductor processing has been added. You can override the default underground cable pattern
of hvugc by adding a new value undergroundPattern to your extractors pof config file. All conductors that do
not match the pattern are marked as overhead.
To enable logging messages for files which failed to process, add the required syslog options in the config file. Refer to Load Processor config options for more info.