Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Hi,
I would like to ask if I can call my 3D data that I save in PostGIS and use it in OpenSpaced3D. Currently I call PostGIS into QGIS and then use OpenSpace3D.
Thank you.
Last edited by hazzeeleen (10-Oct-2023 07:01:33)
Offline
Hi,
PostGIS is an extension to Postgres. It stored geospatial data and it can keep 2D and 3D format. PostGIS also an open source product. More information about PostGIS: PostGIS.
For the data, currently i use glb format to display the 3D in OpenSpace3D but is it possible if i store my 3D data in database for example i use PostGIS database and from the database i want to extract it in OpenSpace3D?
Thank you.
Last edited by hazzeeleen (10-Oct-2023 09:00:34)
Offline
It depends of the API that allow to request the data, OS3D have SQL connection or SQLite, if the database is local or online...
The stored 3D data must be in a known 3D format (collada, glb...)
The goal should be to ask for the 3D data to PostGIS and get that data into a file, that OS3D can read and convert.
Offline