forked from edzer/sdsr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.bib
2742 lines (2575 loc) · 94.7 KB
/
book.bib
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
@Book{xie2015,
title = {Dynamic Documents with {R} and knitr},
author = {Yihui Xie},
publisher = {Chapman \& Hall/CRC},
address = {Boca Raton, Florida},
year = {2015},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {http://yihui.name/knitr/},
}
@Book{r4ds,
title = {R for Data Science},
author = {Hadley Wickham and Garret Grolemund},
publisher = {O'Reilly},
year = {2017},
url = {http://r4ds.had.co.nz/}
}
@Book{advr,
title = {Advanced {R}, Second Edition},
author = {Hadley Wickham},
publisher = {CRC Press},
year = {2014},
url = { https://adv-r.hadley.nz/ }
}
@Book{extending,
title = {Extending {R}},
author = {John Chambers},
publisher = {CRC Press},
year = {2016}
}
@article{karney2013algorithms,
title={Algorithms for geodesics},
author={Karney, Charles F.F.},
journal={Journal of Geodesy},
volume={87},
number={1},
pages={43--55},
year={2013},
publisher={Springer},
url={https://link.springer.com/content/pdf/10.1007/s00190-012-0578-z.pdf}
}
@book{hand,
title={Measurement theory and practice},
author={Hand, David J},
publisher={Arnold, London},
year={2004}
}
@article{flater,
title = "Architecture for software-assisted quantity calculus",
journal = "Computer Standards \& Interfaces",
volume = "56",
pages = "144 - 147",
year = "2018",
issn = "0920-5489",
doi = {10.1016/j.csi.2017.10.002},
author = "David Flater",
keywords = "SI, Quantity, Unit, Uncertainty, Value, Unit 1"
}
@report{nist,
author = { Flater, D. },
title = { Architecture for Software-Assisted Quantity Calculus },
publisher = { NIST Technical Note 1943 },
year = { 2016 },
doi = { 10.6028/NIST.TN.1943 }
}
@article{sfa,
title={OpenGIS Implementation Standard for Geographic information-Simple feature access-Part 1: Common architecture},
author={Herring, J.R.},
journal={Open Geospatial Consortium Inc},
pages={111},
year={2011},
url = {http://portal.opengeospatial.org/files/?artifact_id=25355}
}
@article{sfa2,
title={OpenGIS Implementation Standard for Geographic Information-Simple feature access-Part 2: SQL option},
author={Herring, J.R.},
journal={Open Geospatial Consortium Inc},
year={2010},
url={http://portal.opengeospatial.org/files/?artifact_id=25354}
}
@report{geojson,
title={The GeoJSON Format},
author={H. Butler and M. Daly and A. Doyl and S. Gillies and S. Hagen and T. Schaub},
year={2016},
publisher={Internet Engineering Task Force (IETF)},
volume={Request for Comments: 7946},
issn={2070-1721},
url ={https://tools.ietf.org/html/rfc7946}
}
@article{geosparql,
title={OGC GeoSPARQL-A geographic query language for RDF data},
author={Perry, Matthew and Herring, J.R.},
journal={OGC Implementation Standard, ref: OGC},
year={2012}
}
@article{scheider,
author = {Simon Scheider and Benedikt Gräler and Edzer Pebesma and Christoph Stasch},
title = {Modeling spatiotemporal information generation},
journal = {International Journal of Geographical Information Science},
volume = {30},
number = {10},
pages = {1980-2008},
year = {2016},
doi = {10.1080/13658816.2016.1151520}
}
@incollection{gdal,
title={The geospatial data abstraction library},
author={Warmerdam, Frank},
booktitle={Open source approaches in spatial data handling},
pages={87--104},
year={2008},
publisher={Springer}
}
@article{rouault_even_warmerdam_frank_schwehr_kurt_kiselev_andrey_butler_howard_łoskot_mateusz_2022,
title={GDAL},
DOI={10.5281/zenodo.5884352},
abstractNote={<p>GDAL is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source License by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing.</p>},
publisher={Zenodo},
author={Rouault, Even and Warmerdam, Frank and Schwehr, Kurt and Kiselev, Andrey and Butler, Howard and Łoskot, Mateusz},
year={2022},
month={Jan}
}
@article{evenden_gerald_i._rouault_even_warmerdam_frank_evers_kristian_knudsen_thomas_butler_howard_2022,
title={PROJ},
DOI={10.5281/zenodo.5884395},
abstractNote={<p>PROJ is a generic coordinate transformation software that transforms geospatial coordinates from one coordinate reference system (CRS) to another. This includes cartographic projections as well as geodetic transformations.</p>},
publisher={Zenodo},
author={Evenden, Gerald I. and Rouault, Even and Warmerdam, Frank and Evers, Kristian and Knudsen, Thomas and Butler, Howard},
year={2022},
month={Jan}
}
@article{tidy,
author = {Hadley Wickham},
title = {Tidy Data},
journal = {Journal of Statistical Software},
volume = {59},
number = {1},
year = {2014},
url = { https://www.jstatsoft.org/article/view/v059i10 }
}
@Manual{GDAL0,
title = {{GDAL} - Geospatial Data Abstraction Library, Version 2.1.1},
author = {{GDAL Development Team}},
organization = {Open Source Geospatial Foundation},
year = {2017},
url = {http://www.gdal.org},
}
@Manual{GEOS,
title = {{GEOS} - Geometry Engine, Open Source},
author = {{GEOS Development Team}},
organization = {Open Source Geospatial Foundation},
year = {2017},
url = {https://trac.osgeo.org/geos/}
}
@book{iliffe,
pages = { 208 },
title = { Datums and Map Projections: For Remote Sensing, GIS and Surveying },
year = { 2008 },
author = { Jonathan Iliffe and Roger Lott },
publisher = {CRC Inc}
}
@Article{classesmethods,
author = {Edzer Pebesma and Roger Bivand},
title = {Classes and methods for spatial data in {R}},
journal = {R News},
year = {2005},
volume = {5},
number = {2},
pages = {9--13},
month = {November},
url = {https://CRAN.R-project.org/doc/Rnews/}
}
@Book{asdar,
author = {Roger Bivand and Edzer Pebesma and Virgilio Gómez-Rubio},
title = {Applied spatial data analysis with {R}, Second edition},
year = {2013},
publisher = {Springer, NY},
url = {http://www.asdar-book.org/}
}
@Manual{rgdal,
title = {rgdal: Bindings for the 'Geospatial' Data Abstraction Library},
author = {Roger Bivand and Tim Keitt and Barry Rowlingson},
year = {2017},
note = {R package version 1.2-15},
url = {https://CRAN.R-project.org/package=rgdal}
}
@Manual{rgeos,
title = {rgeos: Interface to Geometry Engine - Open Source ('GEOS')},
author = {Roger Bivand and Colin Rundel},
year = {2017},
note = {R package version 0.3-25},
url = {https://CRAN.R-project.org/package=rgeos}
}
@article{tidydata,
author = {Hadley Wickham},
title = {Tidy Data},
journal = {Journal of Statistical Software, Articles},
volume = {59},
number = {10},
year = {2014},
issn = {1548-7660},
pages = {1--23},
doi = {10.18637/jss.v059.i10}
}
@Manual{tidyverse,
title = {tidyverse: Easily Install and Load 'Tidyverse' Packages},
author = {Hadley Wickham},
year = {2017},
note = {R package version 1.1.1},
url = {https://CRAN.R-project.org/package=tidyverse}
}
@book{ggplot2,
title={ggplot2: elegant graphics for data analysis},
author={Wickham, Hadley},
year={2016},
publisher={Springer}
}
@Manual{dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain Francois and Lionel Henry and Kirill Müller},
year = {2017},
note = {R package version 0.7.4},
url = {https://CRAN.R-project.org/package=dplyr}
}
@Manual{raster,
title = {raster: Geographic Data Analysis and Modeling},
author = {Robert J. Hijmans},
year = {2016},
note = {R package version 2.5-8},
url = {https://CRAN.R-project.org/package=raster},
}
@book{postgis,
title={PostGIS in action},
author={Obe, Regina O. and Hsu, Leo S.},
year={2015},
publisher={Manning Publications Co.}
}
@article{rcpp,
title={Rcpp: Seamless {R} and {C++} integration},
author={Eddelbuettel, Dirk and Fran{\c{c}}ois, Romain and Allaire, J and Ushey, Kevin and Kou, Qiang and Russel, N and Chambers, John and Bates, D},
journal={Journal of Statistical Software},
volume={40},
number={8},
pages={1--18},
year={2011}
}
@Book{dirk,
title = {Seamless {R} and {C++} Integration with {Rcpp}},
author = {Dirk Eddelbuettel},
publisher = {Springer},
address = {New York},
year = {2013}
}
@article{aw,
title = "Accuracy of areal interpolation methods for count data",
journal = "Spatial Statistics",
volume = "14",
pages = "412 - 438",
year = "2015",
doi = "10.1016/j.spasta.2015.07.005",
author = "Van Huyen Do and Christine Thomas-Agnan and Anne Vanhems"
}
@Manual{sf,
title = {sf: Simple Features for {R}},
year = 2018,
author = {Edzer Pebesma},
note = {R package version 0.6-1},
url = {https://CRAN.R-project.org/package=sf}
}
@inproceedings{cgal,
title={CGAL: The computational geometry algorithms library},
author={Fabri, Andreas and Pion, Sylvain},
booktitle={Proceedings of the 17th ACM SIGSPATIAL international conference on advances in geographic information systems},
pages={538--539},
year={2009},
organization={ACM}
}
@Manual{geosphere,
title = {geosphere: Spherical Trigonometry},
author = {Robert J. Hijmans},
year = {2016},
note = {R package version 1.5-5},
url = {https://CRAN.R-project.org/package=geosphere},
}
@Manual{iso,
title = { Geographic information -- Simple feature access -- Part 1: Common architecture},
author = { ISO },
note = { ISO 19125-1:2004 },
year = { 2004 },
url = { https://www.iso.org/standard/40114.html }
}
@book{iliffelott,
title={Datums and map projections for remote sensing, GIS, and surveying. Whittles Pub},
author={Iliffe, Jonathan and Lott, Roger},
year={2008},
publisher={CRC Press, Scotland, UK}
}
@article{gorelick,
title = "Google Earth Engine: Planetary-scale geospatial analysis for everyone",
journal = "Remote Sensing of Environment",
volume = "202",
pages = "18 - 27",
year = "2017",
note = "Big Remotely Sensed Data: tools, applications and experiences",
issn = "0034-4257",
doi = {10.1016/j.rse.2017.06.031},
author = "Noel Gorelick and Matt Hancher and Mike Dixon and Simon Ilyushchenko and David Thau and Rebecca Moore",
}
@article{lu2018multidimensional,
title={Multidimensional Arrays for Analysing Geoscientific Data},
author={Lu, Meng and Appel, Marius and Pebesma, Edzer},
journal={ISPRS International Journal of Geo-Information},
volume={7},
number={8},
pages={313},
year={2018},
publisher={Multidisciplinary Digital Publishing Institute}
}
@inproceedings{brown2010overview,
title={Overview of {SciDB}: large scale array storage, processing and analysis},
author={Brown, P.G.},
booktitle={Proceedings of the 2010 {ACM} {SIGMOD} International Conference on Management of data},
pages={963--968},
year={2010},
organization={ACM}
}
@article{rjsf,
author = {Edzer Pebesma},
title = {{Simple Features for R: Standardized Support for Spatial Vector Data}},
year = {2018},
journal = {{The R Journal}},
doi = {10.32614/RJ-2018-009},
url = {https://doi.org/10.32614/RJ-2018-009},
pages = {439--446},
volume = {10},
number = {1}
}
@InProceedings{de9im1,
author="Clementini, Eliseo
and Di Felice, Paolino
and van Oosterom, Peter",
editor="Abel, David
and Chin Ooi, Beng",
title="A small set of formal topological relationships suitable for end-user interaction",
booktitle="Advances in Spatial Databases",
year="1993",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="277--295"
}
@article{de9im2,
author = { Max J. Egenhofer and Robert D. Franzosa },
title = {Point-set topological spatial relations},
journal = {International Journal of Geographical Information Systems},
volume = {5},
number = {2},
pages = {161-174},
year = {1991},
publisher = {Taylor \& Francis},
doi = {10.1080/02693799108927841},
}
@article{units,
author = {Edzer Pebesma and Thomas Mailund and James Hiebert},
title = {Measurement Units in {R}},
year = {2016},
journal = {{The R Journal}},
doi = {10.32614/RJ-2016-061},
pages = {486--494},
volume = {8},
url = {https://journal.r-project.org/archive/2016/RJ-2016-061},
number = {2}
}
@report{lott2015,
title={Geographic information-Well-known text representation of coordinate reference systems},
author={Lott, Roger},
year={2015},
url={ http://docs.opengeospatial.org/is/12-063r5/12-063r5.html },
publisher={Open Geospatial Consortium}
}
@book{baddeley2015spatial,
title={Spatial point patterns: methodology and applications with {R}},
author={Baddeley, Adrian and Rubak, Ege and Turner, Rolf},
year={2015},
publisher={Chapman \& Hall/CRC}
}
@book{geocomp,
title = { Geocomputation with {R} },
author = { Robin Lovelace and Jakub Nowosad and Jannes Muenchow},
publisher = { Chapman \& Hall/CRC },
year = { 2019 },
url = { https://geocompr.robinlovelace.net/ },
isbn = {9781138304512}
}
@article{vim,
title={The international vocabulary of metrology--basic and general concepts and associated terms (VIM), 3rd edn. JCGM 200: 2012},
author={BIPM, IEC and IFCC, ILAC and IUPAC, IUPAP and ISO, OIML},
journal={JCGM (Joint Committee for Guides in Metrology)},
year={2012},
url = {https://www.bipm.org/en/publications/guides/}
}
@article{cobbmoore,
author = { George W. Cobb and David S. Moore },
title = { Mathematics, statistics and teaching },
journal = { The American Mathematical Monthly },
volume = { 104 },
issue = { 9 },
year = {1997},
pages = { 801-823 },
url = {https://www.jstor.org/stable/2975286}
}
@Article{unitsrj,
author = {Edzer Pebesma and Thomas Mailund and James Hiebert},
title = {Measurement Units in {R}},
journal = {{The R Journal}},
year = {2016},
volume = {8},
number = {2},
pages = {486--494},
month = {december},
doi = {10.32614/RJ-2016-061}
}
@article{iso8601,
title={Data elements and interchange formats--Information interchange--Representation of dates and times},
author={ISO8601, ISO},
journal={ISO/TC154},
year={2000}
}
@book{SI,
title={The International System of Units ({SI}), 8th edition},
author={{Bureau International des Poids et Mesures}},
publisher={Organisation Intergouvernementale de la Convention du Mètre },
url={https://www.bipm.org/en/publications/si-brochure/download.html},
year={2006}
}
@book{Healy,
title= {Data Visualization, a practical introduction},
author = {Kieran Healy},
publisher = {Princeton University Press},
year = {2018},
url = {http://socviz.co/index.html}
}
@book{Wilke,
title={Fundamentals of Data Visualization},
author = {Claus O. Wilke},
year = {2019},
publisher = { O'Reilly Media, Inc. },
url = {https://serialmentor.com/dataviz/}
}
@article{scheider2016,
author = {Simon Scheider and Benedikt Gräler and Edzer Pebesma and Christoph Stasch},
title = {Modeling spatiotemporal information generation},
journal = {International Journal of Geographical Information Science},
volume = {30},
number = {10},
pages = {1980-2008},
year = {2016},
publisher = {Taylor \& Francis},
note = {(open access)},
doi = {10.1080/13658816.2016.1151520},
}
@article{stasch2014,
title = "Meaningful spatial prediction and aggregation",
journal = "Environmental Modelling \& Software",
volume = "51",
pages = "149-165",
year = "2014",
issn = "1364-8152",
doi = {10.1016/j.envsoft.2013.09.006},
note = {(open access)},
author = "Christoph Stasch and Simon Scheider and Edzer Pebesma and Werner Kuhn"
}
@article{thomas,
title = "Accuracy of areal interpolation methods for count data",
journal = "Spatial Statistics",
volume = "14",
pages = "412 - 438",
year = "2015",
issn = "2211-6753",
doi = "10.1016/j.spasta.2015.07.005",
author = "Van Huyen Do and Christine Thomas-Agnan and Anne Vanhems"
}
@book{goodchild,
title={Areal interpolation: a variant of the traditional spatial problem},
author={Goodchild, Michael F and Lam, Nina Siu Ngan},
year={1980},
publisher={Department of Geography, University of Western Ontario London, ON, Canada}
}
@article{do,
author = {Van Huyen Do and Christine Thomas-Agnan and Anne Vanhems},
title={Spatial reallocation of areal data: a review},
journal={Rev. Econ. Rég. Urbaine},
volume={1/2},
year=2015,
pages={27-58},
url={https://www.tse-fr.eu/sites/default/files/medias/doc/wp/mad/wp_tse_397_v2.pdf}
}
@book{wickham2016ggplot2,
title={ggplot2: elegant graphics for data analysis},
author={Wickham, Hadley},
year={2016},
publisher={Springer}
}
@book{wilkinson2006grammar,
title={The grammar of graphics},
author={Wilkinson, Leland},
year={2006},
publisher={Springer Science \& Business Media}
}
@book{moreno1,
year = {Oct 25, 2018},
author = {Mel Moreno and Mathieu Basille},
title = {Drawing beautiful maps programmatically with {R}, {sf} and {ggplot2} - Part 1: Basics},
url = {https://www.r-spatial.org/r/2018/10/25/ggplot2-sf.html},
publisher = {r-spatial.org}
}
@book{moreno2,
year = {Oct 25, 2018},
author = {Mel Moreno and Mathieu Basille},
title = {Drawing beautiful maps programmatically with {R}, {sf} and {ggplot2} — Part 2: Layers},
url = { https://www.r-spatial.org/r/2018/10/25/ggplot2-sf-2.html},
publisher = {r-spatial.org}
}
@book{moreno3,
year = {Oct 25, 2018},
author = {Mel Moreno and Mathieu Basille},
title = {Drawing beautiful maps programmatically with R, sf and ggplot2 — Part 3: Layouts},
url = { https://www.r-spatial.org/r/2018/10/25/ggplot2-sf-3.html},
publisher = {https://www.r-spatial.org}
}
@article{bivand+piras:15,
author = {Roger Bivand and Gianfranco Piras},
title = {Comparing Implementations of Estimation Methods for Spatial Econometrics},
journal = {Journal of Statistical Software},
volume = {63},
number = {1},
year = {2015},
issn = {1548-7660},
pages = {1--36},
doi = {10.18637/jss.v063.i18},
}
@incollection{bivand10,
author={Bivand, Roger},
year={2010},
title={Exploratory Spatial Data Analysis},
booktitle={Handbook of Applied Spatial Analysis},
editor={Manfred Fischer and Arthur Getis},
publisher={Springer},
address={Heidelberg},
pages={219--254}
}
@article{ord+getis12,
author = {Ord, J. K. and Getis, A.},
title = {Local spatial heteroscedasticity ({LOSH})},
journal = {Annals of Regional Science},
volume = {48},
number = {2},
year = {2012},
pages = {529--539}
}
@article{xuetal14,
author = {Xu, M. and Mei, C. L. and Yan, N.},
title = {A note on the null distribution of the local spatial heteroscedasticity ({LOSH}) statistic},
journal = {Annals of Regional Science},
volume = {52},
number = {3},
year = {2014},
pages = {697--710}
}
@article{westerholtetal18,
author = {Rene Westerholt and Bernd Resch and Franz-Benjamin Mocnik and Dirk Hoffmeister},
title = {A statistical test on the local effects of spatially structured variance},
journal = {International Journal of Geographical Information Science},
volume = {32},
number = {3},
pages = {571--600},
year = {2018},
doi = {10.1080/13658816.2017.1402914}
}
@article{westerholtetal15,
author = {Rene Westerholt and Bernd Resch and Alexander Zipf},
title = {A local scale-sensitive indicator of spatial autocorrelation for assessing high- and low-value clusters in multiscale datasets},
journal = {International Journal of Geographical Information Science},
volume = {29},
number = {5},
pages = {868--887},
year = {2015},
doi = {10.1080/13658816.2014.1002499}
}
@Article{csardi+nepusz:06,
title = {The igraph software package for complex network research},
author = {Gabor Csardi and Tamas Nepusz},
journal = {InterJournal},
volume = {Complex Systems},
pages = {1695},
year = {2006},
url = {https://igraph.org},
}
@book{WallerGotway:2004,
author = {Lance A. Waller and Carol A. Gotway},
title = {Applied Spatial Statistics for Public Health Data},
year = {2004},
publisher = {John Wiley \& Sons},
address = {Hoboken, NJ}
}
@article{tiefelsdorfatal:99,
author = {Tiefelsdorf, M. and Griffith, D. A. and Boots, B.},
title = {A variance-stabilizing coding scheme for spatial link matrices},
journal = {Environment and Planning A},
volume = {31},
pages = {165--180},
year = {1999}
}
@article{tiefelsdorf:02,
author = {Tiefelsdorf, M.},
title = {The Saddlepoint approximation of {Moran}'s {I}
and local {Moran}'s ${I}_i$ reference distributions and their numerical
evaluation},
journal = {Geographical Analysis},
volume = {34},
pages = {187--206},
year = {2002},
}
@Book{schabenberger+gotway:2005,
author = {O. Schabenberger and C. A. Gotway},
title = {Statistical Methods for Spatial Data Analysis},
year = {2005},
publisher = {Chapman \& Hall/CRC},
address = {Boca Raton/London}
}
@article{Lietal12,
title = "One-step estimation of spatial dependence parameters: Properties and extensions of the {APLE} statistic",
journal = "Journal of Multivariate Analysis",
volume = "105",
pages = "68--84",
year = "2012",
author = "Hongfei Li and Catherine A. Calder and Noel Cressie"
}
@article{Lietal07,
title = "Beyond {Moran's} {I}: testing for spatial dependence based on the spatial autoregressive model",
journal = "Geographical Analysis",
volume = "39",
pages = "357--375",
year = "2007",
author = "Hongfei Li and Catherine A. Calder and Noel Cressie"
}
@book{Cressie:1993,
author={N. A. C. Cressie},
title={Statistics for Spatial Data},
year={1993},
publisher={New York: Wiley}
}
@article{McMillen:2003,
author = {Daniel P. Mc{M}illen},
title = {Spatial Autocorrelation or Model Misspecification?},
journal = {International Regional Science Review},
volume = {26},
year = {2003},
pages = {208-217}
}
@article{wall:04,
author = {M. M. Wall},
title = {A close look at the spatial structure implied by the {CAR} and {SAR} models},
journal = {Journal of Statistical Planning and Inference},
volume = {121},
pages = {311--324},
year = {2004}
}
@article{bivandetal:09,
author = {Roger Bivand and W. M\"{u}ller and M. Reder},
title = {Power Calculations for Global and Local {M}oran's {$I$}},
journal = {Computational Statistics and Data Analysis},
year = {2009},
volume = {53},
pages = {2859-2872}
}
@incollection{getis+ord:96,
author = {A. Getis and J. K. Ord},
year = {1996},
title = {Local spatial statistics: an overview},
pages = {261--277},
editor = {P. Longley and M Batty},
booktitle = {Spatial Analysis: Modelling in a GIS Environment},
publisher = {GeoInformation International},
address = {Cambridge}
}
@article{ord+getis:01,
Author = {Ord, J. K. and Getis, A.},
Title = {Testing for local spatial autocorrelation in the presence of global
autocorrelation},
Journal = {Journal of Regional Science},
Year = {2001},
Volume = {41},
Number = {3},
Pages = {411-432}
}
@article{assuncao+reis:99,
author = {Assun\c{c}\~{a}o, R.M. and Reis, E. A.},
year = {1999},
title = {A new proposal to adjust {M}oran's {$I$} for population density},
journal = {Statistics in Medicine},
volume = {18},
pages = {2147--2162}
}
@article{https://doi.org/10.1111/gean.12164,
author = {Anselin, Luc},
title = {A Local Indicator of Multivariate Spatial Association: Extending {G}eary's c},
journal = {Geographical Analysis},
volume = {51},
number = {2},
pages = {133-150},
url = {https://doi.org/10.1111/gean.12164},
year = {2019}
}
@article{anselin:95,
Author = {Anselin, Luc},
title = {{Local indicators of spatial association - LISA}},
journal = {{Geographical Analysis}},
Year = {1995},
Volume = {{27}},
Number = {{2}},
Pages = {{93-115}},
ISSN = {{0016-7363}},
Unique-ID = {{ISI:A1995QU19800001}},
}
@article{moran48,
author = {P. A. P. Moran},
journal = {Journal of the Royal Statistical Society, Series B (Methodological)},
number = {2},
pages = {243--251},
title = {The Interpretation of Statistical Maps},
volume = {10},
year = {1948}
}
@book{duncanetal61,
author = {Duncan, O. D. and Cuzzort, R. P. and Duncan, B.},
title = {Statistical geography: Problems in analyzing areal data},
year = {1961},
publisher = {Free Press},
address = {Glencoe, IL}
}
@article{geary:54,
author = {Geary, R. C.},
title = {The contiguity ratio and statistical mapping},
year = {1954},
journal = {The Incorporated Statistician},
volume = {5},
pages = {115--145}
}
@incollection{bivand+portnov:04,
author = {Bivand, Roger and Portnov, B.A.},
editor = {Luc Anselin and Raymond J. G. M. Florax and S. J. Rey},
title = {Exploring spatial data analysis techniques using {R}: the case of observations with no neighbours},
booktitle = {Advances in Spatial Econometrics: Methodology, Tools, Applications},
year = {2004},
publisher = {Springer},
address = {Berlin},
pages = {121--142}
}
@incollection{anselin:96,
author = {Luc Anselin},
title = {The {Moran} scatterplot as an {ESDA} tool to assess local instability in spatial association},
booktitle = {Spatial Analytical Perspectives on {GIS}},
publisher = {Taylor \& Francis},
year = {1996},
editor = {M. M. Fischer and H. J. Scholten and D. Unwin},
address = {London},
pages = {111--125}
}
@article{TiefelsdorfBoots1995,
author={Tiefelsdorf, M. and Boots, B. N.},
title={The exact distribution of {M}oran's {I}},
journal={Environment and Planning A},
year={1995},
volume={27},
pages={985--999}
}
@article{TiefelsdorfBoots1997,
author={Tiefelsdorf, M. and Boots, B. N.},
title={A Note on the Extremities of Local {M}oran's {I} and Their Impact on Global {M}oran's {I}},
journal={Geographical Analysis},
year={1997},
volume={29},
pages={248--257}
}
@article{Hepple1998,
author={Hepple, L. W.},
title={Exact testing for spatial autocorrelation among regression residuals},
journal={Environment and Planning A},
year={1998},
volume={30},
pages={85--108}
}
@article{bivandetal17a,
title = "A comparison of estimation methods for multilevel models of spatially structured data ",
journal = "Spatial Statistics ",
year = "2017",
url = "https://doi.org/10.1016/j.spasta.2017.01.002",
author = "Roger Bivand and Zhe Sha and Liv Osland and Ingrid Sandvig Thorsen",
}
@article{bavaud:98,
author = {F. Bavaud},
year = {1998},
title = {Models for spatial weights: a systematic look},
journal = {Geographical Analysis},
volume = {30},
pages = {153--171},
doi = {10.1111/j.1538-4632.1998.tb00394.x}
}
@Book{ripley:81,
author = {B. D. Ripley},
title = {Spatial Statistics},
year = {1981},
publisher = {Wiley},
address = {New York}
}
@Book{ripley:88,
author = {B. D. Ripley},
title = {Statistical Inference for Spatial Processes},
year = {1988},
publisher = {Cambridge University Press},
address = {Cambridge}
}
@book{cliff+ord:73,
author = {Cliff, A. D. and Ord, J. K.},
title = {Spatial Autocorrelation},
year = {1973},
publisher = {Pion},
address = {London}
}
@book{cliff+ord:81,
author = {Cliff, A. D. and Ord, J. K.},
title = {Spatial Processes},
year = {1981},
publisher = {Pion},
address = {London}
}
@Book{a88,
author = {Luc Anselin},
title = {Spatial econometrics: methods and models},
publisher = {Kluwer Academic Publishers},
year = {1988}
}
@article{bivand17,
author = {Bivand, Roger},
title = {Revisiting the {B}oston data set --- Changing the units of observation affects estimated willingness to pay for clean air},
journal = {REGION},
volume = {4},
number = {1},
year = {2017},
issn = {2409-5370},
pages = {109--127},
doi = {10.18335/region.v4i1.107},
url = {http://openjournals.wu.ac.at/ojs/index.php/region/article/view/107}
}
@Article{Bivand2018,
author="Bivand, Roger and Wong, David W. S.",
title="Comparing implementations of global and local indicators of spatial association",
journal="TEST",
year="2018",
month="Sep",
day="01",
volume="27",
number="3",
pages="716--748",
abstract="Functions to calculate measures of spatial association, especially measures of spatial autocorrelation, have been made available in many software applications. Measures may be global, applying to the whole data set under consideration, or local, applying to each observation in the data set. Methods of statistical inference may also be provided, but these will, like the measures themselves, depend on the support of the observations, chosen assumptions, and the way in which spatial association is represented; spatial weights are often used as a representational technique. In addition, assumptions may be made about the underlying mean model, and about error distributions. Different software implementations may choose to expose these choices to the analyst, but the sets of choices available may vary between these implementations, as may default settings. This comparison will consider the implementations of global Moran's I, Getis--Ord G and Geary's C, local {\$}{\$}I{\_}i{\$}{\$}Iiand {\$}{\$}G{\_}i{\$}{\$}Gi, available in a range of software including Crimestat, GeoDa, ArcGIS, PySAL and R contributed packages.",
issn="1863-8260",
doi="10.1007/s11749-018-0599-x",
url="https://doi.org/10.1007/s11749-018-0599-x"
}
@article{bivandetal13,
author = {Bivand, Roger and Hauke, Jan and Kossowski, Tomasz},
title = {Computing the {J}acobian in {G}aussian Spatial Autoregressive Models: An Illustrated Comparison of Available Methods},
journal = {Geographical Analysis},
volume = {45},
number = {2},
pages = {150--179},
year = {2013},
doi = {10.1111/gean.12008},
url = {https://doi.org/10.1111/gean.12008}
}
@article{doi:10.1080/13658810601034267,
author = { B. Boots and A. Okabe },
title = {Local statistical spatial analysis: Inventory and prospect},
journal = {International Journal of Geographical Information Science},
volume = {21},
number = {4},
pages = {355-375},
year = {2007},
publisher = {Taylor \& Francis},
doi = {10.1080/13658810601034267},
URL = {
https://doi.org/10.1080/13658810601034267
},
eprint = {
https://doi.org/10.1080/13658810601034267
}
}
@article{doi:10.1080/13658810701587891,
author = { A. Okabe and T. Satoh and T. Furuta and A. Suzuki and K. Okano },
title = {Generalized network Voronoi diagrams: Concepts, computational methods, and applications},
journal = {International Journal of Geographical Information Science},
volume = {22},
number = {9},
pages = {965-994},
year = {2008},
publisher = {Taylor \& Francis},
doi = {10.1080/13658810701587891},
URL = {https://doi.org/10.1080/13658810701587891},
eprint = {https://doi.org/10.1080/13658810701587891}
}
@article{SHE201570,
title = "Weighted network Voronoi Diagrams for local spatial analysis",
journal = "Computers, Environment and Urban Systems",
volume = "52",
pages = "70 - 80",
year = "2015",
issn = "0198-9715",
doi = "10.1016/j.compenvurbsys.2015.03.005",
url = "http://www.sciencedirect.com/science/article/pii/S019897151500040X",
author = "Bing She and Xinyan Zhu and Xinyue Ye and Wei Guo and Kehua Su and Jay Lee"
}
@article{getis+ord:92,
author = {A. Getis and J. K. Ord},
year = {1992},
title = {The analysis of spatial association by the use of distance statistics},
journal = {Geographical Analysis},
pages = {189-206},
number = {2},
volume = {24}
}
@article{doi:10.1111/gean.12177,
author = {Jung, Paul H. and Thill, Jean-Claude and Issel, Michele},
title = {Spatial Autocorrelation Statistics of Areal Prevalence Rates under High Uncertainty in Denominator Data},
journal = {Geographical Analysis},