From adae71f5a0e7ad7a390fe771992ce8cc31512de5 Mon Sep 17 00:00:00 2001 From: ebocher Date: Fri, 8 Dec 2023 11:25:13 +0100 Subject: [PATCH] Fix issue #884 --- .../groovy/org/orbisgis/geoclimate/osm/WorkflowOSM.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osm/src/main/groovy/org/orbisgis/geoclimate/osm/WorkflowOSM.groovy b/osm/src/main/groovy/org/orbisgis/geoclimate/osm/WorkflowOSM.groovy index 0ed21dbfb9..fa31d4ced6 100644 --- a/osm/src/main/groovy/org/orbisgis/geoclimate/osm/WorkflowOSM.groovy +++ b/osm/src/main/groovy/org/orbisgis/geoclimate/osm/WorkflowOSM.groovy @@ -595,7 +595,7 @@ Map osm_processing(JdbcDataSource h2gis_datasource, def processing_parameters, d def outputTable = Geoindicators.SpatialUnits.createGrid(h2gis_datasource, geomEnv, 200, 200) if (outputTable) { String ground_acoustic = Geoindicators.NoiseIndicators.groundAcousticAbsorption(h2gis_datasource, outputTable, "id_grid", - buildingTableName, roadTableName, hydrographicTableName, + results.building, roadTableName, hydrographicTableName, vegetationTableName, imperviousTableName) if (ground_acoustic) { results.put("ground_acoustic", ground_acoustic) @@ -618,7 +618,7 @@ Map osm_processing(JdbcDataSource h2gis_datasource, def processing_parameters, d if (grid) { String rasterizedIndicators = Geoindicators.WorkflowGeoIndicators.rasterizeIndicators(h2gis_datasource, grid, grid_indicators_params.indicators, - buildingTableName, roadTableName, vegetationTableName, + results.building, roadTableName, vegetationTableName, hydrographicTableName, imperviousTableName, results.rsu_lcz, results.rsu_utrf_area,