SlideShare a Scribd company logo
Introduction to mago3D:
A Web Based Open Source GeoBIM Platform
Sanghee Shin(shshin@gaia3d.com)
Hakjoon Kim(hjkim@gaia3d.com)
Jeongdae Cheon(jdcheon@gaia3d.com)
2
GeoBIM
3
From Standard,
GIS
CityGML
GeospatialInformation
GISStandards
IFC
BIM
OutdoorModel
IndoorModel
BIMStandards
Construction
DrawingsInfo.
In/Outdoor
GIModel
(GeospatialInformation
Model)
4
From Industry,
5
From Open Source… mago3D
6
Introduction – mago3D
mago3D is a platform for …
Visualizing massive and complex 3D objects including BIM
on a web browser
1
Seamless integration of BIM/AEC and 3D GIS in a single space2
Web based collaborative issue/process management4
‘Digital Twin’ that can create parallel worlds in a virtual reality
with numerous IoT, sensor data
3
= GIS + BIM + Open Source
7
Introduction – Architecture of mago3D
mago3D.JS
Cesium/WWW
Client
internet
Web Server WAS
F4DStorage
mago
Content
Management
DataBase
F4D Converter
3 main cores of mago3D
8
Introduction – Overall System Components
DB Postgresql 9.6 + PostGIS
Web Server Nginx 1.12.1 / Apache 2.4
Language Java8
Framework Spring(Springboot) + Mybatis
Build
Gradle
Log
Logback/Log4j
2
Security
ESAPI
Report
Jasper/POI
View
JSP/JSTL
UI/UX
Jquery
Chart
Jqplot/Axisj
Template
Thymeleaf
Handlebars
Web Map Server GeoServer
OS Centos 7.2
3D Viewer Cesium, WorldWind
Cache EhCache, Redis
Container Docker
WAS Tomcat 8.5
9
Introduction – Core parts of mago3D
F4D Converter mago3D.js
mago3D.js
3D GIS Engines
Cesium
Web World Wind
API
API
service html
F4D Converter converts 3D formats(IFC, 3DS, OBJ, DAE, JT)
to 3D internet service format F4D. It carries out data size
reducing and pre-processing for fast rendering
A plug-in composed of pure javascript which enables 3D GIS
engines to handle large-sized and highly detailed AEC data
F4D Converter
F4D
.ifc
.3ds
.obj
.dae
.gml
Key Algorithms
GeoBIM is too heavy due to so many vertices and triangles in so many objects.
This causes two major issues in handling GeoBIM in web browsers.
!
Network Traffic Rendering Speed
Key Algorithms
So we introduced 3 concepts to solve these issues.
1. Reducing file size 3. Preprocessing
for speed
2. Building rougher
LOD
making indices
used in culling
removing duplication
Key Algorithms
Step What is this? Used for
1. Model/Reference
A concept of writing 3D data that only one
geometry among multiple geometries
congruent with each other is written.
reducing data size of semantic
data(ex. BIM/CAD, 3D data by
modeling)
2. NSM(Net Surface Mesh)
This is composed of 2 steps.
1. building meshes with regularly gridded
vertices on surfaces of raw 3D model.
2. triangle reduction.
making rougher LOD
※ 2nd step is separately applied
in simplifying targets in case of
triangular meshes such like TIN
or random-shaped 3D data
3. Visibility/Spatial index
Visibility index is for occlusion culling and
spatial index is for frustum culling in indoor
camera working.
carrying out a serial combination
of 2 cullings for fast
determination of targets to be
shown
Let’s look into more concretely.
with 4 geometric meshes - 4 models 23 objects are created. - 23 references
Image source : www.vecteezy.com
Key Algorithms : F4D, lightweight service format
Example of Model-Reference
11
12
1. Build a triangular mesh based on the grid structure from the original three-dimensional data.
Key Algorithms : F4D, lightweight service format
14
Key Algorithms : F4D, lightweight service format
Visibility Index
An index describing which inner objects
can be seen from selected positions in AEC.
This index is used in occlusion culling in
run-time visualization of mago3D.
17
Key Algorithms : F4D, lightweight service format
Spatial Index
An index describing which inner objects are
in cubes, spatial sub-divisions of AEC.
This index is used in frustum culling in
run-time visualization of mago3D.
18
Key Algorithms : F4D, lightweight service format
1. When a camera position and
2. the viewing direction of it are setup,
3. mago3D does frustum culling on spatial indices
4. and do occlusion culling on the result of the
frustum culling.
5. Finally mago3d finds targets to be rendered.
(intersection between two indices)
→ It possible to select targets to be rendered
without any complicated geometric operation in
run-time.
How to use both indices
19
Key Algorithms : F4D, lightweight service format
20
mago3D runs on any device
Results: Accessible from any device, anytime, anywhere
Results: BIM(Indoor/Outdoor) Integration
Seamless integration of indoor and outdoor space
on the same platform
Scene from indoor to outdoor through windows Scene from outdoor to indoor through windows
21
Results: MEP Integration
22
Integration of large size MEP and 3D GIS on a web browser
Results: AEC Integration
23
Integration of large size AEC and 3D GIS on a web browser
Results: Point Cloud Integration
23
Results: CityGML, IndoorGML Integration
23
Results: Various API supported (OpenAPIs)
APIs are supported for developing application
systems(currently 29 APIs) moving/rotating
a full building
moving objects &
viewing attributes registration/monitoring/search of issues
24
Real Case
• Cultural asset in Korea
25
Real Case
• Tunnel, Department store, Bridge, Overpass
offered by CUG (Civil User Group in Japan)
26
In Future
30
Towards Digital Twin Platform!
<Source: Steve Liang(2016)>
Location is the first class
citizen for IoT!
In Future: Location Technology Evolution
In Future: Location Technology Evolution
Size of Space
Update Cycle
Small
1980
1990
2000
2010 ~
2020
Large
Static
Dynamic
<Source: Sakong, Hosang(2016), Policy Directions of Spatial Information for Hyper-connected Society>
<Image Source: http://www.inhapress.com/news/photo/201706/7226_2328_957.png>
In Future: 4Th Industrial Revolution
Current Future
Concept Object Information Context Awareness
Data Consumer Prosumer/DIY
User Person Things
Visualization Real World Cyber Physical Systems
Application Base Map Key Factor for Fusion
Driving Entity Public Sector Private Sector
Space Outdoor Indoor + Outdoor +
Update Cycle Static Dynamic
<Source: Hosang Sagong(2016), ‘Policy Directions of Spatial Information for Hyper-connected Society’ modified>
In Future: GeoSpatial Paradigm Shift
In Future: Digital Twin
Digital Twins
A digital twin is a virtual representation of a physical
object or system across its lifecycle, using real-time
data to enable understanding, learning and
reasoning.
In Future
30
{Indoor, Outdoor}
{Static, Dynamic}
{Objects, Phenomenon}
{Overground, Underground}
{Multi-Sensor, Multi-Source}
mago3D
In Future: Weather/Climate/Air Pollution/CFD
Summary
Key Features
• BIM/AEC and 3D GIS integration in a single space
• Web based – no need to install additional program
• Massive and complex 3D objects rendering
• Open source – Apache and AGPL license
• Supports industry standard formats(CityGML, IndoorGML, IFC, 3DS, DAE, GLTF…)
• In-Browser 3D objects moving/rotation/heading adjustment
• Highly extensible architecture
• Will be ‘Digital Twin’ plaform!
32
For more information, please visit http://mago3d.com
All the source codes are here: https://github.com/Gaia3D/mago3d
Thank you!
33
This project is funded by Ministry of Land, Infrastructure and Transport, Korea,
through R&D project(number:18NSIP-B080778-05)
Sanghee Shin shshin@gaia3d.com

