SlideShare uma empresa Scribd logo
1 de 36
Baixar para ler offline
Page 1
A Brand New Geo-BIM Platform
on top of Cesium & World Wind
Sanghee Shin(shshin@gaia3d.com)
Hakjoon Kim(hjkim@gaia3d.com)
JeongDae Cheon(jdcheon@gaia3d.com)
FOSS4G 2017 Tokyo Technical Workshop Material
Page 2
1. mago3D Product
F4D
Converter
mago3DJS
Content
Managemt
System
 Used as a 3D rendering solution, specially in case that you want to insert 3D rendering part
into any business systems already existing.
 F4D Converter + mago3DJS
 A platform for handling large-sized 3D contents, which offers functionality about data &
issue managements.
 F4D Converter + mago3DJS + Content Management System
3D Data Converter Browser 3D Rendering Data, Issue DB Manager
Page 3
Client
internet
Web Server WAS
F4DStorage
mago3D.JS
mago
Content
Management
DataBase
2. Architecture - mago3D
F4D Converter
Page 4
2. Architecture - F4D Converter
Writer
Processor
Reader
Assimp.3ds .obj .dae
IfcPlusPlus / Carve.ifc
OpenCascade.jt
ClassicReader
IfcReader
JtReader
fixing triangle vertices order
bounding box calculation
exterior object extraction
model/reference extraction
vbo creation/triangle sorting
spatial octree creation
visibility indexing
lego structure creation
Page 5
2. Architecture - mago3DJS
mago3D Renderer
Shader
mago3D Accelerator
Performance Enhancer
mago3D
REST API
request, response
mago3D
Process
Manager
mago3D
Data
Container
Cesium NASA World Wind Etc.
mago3D Core
WebGL Globe Core
mago3D Connector
 REST API
3D Data request/response API
 Data Container
performs loading/parsing
 Process Manager
manages all processes
 Accelerator
for performance improvement
 Renderer
visualizes 3D data
 Core
F4D data Handling
 Connector
links mago3D with WebGL-based
globes such like Cesium & WorldWind
Page 6
2. Architecture - Content Management System
Data Manager
F4D Data
Hosting
API
User Issue
Schedule
RBAC
Role Based
Access Control
Public Private
spring framework
Page 7
3. SW composition
DB Postgresql 9.6 + PostGIS
Web Server Nginx 1.12.1 / Apache 2.4
Language Java8
Framework Spring(Springboot) + Mybatis
Build
Gradle
Log
Log4j2/Logback
Security
ESAPI
Report
Jasper/POI
View
JSP/JSTL
UI/UX
Jquery
Chart
Jqplot/Axisj
Template
Thymeleaf
Handlebars
Geo Server Geo Server
OS Centos 7.2
3D Viewer Cesium, WorldWind
Cache EhCache, Redis
Container Docker
WAS Tomcat 8.5
Page 8
4. Community Edition – Let’s do it.
 Using Community Edition(F4DConverter + mago3dDJS), we will deploy mago3DJS
and publish 3D Data which are converted from sample IFC files through
F4DConverter. Then, we can check published 3D data on our web browsers.
1) Source Download(mago3DJS)
2) Node Install
3) F4D Converter Install(.msi)
4) Data Conversion
5) Configuration Modification
6) Getting Start
Page 9
 https://github.com/Gaia3D/mago3djs
 Click ‘Clone or download’ in upper right side
 Select ‘Download ZIP’ and save zip file in ‘C:’
 In case of using git : git clone https://github.com/Gaia3D/mago3djs.git
 Unzip and check the result
 C:mago3djs
4. Community Edition – Let’s do it.
Page 10
 https://nodejs.org/ko/download/
 Window Installer(.msi) 64-bit Download
 Install
4. Community Edition – Let’s do it.
Page 11
 Install path : C:nodejs
c:nodejs
4. Community Edition – Let’s do it.
Page 12
 Using cmd.exe in administrator mode, change current directory to ‘C:mago3djs’
 node setup
C:mago3djs>npm install
C:mago3djs>npm install -g gulp
4. Community Edition – Let’s do it.
Page 13
 http://www.mago3d.com/homepage/download.do
 Installer : F4D Converter 64bit (this installation requires Windows 7 or later)
 Install
4. Community Edition – Let’s do it.
Page 14
 Install Path : C:F4DConverter
4. Community Edition – Let’s do it.
Page 15
4. Community Edition – Let’s do it.
Page 16
 Create outputFolder, where converted result will be saved
C:data
 put sample ifc files into inputFolder
 Run Command Line Prompt(cmd.exe) in Administrator mode
 Change current directory to the directory where F4DConverter is installed
 Run following
* all arguments : refer https://github.com/Gaia3D/F4DConverter
-inputFolder [rawDataFolder] : an absolute path of the folder where raw data files to be converted are.
-outputFolder [F4DFolder] : an absolute path of the folder where conversion results(F4D datasets) are created.
-log [logFileFullPath] : an absolute path of a log file which is created after finishing conversion processes.
-indexing [one of Y, y, N, n] : wheter objectIndexFile.ihe should be created or not. "NOT created" is default.
 All paths are named in English(multi-byte string is not supported yet.)
4. Community Edition – Let’s do it.
Page 17
※ If component missing errors (MFC140U.dll, MSVCP140.dll, VCRUNTIME140.dll,
MSVCP100.dll) occrur when you start F4DConverter.exe, install following two packages.
 visual studio 2015 visual C++ redistributable package
