Skip to content

Commit

Permalink
Merge pull request #890 from ebocher/issue_884
Browse files Browse the repository at this point in the history
Fix issue #884
  • Loading branch information
ebocher authored Dec 8, 2023
2 parents a62146e + adae71f commit 3974115
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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,
Expand Down

0 comments on commit 3974115

Please sign in to comment.