WasteCollection output data types

The output data types containing the results from a waste collection analysis are described below.

Stops

The output is a copy of the input Stops table with additional information about which route served each stop and the stop sequence along the route.

The output Stops table includes all fields from the input Stops table. Fields that are updated or added to the output are listed in the following table:

FieldDescriptionData type

ObjectID

Id. de objeto de la entidad.

ObjectID

RouteName

The name of the route to which the stop is assigned.

This field corresponds to the Name field in the output Routes table.

Text

Sequence

The sequence of the stop on its assigned route.

Output sequence values for a route are shared across renewal visits and stops. The sequences start from 1 for the first stop on the route.

Long

RouteLineID

The ObjectID value of the output RouteLines feature that serves this stop. This associates the individual stop locations with the further details of the route plan, such as when the vehicle will be collecting on this street.

Long

These fields contain a summary of violated constraints and are set after a solve operation. Each field will contain one violation. If a stop has more than one violation, the next ViolatedConstraint_* field will be used.

  • Capacities exceeded (1)—The preassigned stops cannot be assigned to the route, because assigning the stops will exceed the total route capacity as specified by the route's TotalBin_*, TotalWeight_*, and TotalVolume_* field values.
  • MaxTotalTime exceeded (2)—The travel time from the start depot to the end depot plus the service and wait times at both depots exceeds the total time for the route as specified by the route's MaxTotalTime field value.
  • MaxTotalDistance exceeded (4)—The travel distance from the start depot to the end depot exceeds the total travel distance for the route as specified by the route's MaxTotalDistance field value.
  • Unreachable (10)—A preassigned stop is located on a network element that cannot be reached by the route.
  • Cannot insert required renewal (12)—A route exceeds its capacity and needs to visit a route renewal; however, the associated route renewal has a null sequence value in the presence of preassigned stops and cannot be inserted anywhere without introducing other violations.

Learn more about troubleshooting network analyses

Nota:

The violated constraint field value of an unrouted stop may or may not describe all its violations. If the violation is severe enough to immediately exclude the stop from further consideration, the solver does so, which prevents any other violations from being discovered for that stop. If a violation is encountered that doesn't automatically stop a solution from being generated, the violation is noted in violated constraint fields, and the solver continues to consider the stop. Any further violations such as these are added to the violated constraint fields until either the solver finds a violation that prematurely stops the solve process for that particular stop, or the solver finds an overall solution to the problem.

Long

Status

Especifica el estado del punto con respecto a su ubicación en la red y el resultado del análisis. Los posibles valores son los siguientes:

  • 0 (Aceptar): el punto se ubicó en la red.
  • 1 (No ubicado): el punto no se ubicó en la red y no se incluye en el análisis.
  • 2 (Elemento de red no localizado): el elemento de red identificado por los campos de ubicación de red del punto no se pudo encontrar. Esto puede producirse si se eliminó un elemento de red donde debería estar el punto y la ubicación de red no se volvió a calcular.
  • 3 (Elemento no transitable): el elemento de red donde está ubicado el punto no es transitable. Puede ocurrir cuando el elemento está restringido por un atributo de restricción.
  • 4 (Valores de campo no válido): los valores de campo caen fuera de un rango o un dominio de valor codificado. Por ejemplo, existe un número negativo donde se requieren números positivos.
  • 5 (No ha llegado): el solucionador no puede alcanzar el punto. El punto puede estar en un área separada y desconectada de la red con respecto a las demás entradas, o barreras o restricciones evitan el desplazamiento con respecto al punto.
  • 6 (Violación de ventana de tiempo): no se pudo alcanzar el punto dentro de las ventanas de tiempo designadas. Este estado solo se aplica a tipos de análisis de red que admiten ventanas de tiempo.
  • 7 (No ubicado en el más cercano): la ubicación de red más cercana al punto no se puede atravesar debido a una restricción o barrera, de modo que el punto se ha ubicado en la entidad de red más cercana que se puede atravesar.

Long