https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145
 visual studio 2010 visual C++ redistributable package
https://www.microsoft.com/en-us/download/details.aspx?id=14632
4. Community Edition – Let’s do it.
Page 18
4. Community Edition – Let’s do it.
 Create a symbolic link for the F4D data folder to make the folder be used as a
data folder of web service in mago3DJS project.
 Using cmd.exe in administrator mode, change current directory to
‘C:mago3djs’
 C:mago3djs>mklink /d "C:mago3djsdata" "C:data"
 Check if the symbol ‘C:mago3djsdata’ is created by ‘dir’ command.
Page 19
 In Enterprise Edition, operation policy & data management are on RDB(Postgresql
+ PostGis)
In Community Edition, these are on json files of Mock type
 Two configuration files are available on Community Edition
policy.json : 3D rendering policy
data.json : list up for 3D Data to be serviced and their location information
 policy.json
Init Camera Latitude, Longitude, CallBack Function, GeoServer config, etc
 data.json
Data Key, Name, Latitude, Longitude, Altitude, Heading, Pitch, Roll, etc
4. Community Edition – Let’s do it.
Page 20
 policy.json : /tutorials/policy-tutorials.json for today’s workshop. no modification.
 data.json : /tutorials/data-tutorials.json for today’s workshop. have to be modified.
“test_id ": { // DB unique key
"list_counter": 10, // page list counter
“data_id”: 999, // DB sequence
"data_group_id": 77, // Data Group ID
"data_group_name": “IFC", // Data Group Name
"data_key": " test_id ", // DB unique key
“data_name": "테스트", // Data name
“latitude": "35.6604", // latitude
“longitude": "139.6863", // longitude
“height": "75", // height
“heading": "73", // heading
"pitch": "0.0", // pitch
"roll": "0.0", // roll
"status": "0", // status
"data_insert_type": "SELF", // data insert type
“insert_date": "2017-06-26 21:06:29 “ // DB insert date
}
4. Community Edition – Let’s do it.
Page 21
 let’s place a building on 東京大学駒場リサーチキャンパス
 how to modify data.json
 look for a target in C:data
C:dataF4D_studentsBuilding_s
studentsBuilding_s is data_key, data_name is written with dummy string
 location of 東京大学駒場リサーチキャンパス in WGS84
latitude : 35.6604, longitude : 139.6863, height : 75
“hakdongPark_s ": { // DB unique key
"data_key": "hakdongPark_s", // DB unique key
“data_name": “class room", // Data name
“latitude": "35.6604", // latitude
“longitude": "139.6863", // longitude
“height": "75", // height
“heading": "73", // heading
"pitch": "0.0", // pitch
"roll": "0.0", // roll
4. Community Edition – Let’s do it.
Page 22
 let’s make start.html
 import jquery for ajax communication
 import Cesium in mago3djs package
 import mago3d.js
for today’s workshop, use /tutorials/mago3d.js
(originally, you have to use the build result in build path)
 set up a ‘div’ component, which will be linked with Cesium
4. Community Edition – Let’s do it.
Page 23
 let’s make start.html
 insert a javascript code block which will trigger mago3d plugin connection
div id for the viewer to cesium map
policy json configuration
data json configuration
mago3D start
4. Community Edition – Let’s do it.
Page 24
 let’s make start.html
 run node server
 check the result in your web browser
http://localhost/tutorials/start.html
mago3djs installDirectory
4. Community Edition – Let’s do it.
Page 25
 using search API in mago3D
 this API offers data search using data Key
 create a form tag where data Key can be entered
 link the created form to the API using javascript
 refer http://localhost/tutorials/api-search-data.html
 all mago3DJS API list : /src/mago3d/domain/MagoFacade.js
how to use or sample code is on home page Document
4. Community Edition – Let’s do it.
Page 26
5. Enterprise Edition - Introduction
 Simple introduction for how to install
 Simple information about 3D Data registration & Issue management using
mago3D Enterprise Edition(F4D Converter + mago3DJS + CMS)
※ Multi-language version is under development.
1) Install
2) Dashboard, policy configuration
3) Data management
4) Issue management
5) Role Based Access Control configuration
Page 27
5. Enterprise Edition - Introduction
 java
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
2133151.html
java jdk-8u144-windows-x64.exe
 eclipse
https://www.eclipse.org/downloads/eclipse-packages/
Eclipse IDE for Java EE Developers 64bit
 gradle
https://gradle.org/releases/
v4.1
Page 28
5. Enterprise Edition - Introduction
 postgresql
https://www.enterprisedb.com/downloads/postgres-postgresql-
downloads#windows
9.6.5
 postgis
http://download.osgeo.org/postgis/windows/pg96/
 Lombok
https://projectlombok.org/download
1.16.18
 source download
https://github.com/Gaia3D/mago3d
Page 29
5. Enterprise Edition - Introduction
 do ‘Project Import’ after running eclipse
File -> import -> Gradle -> Existing Gradle Project
 DB Table creation and initialization
 Auto-run script for window is under development
 Move to the folder ‘/mago3d-core/src/doc’ in downloaded source
 Run table creation sql script in ddl folder to create tables
multi-language version for table, table column comment is under
development
 Run sequence sql script in ddl folder to create sequence
 Run sql script files in index & trigger folders to create index & partition
 Run sql script files in dml to register initial data
Page 30
5. Enterprise Edition - Introduction
 CMS is composed of 3 projects
