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

Triply Use Case 5: Place 3D data at the correct height #587

Open
wouterbeek opened this issue Nov 5, 2024 · 2 comments
Open

Triply Use Case 5: Place 3D data at the correct height #587

wouterbeek opened this issue Nov 5, 2024 · 2 comments

Comments

@wouterbeek
Copy link

Triply Use Case 5: Place 3D data at the correct height

Description

3D BIM data typically does not include the height at which the object starts. (E.g. the BIM file uses an "engineering CRS" which assumes that the building starts at height "0.0". When I load the 3D object into my GeoSPARQL dataset, I want it to start at the correct height. E.g. if the building lies on a mountain or lies beneath the sea level (which is common in The Netherlands), I want to be able to visualize this correctly.

Actor

  • Data Expert (who may not be a Geodata Expert)

Preconditions

  • I have a 3D BIM object.
  • I have some GeoSPARQL data.
  • I have a 3D tiles background layer.

Postconditions

  • I have integrated my 3D BIM object into my GeoSPARQL data, such that the object start at the correct height.
  • The object (nearly) touches my 3D tiles. When there is a mountain in my 3D tiles, the building does not fall into the mountain. When my 3D tiles are under the sea level, the building does not float in the air.

Steps

  1. I have a 3D BIM object that I convert to 3D GeoSPARQL.
  2. I have 2D data in GeoSPARQL that uses CRS IRI http://www.opengis.net/def/crs/EPSG/0/28992, which is specific to The Netherlands.
  3. I have some way of specifying in GeoSPARQL at which height the BIM object should be displayed.
  4. When somebody queries my data, they can see the 3D GeoSPARQL object at the correct height (i.e. not inside the ground, and not floating in the sky).
@FransKnibbe
Copy link
Collaborator

Related to issues #586 and #585: If it is possible to georeference 3D geometry from a BIM, and find and apply a suitable 3D geographic CRS, the the Z coordinates would have clear and correct values.

@ar-chad
Copy link
Collaborator

ar-chad commented Nov 13, 2024

@wouterbeek isn't this what you need #559 ?

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

No branches or pull requests

3 participants