Network location fields

  • SourceID
  • SourceOID
  • PosAlong
  • SideOfEdge
  • SnapX
  • SnapY
  • SnapZ
  • DistanceToNetworkInMeters

Conjuntamente, estas propiedades describen el punto en la red donde se encuentra el objeto.

Obtener más información sobre ubicación de entradas en una red

Depots

The output is a copy of the input Depots table with additional information about how the depots were located on the network.

The output Depots table includes all fields from the input Depots table. Only fields that are added to the output are listed in the following table:

FieldDescriptionData type

ObjectID

Id. de objeto de la entidad.

ObjectID

Status

Especifica el estado del punto con respecto a su ubicación en la red y el resultado del análisis. Los posibles valores son los siguientes:

  • 0 (Aceptar): el punto se ubicó en la red.
  • 1 (No ubicado): el punto no se ubicó en la red y no se incluye en el análisis.
  • 2 (Elemento de red no localizado): el elemento de red identificado por los campos de ubicación de red del punto no se pudo encontrar. Esto puede producirse si se eliminó un elemento de red donde debería estar el punto y la ubicación de red no se volvió a calcular.
  • 3 (Elemento no transitable): el elemento de red donde está ubicado el punto no es transitable. Puede ocurrir cuando el elemento está restringido por un atributo de restricción.
  • 4 (Valores de campo no válido): los valores de campo caen fuera de un rango o un dominio de valor codificado. Por ejemplo, existe un número negativo donde se requieren números positivos.
  • 5 (No ha llegado): el solucionador no puede alcanzar el punto. El punto puede estar en un área separada y desconectada de la red con respecto a las demás entradas, o barreras o restricciones evitan el desplazamiento con respecto al punto.
  • 6 (Violación de ventana de tiempo): no se pudo alcanzar el punto dentro de las ventanas de tiempo designadas. Este estado solo se aplica a tipos de análisis de red que admiten ventanas de tiempo.
  • 7 (No ubicado en el más cercano): la ubicación de red más cercana al punto no se puede atravesar debido a una restricción o barrera, de modo que el punto se ha ubicado en la entidad de red más cercana que se puede atravesar.

Long

Network location fields

  • SourceID
  • SourceOID
  • PosAlong
  • SideOfEdge
  • SnapX
  • SnapY
  • SnapZ
  • DistanceToNetworkInMeters

Conjuntamente, estas propiedades describen el punto en la red donde se encuentra el objeto.

Obtener más información sobre ubicación de entradas en una red

Routes

These are the output routes. The routes describe the region each route will operate, the amount of waste collected, and the travel time and distance.

The output Routes table includes all fields from the input Routes table as well as additional fields describing how each route serviced the stops. Only fields that are added to the output are listed below.

Field nameDescriptionData type

ObjectID

Id. de objeto de la entidad.

ObjectID

Describes constraints violated by the route. The constraints are given as integers as described in the list below.

  • Capacities exceeded (1)—The preassigned stops cannot be assigned to the route, because assigning the stops will exceed the total route capacity as specified by the route's Capacities field value.
  • MaxTotalTime exceeded (2)—The travel time from the start depot to the end depot plus the service and wait times at both depots exceeds the total time for the route as specified by the route's MaxTotalTime field value.
  • MaxTotalDistance exceeded (4)—The travel distance from the start depot to the end depot exceeds the total travel distance for the route as specified by the route's MaxTotalDistance field value.
  • Unreachable (10)—A preassigned stop is located on a network element that cannot be reached by the route.
  • Cannot insert required renewal (12)—A route exceeds its capacity and needs to visit a route renewal; however, the associated route renewal has a null sequence value in the presence of preassigned stops and cannot be inserted anywhere without introducing other violations.

Long

StopCount

The number of stops serviced by this route.

Long

RenewalCount

The number of renewal visits needed by this route.

Long

TotalBins_1

The total number of bins for fraction 1 serviced by this route.

Double

TotalWeight_1

The total physical weight of waste for fraction 1 collected by this route.

Double

TotalVolume_1

The total volume of waste for fraction 1 collected by this route.

Double