parent project
admin
common
user
Page 31
5. Enterprise Edition - Introduction
 Build the project using Eclipse BuildShip Gradle Plugin or Gradle command line
 Run mago3d-admin project spring boot
/mago3d-admin/src/main/java/com/gaia3d/Mago3dAdminApplication.java
 Access to http://localhost/login/login.do with web browser
 initial id & password is in /mago3d-core/src/doc/database/dml/insert.sql
Refer /mago3d-admin/src/test/java/com/gaia3d/PasswordTest.java to know how to
generate admin password & salt
Page 32
5. Enterprise Edition - Introduction
 Offers functionalities for management & statistics of issue, users, schedule, and
data
①
②
no. description
①
displays all issue status in widget.
counts newly added issues.
counts issue on going.
counts closed issues.
②
displays each item in widget.
you can change the order of widget in
‘Configuration -> Widget Configuration’
menu.
you can set the number of widgets
displayed in the page in ‘Configuration ->
Policies -> Contest’ tab.
Page 33
5. Enterprise Edition - Introduction
 All configuration about users, passwords, GIS, GeoServer, callback, and security.
 policy.json in mago3JS is a json file exported from these policy information.
Page 34
5. Enterprise Edition - Introduction
 Management of ‘Add, Modify, and Remove’ on Data group
 data.json in mago3DJS is a json file exported from these management information
Configure on if data is to be serviced or not
Data Status
Page 35
5. Enterprise Edition - Introduction
 Management on issues users registered.
 Issue by issue, You can check process status, priority, due date, and the person in
charge
Page 36
5. Enterprise Edition - Introduction
 Newly added user is assigned in any user group, and each user group is granted
its own role.
 User authority comes along with the role of user group which the user belongs to.

Mais conteúdo relacionado

Mais procurados

mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind
mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind
mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind SANGHEE SHIN
 
DrTAD Blender software. Example 7a. 3D Modeling of Pipes (Profile). Curves & ...
DrTAD Blender software. Example 7a. 3D Modeling of Pipes (Profile). Curves & ...DrTAD Blender software. Example 7a. 3D Modeling of Pipes (Profile). Curves & ...
DrTAD Blender software. Example 7a. 3D Modeling of Pipes (Profile). Curves & ...FIDE Master Tihomir Dovramadjiev PhD
 
