Skip to content

water balances

Xavier Torret edited this page Apr 17, 2022 · 18 revisions

Giswater is capable of generating water balances according to IWA standards by joining information from CRM values ​​and SCADA values ​​using GIS topology.

To work with CRM data, the rtc_hydrometer and ext_rtc_hydrometer_x_data tables must be populated. On the rtc_hydrometer table by using customer_code, this data can be linked to connecs, which are the objects in Giswater that the customers belong to. To relate tha connecs to the water network, Giswater uses links that connect connec to nodes and arcs with many possibilities. Finally, by using the ext_rtc_hydrometer_x_data with cat_period_id column, you can fill in the volume of water billed for each period and customer.

Once we have customers and his data related to the network, it is time to integrate the SCADA values. To work with it, we need to populate the ext_rtc_scada_x_data table using the same cat_period_id that we worked before with in ext_rtc_hydrometer_x_data. This is the most important question because the water balance will be calculated using a specific period. This data need to be syncronized.

Finally, when we have CRM data and SCADA data with synchronized period values, it is time to calculate the IWA indicators. To do this Giswater has several algorithms and capabilities that make it possible according to IWA standards.

Clone this wiki locally