3.5.033

INDEX

INVENTORY

Make Element layer identifiable usign Giswater Info

Giswater's info over an Element will return the same form used in Add Element tool. In this form is possible to view Element information and its Relations with other network elements such as nodes, arcs, connecs...

The same form will be shown when using Search tool form Elements. In earlier versions a basic form was shown in this process, where Relations were not possible to visualize.

Manage this form allow users to consult Element's information faster and easily.

New fields on Meter table

Three new fields have been added to man_meter table so they are now available on Meter type elements form.

  • real_press_max: sets the maximum real pressure on that meter getting it from the device.

  • real_press_min: sets the minimum real pressure on that meter getting it from the device.

  • real_press_avg: sets the average real pressure on that meter getting it from the device.

Difference between these new values and the ones related to pressure that already exist on node:

  • New ones: they are related to real values from an existing device on that feature.

  • Existing ones: calculated or functional values used on hydraulic modelization which cannot be real.

New function on Toolbox to capture address from closest street number

A new function have been added to Giswater's Toolbox. It is useful to set address to punctual network elements (node, connec, gully) getting it from its closest street number.

There are some parameters to be configured before running this process:

  • Input layer: NODE or CONNEC.

  • Selection type: Selected features or All features.

  • Type: To choose whether update ALL NODES, ALL CONNECS or just one feature type.

  • Field to update: To choose if you want to update POSTNUMBER or POSTCOMPLEMENT field. The most usual is postnumber, but if address number is not numeric, then you will need to update postcomplement.

  • Search buffer: Maximum distance to look for and address from the point.

  • Elements to update: To choose whether update ALL ELEMENTS or just the ones with STREETAXIS, POSTNUMBER or POSTCOMPLEMENT with NULL value.

Automatic calcul of sander depth (UD)

A new function allow the automatic calcul of sander depth for Manhole, Wjump and Chamber features.

This process is controlled using a variable stored in config_param_system table named edit_node_automatic_sander. If TRUE, the calcul will be done every time INSERT or UPDATE is done on specific features.

Calculation is done setting the difference between sys_ymax and sys_y1 of both node and related downstream arc.

The result will be stored and updated on sander_depth field of node.

OM

New system parameter to automatically set reviewed data as finished

When using Review tables, you need to set field_checked as TRUE to send the revision to audit_review tables.

Now there is a new variable stored in config_param_system table named edit_review_auto_field_checked that, if TRUE, will automatically set field_checked as TRUE with any date modification.

This will prevent field users from forgetting to set this value or simply make it easier to use by automating the process.

New review status: Only observations added, no data modification

Until now, there were 3 different status to establish the kind of changes that were done on the review. They were automatically set to review_status_id on audit tables. Now there is a new one:

  1. New element.

  2. There are changes on the geometry and maybe changes on the data.

  3. There are only changes on the data.

  4. (New!) There are no changes on the data or they are beneath the tolerance value but a there is a comment related to the review.

The comment when review_status_id=4 will be showed on review_obs field on audit tables.

Last updated