More Related Content

PDF
What I've learned from implementing GeoBIM in real cases
PDF
UI/UX for Indoor/Outdoor Seamless Navigation?
PDF
mago3D, A Brand-New Web Based Open Source GeoBIM Platform
PDF
Introduction to OpenIndoorMap
PDF
Integration of BIM and GIS: From Ideal to Reality
PDF
State of mago3D, An Open Source Based Digital Twin Platform
PDF
What we've done so far with mago3D, an open source based 'Digital Twin' platf...
PDF
Current State of mago3D, an Open Source Based Digital Twin Platform
What I've learned from implementing GeoBIM in real cases
UI/UX for Indoor/Outdoor Seamless Navigation?
mago3D, A Brand-New Web Based Open Source GeoBIM Platform
Introduction to OpenIndoorMap
Integration of BIM and GIS: From Ideal to Reality
State of mago3D, An Open Source Based Digital Twin Platform
What we've done so far with mago3D, an open source based 'Digital Twin' platf...
Current State of mago3D, an Open Source Based Digital Twin Platform

What's hot (20)

PDF
최근의 공간정보 분야 동향과 시사점
PDF
Let’s Power the Analytics and 3D to the Web Based Military Geo-Portal using F...
PDF
Introduction to mago3D, an Open Source Based Digital Twin Platform
PDF
State of mago3D, An Open Source Based Digital Twin Platform
PDF
A Research on EIA(Environmental Impact Assessment) Data Visualization Technol...
PDF
A Bumpy Road to Digital Twin
PDF
Smart city as a Digital Twin
PDF
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
PDF
Introduction to mago3D: A web based GeoBIM platform on top of FOSS4G
PDF
최근의 공간정보 동향과 시사점 - 한국역학회 특강
PDF
Smart City and Digital Twin
PDF
Making Infrastructure Work: BIM Meets Geospatial (Rollo Home, Ordnance Survey)
PDF
공간규모별 디지털트윈 활용 사례 - 국토연구원 세미나 자료
PPT
Changing Role Of Geospatial Technology
PDF
6 Stories of Maps and FOSS4G Korea
PDF
Digital Twin and Smart Spaces
PPTX
Geospatial digital twin
PPTX
Esri CityEngine & Minecraft: Engaging Citizens in 3D City Planning
PPTX
Introduction to Esri CityEngine
PDF
Semantic 3D City Models with CityGML
최근의 공간정보 분야 동향과 시사점
Let’s Power the Analytics and 3D to the Web Based Military Geo-Portal using F...
Introduction to mago3D, an Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin Platform
A Research on EIA(Environmental Impact Assessment) Data Visualization Technol...
A Bumpy Road to Digital Twin
Smart city as a Digital Twin
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Introduction to mago3D: A web based GeoBIM platform on top of FOSS4G
최근의 공간정보 동향과 시사점 - 한국역학회 특강
Smart City and Digital Twin
Making Infrastructure Work: BIM Meets Geospatial (Rollo Home, Ordnance Survey)
공간규모별 디지털트윈 활용 사례 - 국토연구원 세미나 자료
Changing Role Of Geospatial Technology
6 Stories of Maps and FOSS4G Korea
Digital Twin and Smart Spaces
Geospatial digital twin
Esri CityEngine & Minecraft: Engaging Citizens in 3D City Planning
Introduction to Esri CityEngine
Semantic 3D City Models with CityGML
Ad

