1. Introduction
In recent years there has been an increasing demand for detailed 3D (three dimensional, expressed e.g., by an xyz coordinate triple) building descriptions from Airborne Laser Scanning (ALS) also referred to as airborne LiDAR data. Adding the third dimension in comparison to 2D, planimetric ground plans allow analysing building heights and their variation, roof shapes and orientation, and visibility studies, in order to name but only a few applications. Particularly, the detection of roof planes can be used in several applications, such as 3D building modeling [
1], snow load capacity modeling [
2] or selecting suitable areas for the installation of solar panels [
3,
4]. The latter is the main focus of this paper, because there is a rising interest in finding suitable roof areas for installation of solar systems for cost effective sustainable energy production [
4].
Geometrical information of urban areas of interest can be obtained by using an ALS system, which consists of three main components: (i) a Global Positioning System (GPS), (ii) an Inertial Measurement Unit (IMU) and (iii), a Laser Scanner Unit. While the GPS receiver is used to record the aircraft position, the IMU measures the angular attitude of the aircraft (roll, pitch and yaw or heading). The Laser Scanner Unit transmits pulses of light toward the surface of interest and records both the travel time of the laser beam and the energy which is reflected by the surface [
5]. Depending on the Laser Scanner Unit, multiple returns can be detected for a single transmitted pulse. Typically, a part of the emitted pulse is reflected by a tree canopy, whereas gaps on the foliage allow parts of the energy to be reflected further down, e.g., on street level. By taking all flight parameters into account, i.e., measurements by the GPS/IMU systems and the travel time of the laser beam, the target location can be determined with high accuracy in a suited georeferenced coordinate system [
6]. Various error factors influence the accuracy of the derived 3D coordinates [
7–
9]. The 3D information obtained from the Laser Scanner Unit is stored as a point cloud. A point cloud is an unorganized set of 3D points (xyz-triples). The points are distributed irregularly inside surfaces, but typically not found at specific corners or edges. Detailed information on ALS systems can be found e.g., in [
10,
11].
A Digital Surface Model (DSM) can be derived from ALS data and describes the Earths surface, including all the objects on the ground. It also contains measurements of buildings, which can be extracted to calculate the solar radiation of an area of interest. This process is however accompanied by two main disadvantages. First, the aggregation of the 3D point cloud to a 2D raster cell often results in a loss of information, i.e., the third dimension and the resolution [e.g.,
12,
13]. Secondly, roof planes are not separated from other objects like vegetation and terrain in such models [
1]. To maintain the maximum achievable accuracy and hence to perform reliable solar potential computation, it is proposed to perform the process of detection of roof planes and the calculation of attributes like aspect and slope of each roof face directly within the original 3D point cloud. Thus, no down-sampling or initial interpolation is performed. Furthermore, shadows of nearby objects (e.g., vegetation, buildings) are considered by calculating the horizon of each point within the point cloud. This technique avoids the use of a DSM representing objects inadequately due to the interpolation process of the 3D point cloud. Cloud cover effects are respected by using data from a nearby meteorological ground station.
In this contribution we are presenting a new methodology for solar potential assessment of roof planes using the full 3D information of the point cloud. The presented algorithms were fully embedded in a Geographical Information System (GIS) [
14], which allows the use of its vector data model and its topological processing tools.
The paper is structured as follows. In Section 2, previous work on building detection, building extraction and solar potential analysis are presented. In Section 3, the methodology and the error assessment of the laser point segmentation are explained, followed by a detailed description of the solar potential analysis in Section 4. The results of the proposed method are described and discussed critically in Section 5. A conclusion is given in Section 6. In this paper the expression solar panel describes two types of devices: (i) photovoltaic devices that convert energy from the sun into electricity and (ii) solar thermal collectors, which use the energy of the sun to heat water.
3. Methods
3.1. Test site and datasets
The test site is located in an urban settlement in the city of Feldkirch (Vorarlberg/Austria) and covers an area of approximately 1 km × 1 km. Besides single houses and block buildings with mainly ridged roofs, the test site contains small structures such as cars, fences and vegetation of different geometry and types. In many cases the vegetation is found very close to buildings. This can lead to challenges separating buildings from vegetation, particularly when branches of nearby trees cover parts of a roof.
The data used for the development of the presented algorithm were provided by the Federal State of Vorarlberg. Laser scanning data are available for the whole area of the state and were acquired in 2004 by a Leica ALS-50 scanner with a wavelength of 1064 nm, a pulse repetition frequency of 57 kHz, a maximum swath width of 75° and maximum scan rates of 75 Hz. The average point density within the area of Feldkirch is 17 points/m
2 [
23]. The official DTM of Vorarlberg with 1 m resolution was available for this study. It was generated in the framework of the country-wide ALS project of the Federal State in 2004 using the method of robust interpolation [
24]. An orthophoto covering the whole test site was created in 2006 and was also available for the research. Additionally, a shaded relief map based on a 1 m DSM was created for the whole test site.
3.2. Workflow
For building detection from ALS data, two successive steps are performed. First, the terrain points are separated from the object points [
13], and secondly the objects of interest are detected within the off-terrain points. By subtracting the terrain from the absolute point heights and removing points below a defined relative height threshold, the influence of the terrain and low objects such as small vegetation, cars, fences etc. are eliminated. The calculation of point features such as its normal vector and surface roughness, followed by a seed point selection and region growing process are applied to detect the roof planes in the 3D point cloud. To determine the solar radiation of each roof segment, its inclination, aspect and area are calculated. Error assessment based on orthophotos and a shaded relief is performed to estimate the accuracy of the roof detection process. The proposed workflow is shown in
Figure 1.
3.3. Selection of object points
The presented algorithm focuses on roof planes only. Therefore, points having a height of more than 2 m above the terrain are selected for the classification and segmentation process. To remove those points that are not of further interest (terrain points, points on cars, etc.), the relative height value is derived by subtracting from each laser point elevation the elevation of an underlying DTM. After applying the threshold on relative height (> 2 m), the points with their original elevations are used for further processing. Using the relative height value of each laser point would lead to deformations or change of orientation of roof planes where the underlying DTM is not strictly flat such as in hilly or sloped terrain.
3.4. Feature calculation
In contrast to other high objects detected by an ALS, like vegetation, roofs are composed of one or more planar parts, i.e. roof planes, dependent on the roof type. Thus, points belonging to the same planar region must have similar normal vectors, which can be estimated by fitting an orthogonal regression plane to each point and its
k nearest neighbors [
12]. The surface roughness, defined as the standard deviation of the orthogonal fitting residuals [
25], is used as an additional feature to verify local planarity of a point.
3.5. Seed point selection and region growing
The lower its local roughness, the more likely the chance that a point lies on a planar face. Hence, all points are ordered by ascending roughness. The points having a roughness value below a defined threshold are potential seed points for the region growing process. The seed point’s k nearest neighbors are evaluated by: (i) similarity of normal vectors and (ii) 3D distance between seed point and neighbor. If a neighbor fulfills both criteria, it is accepted as belonging to the segment and is used as a next seed point.
Similarity of normal vectors is fulfilled if the angle between the normal vector of the seed point and the normal vector of the neighbor is within a predefined threshold. A maximum distance between the seed point and its neighbors is used to check the second criterion.
Once the current segment reaches a predefined number of points an orthogonal regression plane is fitted to the segment and its normal vector is taken as reference vector to verify the similarity to the normal vectors of the candidate points. This step is repeated as soon as a new point becomes part of the current segment. A segment grows until it reaches the ridge or the edge of a roof. Points being part of a segment are removed from the available points and the algorithm continues until all potential seed points are used. Defining a minimum number of points per segment helps to remove small segments that are not of further interest, e.g., chimneys.
3.6. Calculation of slope and aspect
Slope (γ) and aspect of the detected roof planes are of fundamental importance to perform solar potential analysis. The slope is determined by calculating the angle between the normal vector of the fitted plane (Section 3.5.) and the z-axis.
The aspect of each roof plane is determined by the angle between the projected normal vector on the horizontal plane (xy-plane) and the geographic north direction. The latter is typically the y-axis, but because of cartographic projection small deviations may occur.
3.7. Area of segments
The area of each segment is required to calculate its potentially available solar radiation. According to Höfle
et al. [
25] and Da [
26] two dimensional alpha shapes [
27] can be used to derive the outline of a dense unorganized set of data points in 2D space. An alpha shape of a given finite point set
S, expresses the intuitive notion of the “shape” of
S as a polytope that is determined by
S and a real parameter
α, whereas
α controls the level of detail reflected by the polytope [
28].
To determine the outline of a roof segment, all points representing a roof plane in 3D space are projected on the xy-plane by maintaining the real area of each segment as shown in
Figure 2. Before projecting the points on the xy-plane each point is orthogonally projected on the plane of the current roof segment. The slope
γ of each segment determines the equal angles
β and
δ (
Figure 2) and consequently the direction, which is needed to project each point on the xy-plane. Once the points are projected two dimensional alpha shapes are used to derive the area of each roof plane. The alpha value
α is the determining factor for the resulting shape of the boundary of the segment. As one can see in
Figure 3 the segment boundary varies as a function of
α. A large alpha value (
α → ∞) results in a shape representing the convex hull. A very small alpha value (
α → 0) degenerates the alpha shape to the point-set [
26]. The average point distance is a good estimate to find an optimal alpha value that produces the exterior boundary of the current segment.
3.8. Error assessment
This paper focuses on the solar potential analysis of roof planes. Therefore, it is important to detect as many roof planes as possible. Due to lack of terrestrially measured data of roof planes and the occurrence of shifts in the available orthophotos, the accuracy of the position of the detected roof planes can not be determined as adequately as in e.g. Kaartinen
et al. [
18]. Hence, an object-based error assessment is performed to check completeness of the extracted roof planes. Each roof plane within the selected area is labeled with a reference point in its center on the basis of orthophotos and a shaded relief. The shaded relief calculated from the DSM is additionally used because the ALS data and the orthophotos were acquired in different years and might differ in some regions. Small dormers are not considered because during the segmentation process, small segments not having a minimum number of points are removed (Section 3.5.). They are not suitable for the installation of solar panels. The digitized points are compared to the derived polygons (Section 3.7.) by performing a point in polygon test. The accuracy of the segmentation is expressed by completeness and correctness.
4. Solar Potential Analysis
4.1. Theory
According to Šúri and Hofierka [
29], three factors determine the interaction of the solar radiation with the Earth’s atmosphere and surface: (i) The geometry of the Earth: its rotation and revolution around the sun determines the available extraterrestrial radiation based on solar position above horizon. (ii) The topography of the terrain, i.e., the slope, the aspect and shadowing effects of neighboring terrain features, modifies the distribution of the radiation input to the earth surface. (iii) The attenuation of the atmosphere caused by gases, solid and liquid particles and clouds.
The first two factors can be modeled at a high level of accuracy using astronomic formulas. Due to the dynamic nature of the atmosphere and its complex interactions, modeling the atmospheric attenuation is still a challenging task and reaches only a certain level of accuracy.
The air mass and optical thickness, which influence the attenuation by gas can be calculated at a good level of accuracy using formulas proposed by Kasten and Young [
30]. The attenuation by solid and liquid particles can be described by the Linke turbidity factor, which indicates the optical density of hazy and humid atmosphere in relation to a clean and dry atmosphere. Values for the Linke turbidity factor differ between geographical location and season and can be taken from literature [
31]. The calculation of the atmospheric attenuation depends on a number of variables, such as position and number of layers of clouds, their optical properties and their instantaneous thickness. Detailed descriptions can be found in Šúri and Hofierka [
29], Kasten and Young [
30], Hofierka and Šúri [
32], Kasten and Czeplak [
33], and Kasten [
34].
This paper proposes a model, which estimates the global solar radiation of a point of interest under clear sky as well as under cloud covered conditions. The global solar radiation is calculated by the sum of the direct and the diffuse radiation. The direct radiation is the part of the radiation which reaches the surface directly without being reflected or scattered by the atmosphere. The diffuse radiation is scattered radiation that reaches the surface. Formulas, estimating the direct and the diffuse component are taken from [
32]. A short overview is given in
Appendix 7.. Sunrise and sunset times, the position of the sun and its incidence angle on the surface are computed using the SOLPOS Code developed by the National Renewable Energy Laboratory [
35].
Cloud cover effects are considered by using data from a nearby meteorological station and calculating the clear sky index
kc, defined in
Equation 1. On horizontal surfaces it is defined as the ratio of the global radiation under overcast conditions
Gh and clear sky conditions
Ghc [
29].
An inclined surface has a different ratio of direct and diffuse radiation than a horizontal surface. Therefore the direct and the diffuse component should be treated separately and the clear sky index has to be determined for each of the two components. In this case the meteorological stations have to measure both the diffuse and the direct component of the global radiation. In our approach the clear sky index used for horizontal planes is also used for inclined roof facets due to lack of data from meteorological stations. Once the clear sky index is determined, the direct and the diffuse component under overcast conditions on horizontal and inclined surfaces can be calculated [
29,
32].
To avoid a loss of information, the extracted points (Section 3.) are not interpolated to a raster. The solar potential analysis is performed at a sub segment level. For this purpose each segment is represented by a number of uniformly distributed points (Section 4.2.). For each of these points the solar potential is determined.
4.3. Shadowing effects
In this paper, shadowing effects of the surrounding terrain are not respected directly. They are included in the clear sky index (
Equation 1). The global radiation under clear sky conditions on a horizontal surface (very close to the meteorological ground station) is modeled by considering the shadows of a DTM. This procedure was chosen because on clear sky days the meteorological ground station is also affected by shadowing effects of the surrounding terrain. Values under overcast conditions are represented by 30-years measurements of the global radiation of a nearby meteorological ground station. Shadows of neighboring objects are variable for each roof facet and are considered by calculating the horizon of each individual point within the original point cloud. Therefore, a line from the point of interest to a point lying in a defined distance in annual minimum solar azimuth angle direction is created. All points within a defined distance to the line are taken to check the horizon of the point of interest in the current direction as illustrated in
Figure 4.
The ratio between distance and difference in height determines the angle η. The maximum angle within the profile line is equal to the minimum solar elevation angle that is needed to have a line of sight between the point of interest and the sun i.e. the point is not within a shaded area. Once the angle η is determined, the line is rotated clockwise in defined degree increments and the horizon is calculated for the current direction. This step is repeated until the line reaches the annual maximum solar azimuth angle.
Thus, one gets the minimum solar elevation angle for each solar azimuth angle. Points having no neighbors within a defined distance because of reflections from small objects e.g. birds, lanterns etc. are removed from the profile line and are not considered for computing the horizon. If there are power lines within the area, methods for linear feature extraction based on eigenvalues could be used to determine and exclude those points [
36]. Furthermore, points within the profile line must have a defined minimum distance to the point of interest. This avoids points being very close to the point of interest and differing in elevation (due to noise occurring during measurement) casting a shadow.
For each sun position, which is used to compute the global solar radiation, the angle
η is checked. If a point is within a shaded area its direct radiation is set to zero for the current sun position and only its diffuse component is respected. Hence, partly shaded roof planes are also considered and one can see which part of the roof plane is suitable for the installation of solar panels.
Figure 5 illustrates shadowing effects considered in the presented approach.
4.4. Implementation
Table 1 shows the algorithm which is applied on the extracted roof segments.
The solar potential analysis is performed for each uni-point of a segment, whereas the normal vector of each point is equal to the normal vector of the segment the point is belonging to. This is reasonable because solar panels are planar facets and their surface does not vary either.
The sun position is calculated for each day of the year from sunrise till sunset in one hour steps. Each
uni-point is treated separately. If the considered
uni-point is within a shaded area, its direct radiation is set to zero and only the diffuse component is calculated. If the position of the sun is less than one hour before sunset, the global radiation
Grad is given as described in
Equation 2:
where
remsunset are the remaining minutes until sunset. As a result of the algorithm, the annual sum of the direct and diffuse radiation on each laser point lying on a roof plane is calculated. In a next step, the arithmetic mean of the solar radiation per segment can be calculated and multiplied with its size (Section 3.7.). Thus, one gets the available solar energy per roof segment.
5. Discussion
In this section the results of the roof segmentation process, error assessment and solar potential analysis are presented.
5.1. Roof plane detection
As a result of the region growing process (Section 3.5.) all points covering roof planes are detected, classified by roughness and segmented into homogeneous areas of similar normal vectors. Each segment represents one roof plane and vegetation is removed (
Figure 6). Best results are achieved by applying the settings shown in
Table 2.
A roughness threshold of 0.35 meters removed points on non-planar objects like e.g. vegetation from the potential seed points list. A maximum distance value of 0.5 m from the current seed point to the next potential seed point is chosen during the region growing process. Furthermore, the angle between the compared normal vectors should be within a threshold of 17 degrees to keep the current segment growing. A neighborhood of 27 nearest neighbors and a minimum segment size of 90 points turned out to be the best parameters for the segmentation.
As one can see in
Figure 7(b), roof ridges are not always detected by the segmentation algorithm. Points having a normal vector that differs beyond a defined angle threshold do not become part of the current segment.
As illustrated in
Figure 7, the normal vector of points on roof ridges is more or less vertical to the ground. Note that the number
k of nearest neighbors strongly influences the resultant normal.
Depending on the defined angle threshold and the inclination of the roof facet, the angle between the normal vector of points on roof ridges and the normal vector of the current segment exceeds the threshold in many cases. Another reason for missing roof ridges is the roughness value of each point. It is higher on roof ridges than on other parts of the roof. Using a robust plane fit for feature calculation would improve the results and the segment could grow closer to the ridge. A higher point density would result in the same effect, because the neighborhood (spatially seen) of each point for feature calculation can be reduced. The area of each roof plane as determined by the algorithm can in practice deviate from the actual area that is available for the installation of solar panels.
Figure 7(b) shows that the area can be disturbed by “holes”, caused by chimneys, dormers or windows, that were closed by alpha shapes. Therefore not all of the detected area of the roof facet might be suitable for the installation of solar panels. These cases are not considered yet but are planned for future studies.
When branches of nearby vegetation cover parts of a roof facet it may become difficult to distinguish between points on buildings and vegetation points. In some cases it is impossible to detect roof facets below dense vegetation because laser shots did not reach the surface of the roof and thus it is not represented in the point cloud. In other cases vegetation points became part of a roof plane because the segmentation algorithm cannot distinguish between planar faces and vegetation. Either the vegetation has planar characteristics similar to the neighboring roof facet or a high percentage of roof points was used to calculate features (i.e., normal vector, roughness) of a point covering vegetation and influenced the results. Hence the segment grows until none of the
k nearest neighbors of the seed points fulfills the predefined conditions. A high percentage of detected roof facets including vegetation could be corrected by adjusting the parameters (
Table 2) of the segmentation process. Another problem occurred with hedges within the selected area. Due to their density and height above ground (i.e., >2 m) they are also recognized as planar patches and could hardly be removed by adjusting settings.
5.2. Error assessment
Within the selected area, 1,003 roof planes were visually identified and labeled by an inspection of the available shaded relief and orthophoto products. The detection procedure results in 1,071 roof areas, whereas 947 of them correspond to the reference dataset. Consequently, 56 were not detected and 124 were not correctly classified. These results lead to a completeness of 94.4% and a correctness of 88.4%.
The applied error assessment includes both the (i) quality of segmentation and (ii) quality of classification. The latter is included in completeness and correctness. The former can be expressed by checking over- and undersegmentation. Oversegmentation occurs if a roof plane labeled with reference point is segmented in more than one segment. Undersegmentation is the case if several labeled roof segments are detected as one segment. Neither of them occurs in our approach.
5.3. Solar potential analysis
Figure 8 shows the clear sky index over the course of the year, respecting and not respecting shadows of the DTM, which was resampled to a resolution of 10 m.
The closer the clear sky index is to 1.0, the more the modeled and the measured values coincide. The location of the meteorological ground station is strongly influenced by shadows of the terrain during the winter time, when the sun elevation angle is relatively small. From spring till fall these shadows are negligible and the meteorological ground station is only affected by clouds.
Figures 10(a) and
10(b) shows the results of the solar potential analysis for surfaces of different inclination and aspect angles within the test area. Both, the distribution of the global radiation under clear sky and under overcast conditions are shown over the course of the year. Shadowing effects of nearby objects are not respected in this case. They differ between the roofs and are variable for each building.
In
Figure 10(b) the clear sky index, which is computed for every single day is used to correct the modeled values shown in
Figure 10(a).
Figure 10(a) also includes the measured radiation of the nearby meteorological ground station.
This is equal to the line representing a flat roof in
Figure 10(b), because the clear sky index is the ratio between the measured values and the values modeled for a flat roof. While a flat roof reaches a maximum global solar radiation value of 8.754 kWh/m
2/day under clear sky conditions (
Figure 10(a)), its maximum value is 5.068 kWh/m
2/day under real sky conditions (
Figure 10(b)). Furthermore, it can be asserted that the inclination angle of the roof and its aspect plays an important role in both cases, under clear sky and under real sky conditions. Particularly during the winter time (when the demand for energy is higher than during summer time), south orientated roof panels gain much more energy than those orientated in other directions. During the summer time flat surfaces receive the most solar energy. This is due to the solar incidence angle, which is measured between surface and sun ray and is the steepest on horizontal surfaces during that time. A further result is shown in
Figure 10. The horizon of each point is used to respect shadows of nearby objects i.e vegetation, buildings and the roof itself. Parts of a roof, which are covered by shadows receive less energy than uncovered ones and one can see which part is suitable for the installation of solar panels. By using methods for linear feature extraction to determine and exclude points on e.g. power lines from the 3D horizon, roof ridges are not considered either as an object point casting a shadow.
Having more detailed data from meteorological ground stations and determining the clear sky index for the diffuse and the direct radiation separately can lead to better results, particularly on inclined surfaces. As mentioned above (Section 4.3.) the clear sky index already includes shadows of the terrain but not of the surface. On clear sky days, the meteorological ground station is also affected by the surrounding terrain. If one does not consider these shadows in the clear sky index, this index will be underestimated. Failures in calculation might occur at locations that are affected by shadows of the terrain, which do not influence the meteorological ground station. Another aspect, which can be taken into account is that during winter time the influence of nearby trees on a roof plane is less than during summer time. Transparent shadow values could be introduced and improve the results.
Figure 11 show a breakdown of the detected roof planes with respect to their arithmetic mean of annual incoming solar energy, by number of roof planes. A high percentage (75.5%) of detected roof planes receive more than 700 kWh/m
2 of solar energy. If they are suitable for the installation of solar panels must be clarified by detailed planning.
6. Conclusions
In recent years, a lot of algorithms have been developed which calculate the solar potential on basis of 2.5D raster data. However, rasterization of the point cloud is always accompanied with loss of information and thus the full potential of the ALS data concerning accuracy and resolution is not exploited. Particularly, when calculating the solar radiation of roof planes, their aspect, inclination angle and area play an important role. They are the determining factors of the solar potential analysis and have a significant impact on the results.
The presented method detects roof planes in the 3D point cloud with 94.4% completeness and 88.4% correctness and maintains the maximal achievable accuracy. Shadowing effects of nearby objects are considered by computing the horizon of each point within the 3D point cloud. Using a DSM would lead to deviations at roof overhangs, chimneys, dormers etc. due to the rasterization process and thus shadows are not represented properly. Furthermore, single high points e.g. on an antenna, would affect the roof facet like a wall, which is not there. Single high points of the point cloud are not considered as belonging to the horizon in the presented approach, and thus no shadow will be cast. Cloud cover effects are respected by determining the clear sky index, which also includes shadows of the terrain.
This approach allows the detection of suitable roof planes in a fast, accurate and cost effective way. In particular areas which are strongly affected by shadows can be excluded from a potential suitable areas list quickly. Detailed plannings including determination of the optimal inclination angle of solar panels and the available area are required for each building, which seems to be suitable for the installation of such devices.
However, this method cannot only be used to perform solar potential assessment of roof planes. It can be applied to a variety of applications. Many natural processes are directly influenced by the incoming solar energy e.g. permafrost distribution [
37], evapotranspiration (sum of evaporation and transpiration) [
38] and hence it can be thought about integrating this approach in models simulating these processes.
Nevertheless, many improvements can still be made (Section 5.) and are planned for future studies. The presented approach shows promising results and offers a number of applications.
Share and Cite
MDPI and ACS Style
Jochem, A.; Höfle, B.; Rutzinger, M.; Pfeifer, N.
Automatic Roof Plane Detection and Analysis in Airborne Lidar Point Clouds for Solar Potential Assessment. Sensors 2009, 9, 5241-5262.
https://doi.org/10.3390/s90705241
AMA Style
Jochem A, Höfle B, Rutzinger M, Pfeifer N.
Automatic Roof Plane Detection and Analysis in Airborne Lidar Point Clouds for Solar Potential Assessment. Sensors. 2009; 9(7):5241-5262.
https://doi.org/10.3390/s90705241
Chicago/Turabian Style
Jochem, Andreas, Bernhard Höfle, Martin Rutzinger, and Norbert Pfeifer.
2009. "Automatic Roof Plane Detection and Analysis in Airborne Lidar Point Clouds for Solar Potential Assessment" Sensors 9, no. 7: 5241-5262.
https://doi.org/10.3390/s90705241
APA Style
Jochem, A., Höfle, B., Rutzinger, M., & Pfeifer, N.
(2009). Automatic Roof Plane Detection and Analysis in Airborne Lidar Point Clouds for Solar Potential Assessment. Sensors, 9(7), 5241-5262.
https://doi.org/10.3390/s90705241
Article Metrics
Article Access Statistics
For more information on the journal statistics, click
here.
Multiple requests from the same IP address are counted as one view.