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

Volume indicator #45

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

Volume indicator #45

ebocher opened this issue Sep 27, 2017 · 1 comment

Comments

@ebocher
Copy link
Member

ebocher commented Sep 27, 2017

Title
Compute the volume indicator.

Definition
The volume is defined as the product of the area and the height. The height is defined by a numeric value.

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

If the input feature is polygon or a multipolygon do
If the height <= 0
then volume = 0
else
then floor area = area * height
else
return null

Test
Check the domain

Usage

Compute the building’s volume.

Implementation
Spatial SQL functions exposed as WPS process

Bibliography

@ebocher ebocher changed the title Volume area indicator Volume indicator Sep 27, 2017
@ebocher ebocher self-assigned this Sep 27, 2017
@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