-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.bib
More file actions
1913 lines (1746 loc) · 86.5 KB
/
publications.bib
File metadata and controls
1913 lines (1746 loc) · 86.5 KB
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
991
992
993
994
995
996
997
998
999
1000
%% This BibTeX bibliography file was created using BibDesk.
%% https://bibdesk.sourceforge.io/
%% Created for Filip Biljecki at 2026-03-20 20:20:44 +0800
%% Saved with string encoding Unicode (UTF-8)
@article{2026_jag_rre,
author = {Siqin Wang and Xiao Huang and Filip Biljecki and Francisco Rowe and Veruska Muccione},
date-added = {2026-03-20 20:20:43 +0800},
date-modified = {2026-03-20 20:20:43 +0800},
doi = {10.1016/j.jag.2026.105239},
journal = {International Journal of Applied Earth Observation and Geoinformation},
pages = {105239},
title = {Advancing sustainable geospatial analytics and geoinformatics through repeatable, reproducible, and expandable (RRE) framework and design},
volume = {149},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.jag.2026.105239}}
@article{2026_land_greenery,
author = {Quintana, Matias and Liu, Fangqi and Torkko, Jussi and Gu, Youlong and Liang, Xiucheng and Hou, Yujun and Ito, Koichi and Zhu, Yihan and Abdelrahman, Mahmoud and Toivonen, Tuuli and Lu, Yi and Biljecki, Filip},
date-added = {2026-03-07 17:56:46 +0800},
date-modified = {2026-03-07 17:56:46 +0800},
doi = {10.1016/j.landurbplan.2026.105618},
journal = {Landscape and Urban Planning},
pages = {105618},
title = {It is not always greener on the other side: Greenery perception across demographics and personalities in multiple cities},
volume = {271},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.landurbplan.2026.105618}}
@misc{2025_aaai_reasoning,
archiveprefix = {arXiv},
author = {Sijie Yang and Jiatong Li and Filip Biljecki},
date-added = {2026-02-22 17:52:09 +0800},
date-modified = {2026-02-22 17:52:14 +0800},
eprint = {2511.05375},
primaryclass = {cs.AI},
title = {Reasoning Is All You Need for Urban Planning AI},
url = {https://arxiv.org/abs/2511.05375},
year = {2025},
bdsk-url-1 = {https://arxiv.org/abs/2511.05375}}
@article{2026_ijprs_gnn,
author = {Liang, Xiucheng and Yap, Winston and Biljecki, Filip},
date-added = {2026-02-21 09:23:31 +0800},
date-modified = {2026-02-21 09:23:31 +0800},
doi = {10.1016/j.isprsjprs.2026.02.016},
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
pages = {185--204},
title = {Heterogeneous graph neural networks for building attribute prediction from hierarchical urban features and cross-view imagery},
volume = {234},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.isprsjprs.2026.02.016}}
@article{2026_autcon_lod3,
author = {Ma, Rui and Yang, Chendi and Chen, Jiayu and Biljecki, Filip and Li, Xin},
date-added = {2026-02-21 09:23:29 +0800},
date-modified = {2026-02-21 09:23:29 +0800},
doi = {10.1016/j.autcon.2026.106842},
journal = {Automation in Construction},
pages = {106842},
title = {Street view imagery-based method for reconstructing 3D building fa{\c c}ade openings},
volume = {184},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.autcon.2026.106842}}
@article{2026_epb_unveiling,
author = {Zhu, Yihan and Brenken, Markus and Biljecki, Filip and Zhang, Ye},
date-added = {2026-02-13 08:36:08 +0800},
date-modified = {2026-02-13 08:36:12 +0800},
doi = {10.1177/23998083251369143},
journal = {Environment and Planning B: Urban Analytics and City Science},
number = {1},
pages = {49--67},
title = {Unveiling the Meaning in the Image of the City: A Novel Approach Using Place Reviews and Large Language Models},
volume = {53},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1038/s41893-025-01615-8}}
@article{2026_epb_waterway,
author = {Liu, Pengyuan and Wang, Yuan and De Sabbata, Stef and Lei, Binyu and Biljecki, Filip and Tang, Jing and Stouffs, Rudi},
date-added = {2026-02-13 08:35:49 +0800},
date-modified = {2026-02-13 08:36:00 +0800},
doi = {10.1177/23998083251358527},
journal = {Environment and Planning B: Urban Analytics and City Science},
number = {2},
pages = {453--469},
title = {Living upon networks: A heterogeneous graph neural embedding integrating waterway and street systems for urban form understanding},
volume = {53},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1177/23998083251358527}}
@article{2026_bae_visual,
author = {Zhu, Lujia and Samuelson, Holly W. and Biljecki, Filip and Tan, Chun Liang and Wong, Nyuk Hien and Ang, Yu Qian},
date-added = {2026-02-13 08:35:11 +0800},
date-modified = {2026-02-13 08:35:11 +0800},
doi = {10.1016/j.buildenv.2026.114322},
journal = {Building and Environment},
pages = {114322},
title = {Visual determinants of outdoor thermal comfort: integrating explainable AI and perceptual assessments},
volume = {293},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.buildenv.2026.114322}}
@article{2026_epb_urbanai,
author = {Knoblauch, Steffen and Li, Hao and Biljecki, Filip and Li, Wenwen and Zipf, Alexander},
date-added = {2026-02-13 08:35:00 +0800},
date-modified = {2026-02-13 08:35:00 +0800},
doi = {10.1177/23998083261418565},
journal = {Environment and Planning B: Urban Analytics and City Science},
number = {2},
pages = {255--262},
title = {Urban AI for a sustainable built environment: Progress and future directions},
volume = {53},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1177/23998083261418565}}
@article{2026_jag_buildingmultiview,
author = {Li, Zongrong and Su, Yunlei and Biljecki, Filip and Zhao, Wufan},
date-added = {2026-02-13 08:34:13 +0800},
date-modified = {2026-02-13 08:34:13 +0800},
doi = {10.1016/j.jag.2025.105034},
journal = {International Journal of Applied Earth Observation and Geoinformation},
pages = {105034},
title = {BuildingMultiView: Powering multi-scale building characterization with large language models and Multi-perspective imagery},
volume = {146},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.jag.2025.105034}}
@article{2026_iscience_geoai,
author = {Song, Yongze and Biljecki, Filip and Camps-Valls, Gustau and Atkinson, Peter M.},
date-added = {2025-12-30 06:04:03 +0100},
date-modified = {2025-12-30 08:44:19 +0100},
doi = {10.1016/j.isci.2025.114407},
journal = {iScience},
number = {1},
pages = {114407},
title = {{GeoAI: Beyond mapping earth and cities through explainability, adaptability, and sustainability}},
volume = {29},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.isci.2025.114407}}
@article{2026_ijgis_gnn,
author = {Liu, Pengyuan and Chen, Yang and Liang, Xiucheng and Li, Hao and Biljecki, Filip and Stouffs, Rudi},
date-added = {2025-12-30 06:03:38 +0100},
date-modified = {2025-12-30 06:04:02 +0100},
doi = {10.1080/13658816.2025.2597971},
journal = {International Journal of Geographical Information Science},
pages = {1--39},
title = {A graph neural network for small-area estimation: integrating spatial regularisation, heterogeneous spatial units, and Bayesian inference},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1080/13658816.2025.2597971}}
@article{2025_cisbat_coolquiet,
author = {Miller, C and Ibrahim, M and Akbar, I S and Picchetti, B and Chua, Y X and Frei, M and Biljecki, F and Chong, A and Quintana, M and Fu, C},
date-added = {2025-11-30 15:03:38 +0800},
date-modified = {2025-11-30 15:03:38 +0800},
doi = {10.1088/1742-6596/3140/11/112017},
journal = {Journal of Physics: Conference Series (International Conference CISBAT)},
number = {11},
pages = {112017},
title = {The Cool, Quiet City machine learning competition: Overview and results},
volume = {3140},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1088/1742-6596/3140/11/112017}}
@article{2025_cisbat_dt_interfaces,
author = {Wang, D and Lim, J and Ignatius, M and Fujiwara, K and Gottkehaskamp, B G and Biljecki, F and Wong, N H and Miller, C},
date-added = {2025-11-30 15:03:38 +0800},
date-modified = {2025-11-30 15:03:38 +0800},
doi = {10.1088/1742-6596/3140/20/082017},
journal = {Journal of Physics: Conference Series (International Conference CISBAT)},
number = {8},
pages = {082017},
title = {Enhancing urban digital twin interfaces to support thermal comfort planning},
volume = {3140},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1088/1742-6596/3140/20/082017}}
@article{2025_cisbat_thermalwalk,
author = {Gottkehaskamp, B G and Ignatius, M and Lim, J and Fujiwara, K and Hepf, C and Biljecki, F and Miller, C},
date-added = {2025-11-30 15:03:38 +0800},
date-modified = {2025-11-30 15:03:38 +0800},
doi = {10.1088/1742-6596/3140/8/082001},
journal = {Journal of Physics: Conference Series (International Conference CISBAT)},
number = {8},
pages = {082001},
title = {Walking the heat: why thermal walks matter for high resolution microclimate mapping},
volume = {3140},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1088/1742-6596/3140/8/082001}}
@article{2025_scs_uhi,
author = {Li, Siyu and Biljecki, Filip and Liu, Pengyuan and Stouffs, Rudi},
date-added = {2025-11-21 12:00:28 +0800},
date-modified = {2025-11-21 12:00:28 +0800},
doi = {10.1016/j.scs.2025.107000},
journal = {Sustainable Cities and Society},
pages = {107000},
title = {Drivers of day-night intra-surface urban heat island variations under local extreme heat: A case study of Singapore},
volume = {135},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.scs.2025.107000}}
@article{2025_natcities_specs,
author = {Quintana, Matias and Gu, Youlong and Liang, Xiucheng and Hou, Yujun and Ito, Koichi and Zhu, Yihan and Abdelrahman, Mahmoud and Biljecki, Filip},
date-added = {2025-11-19 19:54:02 +0800},
date-modified = {2025-11-19 19:54:02 +0800},
doi = {10.1038/s44284-025-00330-x},
journal = {Nature Cities},
number = {11},
pages = {1092--1106},
title = {Global urban visual perception varies across demographics and personalities},
volume = {2},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1038/s44284-025-00330-x}}
@article{2025_ufug_greenery_exposure,
author = {Liu, Dongwei and Lu, Yi and Biljecki, Filip},
date-added = {2025-11-12 22:51:36 +0800},
date-modified = {2025-11-12 22:51:36 +0800},
doi = {10.1016/j.ufug.2025.129169},
journal = {Urban Forestry \& Urban Greening},
pages = {129169},
title = {A methodological review of the assessment of urban greenery exposure},
volume = {114},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.ufug.2025.129169}}
@article{2026_ceus_voxcity,
author = {Fujiwara, Kunihiko and Tsurumi, Ryuta and Kiyono, Tomoki and Fan, Zicheng and Liang, Xiucheng and Lei, Binyu and Yap, Winston and Ito, Koichi and Biljecki, Filip},
date-added = {2025-11-12 22:51:33 +0800},
date-modified = {2025-11-12 22:51:33 +0800},
doi = {10.1016/j.compenvurbsys.2025.102366},
journal = {Computers, Environment and Urban Systems},
pages = {102366},
title = {VoxCity: A seamless framework for open geospatial data integration, grid-based semantic 3D city model generation, and urban environment simulation},
volume = {123},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.compenvurbsys.2025.102366}}
@article{2025_ijprs_openfacades,
author = {Liang, Xiucheng and Xie, Jinheng and Zhao, Tianhong and Stouffs, Rudi and Biljecki, Filip},
date-added = {2025-11-01 21:00:46 +0800},
date-modified = {2025-11-01 21:00:46 +0800},
doi = {10.1016/j.isprsjprs.2025.10.014},
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
pages = {918--942},
title = {OpenFACADES: An open framework for architectural caption and attribute data enrichment via street view imagery},
volume = {230},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.isprsjprs.2025.10.014}}
@article{2026_cities_15mc,
author = {Chen, Yang and Yang, Xin and Li, Xin and Yang, Ling and Cheng, Sifan and Tang, Guoan and Biljecki, Filip},
date-added = {2025-10-10 13:01:36 +0800},
date-modified = {2025-10-10 13:01:36 +0800},
doi = {10.1016/j.cities.2025.106516},
journal = {Cities},
pages = {106516},
title = {Vertical 15-minute city: Modeling urban density and functional mix with multi-source geospatial data},
volume = {169},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2025.106516}}
@article{2026_bae_walking,
author = {Cheng, Sifan and Lei, Binyu and Fujiwara, Kunihiko and Miller, Clayton and Biljecki, Filip and {van Ameijde}, Jeroen},
date-added = {2025-10-01 18:49:54 +0800},
date-modified = {2025-10-01 18:49:54 +0800},
doi = {10.1016/j.buildenv.2025.113748},
journal = {Building and Environment},
pages = {113748},
title = {Walking through green and grey: Exploring sequential exposure and multisensory environmental effects on psychological restoration},
volume = {287},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.buildenv.2025.113748}}
@article{2025_sdsc_llm_walkability,
author = {Cai, Chenyi and Kuriyama, Kosuke and Gu, Youlong and Biljecki, Filip and Herthogs, Pieter},
doi = {10.5194/isprs-annals-x-4-w7-2025-1-2025},
journal = {ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
pages = {1--8},
title = {Can a Large Language Model Assess Urban Design Quality? Evaluating Walkability Metrics Across Expertise Levels},
volume = {X-4/W7-2025},
year = {2025},
bdsk-url-1 = {http://dx.doi.org/10.5194/isprs-annals-X-4-W7-2025-1-2025}}
@article{2025_sdsc_dt_sdg11,
author = {Yang, Senqi and Macatulad, Edgardo G. and Biljecki, Filip and Dane, Gamze},
doi = {10.5194/isprs-annals-x-4-w7-2025-129-2025},
journal = {ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
pages = {129--136},
title = {Can Urban Digital Twins Support the Realization of Sustainable Development Goal 11? Identifying Key Social and Technical Challenges},
volume = {X-4/W7-2025},
year = {2025},
bdsk-url-1 = {http://dx.doi.org/10.5194/isprs-annals-X-4-W7-2025-129-2025}}
@article{2025_3dg_3dindex,
author = {Lei, Binyu and Biljecki, Filip},
doi = {10.5194/isprs-annals-x-4-w6-2025-137-2025},
journal = {ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
pages = {137--144},
title = {Evaluating the development of open 3D city models: a multidimensional assessment},
volume = {X-4/W6-2025},
year = {2025},
bdsk-url-1 = {http://dx.doi.org/10.5194/isprs-annals-X-4-W6-2025-137-2025}}
@inproceedings{2025_cvprw_texture2lod3,
author = {Tang, Wenzhao and Li, Weihang and Liang, Xiucheng and Wysocki, Olaf and Biljecki, Filip and Holst, Christoph and Jutzi, Boris},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
date-added = {2025-09-13 15:42:17 +0800},
date-modified = {2025-09-13 15:42:17 +0800},
doi = {10.48550/arXiv.2504.05249},
month = {June},
pages = {2016-2026},
title = {Texture2LoD3: Enabling LoD3 Building Reconstruction With Panoramic Images},
year = {2025},
bdsk-url-1 = {https://doi.org/10.48550/arXiv.2504.05249}}
@article{2026_cities_jitai,
author = {Lei, Binyu and Liu, Pengyuan and Fujiwara, Kunihiko and Frei, Mario and Miller, Clayton and Chua, Yun Xuan and Biljecki, Filip},
date-added = {2025-09-13 15:42:15 +0800},
date-modified = {2025-09-13 15:42:15 +0800},
doi = {10.1016/j.cities.2025.106443},
journal = {Cities},
pages = {106443},
title = {Multidimensional analysis of human outdoor comfort: Integrating just-in-time adaptive interventions (JITAIs) in urban digital twins},
volume = {168},
year = {2026},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2025.106443}}
@article{2025_natsus_revealing,
author = {Yap, Winston and Wu, Abraham Noah and Miller, Clayton and Biljecki, Filip},
date-added = {2025-09-10 17:33:47 +0800},
date-modified = {2025-09-10 17:33:47 +0800},
doi = {10.1038/s41893-025-01615-8},
journal = {Nature Sustainability},
title = {Revealing building operating carbon dynamics for multiple cities},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1038/s41893-025-01615-8}}
@article{2025_bae_jitai,
author = {Miller, Clayton and Chua, Yun Xuan and Quintana, Matias and Lei, Binyu and Biljecki, Filip and Frei, Mario},
date-added = {2025-08-11 16:12:29 +0800},
date-modified = {2025-08-11 16:12:29 +0800},
doi = {10.1016/j.buildenv.2025.113388},
journal = {Building and Environment},
pages = {113388},
title = {Make yourself comfortable: Nudging urban heat and noise mitigation with smartwatch-based Just-in-time Adaptive Interventions (JITAI)},
volume = {284},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.buildenv.2025.113388}}
@inbook{2025_geoai_urbangeo,
author = {Liu, Pengyuan and Hou, Yujun and Lei, Binyu and Liang, Xiucheng and Biljecki, Filip},
booktitle = {GeoAI and Human Geography},
chapter = {18},
date-added = {2025-08-11 16:12:26 +0800},
date-modified = {2025-08-11 16:12:26 +0800},
doi = {10.1007/978-3-031-87421-5_18},
editor = {Xiao Huang and Siqin Wang and John Wilson and Peter Kedron},
pages = {251--266},
publisher = {Springer Nature Switzerland},
title = {GeoAI and Urban Geography},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1007/978-3-031-87421-5_18}}
@article{2025_ijprs_rooformer,
author = {Yu, Dayu and Ye, Fan and Yue, Peng and Chen, Min and Biljecki, Filip},
date-added = {2025-07-16 20:57:23 +0800},
date-modified = {2025-07-16 20:57:23 +0800},
doi = {10.1016/j.isprsjprs.2025.06.010},
issn = {0924-2716},
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
month = sep,
pages = {745--758},
title = {RooFormer: Reconstructing detailed 3D roof models from high-resolution remote sensing imagery using transformer},
volume = {227},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.isprsjprs.2025.06.010}}
@article{2025_enb_agrivoltaics,
author = {Lu, Yijun and Tan, Chun Liang and He, Yang and Biljecki, Filip and Rong Tay, Stephen En and Lau, Siu-Kit},
date-added = {2025-07-16 20:57:12 +0800},
date-modified = {2025-07-16 20:57:12 +0800},
doi = {10.1016/j.enbuild.2025.116061},
journal = {Energy and Buildings},
pages = {116061},
title = {Multi-objective optimization of food, energy and carbon for vertical agrivoltaic system on building fa{\c c}ades},
volume = {345},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.enbuild.2025.116061}}
@article{2025_scs_bidirectional,
author = {Cai, Chenyi and Li, Biao and Zhang, Qiyan and Wang, Xiao and Biljecki, Filip and Herthogs, Pieter},
date-added = {2025-06-07 15:17:16 +0800},
date-modified = {2025-06-07 15:17:16 +0800},
doi = {10.1016/j.scs.2025.106441},
journal = {Sustainable Cities and Society},
pages = {106441},
title = {Bi-directional mapping of morphology metrics and 3D city blocks for enhanced characterisation and generation of urban form},
volume = {129},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.scs.2025.106441}}
@article{2025_ceus_svi_seasonality,
author = {Zhao, Tianhong and Liang, Xiucheng and Biljecki, Filip and Tu, Wei and Cao, Jinzhou and Li, Xiaojiang and Yi, Shengao},
date-added = {2025-05-10 13:14:37 +0800},
date-modified = {2025-05-10 13:14:37 +0800},
doi = {10.1016/j.compenvurbsys.2025.102302},
journal = {Computers, Environment and Urban Systems},
pages = {102302},
title = {Quantifying seasonal bias in street view imagery for urban form assessment: A global analysis of 40 cities},
volume = {120},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.compenvurbsys.2025.102302}}
@article{2025_land_effective_surveys,
author = {Gu, Youlong and Quintana, Matias and Liang, Xiucheng and Ito, Koichi and Yap, Winston and Biljecki, Filip},
date-added = {2025-04-18 14:06:35 +0800},
date-modified = {2025-04-18 14:06:35 +0800},
doi = {10.1016/j.landurbplan.2025.105368},
journal = {Landscape and Urban Planning},
pages = {105368},
title = {Designing effective image-based surveys for urban visual perception},
volume = {260},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.landurbplan.2025.105368}}
@article{2025_tlph_aedes,
author = {Knoblauch, Steffen and Mukaratirwa, Rutendo T and Pimenta, Paulo F P and de A Rocha, Ant{\^o}nio A and Yin, Myat Su and Randhawa, Sukanya and Lautenbach, Sven and Wilder-Smith, Annelies and Rockl{\"o}v, Joacim and Brady, Oliver J and Biljecki, Filip and Dambach, Peter and J{\"a}nisch, Thomas and Resch, Bernd and Haddawy, Peter and B{\"a}rnighausen, Till and Zipf, Alexander},
date-added = {2025-04-17 14:33:49 +0800},
date-modified = {2025-04-17 14:33:49 +0800},
doi = {10.1016/s2542-5196(25)00049-x},
journal = {The Lancet Planetary Health},
month = apr,
number = {4},
pages = {e264--e273},
title = {Urban Aedes aegypti suitability indicators: a study in Rio de Janeiro, Brazil},
volume = {9},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/s2542-5196(25)00049-x}}
@article{2025_ceus_urbanchange,
author = {Liu, Yingjie and Wang, Zeyu and Ren, Siyi and Chen, Runying and Shen, Yixiang and Biljecki, Filip},
date-added = {2025-04-01 12:53:49 +0800},
date-modified = {2025-04-01 12:53:49 +0800},
doi = {10.1016/j.compenvurbsys.2025.102284},
journal = {Computers, Environment and Urban Systems},
pages = {102284},
title = {Physical urban change and its socio-environmental impact: Insights from street view imagery},
volume = {119},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.compenvurbsys.2025.102284}}
@article{2025_ceus_zensvi,
author = {Ito, Koichi and Zhu, Yihan and Abdelrahman, Mahmoud and Liang, Xiucheng and Fan, Zicheng and Hou, Yujun and Zhao, Tianhong and Ma, Rui and Fujiwara, Kunihiko and Ouyang, Jiani and Quintana, Matias and Biljecki, Filip},
doi = {10.1016/j.compenvurbsys.2025.102283},
journal = {Computers, Environment and Urban Systems},
pages = {102283},
title = {ZenSVI: An open-source software for the integrated acquisition, processing and analysis of street view imagery towards scalable urban science},
volume = {119},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.compenvurbsys.2025.102283}}
@article{2025_srep_intraday,
author = {Knoblauch, Steffen and Heidecke, Julian and de A. Rocha, Ant{\^o}nio A. and Paolucci Pimenta, Paulo Filemon and Reinmuth, Marcel and Lautenbach, Sven and Brady, Oliver J. and J{\"a}nisch, Thomas and Resch, Bernd and Biljecki, Filip and Rockl{\"o}v, Joacim and Wilder-Smith, Annelies and B{\"a}rnighausen, Till and Zipf, Alexander},
date-added = {2025-03-14 09:38:38 +0800},
date-modified = {2025-03-14 09:38:38 +0800},
doi = {10.1038/s41598-025-91950-9},
journal = {Scientific Reports},
pages = {7994},
title = {Modeling Intraday Aedes-human exposure dynamics enhances dengue risk prediction},
volume = {15},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1038/s41598-025-91950-9}}
@article{2025_cities_pattern_language,
author = {Wu, Cai and Wang, Jiong and Wang, Mingshu and Biljecki, Filip and Kraak, Menno-Jan},
date-added = {2025-03-05 20:40:02 +0800},
date-modified = {2025-03-05 20:40:02 +0800},
doi = {10.1016/j.cities.2025.105854},
journal = {Cities},
pages = {105854},
title = {Formalising the urban pattern language: A morphological paradigm towards understanding the multi-scalar spatial structure of cities},
volume = {161},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2025.105854}}
@article{2025_bae_dt_definition,
author = {Abdelrahman, Mahmoud and Macatulad, Edgardo and Lei, Binyu and Quintana, Matias and Miller, Clayton and Biljecki, Filip},
date-added = {2025-03-05 20:39:58 +0800},
date-modified = {2025-03-05 20:39:58 +0800},
doi = {10.1016/j.buildenv.2025.112748},
journal = {Building and Environment},
pages = {112748},
title = {What is a Digital Twin anyway? Deriving the definition for the built environment from over 15,000 scientific publications},
volume = {274},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.buildenv.2025.112748}}
@article{2025_cities_crime_education,
author = {Knoblauch, Steffen and Muthusamy, Ram Kumar and Moritz, Maya and Kang, Yuhao and Li, Hao and Lautenbach, Sven and Pereira, Rafael H.M. and Biljecki, Filip and Gonzalez, Marta C. and Barbosa, Rogerio and Hirata, Daniel Veloso and Ludwig, Christina and Adamiak, Maciej and de A. Rocha, Ant{\^o}nio A. and Zipf, Alexander},
date-added = {2025-03-02 17:40:11 +0800},
date-modified = {2025-03-02 17:40:11 +0800},
doi = {10.1016/j.cities.2025.105818},
journal = {Cities},
pages = {105818},
title = {Crime-associated inequality in geographical access to education: Insights from the municipality of Rio de Janeiro},
volume = {160},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2025.105818}}
@article{2025_bae_thermal,
author = {Yang, Sijie and Chong, Adrian and Liu, Pengyuan and Biljecki, Filip},
date-added = {2025-01-25 08:09:35 +0800},
date-modified = {2025-01-25 08:09:35 +0800},
doi = {10.1016/j.buildenv.2025.112569},
journal = {Building and Environment},
pages = {112569},
title = {Thermal comfort in sight: Thermal affordance and its visual assessment for sustainable streetscape design},
volume = {271},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.buildenv.2025.112569}}
@article{2025_ceus_svi_coverage,
author = {Fan, Zicheng and Feng, Chen-Chieh and Biljecki, Filip},
date-added = {2025-01-24 19:38:31 +0800},
date-modified = {2025-01-24 19:38:31 +0800},
doi = {10.1016/j.compenvurbsys.2025.102253},
journal = {Computers, Environment and Urban Systems},
pages = {102253},
title = {Coverage and bias of street view imagery in mapping the urban environment},
volume = {117},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.compenvurbsys.2025.102253}}
@article{2025_scs_urban_comfort,
author = {Lei, Binyu and Liu, Pengyuan and Liang, Xiucheng and Yan, Yingwei and Biljecki, Filip},
date-added = {2025-01-15 14:34:26 +0800},
date-modified = {2025-01-15 14:34:26 +0800},
doi = {10.1016/j.scs.2024.106121},
journal = {Sustainable Cities and Society},
pages = {106121},
title = {Developing the urban comfort index: Advancing liveability analytics with a multidimensional approach and explainable artificial intelligence},
volume = {120},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.scs.2024.106121}}
@article{2025_scs_climate,
author = {Liu, Pengyuan and Lei, Binyu and Huang, Weiming and Biljecki, Filip and Wang, Yuan and Li, Siyu and Stouffs, Rudi},
date-added = {2024-12-21 09:01:19 +0800},
date-modified = {2024-12-21 09:01:19 +0800},
doi = {10.1016/j.scs.2024.106016},
journal = {Sustainable Cities and Society},
pages = {106016},
title = {Sensing climate justice: A multi-hyper graph approach for classifying urban heat and flood vulnerability through street view imagery},
volume = {118},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.scs.2024.106016}}
@article{2025_ijgis_3dsdi,
author = {Yu, Dayu and Yue, Peng and Wu, Binwen and Biljecki, Filip and Chen, Min and Lu, Luancheng},
date-added = {2024-12-21 09:01:14 +0800},
date-modified = {2024-12-21 09:13:38 +0800},
doi = {10.1080/13658816.2024.2434606},
issue = {4},
journal = {International Journal of Geographical Information Science},
pages = {847-871},
title = {Towards an integrated approach for managing and streaming 3D spatial data at the component level in spatial data infrastructures},
volume = {39},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1080/13658816.2024.2434606}}
@article{2025_cities_userperspective,
author = {Yihan Zhu and Ye Zhang and Filip Biljecki},
date-added = {2024-11-07 12:30:14 +0800},
date-modified = {2024-11-07 12:30:14 +0800},
doi = {10.1016/j.cities.2024.105535},
journal = {Cities},
pages = {105535},
title = {Understanding the user perspective on urban public spaces: A systematic review and opportunities for machine learning},
volume = {156},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2024.105535}}
@article{2025_cities_windowviews,
author = {Peng, Chucai and Xiang, Yang and Huang, Wenjing and Feng, Yale and Tang, Yongqi and Biljecki, Filip and Zhou, Zhixiang},
doi = {10.1016/j.cities.2024.105536},
journal = {Cities},
pages = {105536},
title = {Measuring the value of window views using real estate big data and computer vision: A case study in Wuhan, China},
volume = {156},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2024.105536}}
@inproceedings{2024_buildsys_perception,
author = {Quintana, Matias and Gu, Youlong and Biljecki, Filip},
booktitle = {Proceedings of the 11th ACM International Conference on Systems for Energy-Efficient Buildings, Cities, and Transportation},
collection = {BuildSys24},
doi = {10.1145/3671127.3698700},
pages = {221-222},
title = {My street is better than your street: Towards data-driven urban planning with visual perception},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1145/3671127.3698700}}
@article{2024_tra_examining,
author = {Ito, Koichi and Bansal, Prateek and Biljecki, Filip},
doi = {10.1016/j.tra.2024.104286},
journal = {Transportation Research Part A: Policy and Practice},
pages = {104286},
title = {Examining the causal impacts of the built environment on cycling activities using time-series street view imagery},
volume = {190},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.tra.2024.104286}}
@article{2025_cities_perception_dt,
author = {Luo, Junjie and Liu, Pengyuan and Xu, Wenhui and Zhao, Tianhong and Biljecki, Filip},
date-added = {2024-10-21 16:36:23 +0800},
date-modified = {2024-10-21 16:36:23 +0800},
doi = {10.1016/j.cities.2024.105473},
journal = {Cities},
pages = {105473},
title = {A perception-powered urban digital twin to support human-centered urban planning and sustainable city development},
volume = {156},
year = {2025},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2024.105473}}
@article{2024_scs_nightSVI,
author = {Fan, Zicheng and Biljecki, Filip},
date-added = {2024-10-19 09:09:45 +0800},
date-modified = {2024-10-19 09:09:45 +0800},
doi = {10.1016/j.scs.2024.105862},
journal = {Sustainable Cities and Society},
pages = {105862},
title = {{Nighttime Street View Imagery}: A new perspective for sensing urban lighting landscape},
volume = {116},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.scs.2024.105862}}
@article{2024_bae_svf,
author = {Fujiwara, Kunihiko and Ito, Koichi and Ignatius, Marcel and Biljecki, Filip},
date-added = {2024-09-15 16:03:12 +0800},
date-modified = {2024-09-15 16:03:12 +0800},
doi = {10.1016/j.buildenv.2024.112071},
journal = {Building and Environment},
pages = {112071},
title = {A panorama-based technique to estimate sky view factor and solar irradiance considering transmittance of tree canopies},
volume = {266},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.buildenv.2024.112071}}
@article{2024_ijgis_svi_gan,
author = {Ito, Koichi and Quintana, Matias and Han, Xianjing and Zimmermann, Roger and Biljecki, Filip},
date-added = {2024-09-01 22:57:47 +0800},
date-modified = {2024-11-12 16:44:05 +0800},
doi = {10.1080/13658816.2024.2391969},
journal = {International Journal of Geographical Information Science},
number = {12},
pages = {2514-2544},
title = {Translating street view imagery to correct perspectives to enhance bikeability and walkability studies},
volume = {38},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1080/13658816.2024.2391969}}
@article{2024_scs_microclimate_vision,
author = {Fujiwara, Kunihiko and Khomiakov, Maxim and Yap, Winston and Ignatius, Marcel and Biljecki, Filip},
date-added = {2024-08-18 09:02:37 +0800},
date-modified = {2024-08-18 09:02:37 +0800},
doi = {10.1016/j.scs.2024.105733},
journal = {Sustainable Cities and Society},
pages = {105733},
publisher = {Elsevier BV},
title = {Microclimate Vision: Multimodal prediction of climatic parameters using street-level and satellite imagery},
volume = {114},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.scs.2024.105733}}
@article{2024_sr_aa_mapping,
author = {Knoblauch, Steffen and Su Yin, Myat and Chatrinan, Krittin and de Arag{\~a}o Rocha, Antonio Augusto and Haddawy, Peter and Biljecki, Filip and Lautenbach, Sven and Resch, Bernd and Arifi, Dorian and J{\"a}nisch, Thomas and Morales, Ivonne and Zipf, Alexander},
date-added = {2024-08-07 15:20:27 +0800},
date-modified = {2024-08-07 15:20:27 +0800},
doi = {10.1038/s41598-024-67914-w},
journal = {Scientific Reports},
number = {1},
pages = {18227},
title = {High-resolution mapping of urban Aedes aegypti immature abundance through breeding site detection based on satellite and street view imagery},
volume = {14},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1038/s41598-024-67914-w}}
@article{2024_bae_building,
author = {Liang, Xiucheng and Chang, Jiat Hwee and Gao, Song and Zhao, Tianhong and Biljecki, Filip},
date-added = {2024-08-05 12:33:44 +0700},
date-modified = {2024-08-05 12:33:44 +0700},
doi = {10.1016/j.buildenv.2024.111875},
issn = {0360-1323},
journal = {Building and Environment},
pages = {111875},
title = {Evaluating human perception of building exteriors using street view imagery},
volume = {263},
year = {2024},
bdsk-url-1 = {http://dx.doi.org/10.1016/j.buildenv.2024.111875}}
@article{2024_global_streetscapes,
author = {Hou, Yujun and Quintana, Matias and Khomiakov, Maxim and Yap, Winston and Ouyang, Jiani and Ito, Koichi and Wang, Zeyu and Zhao, Tianhong and Biljecki, Filip},
date-added = {2024-07-16 19:57:02 +0800},
date-modified = {2024-07-16 19:57:02 +0800},
doi = {10.1016/j.isprsjprs.2024.06.023},
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
pages = {216-238},
title = {Global Streetscapes -- A comprehensive dataset of 10 million street-level images across 688 cities for urban science and analytics},
volume = {215},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.isprsjprs.2024.06.023}}
@article{2024_cities_decarbonizing,
author = {Chen, Wangyang and Tan, Ziyi and Wu, Yaxin and Biljecki, Filip and Liao, Shunyi and Zhou, Qingya and Li, Hongbao and Zheng, Yuming and Gao, Feng},
date-added = {2024-07-04 09:44:08 +0200},
date-modified = {2024-07-04 09:44:08 +0200},
doi = {10.1016/j.cities.2024.105252},
journal = {Cities},
pages = {105252},
title = {Decarbonizing megacities: A spatiotemporal analysis considering inter-city travel and the 15-minute city concept},
volume = {152},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2024.105252}}
@article{2024_bae_stock_review,
author = {Pei, Wanyu and Biljecki, Filip and Stouffs, Rudi},
date-added = {2024-07-03 12:22:50 +0200},
date-modified = {2024-07-03 12:22:50 +0200},
doi = {10.1016/j.buildenv.2024.111741},
journal = {Building and Environment},
pages = {111741},
title = {Techniques and tools for integrating building material stock analysis and life cycle assessment at the urban scale: A systematic literature review},
volume = {262},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.buildenv.2024.111741}}
@article{2024_3dgeoinfo_thermal_walk,
author = {Ignatius, Marcel and Lim, Joie and Gottkehaskamp, Ben and Fujiwara, Kunihiko and Miller, Clayton and Biljecki, Filip},
date-added = {2024-07-03 12:22:45 +0200},
date-modified = {2024-07-03 12:22:45 +0200},
doi = {10.5194/isprs-annals-x-4-w5-2024-195-2024},
journal = {ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
pages = {195-202},
title = {Digital Twin and Wearables Unveiling Pedestrian Comfort Dynamics and Walkability in Cities},
volume = {X-4/W5-2024},
year = {2024},
bdsk-url-1 = {https://doi.org/10.5194/isprs-annals-x-4-w5-2024-195-2024}}
@article{2024_3dgeoinfo_perception_dt,
author = {Lei, Binyu and Liang, Xiucheng and Biljecki, Filip},
date-added = {2024-07-03 12:22:45 +0200},
date-modified = {2024-07-03 12:22:45 +0200},
doi = {10.5194/isprs-annals-x-4-w5-2024-211-2024},
journal = {ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
pages = {211-218},
title = {Integrating human perception in 3D city models and urban digital twins},
volume = {X-4/W5-2024},
year = {2024},
bdsk-url-1 = {https://doi.org/10.5194/isprs-annals-x-4-w5-2024-211-2024}}
@article{2024_3dgeoinfo_movementdata,
author = {Lim, Joie and Biljecki, Filip and Stouffs, Rudi},
date-added = {2024-07-03 12:22:45 +0200},
date-modified = {2024-07-03 12:22:45 +0200},
doi = {10.5194/isprs-annals-x-4-w5-2024-219-2024},
journal = {ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
pages = {219-227},
title = {Integration of Movement Data into 3D GIS},
volume = {X-4/W5-2024},
year = {2024},
bdsk-url-1 = {https://doi.org/10.5194/isprs-annals-x-4-w5-2024-219-2024}}
@article{2024_cities_perception_rev,
author = {Ito, Koichi and Kang, Yuhao and Zhang, Ye and Zhang, Fan and Biljecki, Filip},
date-added = {2024-06-22 17:21:43 +0800},
date-modified = {2024-06-22 17:21:43 +0800},
doi = {10.1016/j.cities.2024.105169},
journal = {Cities},
pages = {105169},
title = {Understanding urban perception with visual data: A systematic review},
volume = {152},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2024.105169}}
@article{2024_cgf_star_3dviz,
author = {Miranda, Fabio and Ortner, Thomas and Moreira, Gustavo and Hosseini, Maryam and Vuckovic, Milena and Biljecki, Filip and Silva, Claudio T. and Lage, Marcos and Ferreira, Nivan},
date-added = {2024-06-16 09:37:31 +0800},
date-modified = {2024-06-16 09:37:31 +0800},
doi = {10.1111/cgf.15112},
journal = {Computer Graphics Forum},
number = {3},
title = {The State of the Art in Visual Analytics for 3D Urban Data},
volume = {43},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1111/cgf.15112}}
@article{2024_ceus_gnn_building,
author = {Lei, Binyu and Liu, Pengyuan and Milojevic-Dupont, Nikola and Biljecki, Filip},
date-added = {2024-05-19 21:49:45 +0200},
date-modified = {2024-05-19 21:49:45 +0200},
doi = {10.1016/j.compenvurbsys.2024.102129},
journal = {Computers, Environment and Urban Systems},
pages = {102129},
title = {Predicting building characteristics at urban scale using graph neural networks and street-level context},
volume = {111},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.compenvurbsys.2024.102129}}
@article{2024_tfsc_dt_maturity,
author = {Haraguchi, Masahiko and Funahashi, Tomomi and Biljecki, Filip},
date-added = {2024-05-11 18:29:32 +0800},
date-modified = {2024-05-11 18:29:32 +0800},
doi = {10.1016/j.techfore.2024.123409},
journal = {Technological Forecasting and Social Change},
pages = {123409},
title = {Assessing governance implications of city digital twin technology: A maturity model approach},
volume = {204},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.techfore.2024.123409}}
@article{2024_pt_g2viz,
author = {Para, Sirapop and Wirotsasithon, Thanachok and Jundee, Thanisorn and Demissie, Merkebe Getachew and Sekimoto, Yoshihide and Biljecki, Filip and Phithakkitnukoon, Santi},
date-added = {2024-05-11 18:29:28 +0800},
date-modified = {2024-05-11 18:29:28 +0800},
doi = {10.1007/s12469-024-00362-x},
journal = {Public Transport},
number = {3},
pages = {893--928},
title = {G2Viz: an online tool for visualizing and analyzing a public transit system from GTFS data},
volume = {16},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1007/s12469-024-00362-x}}
@article{2024_jag_geoai_hg,
author = {Wang, Siqin and Huang, Xiao and Liu, Pengyuan and Zhang, Mengxi and Biljecki, Filip and Hu, Tao and Fu, Xiaokang and Liu, Lingbo and Liu, Xintao and Wang, Ruomei and Huang, Yuanyuan and Yan, Jingjing and Jiang, Jinghan and Chukwu, Michaelmary and Reza Naghedi, Seyed and Hemmati, Moein and Shao, Yaxiong and Jia, Nan and Xiao, Zhiyang and Tian, Tian and Hu, Yaxin and Yu, Lixiaona and Yap, Winston and Macatulad, Edgardo and Chen, Zhuo and Cui, Yunhe and Ito, Koichi and Ye, Mengbi and Fan, Zicheng and Lei, Binyu and Bao, Shuming},
date-added = {2024-05-11 16:53:26 +0800},
date-modified = {2024-05-11 16:53:26 +0800},
doi = {10.1016/j.jag.2024.103734},
issn = {1569-8432},
journal = {International Journal of Applied Earth Observation and Geoinformation},
pages = {103734},
title = {Mapping the landscape and roadmap of geospatial artificial intelligence (GeoAI) in quantitative human geography: An extensive systematic review},
volume = {128},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.jag.2024.103734}}
@article{2024_bae_microclimate_prediction,
author = {Han, Jintong and Chong, Adrian and Lim, Joie and Ramasamy, Savitha and Wong, Nyuk Hien and Biljecki, Filip},
date-added = {2024-03-04 10:28:00 +0800},
date-modified = {2024-03-04 10:28:00 +0800},
doi = {10.1016/j.buildenv.2024.111358},
journal = {Building and Environment},
pages = {111358},
title = {Microclimate spatio-temporal prediction using deep learning and land use data},
volume = {253},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.buildenv.2024.111358}}
@inbook{2024_3dgeoinfo_humans_sensors,
author = {Lei, Binyu and Su, Yunlei and Biljecki, Filip},
booktitle = {Recent Advances in 3D Geoinformation Science},
date-added = {2024-02-22 06:25:41 +0800},
date-modified = {2024-02-22 06:25:41 +0800},
doi = {10.1007/978-3-031-43699-4_42},
isbn = {9783031436994},
issn = {1863-2351},
pages = {693--706},
publisher = {Springer Nature Switzerland},
title = {Humans As Sensors in Urban Digital Twins},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1007/978-3-031-43699-4_42}}
@inbook{2024_3dgeoinfo_bim_lod,
author = {van der Vaart, Jasper and Stoter, Jantien and Diakit{\'e}, Abdoulaye and Biljecki, Filip and Arroyo Ohori, Ken and Hakim, Amir},
booktitle = {Recent Advances in 3D Geoinformation Science},
date-added = {2024-02-22 06:25:38 +0800},
date-modified = {2024-02-22 06:25:38 +0800},
doi = {10.1007/978-3-031-43699-4_11},
isbn = {9783031436994},
issn = {1863-2351},
pages = {171--191},
publisher = {Springer Nature Switzerland},
title = {Assessment of the LoD Specification for the Integration of BIM-Derived Building Models in 3D City Models},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1007/978-3-031-43699-4_11}}
@article{2024_ijdrr_sendai,
author = {Macatulad, Edgardo and Biljecki, Filip},
date-added = {2024-02-07 08:15:45 +0800},
date-modified = {2024-02-07 08:15:45 +0800},
doi = {10.1016/j.ijdrr.2024.104310},
journal = {International Journal of Disaster Risk Reduction},
pages = {104310},
title = {Continuing from the Sendai Framework midterm: Opportunities for urban digital twins in disaster risk management},
volume = {102},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.ijdrr.2024.104310}}
@article{2024_ceus_urban_form_discovery,
author = {Wang, Jing and Huang, Weiming and Biljecki, Filip},
date-added = {2024-02-04 19:57:38 +0800},
date-modified = {2024-02-04 19:57:38 +0800},
doi = {10.1016/j.compenvurbsys.2024.102076},
journal = {Computers, Environment and Urban Systems},
pages = {102076},
title = {Learning visual features from figure-ground maps for urban morphology discovery},
volume = {109},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.compenvurbsys.2024.102076}}
@article{2024_jrs_crowdsourcing,
author = {Huang, Xiao and Wang, Siqin and Yang, Di and Hu, Tao and Chen, Meixu and Zhang, Mengxi and Zhang, Guiming and Biljecki, Filip and Lu, Tianjun and Zou, Lei and Wu, Connor Y. H. and Park, Yoo Min and Li, Xiao and Liu, Yunzhe and Fan, Hongchao and Mitchell, Jessica and Li, Zhenlong and Hohl, Alexander},
date-added = {2024-01-23 14:03:48 +0800},
date-modified = {2024-01-23 14:03:48 +0800},
doi = {10.34133/remotesensing.0105},
journal = {Journal of Remote Sensing},
title = {Crowdsourcing Geospatial Data for Earth and Human Observations: A Review},
volume = {4},
year = {2024},
bdsk-url-1 = {https://doi.org/10.34133/remotesensing.0105}}
@article{2023_gw_preface,
author = {Huang, W. and Chen, B. Y. and Biljecki, F. and Yan, Y. and Grinberger, Y. and Li, H.},
doi = {10.5194/isprs-annals-x-1-w1-2023-1157-2023},
journal = {ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
pages = {1157--1158},
title = {Preface: Workshop ``GeoHB 2023: Geo-Spatial Computing for Understanding Human Behaviours''},
volume = {X-1/W1-2023},
year = {2023},
bdsk-url-1 = {https://doi.org/10.5194/isprs-annals-x-1-w1-2023-1157-2023}}
@inbook{2023_geoai_handbook_urban_sensing,
author = {Biljecki, Filip},
booktitle = {Handbook of Geospatial Artificial Intelligence},
chapter = {17},
date-added = {2023-12-15 22:28:43 -0800},
date-modified = {2023-12-15 22:28:43 -0800},
doi = {10.1201/9781003308423-17},
editor = {Song Gao and Yingjie Hu and Wenwen Li},
isbn = {9781003308423},
pages = {351--366},
publisher = {CRC Press},
title = {GeoAI for Urban Sensing},
year = {2023},
bdsk-url-1 = {https://doi.org/10.1201/9781003308423-17}}
@article{2024_cities_evolution,
author = {Wang, Zeyu and Ito, Koichi and Biljecki, Filip},
date-added = {2023-12-10 11:23:22 -0500},
date-modified = {2023-12-10 11:23:22 -0500},
doi = {10.1016/j.cities.2023.104704},
journal = {Cities},
pages = {104704},
title = {Assessing the equity and evolution of urban visual perceptual quality with time series street view imagery},
volume = {145},
year = {2024},
bdsk-url-1 = {https://doi.org/10.1016/j.cities.2023.104704}}
@article{2023_sd_iris,
author = {Lin, Subin and Ramani, Vasantha and Martin, Miguel and Arjunan, Pandarasamy and Chong, Adrian and Biljecki, Filip and Ignatius, Marcel and Poolla, Kameshwar and Miller, Clayton},
date-added = {2023-12-04 08:16:53 +0800},
date-modified = {2023-12-04 08:16:53 +0800},
doi = {10.1038/s41597-023-02749-0},
journal = {Scientific Data},
pages = {859},
title = {District-scale surface temperatures generated from high-resolution longitudinal thermal infrared images},
volume = {10},
year = {2023},
bdsk-url-1 = {https://doi.org/10.1038/s41597-023-02749-0}}
@article{2023_cisbat_directory,
author = {Jin, Xiaoyu and Fu, Chun and Kazmi, Hussain and Balint, Atilla and Canaydin, Ada and Quintana, Matias and Biljecki, Filip and Xiao, Fu and Miller, Clayton},
date-added = {2023-12-03 11:13:53 +0800},
date-modified = {2023-12-03 11:13:53 +0800},
doi = {10.1088/1742-6596/2600/3/032003},
journal = {Journal of Physics: Conference Series},
number = {3},
pages = {032003},
title = {The Building Data Genome Directory -- An open, comprehensive data sharing platform for building performance research},
volume = {2600},
year = {2023},
bdsk-url-1 = {https://doi.org/10.1088/1742-6596/2600/3/032003}}
@article{2023_buildsys_cool_quiet,
author = {Miller, Clayton and Quintana, Matias and Frei, Mario and Chua, Yun Xuan and Fu, Chun and Picchetti, Bianca and Yap, Winston and Chong, Adrian and Biljecki, Filip},
date-added = {2023-11-19 19:33:13 +0800},
date-modified = {2023-11-19 19:33:13 +0800},
doi = {10.1145/3600100.3626269},
journal = {Proceedings of the 10th ACM International Conference on Systems for Energy-Efficient Buildings, Cities, and Transportation},
pages = {298--299},
title = {{Introducing the Cool, Quiet City Competition: Predicting Smartwatch-Reported Heat and Noise with Digital Twin Metrics}},
year = {2023},