3.6.003

INDEX

INVENTORY

Add new function to make massive interpolation for nodes (UD)

Massive interpolation is a new function very similar to the conventional Interpolation Function that already exists and it updates the elevation of all nodes by means of interpolation.

This function has to be executed through SQL Query on a data base manager outside from QGIS and it only works for Giswater UD Projects. A sample query can be found in the upper part of the file where the function is stored. It is optional to carefully modify the last statement from the sample function, which corresponds to the "queryFilter" parameter. The "queryFilter" parameter can contain a SQL statement in order to execute the function for a specific group of nodes that share any characteristic (for example, those nodes whose elevation is a null value). The value for the "queryFilter" parameter (which is the SQL statement) can be left null by keeping its double quotes and therefore the function will work for all nodes without any exception.

SELECT ud.gw_fct_node_interpolate_massive ($${"client":{"device":4, "infoType":1, "lang":"ES"}, 
"form":{}, "feature":{}, "data":{"parameters":{"queryFilter":""}}}$$);

EPA

Go2Epa multistep approach

This enhancement not only consists of a more detailed log message when exporting the inp file but also consists of a better performance of the whole process. This means that the process is faster and does not block the tables of the database that are involved in it.

Add properties button in dscenario dialog

A button of Properties has been added to each individual dscenario in order to manage its general options in a more efficient way. The user can modify the general dscenario properties and eventually they will be updated immediately. On the other hand, the specific features involved in each dscenario can be modified the same way as before.

Improvements & fixes to flowregulator & demand actions

Some fixes have been done in the upper tool bar of the tab EPA that have been recently introduced in version 3.6.

ADMIN/SYSTEM

Drop config_visit_class_x_feature (unused table)

Table config_visit_class_x_feature have been deleted as this table is deprecated.

Reduce the time it takes to open the info form

Performance on opening the Info Form has been enhanced and now it opens faster.

Fix highlight for polygons

This prevents the plugin from crashing when using the Info Button for a polygon of a feature. Now, it is save to do this procedure without any problem.

Last updated