DrTAD Blender software. Example 4b. Modeling based on spherical primitives (3...
DrTAD Blender software. Example 4b. Modeling based on spherical primitives (3...DrTAD Blender software. Example 4b. Modeling based on spherical primitives (3...
DrTAD Blender software. Example 4b. Modeling based on spherical primitives (3...FIDE Master Tihomir Dovramadjiev PhD
 
Serving earth observation data with GeoServer: addressing real world requirem...
Serving earth observation data with GeoServer: addressing real world requirem...Serving earth observation data with GeoServer: addressing real world requirem...
Serving earth observation data with GeoServer: addressing real world requirem...GeoSolutions
 
DrTAD Blender software. Example 3. Images as Planes. Spin (3D Object). Materi...
DrTAD Blender software. Example 3. Images as Planes. Spin (3D Object). Materi...DrTAD Blender software. Example 3. Images as Planes. Spin (3D Object). Materi...
DrTAD Blender software. Example 3. Images as Planes. Spin (3D Object). Materi...FIDE Master Tihomir Dovramadjiev PhD
 
Paradigm Shift of Geospatial Information Service
Paradigm Shift of Geospatial Information ServiceParadigm Shift of Geospatial Information Service
Paradigm Shift of Geospatial Information ServiceSANGHEE SHIN
 
DrTAD Blender software. Example 6b. 3D Modeling of Gold Ring. Boolean. Array ...
DrTAD Blender software. Example 6b. 3D Modeling of Gold Ring. Boolean. Array ...DrTAD Blender software. Example 6b. 3D Modeling of Gold Ring. Boolean. Array ...
DrTAD Blender software. Example 6b. 3D Modeling of Gold Ring. Boolean. Array ...FIDE Master Tihomir Dovramadjiev PhD
 

Mais procurados (7)

mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind
mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind
mago3D: A brand new Geo-BIM platform on top of Cesium & World Wind
 
DrTAD Blender software. Example 7a. 3D Modeling of Pipes (Profile). Curves & ...
DrTAD Blender software. Example 7a. 3D Modeling of Pipes (Profile). Curves & ...DrTAD Blender software. Example 7a. 3D Modeling of Pipes (Profile). Curves & ...
DrTAD Blender software. Example 7a. 3D Modeling of Pipes (Profile). Curves & ...
 
DrTAD Blender software. Example 4b. Modeling based on spherical primitives (3...
DrTAD Blender software. Example 4b. Modeling based on spherical primitives (3...DrTAD Blender software. Example 4b. Modeling based on spherical primitives (3...
DrTAD Blender software. Example 4b. Modeling based on spherical primitives (3...
 
Serving earth observation data with GeoServer: addressing real world requirem...
Serving earth observation data with GeoServer: addressing real world requirem...Serving earth observation data with GeoServer: addressing real world requirem...
Serving earth observation data with GeoServer: addressing real world requirem...
 
DrTAD Blender software. Example 3. Images as Planes. Spin (3D Object). Materi...
DrTAD Blender software. Example 3. Images as Planes. Spin (3D Object). Materi...DrTAD Blender software. Example 3. Images as Planes. Spin (3D Object). Materi...
DrTAD Blender software. Example 3. Images as Planes. Spin (3D Object). Materi...
 
Paradigm Shift of Geospatial Information Service
Paradigm Shift of Geospatial Information ServiceParadigm Shift of Geospatial Information Service
Paradigm Shift of Geospatial Information Service
 
DrTAD Blender software. Example 6b. 3D Modeling of Gold Ring. Boolean. Array ...
DrTAD Blender software. Example 6b. 3D Modeling of Gold Ring. Boolean. Array ...DrTAD Blender software. Example 6b. 3D Modeling of Gold Ring. Boolean. Array ...
DrTAD Blender software. Example 6b. 3D Modeling of Gold Ring. Boolean. Array ...
 

Semelhante a mago3D Technical Workshop Material

mago3D workshop(English) in Thailand , 2018.07
mago3D workshop(English) in Thailand , 2018.07mago3D workshop(English) in Thailand , 2018.07
mago3D workshop(English) in Thailand , 2018.07Gaia3D,Inc.
 
map3d_mapguide_postgis
map3d_mapguide_postgismap3d_mapguide_postgis
map3d_mapguide_postgisPrasad PANDIT
 
mago3D FOSS4G NA 2018
mago3D FOSS4G NA 2018mago3D FOSS4G NA 2018
mago3D FOSS4G NA 2018정대 천
 
The Dojo Build System
The Dojo Build SystemThe Dojo Build System
The Dojo Build Systemklipstein
 
Security of Go Modules - SF Meetup
Security of Go Modules - SF MeetupSecurity of Go Modules - SF Meetup
Security of Go Modules - SF MeetupDeep Datta
 
Security of go modules and vulnerability scanning in GoCenter
Security of go modules and vulnerability scanning in GoCenterSecurity of go modules and vulnerability scanning in GoCenter
Security of go modules and vulnerability scanning in GoCenterDeep Datta
 
Android 5.0 Lollipop platform change investigation report
Android 5.0 Lollipop platform change investigation reportAndroid 5.0 Lollipop platform change investigation report
Android 5.0 Lollipop platform change investigation reporthidenorly
 
Docman - The swiss army knife for Drupal multisite docroot management and dep...
Docman - The swiss army knife for Drupal multisite docroot management and dep...Docman - The swiss army knife for Drupal multisite docroot management and dep...
Docman - The swiss army knife for Drupal multisite docroot management and dep...Aleksey Tkachenko
 
Strategies for Context Data Persistence
Strategies for Context Data PersistenceStrategies for Context Data Persistence
Strategies for Context Data PersistenceFIWARE
 
Meetup Performance
Meetup PerformanceMeetup Performance
Meetup PerformanceGreg Whalin
 
Webinar: Schema Patterns and Your Storage Engine
Webinar: Schema Patterns and Your Storage EngineWebinar: Schema Patterns and Your Storage Engine
Webinar: Schema Patterns and Your Storage EngineMongoDB
 
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.NR Computer Learning Center
 
How to Set Up Esri Geoportal Server 1.2.2 on Windows
How to Set Up Esri Geoportal Server 1.2.2 on WindowsHow to Set Up Esri Geoportal Server 1.2.2 on Windows
How to Set Up Esri Geoportal Server 1.2.2 on WindowsEsri
 
Social Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes DemystifiedSocial Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes DemystifiedClaudio Procida
 
An open-source TIMES/MIRO app
An open-source TIMES/MIRO appAn open-source TIMES/MIRO app
An open-source TIMES/MIRO appIEA-ETSAP
 
Benefit of CodeIgniter php framework
Benefit of CodeIgniter php frameworkBenefit of CodeIgniter php framework
Benefit of CodeIgniter php frameworkBo-Yi Wu
 
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...Athens Big Data
 
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008Association Paris-Web
 

Semelhante a mago3D Technical Workshop Material (20)

mago3D workshop(English) in Thailand , 2018.07
mago3D workshop(English) in Thailand , 2018.07mago3D workshop(English) in Thailand , 2018.07
mago3D workshop(English) in Thailand , 2018.07
 
map3d_mapguide_postgis
map3d_mapguide_postgismap3d_mapguide_postgis
map3d_mapguide_postgis
 
mago3D FOSS4G NA 2018
mago3D FOSS4G NA 2018mago3D FOSS4G NA 2018
mago3D FOSS4G NA 2018
 
The Dojo Build System
The Dojo Build SystemThe Dojo Build System
The Dojo Build System
 
Security of Go Modules - SF Meetup
Security of Go Modules - SF MeetupSecurity of Go Modules - SF Meetup
Security of Go Modules - SF Meetup
 
Security of go modules and vulnerability scanning in GoCenter
Security of go modules and vulnerability scanning in GoCenterSecurity of go modules and vulnerability scanning in GoCenter
Security of go modules and vulnerability scanning in GoCenter
 
Android 5.0 Lollipop platform change investigation report
Android 5.0 Lollipop platform change investigation reportAndroid 5.0 Lollipop platform change investigation report
Android 5.0 Lollipop platform change investigation report
 
Deep Learning Edge
Deep Learning Edge Deep Learning Edge
Deep Learning Edge
 
Docman - The swiss army knife for Drupal multisite docroot management and dep...
Docman - The swiss army knife for Drupal multisite docroot management and dep...Docman - The swiss army knife for Drupal multisite docroot management and dep...
Docman - The swiss army knife for Drupal multisite docroot management and dep...
 
Strategies for Context Data Persistence
Strategies for Context Data PersistenceStrategies for Context Data Persistence
Strategies for Context Data Persistence
 
Meetup Performance
Meetup PerformanceMeetup Performance
Meetup Performance
 
Meetup Performance
Meetup PerformanceMeetup Performance
Meetup Performance
 
Webinar: Schema Patterns and Your Storage Engine
Webinar: Schema Patterns and Your Storage EngineWebinar: Schema Patterns and Your Storage Engine
Webinar: Schema Patterns and Your Storage Engine
 
Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.Installating and Configuring Java, MySQL and BIRT.
Installating and Configuring Java, MySQL and BIRT.
 
How to Set Up Esri Geoportal Server 1.2.2 on Windows
How to Set Up Esri Geoportal Server 1.2.2 on WindowsHow to Set Up Esri Geoportal Server 1.2.2 on Windows
How to Set Up Esri Geoportal Server 1.2.2 on Windows
 
Social Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes DemystifiedSocial Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes Demystified
 
An open-source TIMES/MIRO app
An open-source TIMES/MIRO appAn open-source TIMES/MIRO app
An open-source TIMES/MIRO app
 
Benefit of CodeIgniter php framework
Benefit of CodeIgniter php frameworkBenefit of CodeIgniter php framework
Benefit of CodeIgniter php framework
 
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
22nd Athens Big Data Meetup - 1st Talk - MLOps Workshop: The Full ML Lifecycl...
 
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
IE 8 et les standards du Web - Chris Wilson - Paris Web 2008
 

Mais de SANGHEE SHIN

Do we need a new standard for visualizing the invisible?
Do we need a new standard for visualizing the invisible?Do we need a new standard for visualizing the invisible?
Do we need a new standard for visualizing the invisible?SANGHEE SHIN
 
디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료
디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료
디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료SANGHEE SHIN
 
오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)
오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)
오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)SANGHEE SHIN
 
FOSS4G 2023 Prizren 참가기
FOSS4G 2023 Prizren 참가기FOSS4G 2023 Prizren 참가기
FOSS4G 2023 Prizren 참가기SANGHEE SHIN
 
책 "제품의 탄생" 소개
책 "제품의 탄생" 소개책 "제품의 탄생" 소개
책 "제품의 탄생" 소개SANGHEE SHIN
 
공간정보 최근 동향과 디지털트윈, 메타버스
공간정보 최근 동향과 디지털트윈, 메타버스공간정보 최근 동향과 디지털트윈, 메타버스
공간정보 최근 동향과 디지털트윈, 메타버스SANGHEE SHIN
 
재테크 2주일만 하면 신상희만큼 한다!
재테크 2주일만 하면 신상희만큼 한다!재테크 2주일만 하면 신상희만큼 한다!
재테크 2주일만 하면 신상희만큼 한다!SANGHEE SHIN
 
다분야 공동활용 디지털 플랫폼 사례 공유
다분야 공동활용 디지털 플랫폼 사례 공유다분야 공동활용 디지털 플랫폼 사례 공유
다분야 공동활용 디지털 플랫폼 사례 공유SANGHEE SHIN
 
공간정보 관점에서 바라본 디지털트윈과 메타버스
공간정보 관점에서 바라본 디지털트윈과 메타버스공간정보 관점에서 바라본 디지털트윈과 메타버스
공간정보 관점에서 바라본 디지털트윈과 메타버스SANGHEE SHIN
 
FOSS4G Firenze 2022 참가기
FOSS4G Firenze 2022 참가기FOSS4G Firenze 2022 참가기
FOSS4G Firenze 2022 참가기SANGHEE SHIN
 
공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)
공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)
공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)SANGHEE SHIN
 
공간정보 최근 동향과 디지털트윈, 메타버스
공간정보 최근 동향과 디지털트윈, 메타버스  공간정보 최근 동향과 디지털트윈, 메타버스
공간정보 최근 동향과 디지털트윈, 메타버스 SANGHEE SHIN
 
디지털트윈, 스마트시티, 메타버스
디지털트윈, 스마트시티, 메타버스디지털트윈, 스마트시티, 메타버스
디지털트윈, 스마트시티, 메타버스SANGHEE SHIN
 
디지털 트윈(Digital Twin) - 도시와 공간정보 관점에서
디지털 트윈(Digital Twin) - 도시와 공간정보 관점에서디지털 트윈(Digital Twin) - 도시와 공간정보 관점에서
디지털 트윈(Digital Twin) - 도시와 공간정보 관점에서SANGHEE SHIN
 
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현SANGHEE SHIN
 
디지털트윈 기술 및 스마트시티 적용 사례
디지털트윈 기술 및  스마트시티 적용 사례 디지털트윈 기술 및  스마트시티 적용 사례
디지털트윈 기술 및 스마트시티 적용 사례 SANGHEE SHIN
 
Introduction to OpenIndoorMap
Introduction to OpenIndoorMapIntroduction to OpenIndoorMap
Introduction to OpenIndoorMapSANGHEE SHIN
 
State of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin PlatformState of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin PlatformSANGHEE SHIN
 
A Research on EIA(Environmental Impact Assessment) Data Visualization Technol...
A Research on EIA(Environmental Impact Assessment) Data Visualization Technol...A Research on EIA(Environmental Impact Assessment) Data Visualization Technol...
A Research on EIA(Environmental Impact Assessment) Data Visualization Technol...SANGHEE SHIN
 
Integration of BIM and GIS: From Ideal to Reality
Integration of BIM and GIS: From Ideal to RealityIntegration of BIM and GIS: From Ideal to Reality
Integration of BIM and GIS: From Ideal to RealitySANGHEE SHIN
 

Mais de SANGHEE SHIN (20)

Do we need a new standard for visualizing the invisible?
Do we need a new standard for visualizing the invisible?Do we need a new standard for visualizing the invisible?
Do we need a new standard for visualizing the invisible?
 
디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료
디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료
디지털트윈 몇몇 기술 동향과 사례 - 대한공간정보학회 신년학술대회 발표 자료
 
오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)
오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)
오픈소스로 사업하기 - 가이아쓰리디 이야기(서울시립대학교 창업지원단 특강)
 