TotalBins_2

The total number of bins for fraction 2 serviced by this route.

Double

TotalWeight_2

The total physical weight of waste for fraction 2 collected by this route.

Double

TotalVolume_2

The total volume of waste for fraction 2 collected by this route.

Double

TotalTime

The total route duration. This includes travel time as well as service times at stops, renewals, and starting and ending depots.

The value is in the units specified by the timeUnits property of the analysis object.

Double

TotalTravelTime

El tiempo de viaje total para la ruta.

The value is in the units specified by the timeUnits property of the analysis object.

Double

TotalStopServiceTime

The total service time spent at all stops on the route.

The value is in the units specified by the timeUnits property of the analysis object.

Double

TotalDistance

La distancia de viaje total para la ruta.

The value is in the units specified by the distanceUnits property of the analysis object.

Double

EndTime

The ending time of the route. The route ends upon completion of service at the ending depot. This end time reflects the travel times that were used during the optimization by the solver.

Time Only

RouteLines

The output route lines describing the paths taken through the network to visit the stops.

Field nameDescriptionData type

ObjectID

Id. de objeto de la entidad.

ObjectID

RouteName

The name of the route with which this route segment is associated. The RouteName field is a foreign key to the Name field in the Routes class.

Text

CollectionSequence

The sequence of the route's collection segments.

Long

Activity

Indicates whether the driver collected bins while traversing the route segment. The constraints are given as integers as described in the list below.

  • Collect Both Sides (1)—The driver collects bins from both sides of the street while traversing the route segment.
  • Collect Left Side (2)—The driver collects bins from the left side of the street while traversing the route segment.
  • Collect Right Side (3)—The driver collects bins from the right side of the street while traversing the route segment.
  • Stem (4)—The driver traverses the route segment from the depot to the first stop, from a stop to the renewal, or from the renewal to a stop or a depot.
  • Traverse (5)—The driver traversed the route segment to get from one place to another without collecting bines.

Long

ArriveTime

The time the route starts traversing this route segment in the time zone of the route's starting depot.

Time Only

DepartTime

The time the route finishes traversing this route segment in the time zone of the route's starting depot.

For collection segments, the depart time includes the service time of stops visited on this route segment. For stem segments, the service time at the renewal or depot is not included, because that is accounted for at the renewal or depot location and not on the route segment.

Time Only

StopCount

The number of stops from which to collect waste on this route segment. This field is null if no waste is to be collected.

Long

Bins_1

The number of bins for fraction 1 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Weight_1

The physical weight of waste for fraction 1 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Volume_1

The volume of waste for fraction 1 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Bins_2

The number of bins for fraction 2 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Weight_2

The physical weight of waste for fraction 2 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

Volume_2

The volume of waste for fraction 2 to collect on this route segment. If the route traverses this route segment without collecting waste, this field will be null.

Double

ReportGrouping

This field is used to group route segments in output waste collection reports to allow for close-up maps for each group.

Long

Renewals

The output is a copy of the input Renewals table with additional information about how the renewals were located on the network.

The output Renewals table includes all fields from the input Renewals table. Only fields that are added to the output are listed in the following table:

FieldDescriptionData type

ObjectID

Id. de objeto de la entidad.

ObjectID

Status

Especifica el estado del punto con respecto a su ubicación en la red y el resultado del análisis. Los posibles valores son los siguientes:

  • 0 (Aceptar): el punto se ubicó en la red.
  • 1 (No ubicado): el punto no se ubicó en la red y no se incluye en el análisis.
  • 2 (Elemento de red no localizado): el elemento de red identificado por los campos de ubicación de red del punto no se pudo encontrar. Esto puede producirse si se eliminó un elemento de red donde debería estar el punto y la ubicación de red no se volvió a calcular.
  • 3 (Elemento no transitable): el elemento de red donde está ubicado el punto no es transitable. Puede ocurrir cuando el elemento está restringido por un atributo de restricción.
  • 4 (Valores de campo no válido): los valores de campo caen fuera de un rango o un dominio de valor codificado. Por ejemplo, existe un número negativo donde se requieren números positivos.
  • 5 (No ha llegado): el solucionador no puede alcanzar el punto. El punto puede estar en un área separada y desconectada de la red con respecto a las demás entradas, o barreras o restricciones evitan el desplazamiento con respecto al punto.
  • 6 (Violación de ventana de tiempo): no se pudo alcanzar el punto dentro de las ventanas de tiempo designadas. Este estado solo se aplica a tipos de análisis de red que admiten ventanas de tiempo.
  • 7 (No ubicado en el más cercano): la ubicación de red más cercana al punto no se puede atravesar debido a una restricción o barrera, de modo que el punto se ha ubicado en la entidad de red más cercana que se puede atravesar.