Similar to Introduction to mago3D: A Web Based Open Source GeoBIM Platform (20)

PDF
Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료
PPTX
mago3D FOSS4G NA 2018
PDF
mago3D: Let's integrate BIM and 3D GIS on top of FOSS4G
PDF
mago3D, a web based BIM/GIS integration platform on top of open source
PDF
mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind
PDF
Mago3D - An innovative AEC/GIS integration platform that can service millions...
PDF
BIM/GIS Integration: A Practical Approach in Real Cases
PDF
Introduction of MAGO3D
PDF
mago3D Technical Workshop Material
PDF
mago3D - A Brand-New Live 3D Geo-Platform
PDF
Mago3D: A Brand-New Live 3D Geo-Platform
PPTX
OpenStreetMap in 3D - current developments
PDF
Hawaii Pacific GIS Conference 2012: 3D GIS - Has GIS Become 3D Yet?
PPTX
Modelling - Third dimension.pptx
PDF
Ta Lab Hour Feb9 2011 Bolin
PDF
Scianna & Sciortino - input2012
PDF
Hawaii Pacific GIS Conference 2012: Application Development - A Global 3D/4D ...
PPTX
How to Create 3D Mashups by Integrating GIS, CAD, and BIM
PPTX
mago3D workshop(English) in Thailand , 2018.07
PPTX
How to Easily Read and Write CityGML Data Using FME
Mago3D Barcelona ICGC(카탈루니아 지형 및 지질연구소) 발표자료
mago3D FOSS4G NA 2018
mago3D: Let's integrate BIM and 3D GIS on top of FOSS4G
mago3D, a web based BIM/GIS integration platform on top of open source
mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind
Mago3D - An innovative AEC/GIS integration platform that can service millions...
BIM/GIS Integration: A Practical Approach in Real Cases
Introduction of MAGO3D
mago3D Technical Workshop Material
mago3D - A Brand-New Live 3D Geo-Platform
Mago3D: A Brand-New Live 3D Geo-Platform
OpenStreetMap in 3D - current developments
Hawaii Pacific GIS Conference 2012: 3D GIS - Has GIS Become 3D Yet?
Modelling - Third dimension.pptx
Ta Lab Hour Feb9 2011 Bolin
Scianna & Sciortino - input2012
Hawaii Pacific GIS Conference 2012: Application Development - A Global 3D/4D ...
How to Create 3D Mashups by Integrating GIS, CAD, and BIM
mago3D workshop(English) in Thailand , 2018.07
How to Easily Read and Write CityGML Data Using FME
Ad

