-
Notifications
You must be signed in to change notification settings - Fork 11
Connect prices with features to set build cost
Giswater connects prices with feature elements through catalogs. Only the information related to dimensions (depth or length) is captured from feature. The rest of data comes from catalogs
You can use the import csv tool and the sample csv files \plugins\giswater\resources\example\csv\db_prices_*
to import your first prices database
Tables plan_price and plan_price_cat will be filled
On config_param_system set parameter admin_currency
PRICES: [cost
], [cost_unit
], [m2bottom_cost
], [m3protect_cost
]
DIMENSION VALUES: [dext
(mm-ws)(m-ud)], [z1
(m)], [z2
(m)], [width
(m)], [area
(m2)], [estimated_depth
(m)], [bulk
(mm)]
For more detail: cat_arc
PRICES: [cost
], [cost_unit
]
DIMENSION VALUES [estimated_depth
(m)]
For more detail: cat_node
PRICES: [m2_cost
]
DIMENSION VALUES: [thickness
(m)]
For more detail: cat_pavement
PRICES: [m3exc_cost
], [m3fill_cost
], [m3excess_cost
], [m2trenchl_cost
]
DIMENSION VALUES: [y_param
(m/m)], [b
(m)], [trenchlinning
(%)]
For more detail: cat_soil
Check arcs have values on pavcat_id, soilcat_id and arccat_id
Check nodes have values on nodecat_id
Check connecs have links relateds and values on arc_id column
To get more informatión you can take a look on example projects