Long

Network location fields

  • SourceID
  • SourceOID
  • PosAlong
  • SideOfEdge
  • SnapX
  • SnapY
  • SnapZ
  • DistanceToNetworkInMeters

Conjuntamente, estas propiedades describen el punto en la red donde se encuentra el objeto.

Obtener más información sobre ubicación de entradas en una red

RenewalVisits

This is each instance of a renewal being visited by a route, including the time of the visit and information about the amount of waste unloaded at the renewal. A maximum of three renewal visits per route is supported.

FieldDescriptionData type

ObjectID

Id. de objeto de la entidad.

ObjectID

RouteName

The name of the route this renewal applies to.

The value of this field corresponds to a value in the Name field of a route in the Routes output class.

Text

RenewalName

The name of the renewal where the truck was unloaded.

The value of this field corresponds to a value in the Name field of a route in the Renewals output class.

Text

Sequence

The sequence of the visited renewal along the route.

Long

ArriveTime

The arrival time at the renewal.

Time Only

DepartTime

The departure time from the renewal.

Time Only

UnloadedBins_1

The number of bins collected for fraction 1 unloaded at the renewal.

Double

UnloadedWeight_1

The physical weight of waste for fraction 1 unloaded at the renewal.

Double

UnloadedVolume_1

The volume of waste for fraction 1 unloaded at the renewal.

Double

UnloadedBins_2

The number of bins collected for fraction 2 unloaded at the renewal.

Double

UnloadedWeight_2

The physical weight of waste for fraction 2 unloaded at the renewal.

Double

UnloadedVolume_2

The volume of waste for fraction 2 unloaded at the renewal.

Double

DirectionPoints

Son las indicaciones paso a paso de salida para las rutas calculadas en el análisis, representadas como ubicaciones de puntos a lo largo de las rutas donde se producen eventos de indicación o maniobras específicos.

Field nameDescriptionData type

ObjectID

Id. de objeto de la entidad.

ObjectID

RouteID

The ObjectID value of the output Routes feature with which this direction point is associated.

Largo

Sequence

La secuencia de los puntos de indicación de la ruta, empezando por 1.

Largo

DirectionPointType

Especifica el tipo de evento o maniobra de indicación descrito por el punto, designado por uno de los valores siguientes.

  • Encabezado (1)
  • Llegada (50)
  • Salida (51)
  • Recto (52)
  • Entrada a ferry (100)
  • Salida de ferry (101)
  • Bifurcación por el centro (102)
  • Rotonda (103)
  • Cambio de sentido (104)
  • Puerta (150)
  • Escaleras (151)
  • Ascensor (152)
  • Escaleras mecánicas (153)
  • Rampa peatonal (154)
  • Bifurcación a la izquierda (200)
  • Rampa izquierda (201)
  • Rotonda en el sentido de las agujas del reloj (202)
  • Cambio de sentido a la izquierda (203)
  • Doblar a la izquierda (204)
  • Giro a la izquierda (205)
  • Giro cerrado a la izquierda (206)
  • Giro a la izquierda y giro inmediato a la izquierda (207)
  • Giro a la izquierda y giro inmediato a la derecha (208)
  • Bifurcación a la derecha (300)
  • Rampa derecha (301)
  • Rotonda en sentido antihorario (302)
  • Cambio de sentido a la derecha (303)
  • Doblar a la derecha (304)
  • Giro a la derecha (305)
  • Giro cerrado a la derecha (306)
  • Giro a la derecha y giro inmediato a la izquierda (307)
  • Giro a la derecha y giro inmediato a la derecha (308)
  • Ascensor de subida (400)
  • Escaleras mecánicas de subida (401)
  • Escaleras de subida (402)
  • Ascensor de bajada (500)
  • Escaleras mecánicas de bajada (501)
  • Escaleras de bajada (502)
  • Evento general (1000)
  • Hito (1001)
  • Cambio de zona horaria (1002)
  • Evento de tráfico (1003)
  • Evento de barrera de coste de escala (1004)
  • Cruce de frontera (1005)
  • Infracción de restricción (1006)
  • Carril (1007)