FOSS4G 2023 Prizren 참가기
FOSS4G 2023 Prizren 참가기FOSS4G 2023 Prizren 참가기
FOSS4G 2023 Prizren 참가기
 
책 "제품의 탄생" 소개
책 "제품의 탄생" 소개책 "제품의 탄생" 소개
책 "제품의 탄생" 소개
 
공간정보 최근 동향과 디지털트윈, 메타버스
공간정보 최근 동향과 디지털트윈, 메타버스공간정보 최근 동향과 디지털트윈, 메타버스
공간정보 최근 동향과 디지털트윈, 메타버스
 
재테크 2주일만 하면 신상희만큼 한다!
재테크 2주일만 하면 신상희만큼 한다!재테크 2주일만 하면 신상희만큼 한다!
재테크 2주일만 하면 신상희만큼 한다!
 
다분야 공동활용 디지털 플랫폼 사례 공유
다분야 공동활용 디지털 플랫폼 사례 공유다분야 공동활용 디지털 플랫폼 사례 공유
다분야 공동활용 디지털 플랫폼 사례 공유
 
공간정보 관점에서 바라본 디지털트윈과 메타버스
공간정보 관점에서 바라본 디지털트윈과 메타버스공간정보 관점에서 바라본 디지털트윈과 메타버스
공간정보 관점에서 바라본 디지털트윈과 메타버스
 