More from SANGHEE SHIN (20)

PDF
Building Resilience with Digital Twins : Lessons from Korea
PDF
How to Visualize the ​Spatio-Temporal Data Using CesiumJS​
PDF
대한민국 대표 오픈소스, mago3DTiler의 현재와 미래 - 대한공간정보학회 2025년 신년학술대회 발표자료
PDF
State of mago3DTiler, an open source based OGC 3D Tiles creator
PDF
Dreams and Dilemmas: Lessons from Korea’s Urban Digital Twin
PDF
[벤틀리시스템즈코리아 사용자세미나]세슘(Cesium) 제품과 디지털트윈 구현 사례
PDF
디지털트윈 시공간 현상 정보 가시화 사례와 과제 - 한국지도학회 2024년 춘계학술대회 발표 자료
PDF
Building a Digital Twin Service in 10 Minutes with FOSS4G! - 오픈소스로 10분만에 디지털트...
PDF
Do we need a new standard for visualizing the invisible?
PDF
디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료
PDF
오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)
PDF
FOSS4G 2023 Prizren 참가기
PDF
책 "제품의 탄생" 소개
PDF
공간정보 최근 동향과 디지털트윈, 메타버스
PDF
재테크 2주일만 하면 신상희만큼 한다!
PDF
다분야 공동활용 디지털 플랫폼 사례 공유
PDF
공간정보 관점에서 바라본 디지털트윈과 메타버스
PDF
FOSS4G Firenze 2022 참가기
PDF
공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)
PDF
공간정보 최근 동향과 디지털트윈, 메타버스
Building Resilience with Digital Twins : Lessons from Korea
How to Visualize the ​Spatio-Temporal Data Using CesiumJS​
대한민국 대표 오픈소스, mago3DTiler의 현재와 미래 - 대한공간정보학회 2025년 신년학술대회 발표자료
State of mago3DTiler, an open source based OGC 3D Tiles creator
Dreams and Dilemmas: Lessons from Korea’s Urban Digital Twin
[벤틀리시스템즈코리아 사용자세미나]세슘(Cesium) 제품과 디지털트윈 구현 사례
디지털트윈 시공간 현상 정보 가시화 사례와 과제 - 한국지도학회 2024년 춘계학술대회 발표 자료
Building a Digital Twin Service in 10 Minutes with FOSS4G! - 오픈소스로 10분만에 디지털트...
Do we need a new standard for visualizing the invisible?
디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료
오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)
FOSS4G 2023 Prizren 참가기
책 "제품의 탄생" 소개
공간정보 최근 동향과 디지털트윈, 메타버스
재테크 2주일만 하면 신상희만큼 한다!
다분야 공동활용 디지털 플랫폼 사례 공유
공간정보 관점에서 바라본 디지털트윈과 메타버스
FOSS4G Firenze 2022 참가기
공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)
공간정보 최근 동향과 디지털트윈, 메타버스

