Visualization.html 2.91 KB
Newer Older
1
2
3
4
<!DOCTYPE HTML>
<html>

<head>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
5
  <title>Visualization - IN-Source FWE</title>
6
7
8
9
10
11
12
13
14
15
16
  <meta name="description" content="website description" />
  <meta name="keywords" content="website keywords, website keywords" />
  <meta http-equiv="content-type" content="text/html; charset=windows-1252" />
  <link rel="stylesheet" type="text/css" href="style/style.css" />
</head>

<body>
    <div id="header">
      <div id="logo">
        <!-- class="logo_colour", allows you to change the colour of the text -->
        <h1><img src="style/HFT_Logo.png" alt="logo" width="20%" height="20%" style="float:right" /></h1>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
17
        <h1>IN-SOURCE:<span class="logo_colour"> Food-Water-Energy Simulation and Visualization</span></h1>
18
19
20
21
22
23
        
      </div>
      <div id="menubar">
        <ul id="menu">
          <!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
          <li><a href="index.html">Home</a></li>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
24
          <li><a href="Biomass.html">Biomass Simulator</a></li>
Bao's avatar
Bao committed
25
          <li><a href="Water.html">Urban Water</a></li>
26
          <li><a href="FWEADE.html">FWE ADE</a></li>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
27
          <li class="selected"><a href="Visualization.html">Visualization</a></li>
28
29
30
31
32
33
34
35
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
      </div>
    </div>
    <div id="site_content">
      <div class="sidebar">
        <h1>Useful Links</h1>
        <ul>
Bao's avatar
Bao committed
36
          <li><a href="http://simstadt.eu">SimStadt</a></li>
37
38
39
40
41
42
43
44
          <li><a href="https://www.hft-stuttgart.de/forschung/projekte/standard-titel">IN-Source</a></li>
          <li><a href="https://drc.ait.ac.at/sites/insource/">IN-SOURCE VisToolBox</a></li>

        </ul>

    </div>
    
    <div id="content">
Rushikesh Padsala's avatar
Rushikesh Padsala committed
45
       <h1>Web 3D visualization</h1>
Rushikesh Padsala's avatar
Rushikesh Padsala committed
46
          <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.  
Rushikesh Padsala's avatar
Rushikesh Padsala committed
47
            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>
Bao's avatar
Bao committed
48
        <span class="center"><img src="img/biomass_marbarch.jpg" title="Visualisation of the Marbach’s biomass potential using its CityGML LandUse model " alt="Visualisation of the Marbach’s biomass potential using its CityGML LandUse model " width="90%" height="90%" /></span>
49
50
51
52
53

  </div>
  </div>
</body>
</html>