FOSS4G Firenze 2022 참가기
FOSS4G Firenze 2022 참가기FOSS4G Firenze 2022 참가기
FOSS4G Firenze 2022 참가기
 
공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)
공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)
공간정보와 도시 디지털트윈(부산DX컨퍼런스 발표자료)
 
공간정보 최근 동향과 디지털트윈, 메타버스
공간정보 최근 동향과 디지털트윈, 메타버스  공간정보 최근 동향과 디지털트윈, 메타버스
공간정보 최근 동향과 디지털트윈, 메타버스
 
디지털트윈, 스마트시티, 메타버스
디지털트윈, 스마트시티, 메타버스디지털트윈, 스마트시티, 메타버스
디지털트윈, 스마트시티, 메타버스
 
디지털 트윈(Digital Twin) - 도시와 공간정보 관점에서
디지털 트윈(Digital Twin) - 도시와 공간정보 관점에서디지털 트윈(Digital Twin) - 도시와 공간정보 관점에서
디지털 트윈(Digital Twin) - 도시와 공간정보 관점에서
 
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
ICT 기반 환경영향평가 가시화 플랫폼 설계와 시범 구현
 
디지털트윈 기술 및 스마트시티 적용 사례
디지털트윈 기술 및  스마트시티 적용 사례 디지털트윈 기술 및  스마트시티 적용 사례
디지털트윈 기술 및 스마트시티 적용 사례
 
Introduction to OpenIndoorMap
Introduction to OpenIndoorMapIntroduction to OpenIndoorMap
Introduction to OpenIndoorMap
 
State of mago3D, An Open Source Based Digital Twin Platform
State of mago3D, An Open Source Based Digital Twin PlatformState of 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 Research on EIA(Environmental Impact Assessment) Data Visualization Technol...A Research on EIA(Environmental Impact Assessment) Data Visualization Technol...
A Research on EIA(Environmental Impact Assessment) Data Visualization Technol...
 
Integration of BIM and GIS: From Ideal to Reality
Integration of BIM and GIS: From Ideal to RealityIntegration of BIM and GIS: From Ideal to Reality
Integration of BIM and GIS: From Ideal to Reality
 