Recently uploaded (20)

PDF
Electronic commerce courselecture one. Pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Approach and Philosophy of On baking technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPT
Teaching material agriculture food technology
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
sap open course for s4hana steps from ECC to s4
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
Electronic commerce courselecture one. Pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Dropbox Q2 2025 Financial Results & Investor Presentation
Approach and Philosophy of On baking technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
MIND Revenue Release Quarter 2 2025 Press Release
Advanced methodologies resolving dimensionality complications for autism neur...
Teaching material agriculture food technology
Mobile App Security Testing_ A Comprehensive Guide.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Assigned Numbers - 2025 - Bluetooth® Document
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Machine learning based COVID-19 study performance prediction
Programs and apps: productivity, graphics, security and other tools
sap open course for s4hana steps from ECC to s4
NewMind AI Weekly Chronicles - August'25-Week II
“AI and Expert System Decision Support & Business Intelligence Systems”
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
The AUB Centre for AI in Media Proposal.docx

Introduction to mago3D: A Web Based Open Source GeoBIM Platform

  • 1. Introduction to mago3D: A Web Based Open Source GeoBIM Platform Sanghee Shin(shshin@gaia3d.com) Hakjoon Kim(hjkim@gaia3d.com) Jeongdae Cheon(jdcheon@gaia3d.com)
  • 6. 6 Introduction – mago3D mago3D is a platform for … Visualizing massive and complex 3D objects including BIM on a web browser 1 Seamless integration of BIM/AEC and 3D GIS in a single space2 Web based collaborative issue/process management4 ‘Digital Twin’ that can create parallel worlds in a virtual reality with numerous IoT, sensor data 3 = GIS + BIM + Open Source
  • 7. 7 Introduction – Architecture of mago3D mago3D.JS Cesium/WWW Client internet Web Server WAS F4DStorage mago Content Management DataBase F4D Converter 3 main cores of mago3D
  • 8. 8 Introduction – Overall System Components DB Postgresql 9.6 + PostGIS Web Server Nginx 1.12.1 / Apache 2.4 Language Java8 Framework Spring(Springboot) + Mybatis Build Gradle Log Logback/Log4j 2 Security ESAPI Report Jasper/POI View JSP/JSTL UI/UX Jquery Chart Jqplot/Axisj Template Thymeleaf Handlebars Web Map Server GeoServer OS Centos 7.2 3D Viewer Cesium, WorldWind Cache EhCache, Redis Container Docker WAS Tomcat 8.5
  • 9. 9 Introduction – Core parts of mago3D F4D Converter mago3D.js mago3D.js 3D GIS Engines Cesium Web World Wind API API service html F4D Converter converts 3D formats(IFC, 3DS, OBJ, DAE, JT) to 3D internet service format F4D. It carries out data size reducing and pre-processing for fast rendering A plug-in composed of pure javascript which enables 3D GIS engines to handle large-sized and highly detailed AEC data F4D Converter F4D .ifc .3ds .obj .dae .gml
  • 10. Key Algorithms GeoBIM is too heavy due to so many vertices and triangles in so many objects. This causes two major issues in handling GeoBIM in web browsers. ! Network Traffic Rendering Speed
  • 11. Key Algorithms So we introduced 3 concepts to solve these issues. 1. Reducing file size 3. Preprocessing for speed 2. Building rougher LOD making indices used in culling removing duplication
  • 12. Key Algorithms Step What is this? Used for 1. Model/Reference A concept of writing 3D data that only one geometry among multiple geometries congruent with each other is written. reducing data size of semantic data(ex. BIM/CAD, 3D data by modeling) 2. NSM(Net Surface Mesh) This is composed of 2 steps. 1. building meshes with regularly gridded vertices on surfaces of raw 3D model. 2. triangle reduction. making rougher LOD ※ 2nd step is separately applied in simplifying targets in case of triangular meshes such like TIN or random-shaped 3D data 3. Visibility/Spatial index Visibility index is for occlusion culling and spatial index is for frustum culling in indoor camera working. carrying out a serial combination of 2 cullings for fast determination of targets to be shown Let’s look into more concretely.
  • 13. with 4 geometric meshes - 4 models 23 objects are created. - 23 references Image source : www.vecteezy.com Key Algorithms : F4D, lightweight service format Example of Model-Reference 11
  • 14. 12 1. Build a triangular mesh based on the grid structure from the original three-dimensional data. Key Algorithms : F4D, lightweight service format
  • 15. 14 Key Algorithms : F4D, lightweight service format
  • 16. Visibility Index An index describing which inner objects can be seen from selected positions in AEC. This index is used in occlusion culling in run-time visualization of mago3D. 17 Key Algorithms : F4D, lightweight service format
  • 17. Spatial Index An index describing which inner objects are in cubes, spatial sub-divisions of AEC. This index is used in frustum culling in run-time visualization of mago3D. 18 Key Algorithms : F4D, lightweight service format
  • 18. 1. When a camera position and 2. the viewing direction of it are setup, 3. mago3D does frustum culling on spatial indices 4. and do occlusion culling on the result of the frustum culling. 5. Finally mago3d finds targets to be rendered. (intersection between two indices) → It possible to select targets to be rendered without any complicated geometric operation in run-time. How to use both indices 19 Key Algorithms : F4D, lightweight service format
  • 19. 20 mago3D runs on any device Results: Accessible from any device, anytime, anywhere
  • 20. Results: BIM(Indoor/Outdoor) Integration Seamless integration of indoor and outdoor space on the same platform Scene from indoor to outdoor through windows Scene from outdoor to indoor through windows 21
  • 21. Results: MEP Integration 22 Integration of large size MEP and 3D GIS on a web browser
  • 22. Results: AEC Integration 23 Integration of large size AEC and 3D GIS on a web browser
  • 23. Results: Point Cloud Integration 23
  • 24. Results: CityGML, IndoorGML Integration 23
  • 25. Results: Various API supported (OpenAPIs) APIs are supported for developing application systems(currently 29 APIs) moving/rotating a full building moving objects & viewing attributes registration/monitoring/search of issues 24
  • 26. Real Case • Cultural asset in Korea 25
  • 27. Real Case • Tunnel, Department store, Bridge, Overpass offered by CUG (Civil User Group in Japan) 26
  • 29. <Source: Steve Liang(2016)> Location is the first class citizen for IoT! In Future: Location Technology Evolution
  • 30. In Future: Location Technology Evolution Size of Space Update Cycle Small 1980 1990 2000 2010 ~ 2020 Large Static Dynamic <Source: Sakong, Hosang(2016), Policy Directions of Spatial Information for Hyper-connected Society>
  • 32. Current Future Concept Object Information Context Awareness Data Consumer Prosumer/DIY User Person Things Visualization Real World Cyber Physical Systems Application Base Map Key Factor for Fusion Driving Entity Public Sector Private Sector Space Outdoor Indoor + Outdoor + Update Cycle Static Dynamic <Source: Hosang Sagong(2016), ‘Policy Directions of Spatial Information for Hyper-connected Society’ modified> In Future: GeoSpatial Paradigm Shift
  • 33. In Future: Digital Twin Digital Twins A digital twin is a virtual representation of a physical object or system across its lifecycle, using real-time data to enable understanding, learning and reasoning.
  • 34. In Future 30 {Indoor, Outdoor} {Static, Dynamic} {Objects, Phenomenon} {Overground, Underground} {Multi-Sensor, Multi-Source} mago3D
  • 36. Summary Key Features • BIM/AEC and 3D GIS integration in a single space • Web based – no need to install additional program • Massive and complex 3D objects rendering • Open source – Apache and AGPL license • Supports industry standard formats(CityGML, IndoorGML, IFC, 3DS, DAE, GLTF…) • In-Browser 3D objects moving/rotation/heading adjustment • Highly extensible architecture • Will be ‘Digital Twin’ plaform! 32
  • 37. For more information, please visit http://mago3d.com All the source codes are here: https://github.com/Gaia3D/mago3d Thank you! 33 This project is funded by Ministry of Land, Infrastructure and Transport, Korea, through R&D project(number:18NSIP-B080778-05) Sanghee Shin shshin@gaia3d.com