Largo

RenewalID

The ObjectID value of the output Renewals feature with which this direction point is associated.

Long

DisplayText

Texto de las indicaciones que se va a mostrar en la aplicación que utiliza.

Texto

ArrivalTime

Hora en que ocurre el evento de indicación, en hora universal coordinada (UTC).

Fecha

ArrivalUTCOffset

La diferencia en minutos entre la hora local en la ubicación de maniobra y la hora UTC mostrada en el campo ArrivalTime.

Doble

Name

El nombre del punto de indicación.

Texto

ExitName

El nombre de salida de carretera que aparece en la instrucción de las indicaciones.

Texto

AlternateName

El nombre de origen alternativo que aparece en la instrucción de las indicaciones.

Texto

IntersectingName

El nombre de la calle de intersección o de cruce que aparece en la instrucción de las indicaciones.

Texto

BranchName

El nombre de rama del poste indicador que aparece en la instrucción de las indicaciones.

Texto

TowardName

El nombre del poste indicador hacia el destino que aparece en la instrucción de las indicaciones.

Texto

Level

El nivel de edificio en el que ocurre este evento de indicación. Este valor corresponde a la propiedad Level definida en el dataset de red utilizado para el análisis.

Largo

ShortVoiceInstruction

Texto corto que se usará como texto de la guía de voz en la aplicación que utiliza.

Texto

VoiceInstruction

Texto adicional, incluidas las abreviaturas expandidas y los plurales, que se usará como texto de la guía de voz en la aplicación que utiliza.

Texto

Azimuth

El rumbo en grados del vehículo que sale de este punto. El cero indica el norte.

Doble

FromIntersectingName

The name of the intersecting cross street where the collection will start.

Texto

ToIntersectingName

The name of the intersecting cross street where the collection will end.

Texto

DirectionLines

Son las líneas de ruta de salida calculadas en el análisis dividido en zonas para representar cada segmento de ruta entre ubicaciones de eventos o maniobras de DirectionPoints.

Nombre de campoDescripciónTipo de datos

ObjectID

Id. de objeto de la entidad.

ObjectID

DirectionPointID

El valor de ObjectID de la entidad de la tabla DirectionPoints con el que está asociada esta línea.

Largo

RouteID

El valor de ObjectID de la entidad Routes de salida con el que está asociada esta línea de indicación.

Largo

DirectionLineType

Especifica el tipo de situación de indicación descrito por esta línea, designado por uno de los siguientes valores:

  • Desconocido (0)
  • Segmento (1)
  • Segmento de maniobra (2)
  • Infracción de restricción (3)
  • Barrera de coste de escala (4)
  • Tráfico intenso (5)
  • Tráfico lento (6)
  • Tráfico moderado (7)

Largo

Meters

La longitud del segmento de línea medida en metros.

Doble

Minutes

El tiempo de viaje a lo largo del segmento de línea en minutos.

Doble

FromLevel

El nivel de edificio en el que se inicia este evento de indicación. Este valor corresponde a la propiedad Level definida en el dataset de red utilizado para el análisis.

Largo

ToLevel

El nivel de edificio en el que finaliza este evento de indicación. Este valor corresponde a la propiedad Level definida en el dataset de red utilizado para el análisis.

Largo