Commit 1005d39e authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update Visualization.html

parent 154bc189
Pipeline #851 passed with stage
in 1 second
......@@ -45,20 +45,10 @@
</div>
<div id="content">
<h1>Biomass Simulator</h1>
<p>by Keyu Bao</p>
<p>SimStadt is an urban simulation tool in development during various research projects since 2015. Up to now the potential of photovoltaic, solar thermal energy and building heating demands can be assessed at the level of individual buildings. SimStadt uses the City Geography Mark-up Language (CityGML), which describes 3D urban building models.</p>
<p>Work has been conducted to extend SimStadt tool with a new FWE assessment extension. So far, the extensive analysis of biomass potential has been realized. The extension takes the integration map between CityGML and satellite crop distribution map , which allows the workflow to assess the local biomass potential with high resolution and reliability instead of using general statistic data. </p>
<p>This biomass assessment workflow gives the primary energy potential as well as the secondary technical potential, e.g. energy wood, biogas, bio ethanol, residue, etc. User is allowed to give parameters relating to specific energy scenarios, e.g. the ratio for energy production from crop, the ratio of harvesting forest and etc. The workflow only consider the energy potential directly from vegetation rather from animal products.</p>
<span class="center"><img src="img/Energy_Flow.jpg" alt="energy flow" /></span>
<p>The interface of the biomass potential assessment workflow in the simulation platform SimStadt is shown below. User can change relocate the root folder of simulation through A. In the root folder, several project can be stored and selected through B. Available CityGML format input in the chosen project is shown in E. Different function can be chosen through C, including heating/electricity demand calculation with refurbishment scenarios, PV potential analysis, district heating network calculatoin and etc. </p>
<span class="center"><img src="img/WF1.png" alt="work flow 1" width="90%" height="90%" /></span>
<p>Like other workflows in SimStadt, biomass workflow extension is made of several steps. Some parameters from steps can be modified according to the need of user and scenarios. In this worklfow, energy crop rate, forest harvesting rate and etc. can be changed (A,B). Moreover, an external XML configuration file is imported with the information of the secondary energy use distribution of each crop type (C).</p>
<span class="center"><img src="img/WF2.png" alt="work flow 2" width="90%" height="90%" /></span>
<p>The output of the workflow is a CSV file, including GML ID, area, crop type, usage type, primary energy potential, secondary energy potential (energy wood, biogas, bioethanol, vegetable oil, solid fuel, residue by product), end energy potential by typical CHPs (electricity and heat).</p>
<p>The biomass primary energy density map of scenario 2 for Ludwigsburg country, shown below, shows the theoretical biomass potential per polygon from the DLM model, using a statistical distribution of agricultural crops. The biomass potentials of the polygons are not continuous but discrete as groups, since potential is based on the types of crops on the polygons. Vineyard and fruit plantation, shown in red, have the lowest potential density as only residue by-products are utilized as energy source. The grove and agriculture area are mostly yellow and green indicating the middle value of potential since only 14% of the production of the polygons are energy crop under this scenario. The potential of forest is relatively higher than the potential of agricultural land. Thus, the north, east and south corners of territory, where the forest and shrub are, has higher biomass potential density. Urban areas, railway and streets are shown in white, assuming no relevant amounts of biomass potential. </p>
<span class="center"><img src="img/Density_Map.jpg" alt="density map" width="90%" height="90%" /></span>
<h1>Web 3D visualization</h1>
<p>3D tiles6 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>
<span class="center"><img src="img/cesiumLB.png" alt="Landkreis Ludwigsburg Cesium Application" width="90%" height="90%" /></span>
</div>
</div>
......
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