Skip to content

Commit

Permalink
Add new tag to take into account construction areas
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Oct 6, 2023
1 parent 95cb062 commit ee0b205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ class WorflowOSMTest extends WorkflowAbstractTest {
datasource.load(urlZone, zone, true)
//Run tests
geoIndicatorsCalc(dirFile.absolutePath, datasource, zone, buildingTableName, roadTableName,
railTableName, vegetationTableName, hydrographicTableName, null, "","",
saveResults, svfSimplified, indicatorUse, prefixName)
railTableName, vegetationTableName, hydrographicTableName, "", "","",
saveResults, svfSimplified, indicatorUse, prefixName, false)
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class WorkflowAbstractTest {
*/
void geoIndicatorsCalc(String directory, def datasource, String zone, String buildingTableName,
String roadTableName, String railTableName, String vegetationTableName,
String hydrographicTableName, String imperviousTableName = null, String sealandmaskTableName ,
String hydrographicTableName, String imperviousTableName , String sealandmaskTableName ,
String urban_areas ,
boolean saveResults, boolean svfSimplified = false, def indicatorUse,
String prefixName = "", boolean onlySea = false) {
Expand Down

0 comments on commit ee0b205

Please sign in to comment.