Último

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Último (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

mago3D Technical Workshop Material

  • 1. Page 1 A Brand New Geo-BIM Platform on top of Cesium & World Wind Sanghee Shin(shshin@gaia3d.com) Hakjoon Kim(hjkim@gaia3d.com) JeongDae Cheon(jdcheon@gaia3d.com) FOSS4G 2017 Tokyo Technical Workshop Material
  • 2. Page 2 1. mago3D Product F4D Converter mago3DJS Content Managemt System  Used as a 3D rendering solution, specially in case that you want to insert 3D rendering part into any business systems already existing.  F4D Converter + mago3DJS  A platform for handling large-sized 3D contents, which offers functionality about data & issue managements.  F4D Converter + mago3DJS + Content Management System 3D Data Converter Browser 3D Rendering Data, Issue DB Manager
  • 3. Page 3 Client internet Web Server WAS F4DStorage mago3D.JS mago Content Management DataBase 2. Architecture - mago3D F4D Converter
  • 4. Page 4 2. Architecture - F4D Converter Writer Processor Reader Assimp.3ds .obj .dae IfcPlusPlus / Carve.ifc OpenCascade.jt ClassicReader IfcReader JtReader fixing triangle vertices order bounding box calculation exterior object extraction model/reference extraction vbo creation/triangle sorting spatial octree creation visibility indexing lego structure creation
  • 5. Page 5 2. Architecture - mago3DJS mago3D Renderer Shader mago3D Accelerator Performance Enhancer mago3D REST API request, response mago3D Process Manager mago3D Data Container Cesium NASA World Wind Etc. mago3D Core WebGL Globe Core mago3D Connector  REST API 3D Data request/response API  Data Container performs loading/parsing  Process Manager manages all processes  Accelerator for performance improvement  Renderer visualizes 3D data  Core F4D data Handling  Connector links mago3D with WebGL-based globes such like Cesium & WorldWind
  • 6. Page 6 2. Architecture - Content Management System Data Manager F4D Data Hosting API User Issue Schedule RBAC Role Based Access Control Public Private spring framework
  • 7. Page 7 3. SW composition DB Postgresql 9.6 + PostGIS Web Server Nginx 1.12.1 / Apache 2.4 Language Java8 Framework Spring(Springboot) + Mybatis Build Gradle Log Log4j2/Logback Security ESAPI Report Jasper/POI View JSP/JSTL UI/UX Jquery Chart Jqplot/Axisj Template Thymeleaf Handlebars Geo Server Geo Server OS Centos 7.2 3D Viewer Cesium, WorldWind Cache EhCache, Redis Container Docker WAS Tomcat 8.5
  • 8. Page 8 4. Community Edition – Let’s do it.  Using Community Edition(F4DConverter + mago3dDJS), we will deploy mago3DJS and publish 3D Data which are converted from sample IFC files through F4DConverter. Then, we can check published 3D data on our web browsers. 1) Source Download(mago3DJS) 2) Node Install 3) F4D Converter Install(.msi) 4) Data Conversion 5) Configuration Modification 6) Getting Start
  • 9. Page 9  https://github.com/Gaia3D/mago3djs  Click ‘Clone or download’ in upper right side  Select ‘Download ZIP’ and save zip file in ‘C:’  In case of using git : git clone https://github.com/Gaia3D/mago3djs.git  Unzip and check the result  C:mago3djs 4. Community Edition – Let’s do it.
  • 10. Page 10  https://nodejs.org/ko/download/  Window Installer(.msi) 64-bit Download  Install 4. Community Edition – Let’s do it.
  • 11. Page 11  Install path : C:nodejs c:nodejs 4. Community Edition – Let’s do it.
  • 12. Page 12  Using cmd.exe in administrator mode, change current directory to ‘C:mago3djs’  node setup C:mago3djs>npm install C:mago3djs>npm install -g gulp 4. Community Edition – Let’s do it.
  • 13. Page 13  http://www.mago3d.com/homepage/download.do  Installer : F4D Converter 64bit (this installation requires Windows 7 or later)  Install 4. Community Edition – Let’s do it.
  • 14. Page 14  Install Path : C:F4DConverter 4. Community Edition – Let’s do it.
  • 15. Page 15 4. Community Edition – Let’s do it.
  • 16. Page 16  Create outputFolder, where converted result will be saved C:data  put sample ifc files into inputFolder  Run Command Line Prompt(cmd.exe) in Administrator mode  Change current directory to the directory where F4DConverter is installed  Run following * all arguments : refer https://github.com/Gaia3D/F4DConverter -inputFolder [rawDataFolder] : an absolute path of the folder where raw data files to be converted are. -outputFolder [F4DFolder] : an absolute path of the folder where conversion results(F4D datasets) are created. -log [logFileFullPath] : an absolute path of a log file which is created after finishing conversion processes. -indexing [one of Y, y, N, n] : wheter objectIndexFile.ihe should be created or not. "NOT created" is default.  All paths are named in English(multi-byte string is not supported yet.) 4. Community Edition – Let’s do it.
  • 17. Page 17 ※ If component missing errors (MFC140U.dll, MSVCP140.dll, VCRUNTIME140.dll, MSVCP100.dll) occrur when you start F4DConverter.exe, install following two packages.  visual studio 2015 visual C++ redistributable package https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145  visual studio 2010 visual C++ redistributable package https://www.microsoft.com/en-us/download/details.aspx?id=14632 4. Community Edition – Let’s do it.
  • 18. Page 18 4. Community Edition – Let’s do it.  Create a symbolic link for the F4D data folder to make the folder be used as a data folder of web service in mago3DJS project.  Using cmd.exe in administrator mode, change current directory to ‘C:mago3djs’  C:mago3djs>mklink /d "C:mago3djsdata" "C:data"  Check if the symbol ‘C:mago3djsdata’ is created by ‘dir’ command.
  • 19. Page 19  In Enterprise Edition, operation policy & data management are on RDB(Postgresql + PostGis) In Community Edition, these are on json files of Mock type  Two configuration files are available on Community Edition policy.json : 3D rendering policy data.json : list up for 3D Data to be serviced and their location information  policy.json Init Camera Latitude, Longitude, CallBack Function, GeoServer config, etc  data.json Data Key, Name, Latitude, Longitude, Altitude, Heading, Pitch, Roll, etc 4. Community Edition – Let’s do it.
  • 20. Page 20  policy.json : /tutorials/policy-tutorials.json for today’s workshop. no modification.  data.json : /tutorials/data-tutorials.json for today’s workshop. have to be modified. “test_id ": { // DB unique key "list_counter": 10, // page list counter “data_id”: 999, // DB sequence "data_group_id": 77, // Data Group ID "data_group_name": “IFC", // Data Group Name "data_key": " test_id ", // DB unique key “data_name": "테스트", // Data name “latitude": "35.6604", // latitude “longitude": "139.6863", // longitude “height": "75", // height “heading": "73", // heading "pitch": "0.0", // pitch "roll": "0.0", // roll "status": "0", // status "data_insert_type": "SELF", // data insert type “insert_date": "2017-06-26 21:06:29 “ // DB insert date } 4. Community Edition – Let’s do it.
  • 21. Page 21  let’s place a building on 東京大学駒場リサーチキャンパス  how to modify data.json  look for a target in C:data C:dataF4D_studentsBuilding_s studentsBuilding_s is data_key, data_name is written with dummy string  location of 東京大学駒場リサーチキャンパス in WGS84 latitude : 35.6604, longitude : 139.6863, height : 75 “hakdongPark_s ": { // DB unique key "data_key": "hakdongPark_s", // DB unique key “data_name": “class room", // Data name “latitude": "35.6604", // latitude “longitude": "139.6863", // longitude “height": "75", // height “heading": "73", // heading "pitch": "0.0", // pitch "roll": "0.0", // roll 4. Community Edition – Let’s do it.
  • 22. Page 22  let’s make start.html  import jquery for ajax communication  import Cesium in mago3djs package  import mago3d.js for today’s workshop, use /tutorials/mago3d.js (originally, you have to use the build result in build path)  set up a ‘div’ component, which will be linked with Cesium 4. Community Edition – Let’s do it.
  • 23. Page 23  let’s make start.html  insert a javascript code block which will trigger mago3d plugin connection div id for the viewer to cesium map policy json configuration data json configuration mago3D start 4. Community Edition – Let’s do it.
  • 24. Page 24  let’s make start.html  run node server  check the result in your web browser http://localhost/tutorials/start.html mago3djs installDirectory 4. Community Edition – Let’s do it.
  • 25. Page 25  using search API in mago3D  this API offers data search using data Key  create a form tag where data Key can be entered  link the created form to the API using javascript  refer http://localhost/tutorials/api-search-data.html  all mago3DJS API list : /src/mago3d/domain/MagoFacade.js how to use or sample code is on home page Document 4. Community Edition – Let’s do it.
  • 26. Page 26 5. Enterprise Edition - Introduction  Simple introduction for how to install  Simple information about 3D Data registration & Issue management using mago3D Enterprise Edition(F4D Converter + mago3DJS + CMS) ※ Multi-language version is under development. 1) Install 2) Dashboard, policy configuration 3) Data management 4) Issue management 5) Role Based Access Control configuration
  • 27. Page 27 5. Enterprise Edition - Introduction  java http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads- 2133151.html java jdk-8u144-windows-x64.exe  eclipse https://www.eclipse.org/downloads/eclipse-packages/ Eclipse IDE for Java EE Developers 64bit  gradle https://gradle.org/releases/ v4.1
  • 28. Page 28 5. Enterprise Edition - Introduction  postgresql https://www.enterprisedb.com/downloads/postgres-postgresql- downloads#windows 9.6.5  postgis http://download.osgeo.org/postgis/windows/pg96/  Lombok https://projectlombok.org/download 1.16.18  source download https://github.com/Gaia3D/mago3d
  • 29. Page 29 5. Enterprise Edition - Introduction  do ‘Project Import’ after running eclipse File -> import -> Gradle -> Existing Gradle Project  DB Table creation and initialization  Auto-run script for window is under development  Move to the folder ‘/mago3d-core/src/doc’ in downloaded source  Run table creation sql script in ddl folder to create tables multi-language version for table, table column comment is under development  Run sequence sql script in ddl folder to create sequence  Run sql script files in index & trigger folders to create index & partition  Run sql script files in dml to register initial data
  • 30. Page 30 5. Enterprise Edition - Introduction  CMS is composed of 3 projects parent project admin common user
  • 31. Page 31 5. Enterprise Edition - Introduction  Build the project using Eclipse BuildShip Gradle Plugin or Gradle command line  Run mago3d-admin project spring boot /mago3d-admin/src/main/java/com/gaia3d/Mago3dAdminApplication.java  Access to http://localhost/login/login.do with web browser  initial id & password is in /mago3d-core/src/doc/database/dml/insert.sql Refer /mago3d-admin/src/test/java/com/gaia3d/PasswordTest.java to know how to generate admin password & salt
  • 32. Page 32 5. Enterprise Edition - Introduction  Offers functionalities for management & statistics of issue, users, schedule, and data ① ② no. description ① displays all issue status in widget. counts newly added issues. counts issue on going. counts closed issues. ② displays each item in widget. you can change the order of widget in ‘Configuration -> Widget Configuration’ menu. you can set the number of widgets displayed in the page in ‘Configuration -> Policies -> Contest’ tab.
  • 33. Page 33 5. Enterprise Edition - Introduction  All configuration about users, passwords, GIS, GeoServer, callback, and security.  policy.json in mago3JS is a json file exported from these policy information.
  • 34. Page 34 5. Enterprise Edition - Introduction  Management of ‘Add, Modify, and Remove’ on Data group  data.json in mago3DJS is a json file exported from these management information Configure on if data is to be serviced or not Data Status
  • 35. Page 35 5. Enterprise Edition - Introduction  Management on issues users registered.  Issue by issue, You can check process status, priority, due date, and the person in charge
  • 36. Page 36 5. Enterprise Edition - Introduction  Newly added user is assigned in any user group, and each user group is granted its own role.  User authority comes along with the role of user group which the user belongs to.