Commit 5febc746 authored by Bao's avatar Bao
Browse files

Add new file

parent 676f4c28
Pipeline #3096 passed with stages
in 19 seconds
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="GitLab Pages">
<title></title>
<link rel="stylesheet" href="../assets/css/style.css">
<link rel="stylesheet" href="../assets/css/mobile.css">
</head>
<body>
<header id="header">
<div class="row">
<div class="logo" id="logo"></div>
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<nav></nav>
</div>
<div id="projectlogo"></div>
<div id="projectname"></div>
</header>
<div class="content">
<h1>Web 3D visualization</h1>
<p>3D tiles is an OGC standard developed by Cesium to deliver, render and visualise massive 3D geospatial data on web. As of today, Cesium web globe is able to render 3D tiles out of box. CityGML can be out of box converted to 3D tiles using Cesium ion which is a cloud platform provided by Cesium to convert and host 3D geospatial data. For free users, a limit of 5GB is applicable on using cesium ion for data hosting. Alternatively, Feature Manipulation Engine (FME) can be used to convert CityGML to 3D tiles. However, via FME, data is not hosted on cloud using cesium ion but stored on a local machine. Such an arrangement can be useful if data sharing privacy and security is of importance.
Ones CityGML is converted to 3D tiles, it can be render on web using CesiumJS for cesium web globe. CesiumJS is an open source JavaScript library for creating interactive 3D web applications. </p>
<p>
<img src="biomass_marbarch.jpg">
</p>
</div>
<div class="footer"></div>
<div class="legal"></div>
<script src="../settings.js"> </script>
<script src="../main.js"> </script>
</body>
</html>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment