From df16304fd08820a24224ed258d644c28208af63e Mon Sep 17 00:00:00 2001 From: Bocher Date: Tue, 14 Sep 2021 09:31:53 +0200 Subject: [PATCH 1/2] Update to integrate JOSS review from @arbennett This PR intregates some changes : 1. Replace 2.5 geometries by 2D geometries. Wall and roof values are attributes to the spatial feature. 2. Clarify Block scale definition 2. Clarify RSU definition --- docs/articles/joss/paper.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/articles/joss/paper.md b/docs/articles/joss/paper.md index af9dac10ac..080e236c90 100644 --- a/docs/articles/joss/paper.md +++ b/docs/articles/joss/paper.md @@ -81,9 +81,9 @@ Table 1: GeoClimate features description and differences with similar commonly-u GeoClimate performs indicators computation at three spatial unit scales, a spatial unit being a POLYGON or MULTIPOLYGON geometry: -1. Building scale, defined as a collection of features represented by 2.5 geometries with attributes as measures for walls and roof, -2. Block scale, defined as a set of buildings touching each other (at least one point in common) or as an isolated building, -3. Reference Spatial Unit (RSU) scale, being the elementary unit to characterize all the characteristics of a piece of land (not only related to buildings but also to vegetation, water). +1. Building scale, defined as a collection of features represented by 2D geometries with attributes as measures for walls and roof. +2. Block scale, defined as the union of the geometries of buildings touching each other (at least one point in common). Note that the union can represent a single building. +3. Reference Spatial Unit (RSU) scale, being the elementary unit to characterize all the characteristics of a piece of land. The RSU are calculated according to several geographic informations that describe the territory and could have an impact on the urban climate: the road and rail network as well as the vegetation area and water surfaces (when they are sufficiently large to be considered as climatically important – default values are respectively 100’000 m² and 2’500 m²). The indicators in GeoClimate are calculated from vector GIS layers that represent the main topographic features: zone layer, building layer, road layer, railway layer, vegetation layer, water layer and impervious layer (depending on the use of GeoClimate, only some of the inputs may be needed). To guarantee the use of the algorithms and their outputs, the GIS layers must follow a set of specifications. These specifications are defined for each layer. They include notably the name and the datatype of the columns, the values used by the attributes, the dimension of the geometry. From f41918ee1eb84528b8841eb04bb2d3a14f3080ba Mon Sep 17 00:00:00 2001 From: Bocher Date: Tue, 14 Sep 2021 13:49:42 +0200 Subject: [PATCH 2/2] Update paper.md --- docs/articles/joss/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/joss/paper.md b/docs/articles/joss/paper.md index 080e236c90..d6f313344f 100644 --- a/docs/articles/joss/paper.md +++ b/docs/articles/joss/paper.md @@ -82,7 +82,7 @@ Table 1: GeoClimate features description and differences with similar commonly-u GeoClimate performs indicators computation at three spatial unit scales, a spatial unit being a POLYGON or MULTIPOLYGON geometry: 1. Building scale, defined as a collection of features represented by 2D geometries with attributes as measures for walls and roof. -2. Block scale, defined as the union of the geometries of buildings touching each other (at least one point in common). Note that the union can represent a single building. +2. Block scale, defined as the union of the geometries of buildings touching each other (at least one point in common). Note that an isolated building is then also consider as a block. 3. Reference Spatial Unit (RSU) scale, being the elementary unit to characterize all the characteristics of a piece of land. The RSU are calculated according to several geographic informations that describe the territory and could have an impact on the urban climate: the road and rail network as well as the vegetation area and water surfaces (when they are sufficiently large to be considered as climatically important – default values are respectively 100’000 m² and 2’500 m²). The indicators in GeoClimate are calculated from vector GIS layers that represent the main topographic features: zone layer, building layer, road layer, railway layer, vegetation layer, water layer and impervious layer (depending on the use of GeoClimate, only some of the inputs may be needed). To guarantee the use of the algorithms and their outputs, the GIS layers must follow a set of specifications. These specifications are defined for each layer. They include notably the name and the datatype of the columns, the values used by the attributes, the dimension of the geometry.