Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floor area indicator #44

Open
ebocher opened this issue Sep 27, 2017 · 1 comment
Open

Floor area indicator #44

ebocher opened this issue Sep 27, 2017 · 1 comment

Comments

@ebocher
Copy link
Member

ebocher commented Sep 27, 2017

Title
Compute the floor area indicator.

Definition
The floor area is defined as the sum of the area for each level. A level is defined by a numeric value that represents the number of floors.

Domain
The input feature is a geometry, polygon or multipolygon. It contains a level value in the range 0 to +inf;

If the input feature is polygon or a multipolygon do
If the level <= 0
then floor area = area of geometry
else
then floor area += areas for each level
else
return null

Test
Check the domain

Usage

Compute the building’s floor area.

Implementation
Spatial SQL functions exposed as WPS process

Bibliography

@ebocher
Copy link
Member Author

ebocher commented Nov 27, 2017

Will be computed with a generic SQL expression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant