content_original.md 55.6 KB
Newer Older
Myriam Guedey's avatar
Myriam Guedey committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
[ {
    "item": {
      "title": "CityDemonstrator",
      "project": "iCity Project",
      "author": {
        "firstName": "Sven",
        "lastName": "Schneider",
        "hftURL": "https://www.hft-stuttgart.de/p/sven-schneider"
      },
      "project_year_start": "2021",
      "project_year_end": "2024",
      "project_is_on_going": true,
      "imageLink": "https://citydemonstrator.hft-stuttgart.de/assets/img/iCity_network_1.svg",
      "keywords": ["Smart City", "Participation", "LIN Stadt"],
      "description_en": "Learn about Intelligent Cities with our City Demonstrator. Find out what makes our cities Liveable, Intelligent and Sustainable - the LIS city.",
      "description_de": "Erfahren Sie mehr über intelligente Städte mit dem City Demonstrator. Was macht unsere Städte Lebenswert, Intelligent und Nachhaltig - die LIN Stadt."
    },
    "refIndex": 5,
    "links": {
      "demo": "https://citydemonstrator.hft-stuttgart.de/",
      "project": "http://icity.hft-stuttgart.de/#/"
    }
  },
  {
    "item": {
      "title": "Extraction of window contours from point clouds",
      "project": "Simstadt 2.0",
      "author": {
        "firstName": "Sven",
        "lastName": "Schneider",
        "hftURL": "https://www.hft-stuttgart.de/p/sven-schneider"
      },
      "project_year_start": "2017",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "https://urbanvis.hft-stuttgart.de/imgs/thumbnails/EssenPC.jpg",
      "keywords": ["CityGML", "Urban Simulation", "SimStadt", "Point Clouds","Energy"],
      "description_en": "As part of Simstadt 2.0, a method was developed to automatically extract window contours from building facedes from high-resolution point clouds to improve simulation accuracy.",
      "description_de": "Im Rahmen von Simstadt 2.0 wurde eine Methode entwickelt, um Fensterkonturen automatisiert in hochauflösenden Punktwolken zu detektieren und zu extrahieren, um die Simulationsgenauigkeit zu erhöhen."
    },
    "refIndex": 5,
    "links": {
      "demo": "https://urbanvis.hft-stuttgart.de/EssenPC.html?",
      "publication": "https://www.dgpf.de/src/tagung/jt2018/proceedings/proceedings/papers/44_PFGK18_P03_Schneider_Coors.pdf",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/abgeschlossen/simstadt-20"
    }
  },
  {
    "item": {
      "title": "INSPIRER case-studies",
      "project": "INSPIRER",
      "author": {
        "firstName": "Sven",
        "lastName": "Schneider",
        "hftURL": "https://www.hft-stuttgart.de/p/sven-schneider"
      },
      "project_year_start": "2021",
      "project_year_end": "2024",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/Inspirer_Testgebiete_thumbnail.jpg",
      "keywords": ["CityGML", "Urban Planning", "Participation", "Point Clouds", "Augmented Reality","Energy"],
      "description_en": "The INSPIRER project aims to develop an AR App for mobile devices that lets a citizen participate interactively in the city planning process. In the background, point clouds are generated by the mobile device and used to match existing point clouds in order to position and orient the user with respect to integrated virtual 3D content.",
      "description_de": "Das INSPIRER Projekt hat zum Ziel, die Bürgerbeteiligung in Stadtplanungsprozessen auf moderne Art und Weise, mittels einer im Projekt entwickelten AR App, zu vereinfachen. Mit dem Smartphone aufgenommene Punktwolken werden im Hintergrund mit bereits aufgenommenen Punktowlken registriert, um die Postionierung und Orientierung des Nutzers im Bezug zum virtuellen / augmentieren 3D Inhalt zu gewährleisten. "
    },
    "links": {
      "demo": "https://urbanvis.hft-stuttgart.de/Testgebiete.html",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/inspirer"
    }
  },
  {
    "item": {
      "title": "OGC Testbed-18: Building Energy Data Interoperability",
      "project": "iCity Project",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2022",
      "project_year_end": "2023",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/testbed18.jpg",
      "keywords": ["CityGML", "3D GIS", "GIS Analyst", "Urban Analytics","Energy"],
      "description_en": "Explore the usage of the OGC APIs web standard for spatial data interoperability in the context of Urban Building Energy Simulation, with specific use cases in Nuns Island, Montreal, Canada, and Helsinki, Finland.",
      "description_de": "Erforschung der Nutzung des OGC APIs Web-Standards für die Interoperabilität von Geodaten im Zusammenhang mit der Energiesimulation für städtische Gebäude, mit spezifischen Anwendungsfällen in Nuns Island, Montreal, Kanada, und Helsinki, Finnland."
    },
    "links": {
      "demo": "https://ogc-testbed-18.igd.fraunhofer.de/",
      "project": "https://www.hft-stuttgart.de/forschung/i-city",
      "report": "https://docs.ogc.org/per/22-041.html"
    },
    "refIndex": 4
  },
  {
    "item": {
      "title": "3D Wind Simulation",
      "project": "iCity Project",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2018",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "https://transfer.hft-stuttgart.de/pages/sven.schneider/urbanvis/imgs/thumbnails/Kirchturm_Partikel_2.jpg",
      "keywords": ["CityGML", "3D GIS", "GIS Analyst", "Urban Analytics","Energy"],
      "description_en": "Explore different ways of visualizing 3D data such as Computational Fluid Dynamics (CFD) simulations in urban enviroments in your web-browser. Select a visualization scheme below and interactively explore the content. Visualizations are based on CesiumJS .",
      "description_de": "Erkunden Sie verschiedene Möglichkeiten der Visualisierung von 3D-Daten, wie z. B. Computational Fluid Dynamics (CFD)-Simulationen in urbanen Umgebungen in Ihrem Webbrowser. Wählen Sie unten ein Visualisierungsschema aus und erkunden Sie interaktiv den Inhalt. Die Visualisierungen basieren auf CesiumJS ."
    },
    "links": {
      "demo": "https://urbanvis.hft-stuttgart.de/",
      "publication": "https://doi.org/10.3390/ijgi9110657 ",
      "project": "https://www.hft-stuttgart.de/forschung/i-city"
    },
    "refIndex": 4
  },
  {
    "item": {
      "title": "EnSysLE Dashboard",
      "project": "EnSysLE",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2021",
      "project_year_end": "2022",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/ensysle2.jpg",
      "keywords": ["CityGML", "Energy Simulation", "Building Energy", "CityGML", "Heat Demand Simulation","Energy"],
      "description_en": "This application use 3D virtual city models to visualize and simulate energy supply scenarios in exemplary counties as well as of the electricity and heat system at the federal level in order to derive an assessment of selected forms of market organisation and regulation.",
      "description_de": "This application use 3D virtual city models to visualize and simulate energy supply scenarios in exemplary counties as well as of the electricity and heat system at the federal level in order to derive an assessment of selected forms of market organisation and regulation."
    },
    "refIndex": 5,
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/ensysle/application/index.html",
      "project": "https://www.hft-stuttgart.com/research/projects/current/ensys-le",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/ensysle/application"
    }
  },
  {
    "item": {
      "title": "GIS-based method for PV Potentials Simulation at Regional Scale",
      "project": "EnSysLE",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2021",
      "project_year_end": "2022",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/gis.jpg",
      "keywords": ["CityGML", "Energy Simulation", "CityGML", "Heat Demand Simulation","Energy"],
      "description_en": "This work introduces a bottom-up GIS-based method for simulation of ground-mounted PV potentials based on digital landscape models that consider terrain slope, orientation, location-specific irradiation, and land use type, and combines this geoinformatical information with a PV yield model that allows to assess hourly PV generation potential on suitable areas.",
      "description_de": "This work introduces a bottom-up GIS-based method for simulation of ground-mounted PV potentials based on digital landscape models that consider terrain slope, orientation, location-specific irradiation, and land use type, and combines this geoinformatical information with a PV yield model that allows to assess hourly PV generation potential on suitable areas."
    },
    "refIndex": 5,
    "links": {
      "project": "https://www.hft-stuttgart.com/research/projects/current/ensys-le",
      "publication": "https://doi.org/10.1016/j.egyr.2022.03.187"
    }
  },
  {
    "item": {
      "title": "Web-based Region Choose",
      "project": "Urban Data Platform",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2022",
      "project_year_end": "2022",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/regionchooser.jpg",
      "keywords": ["CityGML", "GIS", "BBox finder"],
      "description_en": "This application is a web based application with a graphical interface that allows users to extract a specific region by drawing bounding region (box/ polygon). Users can get results in any valid ESPG coordinate system.",
      "description_de": "This application is a web based application with a graphical interface that allows users to extract a specific region by drawing bounding region (box/ polygon). Users can get results in any valid ESPG coordinate system."
    },
    "refIndex": 5,
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/urbandataplatform/webregionchooser/index.html",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/urbandataplatform/webregionchooser"
    }
  },
  {
    "item": {
      "title": "COVID-STA",
      "project": "iCity Project",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2020",
      "project_year_end": "",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/covidSta.jpg",
      "keywords": ["SensorThings API", "COVID-19", "Urban Analytics", "Sensor"],
      "description_en": "The COVID-STA is the OGC SensorThings API data server which provides an open standard-based and geospatial-enabled framework to interconnect the COVID-19 statistics and applications over the web.",
      "description_de": "Der COVID-STA ist der OGC SensorThings API-Datenserver, der ein auf offenen Standards basierendes und raumbezogenes Framework zur Verfügung stellt, um die COVID-19-Statistiken und Anwendungen über das Web miteinander zu verbinden."
    },
    "links": {
      "demo": "https://covidsta.hft-stuttgart.de/server/",
      "project": "https://www.hft-stuttgart.com/news/covid-19-dashboard-von-hft-stuttgart-entwickelt",
      "publication": "https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-135-2020"
    }
  },
  {
    "item": {
      "title": "COVID 19 Dashboard",
      "project": "iCity Project",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2020",
      "project_year_end": "",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/covidDB.jpg",
      "keywords": ["SensorThings API", "COVID-19", "Urban Analytics", "Sensor"],
      "description_en": "A web application dashboard “COVID 19 Dashboard” visualizing real-time and historical COVID-19 data from COVID-STA",
      "description_de": "A web application dashboard “COVID 19 Dashboard” visualizing real-time and historical COVID-19 data from COVID-STA"
    },
    "links": {
      "demo": "https://www.covid19dashboard.org/",
      "project": "https://www.hft-stuttgart.com/news/covid-19-dashboard-von-hft-stuttgart-entwickelt",
      "publication": "https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-135-2020"
    }
  },
  {
    "item": {
      "title": "3D E-bike",
      "project": "iCity Project",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2018",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/3DEbike.gif",
      "keywords": ["SensorThings API", "CityGML", "GIS Analyst", "3D GIS", "GIS Analyst", "Urban Analytics", "Sensor", "Mobility"],
      "description_en": "The 3D E-bike Tracking is a 3D web-based visual analytics application designed showing various parameters from sensor systems equipped on the E-bike sharing system in the study area of a city of Stuttgart, Germany.",
      "description_de": "Das 3D E-bike Tracking ist eine 3D Webanwendung zu visuellen Analyse und ist designed um verschiedene Parameter von Sensor Systemen zu zeigen. Die Sensoren sind am E-bike Sharing Systemes der Stadt Stuttgart (Deutschland) installiert."
    },
    "links": {
      "youtube": "https://www.youtube.com/watch?v=GzvrmpM9zmw",
      "demo": "https://icity.hft-stuttgart.de/icityebike/index.html",
      "publication": "https://doi.org/10.5194/isprs-annals-IV-4-W7-115-2018",
      "project": "https://www.hft-stuttgart.de/forschung/i-city"
    },
    "refIndex": 1
  },
  {
    "item": {
      "title": "Manchester 3D",
      "project": "OGC CityGML Challenge",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2019",
      "project_year_end": "2019",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/manchester3d.jpg",
      "keywords": ["SensorThings API", "Mobility","CityGML", "GIS Analyst", "3D GIS", "GIS Analyst", "Urban Analytics", "Sensor"],
      "description_en": "Manchester3D participated and won the 2nd award in OGC CityGML Challenge. The resulting tools and visualisation environment are to be made openly available for one year for wider non-commercial experimentation and innovation purposes, in particular as part of a Triangulum Innovation Challenge focused on energy and mobility applications.",
      "description_de": "Manchester3D participated and won the 2nd award in OGC CityGML Challenge. The resulting tools and visualisation environment are to be made openly available for one year for wider non-commercial experimentation and innovation purposes, in particular as part of a Triangulum Innovation Challenge focused on energy and mobility applications."
    },
    "links": {
      "demo": "https://steinbeis-3dps.eu/manchester3d/index.html",
      "project": "https://steinbeis-3dps.eu/manchester3d/index.html"
    }
  },
  {
    "item": {
      "title": "HFT Stuttgart Smart Platform",
      "project": "iCity Project",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2020",
      "project_year_end": "2022",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/hftSmart.JPG",
      "keywords": ["CityGML", "3D GIS", "GIS Analyst", "Urban Analytics"],
      "description_en": "The HFT Smart Platform aimed at sharing municipal and enviromental information in the city of Stuttgart; making them usable for science, administration and citizens",
      "description_de": "Die HFT Smart Platform hat das Ziel, kommunale und umweltrelevante Informationen in der Stadt Stuttgart gemeinsam zu nutzen; sie für Wissenschaft, Verwaltung und Bürger nutzbar zu machen"
    },
    "links": {
      "project": "https://www.hft-stuttgart.de/forschung/i-city",
      "publication": "https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-157-2020"
    },
    "refIndex": 3
  },

  {
    "item": {
      "title": "OGC 3D GeoVolumes",
      "project": "iCity Project",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2019",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/geovolumes.jpg",
      "keywords": ["OGC", "3D GIS", "3D Tiles", "I3S", "gLTF"],
      "description_en": "The GeoVolumes API is a draft specification from OGC to unify access to global 3D model and terrain data across a range of formats, platforms, and technologies. This implementation uses Node.js with Express framework.",
      "description_de": "Die GeoVolumes API ist ein Spezifikationsentwurf von OGC, um den Zugriff auf globale 3D-Modell- und Geländedaten über eine Reihe von Formaten, Plattformen und Technologien hinweg zu vereinheitlichen."
    },
    "links": {
      "demo": "https://steinbeis-3dps.eu/3DGeoVolumes/",
      "publication": "https://docs.ogc.org/per/20-030.html",
      "project": "https://www.hft-stuttgart.de/forschung/i-city",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/ogc/3dgeovolumesapi"
    },
    "refIndex": 5
  },
  {
    "item": {
      "title": "OGC 3D Portrayal Services",
      "project": "IQG4iCity",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2019",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/3dps.jpg",
      "keywords": ["OGC", "3D GIS", "3D Tiles", "I3S", "gLTF"],
      "description_en": "The OGC 3D Portrayal Service (3DPS) is a geospatial 3D content delivery implementation specification that specifies how geospatial 3D content is described, selected, and delivered.",
      "description_de": "Die OGC 3D-Darstellungsdienst (3DPS) ist eine Implementierungsspezifikation für die Bereitstellung von Geodaten-3D-Inhalten, die festlegt, wie Geodaten-3D-Inhalte beschrieben, ausgewählt und bereitgestellt werden."
    },
    "links": {
      "demo": "https://steinbeis-3dps.eu/3dps",
      "project": "https://www.ogc.org/standards/3dp",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/ogc/node-3dps"
    }
  },
  {
    "item": {
      "title": "CityGML Data Workflow",
      "project": "IQG4iCity",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2022",
      "project_year_end": "2024",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/citygml_workflow.jpg",
      "keywords": ["OGC", "3D GIS", "3D Tiles", "I3S", "gLTF"],
      "description_en": "List of the workflows for creating, developing, enriching the 3D city models in CityGML formats.",
      "description_de": "List of the workflows for creating, developing, enriching the 3D city models in CityGML formats."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/ict4icity/data_workflow/index.html",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/ict4icity",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/ict4icity"
    }
  },
  {
    "item": {
      "title": "Schwäbisch Hall 3D Viewer",
      "project": "IQG4iCity",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2022",
      "project_year_end": "2022",
      "project_is_on_going": true,
      "imageLink": "https://transfer.hft-stuttgart.de/pages/iqg4icity/schwabisch_hall/application/img/demo.jpg",
      "keywords": ["OGC", "3D GIS", "3D Tiles", "I3S", "gLTF"],
      "description_en": "3D Application represents the digitization of heating networks in the study area of Schwaebisch Hall. This research is to reduce the increased heat losses in particularly networks causing by inefficient operation, low spread between supply and return, high power consumption of network pumps.",
      "description_de": "3D Application represents the digitization of heating networks in the study area of Schwaebisch Hall. This research is to reduce the increased heat losses in particularly networks causing by inefficient operation, low spread between supply and return, high power consumption of network pumps."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/iqg4icity/schwabisch_hall/index.html",
      "project": "https://www.hft-stuttgart.com/research/projects/current/icity-2-iqg4icity-project",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/iqg4icity/schwabisch_hall"
    }
  },
  {
    "item": {
      "title": "Vision Zero",
      "project": "Hackathon",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2019",
      "project_year_end": "2019",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/visionZero.jpeg",
      "keywords": ["CityGML", "3D GIS", "GIS Analyst", "Urban Analytics", "Mobility"],
      "description_en": "The VISION ZERO is an application for safety routing with the visualization of 3D grid and heatmap. Developed at hackathon event 'Neue Wege für die Mobilität in Augsburg'. (24 hours time limited)",
      "description_de": "VISION ZERO ist eine Anwendung zum sicheren Routing mit einer Visualisierung eines 3D Grids und einer Heatmap. Entwickelt bein Hackathon Event 'Neue Wege für die Mobilität in Augsburg'. (24 Stunden Zeit begrenzt)"
    },
    "links": {
      "youtube": "https://www.youtube.com/watch?v=T5jF20yXcWw",
      "publication": "https://doi.org/10.5194/isprs-annals-VI-4-W2-2020-143-2020",
      "project": "https://www.hft-stuttgart.de/forschung/i-city"
    }
  },
  {
    "item": {
      "title": "NEQModPLUS Case Study",
      "project": "NEQModPLUS",
      "author": {
        "firstName": "Joe",
        "lastName": "T. Santhanavanich",
        "hftURL": "https://www.hft-stuttgart.de/p/thunyathep-santhanavanich"
      },
      "project_year_start": "2021",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/neqmodplus.jpg",
      "keywords": ["CityGML", "Energy Simulation", "Building Energy", "CityGML", "3D GIS", "GIS Analyst", "Urban Analytics","Energy"],
      "description_en": "In the project NeqModPlus we developed models and tools to simulate energy demand and different energy generation systems of buildings and city quarters that can help reach the goal of zero carbon emissions. One of the case studies is a new building of the inner-city campus of the University of Applied Sciences in Stuttgart, Germany.",
      "description_de": "In the project NeqModPlus we developed models and tools to simulate energy demand and different energy generation systems of buildings and city quarters that can help reach the goal of zero carbon emissions. One of the case studies is a new building of the inner-city campus of the University of Applied Sciences in Stuttgart, Germany. "
    },
    "links": {
      "demo": "https://steinbeis-3dps.eu/neqmodplus/",
      "project": "https://kogerec.org/en/research/energy/modelling-nearly-zero-emission-quarters-neqmodplus/"
    }
  },
  {
    "item": {
      "title": "Smart Villages 3D Application ",
      "project": "SmartVillages Project",
      "author": {
        "firstName": "Patrick",
        "lastName": "Würstle",
        "hftURL": "https://www.linkedin.com/in/patrick-w%C3%BCrstle-939027170/"
      },
      "project_year_start": "2018",
      "project_year_end": "2020",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/SmartVillages2.png",
      "keywords": ["CityGML", "3D GIS", "Urban Analytics","Energy"],
      "description_en": "In the SmartVillages project, a cooperation with the LGL (Landesamt für Geoinformation und Landentwicklung - State Office for Geoinformation and Land Development), a platform for visualizing the project results was created.",
      "description_de": "Im Projekt SmartVillages, eine Kooperation mit dem LGL (Landesamt für Geoinformation und Landentwicklung), wurde eine Plattform zur Visualisierung der Verschiedenen Projektinhalte erstellt."
    },
    "links": {
      "demo": "https://3dweb.lgl-bw.de/3D/SmartVillages/#/",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/smart-villages",
      "publication": "https://dl.acm.org/doi/10.1145/3396851.3402650"
    },
    "refIndex": 24
  },
  {
    "item": {
      "title": "3D Erlebnispfad Wüstenrot",
      "project": "SmartVillages Project",
      "author": {
        "firstName": "Patrick",
        "lastName": "Würstle",
        "hftURL": "https://www.linkedin.com/in/patrick-w%C3%BCrstle-939027170/"
      },
      "project_year_start": "2018",
      "project_year_end": "2020",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/SmartVillages.png",
      "keywords": ["CityGML", "3D GIS", "Urban Analytics", "Mobility","Energy"],
      "description_en": "In the SmartVillages project, a cooperation with the LGL (Landesamt für Geoinformation und Landentwicklung - State Office for Geoinformation and Land Development), a platform for visualizing the energy experience path in Wüstenrot was created.",
      "description_de": "Im Projekt SmartVillages, eine Kooperation mit dem LGL (Landesamt für Geoinformation und Landentwicklung), wurde eine Plattform zur Visualisierung des Energeierlebnispfades in Wüstenrot erstellt."
    },
    "links": {
      "demo": "https://3dweb.lgl-bw.de/3D/EEP-Wuestenrot/#/",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/smart-villages",
      "publication": "https://gispoint.de/artikelarchiv/gis/2020/gisscience-ausgabe-22020/6479-smart-villages-vernetzung-von-3d-geoinformation-und-umweltrelevanten-sensordaten-im-laendlichen-raum.html"
    },
    "refIndex": 24
  },
  {
    "item": {
      "title": "Kesselkompass",
      "project": "M4_Lab",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.de/p/rushikesh-padsala"
      },
      "project_year_start": "2018",
      "project_year_end": "2024",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/M4_LabPortal.PNG",
      "keywords": ["CityGML", "Participation", "Acoustic", "Urban Analytics", "3D Visualization", "Mobility","Energy"],
      "description_en": "The Kesselkompass platform is an Application developed in the M4_Lab for public participation and the visualization of acoustic, energy, and mobility.",
      "description_de": "Die Kesselkompass-Plattform ist eine im M4_Lab entwickelte Anwendung zur Bürgerbeteiligung und Visualisierung von Akustik, Energie und Mobilität."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/partizipation/",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/m4-lab-innovative-hochschule"
    },
    "refIndex": 3
  },
  {
    "item": {
      "title": "Buildicipate",
      "project": "Buildicipate",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.de/p/rushikesh-padsala"
      },
      "project_year_start": "2021",
      "project_year_end": "2022",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/Buildicipate.JPG",
      "keywords": ["Serious Gaming", "3D City Models", "Unreal Engine", "OGC Standards"],
      "description_en": "Buildicipate is a real world visualization and gaming environment which on one hand puts the control of city development in the hand of citizens for them to explore, build, play and engage in the city development process while on the other hand allows city developers, municipalities and stakeholders to take citizen oriented city development decisions",
      "description_de": "Buildicipate zielt darauf ab, eine reale Visualisierungs- und Spielumgebung zu entwickeln, die sowohl die Kontrolle über die Stadtentwicklung in die Hände der Bürger legt, um den Stadtentwicklungsprozess zu erforschen, zu bauen, zu spielen und sich daran zu beteiligen, als auch Stadtentwickler, Gemeinden und Interessengruppen in die Lage versetzt, bürgergesteuerte Entscheidungen zur Stadtentwicklung zu treffen."
    },
    "links": {
      "publication": "http://docs.ogc.org/per/20-058.html",
      "project": "https://transfer.hft-stuttgart.de/pages/buildicipate/webpage/home/",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/buildicipate"
    },
    "refIndex": 13
  },
  {
    "item": {
      "title": "Multi-scale Urban Scenario Interface",
      "project": "iCity",
      "author": {
        "firstName": "Rosanny",
        "lastName": "Sihombing",
        "hftURL": "https://www.hft-stuttgart.de/p/rosanny-sihombing"
      },
      "project_year_start": "2017",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "http://icity.hft-stuttgart.de/musi/logo.png",
      "keywords": ["Energy Simulation Tool", "Urban Planning", "3D Visualization","Energy"],
      "description_en": "Multi-Scale Urban Scenario Interface (MUSI) provides a web-based, scalable software system for energy planning. It considers both economic and energy analysis for retrofit and energy efficiency measurement.",
      "description_de": "Multi-Scale Urban Scenario Interface (MUSI) bietet ein webbasiertes, skalierbares Softwaresystem für die Energieplanung. Es berücksichtigt sowohl wirtschaftliche als auch energetische Analysen für die Sanierung und Energieeffizienzmessung."
    },
    "links": {
      "youtube": "https://vimeo.com/435727966",
      "demo": "http://icity.hft-stuttgart.de/musi.html",
      "publication": "http://dx.doi.org/10.5220/0010406201100117",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/icity-musi"
    },
    "refIndex": 3
  },
  {
    "item": {
      "title": "Heating Grid Disaggregation Algorithm",
      "project": "ENsource",
      "author": {
        "firstName": "Pithon",
        "lastName": "Kabiro",
        "hftURL": "https://www.researchgate.net/profile/Pithon-Kabiro-2"
      },
      "project_year_start": "2019",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/heating_grid_disaggregation.png",
      "keywords": ["Energy System Optimization", "District Heating", "Energy System Modelling","Energy"],
      "description_en": "This tool enables the coupling of Simstadt (a tool that is used to assess building heating demands, developed and validated at HfT Stuttgart) with KomMod (an energy system optimization tool developed at Fraunhofer ISE, Freiburg). The tool enables the study of optimal amount of centrally supplied heat and the layout of the supplying heating grid.",
      "description_de": "Dieses Tool ermöglicht die Kopplung von Simstadt (ein Tool zur Abschätzung des Wärmebedarfs von Gebäuden, entwickelt und validiert an der HfT Stuttgart) mit KomMod (ein am Fraunhofer ISE, Freiburg, entwickeltes Tool zur Energiesystemoptimierung). Das Tool ermöglicht die Untersuchung der optimalen Menge an zentral zugeführter Wärme und der Auslegung des versorgenden Wärmenetzes."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/gitlab/ensource-2/disaggregation",
      "publication": "https://doi.org/10.3390/resources10050052",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/ensource-2-foerderphase"
    },
    "refIndex": 3
  },
  {
    "item": {
      "title": "Energy Dashboard Prototype",
      "project": "iCity",
      "author": {
        "firstName": "Pithon",
        "lastName": "Kabiro",
        "hftURL": "https://www.hft-stuttgart.de/p/pithon-kabiro"
      },
      "project_year_start": "2018",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/icity_tp31_energy_dashboard.png",
      "keywords": ["Sensor", "Energy", "SensorThings API","Energy"],
      "description_en": "This tool is used for the continuous monitoring and optimization of energy flows within the Robert Bosch GmbH property at Schwieberdingen. This is achieved by allowing users to interact with historical observations from a variety of energy-related sensors.",
      "description_de": "Dieses Tool wird für die kontinuierliche Überwachung und Optimierung der Energieflüsse innerhalb der Liegenschaft der Robert Bosch GmbH in Schwieberdingen eingesetzt. Dies wird dadurch erreicht, dass die Benutzer mit historischen Messwerten von einer Vielzahl von energiebezogenen Sensoren interagieren können."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/gitlab/icity/energydashboard",
      "project": "https://www.hft-stuttgart.de/forschung/i-city",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/icity/energydashboard"
    },
    "refIndex": 3
  },
  {
    "item": {
      "title": "Quality ADE for CityGML",
      "project": "CityDoctor2",
      "author": {
        "firstName": "Matthias",
        "lastName": "Betz",
        "hftURL": "https://www.hft-stuttgart.de/p/matthias-betz"
      },
      "project_year_start": "2019",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/QualityADE_Icon.png",
      "keywords": ["ADE", "CityGML", "Quality"],
      "description_en": "This ADE enables the storage of validation data in CityGML files themselves. It can be used to improve CityGML file generation or simulation applications.",
      "description_de": "Die Erweiterung ermöglicht die Speicherung von Validierungsdaten in CityGML Dateien. Die Validierungsdaten können verwendet werden um die Generierung von CityGML Dateien oder Ergebnisse von Simulationen zu verbessern."
    },
    "links": {
      "project": "https://transfer.hft-stuttgart.de/gitlab/citydoctor/qualityade",
      "repo": "https://gitlab.com/volkercoors/agqual3d/-/wikis/CityGml-Quality-ADE"
    },
    "refIndex": 6
  },
  {
    "item": {
      "title": "CityDoctor2",
      "project": "CityDoctor2",
      "author": {
        "firstName": "Matthias",
        "lastName": "Betz",
        "hftURL": "https://www.hft-stuttgart.de/p/matthias-betz"
      },
      "project_year_start": "2019",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/CityDoctorScreen.png",
      "keywords": ["Quality", "Validation", "Repairing", "Healing"],
      "description_en": "CityDoctor2 is able to validate CityGML files for their geometric and semantic correctness and writing the results in CityGML back or write reports in different file formats. It is also capable of repairing some more common errors in geometries.",
      "description_de": "CityDoctor2 is in der Lage CityGML Dateien auf ihre geometrische und sematische Korrektheit zu überprüfen. Die Ergebnisse können zurück in die CityGML Datei oder in seperate Report Dateien geschrieben werden. CityDoctor2 kann zum Teil häufig vorkommende geometrische Fehler automatisch reparieren."
    },
    "links": {
      "publication": "https://doi.org/10.1007/s41064-020-00094-0",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/citydoctor-2",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/citydoctor/citydoctor2"
    },
    "refIndex": 7
  },
  {
    "item": {
      "title": "Concept and Evaluation of heating demand prediction based on 3D city models and the Energy ADE – case study Helsinki",
      "project": "Master Thesis",
      "author": {
        "firstName": "Maxim",
        "lastName": "Rossknecht",
        "hftURL": "https://www.researchgate.net/profile/Maxim-Rossknecht"
      },
      "project_year_start": "2020",
      "project_year_end": "2020",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/Heating_Demand_Helsinki-1-small.png",
      "keywords": ["SimStadt", "CityGML", "Urban Simulation","Energy"],
      "description_en": "The City of Helsinki aims to be carbon neutral by 2035. As the heating of buildings causes the greatest portion of greenhouse gas emission in Helsinki, more energy-efficient buildings may be the key to achieving this goal. In this work, the developed concept enables the simulation and further prediction of the heating demand and resulting CO2 emissions based on a 3D city model in various scenarios. ",
      "description_de": "Die STadt Helsinki strebt an, bis 2035 klimaneutral zu werden. In der Arbeit wurden auf Basis eines 3D-Stadtmodells verschiedene Szenarien zur Wärmeversorgung simuliert. Dabei wurde zur Simulation die an der HFT entwickelte Software SimStadt eingesetzt. "
    },
    "refIndex": 5,
    "links": {
      "demo": "https://kartta.hel.fi/3d/heating/Apps/Helsinki/view.html",
      "publication": "https://doi.org/10.3390/ijgi9100602"
    }
  },
  {
    "item": {
      "title": "Outdoor Mobile Augmented Reality in Urban Planning",
      "project": "Master Thesis",
      "author": {
        "firstName": "Justin ",
        "lastName": "Jing Hui",
        "hftURL": "https://ugl.hft-stuttgart.de/content/justin/index.html"
      },
      "project_year_start": "2020",
      "project_year_end": "2021",
      "project_is_on_going": false,
      "imageLink": "content/justin/ezgif.com-gif-maker.gif",
      "keywords": ["Augmented Reality", "Urban Planning", "Mobility"],
      "description_en": "This thesis aims to develop an outdoor mobile AR application that visualizes the urban environment using the mentioned grayscale masking filters.",
      "description_de": "Ziel dieser Arbeit ist es, eine mobile AR-Anwendung für den Außenbereich zu entwickeln, die die urbane Umgebung mithilfe von Graustufen-Maskierungsfiltern visualisiert."
    },
    "refIndex": 5,
    "links": {
      "demo": "content/justin/index.html",
      "publication": "content/justin/thesis.pdf"
    }
  },
  {
    "item": {
      "title": "Occlusion Screening using 3D city models as a reference database for mobile AR-Applications",
      "project": "Master Thesis",
      "author": {
        "firstName": "Muhammad",
        "lastName": "Alfakhori",
        "hftURL": "https://www.linkedin.com/in/muhammad-alfakhori"
      },
      "project_year_start": "2021",
      "project_year_end": "2022",
      "project_is_on_going": true,
      "imageLink": "content/muhamamd/UGLthumbnail.gif",
      "keywords": ["Augmented Reality", "Mixed Reality", "Occlusion", "HoloLens"],
      "description_en": "Creating an immersive Augmented Reality (AR) experience requires aligning the digital content with the real environment, including position and occlusion, where the digital content is hidden behind the real objects.",
      "description_de": "Die Erstellung eines immersiven Augmented Reality (AR)-Erlebnisses erfordert die Abstimmung der digitalen Inhalte mit der realen Umgebung. Insbesondere die Position und Okklusion sind entscheidende Aspekte. Dabei ist es notwendig, dass digitale Objekte von realen Objekten verdeckt werden."
    },
    "links": {
      "publication": "content/muhamamd/1_PG3_Alfakhori_Muhamamd_MasterThesis.pdf",
      "youtube": "https://youtu.be/qOv7h1MvUX8"
    },
    "refIndex": 14
  },
  {
    "item": {
      "title": "Digital Twin of Hochschule für Technik (HFT) Stuttgart",
      "project": "Master Thesis",
      "author": {
        "firstName": "Sanghmitra",
        "lastName": "Banerjee"
      },
      "project_year_start": "2022",
      "project_year_end": "2023",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/smtra.jpg",
      "keywords": ["CityGML", "Indexed 3D Scene Layer", "Building Scene Layer", "I3S BSL", "3D GIS", "SensorThings", "Indoor Modelling"],
      "description_en": "The thesis includes the development of conceptual mapping between the elements of CityGML 3.0 building objects and Indexed 3D Scene (I3S) Building Scene Layer (BSL), a new addition to OGC I3S implementation, to support future development of tools, which can encode CityGML 3.0 elements to I3S without any data losses.",
      "description_de": "Die Arbeit beinhaltet die Entwicklung eines konzeptionellen Mappings zwischen den Elementen von CityGML 3.0-Gebäudeobjekten und dem Indexed 3D Scene (I3S) Building Scene Layer (BSL), einer neuen Ergänzung der OGC I3S-Implementierung, um die zukünftige Entwicklung von Tools zu unterstützen, die CityGML 3.0-Elemente ohne Datenverluste in I3S kodieren können."
    },
    "links": {"demo": "https://transfer.hft-stuttgart.de/pages/urbandataplatform/hft-digital-twin/",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/urbandataplatform/hft-digital-twin"
    },
    "refIndex": 9
  },
    {
    "item": {
      "title": "Office Layout design using Augmented and Mixed Reality ",
      "project": "Master Thesis",
      "author": {
        "firstName": "Juan Sebastián",
        "lastName": "Sardi Barzallo",
        "hftURL": "https://www.linkedin.com/in/juan-sardi-barzallo-23a5a1b7/"
      },
      "project_year_start": "2022",
      "project_year_end": "2023",
      "project_is_on_going": false,
      "imageLink": "imgs/thumbnails/juan.jpg",
      "keywords": ["Augmented Reality", "Mixed Reality", "BIM Integration", "Dynamo", "3D GIS", "Hololens 2", "AEC"],
      "description_en": "The goal of the thesis project is to optimize the process of architectural design review between professionals and stakeholders to achieve better communication and proper understanding of projects in the Architecture, Engineering and Construction (AEC) industry. The research combines the Mixed Reality (MR) experience with Autodesk Revit, in a workflow that transfers the design modifications made by the user using a head-mounted device (Microsoft HoloLens 2).",
      "description_de": "Das Ziel des Dissertationsprojekts ist es, den Prozess der architektonischen Entwurfsprüfung zwischen Fachleuten und Interessenvertretern zu optimieren, um eine bessere Kommunikation und ein besseres Verständnis von Projekten in der Architektur-, Ingenieur- und Bauindustrie (AEC) zu erreichen. Die Forschung kombiniert die Mixed-Reality-Erfahrung (MR) mit Autodesk Revit in einem Arbeitsablauf, der die vom Benutzer vorgenommenen Entwurfsänderungen über ein am Kopf getragenes Gerät (Microsoft HoloLens 2) überträgt."
    },
    "links": {
    },
    "refIndex": 9
  },
  {
    "item": {
      "title": "SolidInjector for CityGML",
      "project": "CityDoctor2",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.com/p/rushikesh-padsala"
      },
      "project_year_start": "2019",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/SolidInjector.png",
      "keywords": ["CityGML", "Building Solids", "FME"],
      "description_en": "SolidInjector for CityGML is a set of FME based workbenches to replace incorrect CityGML building/building-part solid geometries with correct solid geometries as instructed in the OGC CityGML v2.0 encoding conformance requirement 10.3.9.4 which instructs using xlink mechanism of GML to generate building solids.",
      "description_de": "SolidInjector für CityGML ist eine Reihe von FME-basierten Workbenches zum Ersetzen von fehlerhaften Solid-Geometrien von CityGML LoD 2 Gebäuden / Gebäudeteilen durch korrekte Solid-Geometrien gemäß der Konformitätsanforderung 10.3.9.4 von OGC CityGML v2.0, die den Xlink-Mechanismus von GML für die Modellierung von Gebäude-Solid-Geometrie nutzt."
    },
    "links": {
      "youtube": "https://www.youtube.com/watch?v=PY904hd2hMI&ab_channel=CIVTutorials",
      "demo": "https://gitlab.com/volkercoors/CiD4Sim/-/wikis/usefulTools/FME-Workbenches-(EN)",
      "project": "https://projekt.beuth-hochschule.de/citydoctor2/"
    },
    "refIndex": 8
  },
  {
    "item": {
      "title": "Gerlingen Heat Demand Viewer",
      "project": "iCity",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.com/p/rushikesh-padsala"
      },
      "project_year_start": "2017",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/Gerlingen3DViewer.png",
      "keywords": ["3D City Model", "CityGML", "Heat Demand Simulation","Energy"],
      "description_en": "The Gerlingen heat demand viewer shows system level average heat demand simulation for Gerlingen, Landkreis Ludwigsburg, Germany. The heat demand simulation is done in an urban energy simulator, SimStadt. The aggregation of heat demand results on the system level is done using a grid of 50 x 50m. The aggregation values us then stored in the CityGML Food Water ADE SystemADE and then visualised on the web.",
      "description_de": "Der Gerlingen-Wärmebedarfs-Viewer zeigt eine Simulation des durchschnittlichen Wärmebedarfs auf Systemebene für Gerlingen, Landkreis Ludwigsburg, Deutschland. Die Wärmebedarfssimulation erfolgt in einem städtischen Energiesimulator, SimStadt. Die Aggregation der Wärmebedarfsergebnisse auf Systemebene erfolgt über ein Raster von 50 x 50 m. Die Aggregationswerte werden von uns dann im CityGML Food Water Energy SystemADE gespeichert und anschließend im Web visualisiert."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/icity/gerlingen3dviewer/",
      "project": "https://www.hft-stuttgart.de/forschung/i-city"
    },
    "refIndex": 9
  },
  {
    "item": {
      "title": "Rainau Water Demand Viewer",
      "project": "IN-SOURCE",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.com/p/rushikesh-padsala"
      },
      "project_year_start": "2018",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/Rainau3DViewer.JPG",
      "keywords": ["3D City Model", "CityGML", "Water Demand Simulation","Energy"],
      "description_en": "The Rainau water demand viewer shows per building annual water demand for Rainau, Germany. The water demand simulation for both residential and non-residential buildings is done in an urban energy simulator, SimStadt.",
      "description_de": "Der Rainauer Wasserbedarfsviewer zeigt den jährlichen Wasserbedarf pro Gebäude für Rainau, Deutschland. Die Wasserbedarfssimulation für Wohn- und Nichtwohngebäude wird in einem städtischen Energiesimulator, SimStadt, durchgeführt."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/in-source/rainau-water-demand-viewer/",
      "publication": "https://www.mdpi.com/2220-9964/9/11/642",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/in-source",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/in-source/rainau-water-demand-viewer/"
    },
    "refIndex": 9
  },
  {
    "item": {
      "title": "Landkreis Ludwigsburg 3D Viewer",
      "project": "IN-SOURCE",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.com/p/rushikesh-padsala"
      },
      "project_year_start": "2018",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/LKR3DViewer.jpg",
      "keywords": ["3D City Model", "CityGML", "Food Water Energy Simulation","Energy"],
      "description_en": "A web 3D prototype visualising SimStadt's heat demand, water demand, food demand, biomass potential, food potential and PV potential simulation results for the entire Landkreis Ludwigsburg.",
      "description_de": "Ein Web-3D-Prototyp, der Simulationsergebnisse von Wärmebedarf, Wasserbedarf, Nahrungsbedarf, Biomassepotenzial, Nahrungspotenzial und PV-Potenzial von SimStadt für den gesamten Landkreis Ludwigsburg visualisiert."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/in-source/lkrludwigsburg3d/",
      "publication": "https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/VIII-4-W1-2021/81/2021/",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/in-source",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/in-source/lkrludwigsburg3d/"

    },
    "refIndex": 9
  },
  {
    "item": {
      "title": "Gowanus CityGML Viewer",
      "project": "IN-SOURCE",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.com/p/rushikesh-padsala"
      },
      "project_year_start": "2018",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/Gowanus3DViewer.JPG",
      "keywords": ["3D City Model", "Rhinoceros3D", "CityGML", "Building Energy Simulation","Energy"],
      "description_en": "The Gowanus CityGML viewer shows the building design scenarios along with its heat energy demand for the NYC's neighborhood of Gowanus, USA. Building geometries are modelled in Rhinoceros3D, coverted to CityGML using FME and its heat demand simulation is done in an urban energy simulator, SimStadt.",
      "description_de": "Der Gowanus CityGML-Viewer zeigt verschiedene Gebäudedesignszenarien zusammen mit ihrem Wärmeenergiebedarf für den NYC-Bezirk Gowanus, USA. Die Gebäudegeometrien werden in Rhinoceros3D modelliert, mit FME in CityGML konvertiert und der Wärmebedarf wird in einem städtischen Energiesimulator, SimStadt, simuliert."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/in-source/gowanus-citygml-viewer/",
      "publication": "https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/VIII-4-W1-2021/81/2021/",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/in-source"
    },
    "refIndex": 10
  },
  {
    "item": {
      "title": "Meidling 3D Viewer",
      "project": "IN-SOURCE",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.com/p/rushikesh-padsala"
      },
      "project_year_start": "2018",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/Meidling3DViewer.jpg",
      "keywords": ["3D City Model", "CityGML", "Building Energy Simulation", "Roof PV Simulation","Energy"],
      "description_en": "The Meidling 3D viewer shows the building heat energy demand, roof PV potenial and landuse polygons for the district of Meidling, Vienna. Building stock heat energy demand and roof PV potential is simulated using an urban energy simulator, SimStadt.",
      "description_de": "Der Meidling 3D-Viewer zeigt den Gebäudeheizenergiebedarf, das Dach-PV-Potenzial und die Landnutzungspolygone für den Bezirk Meidling, Wien. Der Wärmeenergiebedarf des Gebäudebestands und das Dach-PV-Potenzial werden mit einem städtischen Energiesimulator, SimStadt, simuliert."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/in-source/meidling-3d-viewer/",
      "publication": "https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/VIII-4-W1-2021/81/2021/",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/in-source"
    },
    "refIndex": 11
  },
  {
    "item": {
      "title": "CityGML Food Water Energy (FWE) ADE",
      "project": "IN-SOURCE",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.com/p/rushikesh-padsala"
      },
      "project_year_start": "2018",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/FWEADE.PNG",
      "keywords": ["3D City Model", "CityGML", "ADE", "Food-Water-Energy Nexus", "Data Modelling","Energy"],
      "description_en": "CityGML FWE ADE allows users to store FWE-related parameters in four spatial layers: building, land use, area, and system. FWE ADE facilitates inputs and outputs for various FWE-related simulations and also acts as a central data exchange platform to connect different urban FWE simulators.",
      "description_de": "CityGML FWE ADE ermöglicht es dem Benutzer, FWE-bezogene Parameter in vier räumlichen Ebenen zu speichern: Gebäude, Landnutzung, Fläche und System. FWE ADE erleichtert Eingaben und Ausgaben für verschiedene FWE-bezogene Simulationen und fungiert außerdem als zentrale Datenaustauschplattform, um verschiedene städtische FWE-Simulatoren miteinander zu verbinden."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/pages/in-source/in-source/FWEADE/",
      "publication": "https://www.isprs-ann-photogramm-remote-sens-spatial-inf-sci.net/VIII-4-W1-2021/81/2021/",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/in-source"
    },
    "refIndex": 12
  },

  {
    "item": {
      "title": "Rhinoceros3D/CityEngine to CityGML",
      "project": "IN-SOURCE",
      "author": {
        "firstName": "Rushikesh",
        "lastName": "Padsala",
        "hftURL": "https://www.hft-stuttgart.com/p/rushikesh-padsala"
      },
      "project_year_start": "2018",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/RhinoCityGML.JPG",
      "keywords": ["3D City Model", "Rhinoceros3D", "ArcGIS CityEngine", "CityGML", "Data Interoperability", "FME"],
      "description_en": "Rhinoceros3D/CityEngine to CityGML is a repository of FME workbenches used to convert 2D building footrpint shapefiles with building height attributes or 3D building geometries modelled in Rhinoceros3D to CityGML LoD 1 building-building part models and 3D building multipatch shapefile.",
      "description_de": "Rhinoceros3D/CityEngine to CityGML ist ein Repository von FME-Workbenches zur Konvertierung von 2D-Gebäudegrundriss-Shapefiles mit Gebäudehöhenattributen oder 3D-Gebäudegeometrien, die in Rhinoceros3D modelliert wurden, in CityGML LoD 1-Gebäude-/Gebäudeteilmodelle und 3D-Gebäudemultipatch-Shapefiles, die in ArcGIS CityEngine modelliert wurden, in CityGML LoD 1 - LoD 2-Gebäudemodelle. Zum Selbstverständnis des Konvertierungsprozesses stehen innerhalb der FME-Workbenches Annotationen zur Verfügung."
    },
    "links": {
      "demo": "https://transfer.hft-stuttgart.de/gitlab/rushikesh.padsala/rhino-cityengine2citygml",
      "publication": "https://repository.corp.at/674/",
      "project": "https://www.hft-stuttgart.de/forschung/projekte/aktuell/in-source",
      "repo": "https://transfer.hft-stuttgart.de/gitlab/rushikesh.padsala/rhino-cityengine2citygml"

    },
    "refIndex": 13
  },
  {
    "item": {
      "title": "Repair CityGML Files",
      "project": "CityDoctor2",
      "author": {
        "firstName": "Matthias",
        "lastName": "Betz",
        "hftURL": "https://www.hft-stuttgart.de/p/matthias-betz"
      },
      "project_year_start": "2019",
      "project_year_end": "2021",
      "project_is_on_going": true,
      "imageLink": "imgs/thumbnails/CityDoctorScreen.png",
      "keywords": ["CityDoctor", "CityGML", "Healing", "Service"],
      "description_en": "A service for repairing CityGML files. No guarantee that all errors will be fixed.",
      "description_de": "Ein Service für die Reparatur von CityGML Dateien. Keine Grantie, dass alle Fehler behoben werden.",
      "internal": true
    },
    "links": {
      "project": "https://193.196.137.147:50000/"
    },
    "refIndex": 15
  }
]