forked from geocompx/geocompr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.bib
1699 lines (1550 loc) · 96.8 KB
/
refs.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{abelson_structure_1996,
title = {Structure and Interpretation of Computer Programs},
author = {Abelson, Harold and Sussman, Gerald Jay and Sussman, Julie},
year = {1996},
edition = {Second},
publisher = {{MIT Press}},
address = {{Cambridge, Massachusetts}},
isbn = {0-262-01153-0},
keywords = {\#nosource,Computer programming,LISP (Computer program language)},
lccn = {QA76.6 .A255 1985},
series = {The {{MIT}} Electrical Engineering and Computer Science Series}
}
@book{akima_akima_2016,
title = {Akima: {{Interpolation}} of {{Irregularly}} and {{Regularly Spaced Data}}},
author = {Akima, Hiroshi and Gebhardt, Albrecht},
year = {2016},
keywords = {\#nosource}
}
@book{baddeley_spatial_2015,
ids = {baddeley\_spatial\_2015-1},
title = {Spatial Point Patterns: Methodology and Applications with {{R}}},
author = {Baddeley, Adrian and Rubak, Ege and Turner, Rolf},
year = {2015},
publisher = {{CRC Press}},
keywords = {\#nosource}
}
@article{baddeley_spatstat_2005,
title = {Spatstat: An {{R}} Package for Analyzing Spatial Point Patterns},
author = {Baddeley, Adrian and Turner, Rolf},
year = {2005},
volume = {12},
pages = {1--42},
journal = {Journal of statistical software},
keywords = {\#nosource,conditional intensity,edge corrections,exploratory data analysis,generalised,hood,inhomogeneous point patterns,Linear Models,marked point patterns,maximum pseudolikeli-,spatial clustering},
number = {6}
}
@book{bellos_alex_2011,
title = {Alex's {{Adventures}} in {{Numberland}}},
author = {Bellos, Alex},
year = {2011},
month = apr,
publisher = {{Bloomsbury Paperbacks}},
address = {{London}},
abstract = {The world of maths can seem mind-boggling, irrelevant and, let's face it, boring. This groundbreaking book reclaims maths from the geeks. Mathematical ideas underpin just about everything in our lives: from the surprising geometry of the 50p piece to how probability can help you win in any casino. In search of weird and wonderful mathematical phenomena, Alex Bellos travels across the globe and meets the world's fastest mental calculators in Germany and a startlingly numerate chimpanzee in Japan. Packed with fascinating, eye-opening anecdotes, Alex's Adventures in Numberland is an exhilarating cocktail of history, reportage and mathematical proofs that will leave you awestruck.},
isbn = {978-1-4088-0959-4},
language = {English}
}
@book{berg_computational_2008,
title = {Computational {{Geometry}}: {{Algorithms}} and {{Applications}}},
shorttitle = {Computational {{Geometry}}},
author = {de Berg, Mark and Cheong, Otfried and van Kreveld, Marc and Overmars, Mark},
year = {2008},
month = mar,
publisher = {{Springer Science \& Business Media}},
abstract = {Computational geometry emerged from the field of algorithms design and analysis in the late 1970s. It has grown into a recognized discipline with its own journals, conferences, and a large community of active researchers. The success of the ?eld as a research discipline can on the one hand be explained from the beauty of the problems studied and the solutions obtained, and, on the other hand, by the many application domains\textemdash{}computer graphics, geographic information systems (GIS), robotics, and others\textemdash{}in which geometric algorithms play a fundamental role. For many geometric problems the early algorithmic solutions were either slow or dif?cult to understand and implement. In recent years a number of new algorithmic techniques have been developed that improved and simpli?ed many of the previous approaches. In this textbook we have tried to make these modern algorithmic solutions accessible to a large audience. The book has been written as a textbook for a course in computational geometry, but it can also be used for self-study.},
googlebooks = {tkyG8W2163YC},
isbn = {978-3-540-77973-5},
keywords = {Computers / Computer Graphics,Computers / Computer Science,Computers / Data Processing,Computers / Databases / General,Computers / Information Technology,Computers / Programming / Algorithms,Mathematics / Discrete Mathematics,Mathematics / Geometry / General,Science / Earth Sciences / General,Technology \& Engineering / General},
language = {en}
}
@article{bischl_mlr:_2016,
title = {Mlr: {{Machine Learning}} in {{R}}},
author = {Bischl, Bernd and Lang, Michel and Kotthoff, Lars and Schiffner, Julia and Richter, Jakob and Studerus, Erich and Casalicchio, Giuseppe and Jones, Zachary M.},
year = {2016},
volume = {17},
pages = {1--5},
journal = {Journal of Machine Learning Research},
keywords = {\#nosource},
number = {170}
}
@book{bivand_applied_2013,
title = {Applied Spatial Data Analysis with {{R}}},
author = {Bivand, Roger and Pebesma, Edzer J and {G{\'o}mez-Rubio}, Virgilio},
year = {2013},
volume = {747248717},
publisher = {{Springer}},
keywords = {Mathematics / Probability \& Statistics / General,Medical / Biostatistics,Medical / General,Science / Earth Sciences / Geography,Science / Environmental Science,Technology \& Engineering / Environmental / General}
}
@article{bivand_comparing_2015,
title = {Comparing {{Implementations}} of {{Estimation Methods}} for {{Spatial Econometrics}}},
author = {Bivand, Roger and Piras, Gianfranco},
year = {2015},
volume = {63},
pages = {1--36},
journal = {Journal of Statistical Software},
keywords = {\#nosource},
number = {18}
}
@article{bivand_implementing_2000,
title = {Implementing Functions for Spatial Statistical Analysis Using the Language},
author = {Bivand, Roger and Gebhardt, Albrecht},
year = {2000},
volume = {2},
pages = {307--317},
journal = {Journal of Geographical Systems},
keywords = {\#nosource},
number = {3}
}
@book{bivand_maptools_2017,
title = {Maptools: {{Tools}} for {{Reading}} and {{Handling Spatial Objects}}},
author = {Bivand, Roger and {Lewin-Koh}, Nicholas},
year = {2017},
keywords = {\#nosource}
}
@article{bivand_more_2001,
title = {More on {{Spatial Data Analysis}}},
author = {Bivand, Roger},
year = {2001},
volume = {1},
pages = {13--17},
journal = {R News},
keywords = {\#nosource},
number = {3}
}
@inproceedings{bivand_open_2000,
title = {Open Source Geocomputation: Using the {{R}} Data Analysis Language Integrated with {{GRASS GIS}} and {{PostgreSQL}} Data Base Systems},
booktitle = {Proceedings of the 5th {{International Conference}} on {{GeoComputation}}},
author = {Bivand, Roger and Neteler, Markus},
editor = {Neteler, Markus and Bivand, Roger S.},
year = {2000},
keywords = {\#nosource}
}
@book{bivand_rgrass7_2016,
title = {Rgrass7: {{Interface Between GRASS}} 7 {{Geographical Information System}} and {{R}}},
author = {Bivand, Roger},
year = {2016},
keywords = {\#nosource}
}
@book{bivand_spdep_2017,
title = {Spdep: {{Spatial Dependence}}: {{Weighting Schemes}}, {{Statistics}} and {{Models}}},
author = {Bivand, Roger},
year = {2017},
keywords = {\#nosource}
}
@book{bivand_spgrass6_2016,
title = {Spgrass6: {{Interface}} between {{GRASS}} 6 and {{R}}},
author = {Bivand, Roger},
year = {2016},
keywords = {\#nosource}
}
@article{bivand_using_2000,
title = {Using the {{R}} Statistical Data Analysis Language on {{GRASS}} 5.0 {{GIS}} Database Files},
author = {Bivand, Roger S.},
year = {2000},
volume = {26},
pages = {1043--1052},
journal = {Computers \& Geosciences},
keywords = {\#nosource},
number = {9}
}
@book{blangiardo_spatial_2015,
title = {Spatial and {{Spatio}}-Temporal {{Bayesian Models}} with {{R}}-{{INLA}}},
shorttitle = {Spatial and {{Spatio}}-Temporal {{Bayesian Models}} with {{R}}-{{INLA}}},
author = {Blangiardo, Marta and Cameletti, Michela},
year = {2015},
month = apr,
publisher = {{John Wiley \& Sons, Ltd}},
address = {{Chichester, UK}},
doi = {10.1002/9781118950203},
isbn = {978-1-118-95020-3 978-1-118-32655-8},
keywords = {\#nosource},
language = {en}
}
@book{borcard_numerical_2011,
title = {Numerical Ecology with {{R}}},
author = {Borcard, Daniel and Gillet, Fran{\c c}ois and Legendre, Pierre},
year = {2011},
publisher = {{Springer}},
address = {{New York}},
isbn = {978-1-4419-7975-9},
keywords = {\#nosource,Data processing,Ecology,R (Computer program language),Statistical methods},
lccn = {QH541.15.S72 B67 2011},
note = {OCLC: ocn690089213},
series = {Use {{R}}!}
}
@article{borland_rainbow_2007,
title = {Rainbow Color Map (Still) Considered Harmful},
author = {Borland, David and Taylor II, Russell M},
year = {2007},
volume = {27},
publisher = {IEEE},
journal = {IEEE computer graphics and applications},
keywords = {\#nosource},
number = {2}
}
@article{breiman_random_2001,
title = {Random {{Forests}}},
author = {Breiman, Leo},
year = {2001},
month = oct,
volume = {45},
pages = {5--32},
issn = {1573-0565},
doi = {10.1023/A:1010933404324},
journal = {Machine Learning},
keywords = {\#nosource},
number = {1}
}
@book{brenning_arcgis_2012,
title = {{{ArcGIS Geoprocessing}} in {{R}} via {{Python}}},
author = {Brenning, Alexander},
year = {2012},
keywords = {\#nosource}
}
@inproceedings{brenning_spatial_2012,
title = {Spatial Cross-Validation and Bootstrap for the Assessment of Prediction Rules in Remote Sensing: {{The R}} Package Sperrorest},
shorttitle = {Spatial Cross-Validation and Bootstrap for the Assessment of Prediction Rules in Remote Sensing},
author = {Brenning, Alexander},
year = {2012},
month = jul,
pages = {5372--5375},
publisher = {{IEEE}},
doi = {10.1109/IGARSS.2012.6352393},
isbn = {978-1-4673-1159-5 978-1-4673-1160-1 978-1-4673-1158-8},
keywords = {\#nosource}
}
@book{brewer_designing_2015,
title = {Designing {{Better Maps}}: {{A Guide}} for {{GIS Users}}},
shorttitle = {Designing {{Better Maps}}},
author = {Brewer, Cynthia A.},
year = {2015},
month = dec,
edition = {Second},
publisher = {{Esri Press}},
address = {{Redlands, California}},
isbn = {978-1-58948-440-5},
language = {English}
}
@techreport{bristol_city_council_deprivation_2015,
title = {Deprivation in {{Bristol}} 2015},
author = {{Bristol City Council}},
year = {2015},
institution = {{Bristol City Council}},
keywords = {\#nosource}
}
@book{brunsdon_introduction_2015,
title = {An {{Introduction}} to {{R}} for {{Spatial Analysis}} and {{Mapping}}},
author = {Brunsdon, Chris and Comber, Lex},
year = {2015},
month = feb,
publisher = {{SAGE Publications Ltd}},
address = {{Los Angeles}},
abstract = {"In an age of big data, data journalism and with a wealth of quantitative information around us, it is not enough for students to be taught only 100 year old statistical methods using 'out of the box' software. They need to have 21st-century analytical skills too. This is an excellent and student-friendly text from two of the world leaders in the teaching and development of spatial analysis. It shows clearly why the open source software R is not just an alternative to commercial GIS, it may actually be the better choice for mapping, analysis and for replicable research. Providing practical tips as well as fully working code, this is a practical 'how to' guide ideal for undergraduates as well as those using R for the first time. It will be required reading on my own courses." - Richard Harris, Professor of Quantitative Social Science, University of Bristol R is a powerful open source computing tool that supports geographical analysis and mapping for the many geography and `non-geography' students and researchers interested in spatial analysis and mapping. This book provides an introduction to the use of R for spatial statistical analysis, geocomputation and the analysis of geographical information for researchers collecting and using data with location attached, largely through increased GPS functionality. Brunsdon and Comber take readers from `zero to hero' in spatial analysis and mapping through functions they have developed and compiled into R packages. This enables practical R applications in GIS, spatial analyses, spatial statistics, mapping, and web-scraping. Each chapter includes: Example data and commands for exploring it Scripts and coding to exemplify specific functionality Advice for developing greater understanding - through functions such as locator(), View(), and alternative coding to achieve the same ends Self-contained exercises for students to work through Embedded code within the descriptive text. ~This is a definitive 'how to' that takes students - of any discipline - from coding to actual applications and uses of R.},
isbn = {978-1-4462-7295-4},
language = {English}
}
@article{brus_sampling_2018,
title = {Sampling for Digital Soil Mapping: {{A}} Tutorial Supported by {{R}} Scripts},
shorttitle = {Sampling for Digital Soil Mapping},
author = {Brus, D. J.},
year = {2018},
month = aug,
issn = {0016-7061},
doi = {10.1016/j.geoderma.2018.07.036},
abstract = {In the past decade, substantial progress has been made in model-based optimization of sampling designs for mapping. This paper is an update of the overview of sampling designs for mapping presented by de Gruijter et al. (2006). For model-based estimation of values at unobserved points (mapping), probability sampling is not required, which opens up the possibility of optimized non-probability sampling. Non-probability sampling designs for mapping are regular grid sampling, spatial coverage sampling, k-means sampling, conditioned Latin hypercube sampling, response surface sampling, Kennard-Stone sampling and model-based sampling. In model-based sampling a preliminary model of the spatial variation of the soil variable of interest is used for optimizing the sample size and or the spatial coordinates of the sampling locations. Kriging requires knowledge of the variogram. Sampling designs for variogram estimation are nested sampling, independent random sampling of pairs of points, and model-based designs in which either the uncertainty about the variogram parameters, or the uncertainty about the kriging variance is minimized. Various minimization criteria have been proposed for designing a single sample that is suitable both for estimating the variogram and for mapping. For map validation, additional probability sampling is recommended, so that unbiased estimates of map quality indices and their standard errors can be obtained. For all sampling designs, R scripts are available in the supplement. Further research is recommended on sampling designs for mapping with machine learning techniques, designs that are robust against deviations of modeling assumptions, designs tailored at mapping multiple soil variables of interest and soil classes or fuzzy memberships, and probability sampling designs that are efficient both for design-based estimation of populations means and for model-based mapping.},
journal = {Geoderma},
keywords = {\#nosource,K-means sampling,Kriging,Latin hypercube sampling,Model-based sampling,Spatial coverage sampling,Spatial simulated annealing,Variogram}
}
@book{brzustowicz_data_2017,
title = {Data Science with {{Java}}: [Practical Methods for Scientists and Engineers]},
shorttitle = {Data Science with {{Java}}},
author = {Brzustowicz, Michael R.},
year = {2017},
edition = {First},
publisher = {{O\textasciiacute{}Reilly}},
address = {{Beijing Boston Farnham}},
isbn = {978-1-4919-3411-1},
keywords = {\#nosource,Data Mining,Data mining Software,Datenanalyse,Java,Java (Computer program language)},
language = {eng},
note = {OCLC: 993428657}
}
@article{bucklin_rpostgis_2018,
title = {Rpostgis: {{Linking R}} with a {{PostGIS Spatial Database}}},
author = {Bucklin, David and Basille, Mathieu},
year = {2018},
journal = {The R Journal},
keywords = {\#nosource}
}
@book{burrough_principles_2015,
title = {Principles of Geographical Information Systems},
author = {Burrough, P. A. and McDonnell, Rachael and Lloyd, Christopher D.},
year = {2015},
edition = {Third},
publisher = {{Oxford University Press}},
address = {{Oxford, New York}},
isbn = {978-0-19-874284-5},
keywords = {\#nosource,Geographic information systems},
lccn = {G70.212 .B87 2015},
note = {OCLC: ocn915100245}
}
@article{calenge_package_2006,
title = {The Package Adehabitat for the {{R}} Software: Tool for the Analysis of Space and Habitat Use by Animals},
author = {Calenge, C.},
year = {2006},
volume = {197},
pages = {1035},
journal = {Ecological Modelling},
keywords = {\#nosource}
}
@article{cawley_overfitting_2010,
title = {On Over-Fitting in Model Selection and Subsequent Selection Bias in Performance Evaluation},
author = {Cawley, Gavin C. and Talbot, Nicola LC},
year = {2010},
volume = {11},
pages = {2079--2107},
journal = {Journal of Machine Learning Research},
keywords = {\#nosource},
number = {Jul}
}
@book{chambers_extending_2016,
title = {Extending {{R}}},
author = {Chambers, John M.},
year = {2016},
month = jun,
publisher = {{CRC Press}},
abstract = {Up-to-Date Guidance from One of the Foremost Members of the R Core Team Written by John M. Chambers, the leading developer of the original S software, Extending R covers key concepts and techniques in R to support analysis and research projects. It presents the core ideas of R, provides programming guidance for projects of all scales, and introduces new, valuable techniques that extend R. The book first describes the fundamental characteristics and background of R, giving readers a foundation for the remainder of the text. It next discusses topics relevant to programming with R, including the apparatus that supports extensions. The book then extends R's data structures through object-oriented programming, which is the key technique for coping with complexity. The book also incorporates a new structure for interfaces applicable to a variety of languages. A reflection of what R is today, this guide explains how to design and organize extensions to R by correctly using objects, functions, and interfaces. It enables current and future users to add their own contributions and packages to R.},
googlebooks = {kxxjDAAAQBAJ},
isbn = {978-1-4987-7572-4},
keywords = {Business \& Economics / Statistics,Mathematics / Probability \& Statistics / General},
language = {en}
}
@incollection{cheshire_spatial_2015,
title = {Spatial Data Visualisation with {{R}}},
booktitle = {Geocomputation},
author = {Cheshire, James and Lovelace, Robin},
editor = {Brunsdon, Chris and Singleton, Alex},
year = {2015},
pages = {1--14},
publisher = {{SAGE Publications}},
keywords = {\#nosource}
}
@article{conrad_system_2015,
title = {System for {{Automated Geoscientific Analyses}} ({{SAGA}}) v. 2.1.4},
author = {Conrad, O. and Bechtel, B. and Bock, M. and Dietrich, H. and Fischer, E. and Gerlitz, L. and Wehberg, J. and Wichmann, V. and B{\"o}hner, J.},
year = {2015},
month = jul,
volume = {8},
pages = {1991--2007},
issn = {1991-9603},
doi = {10.5194/gmd-8-1991-2015},
abstract = {The System for Automated Geoscientific Analyses (SAGA) is an open source geographic information system (GIS), mainly licensed under the GNU General Public License. Since its first release in 2004, SAGA has rapidly developed from a specialized tool for digital terrain analysis to a comprehensive and globally established GIS platform for scientific analysis and modeling. SAGA is coded in C++ in an object oriented design and runs under several operating systems including Windows and Linux. Key functional features of the modular software architecture comprise an application programming interface for the development and implementation of new geoscientific methods, a user friendly graphical user interface with many visualization options, a command line interpreter, and interfaces to interpreted languages like R and Python. The current version 2.1.4 offers more than 600 tools, which are implemented in dynamically loadable libraries or shared objects and represent the broad scopes of SAGA in numerous fields of geoscientific endeavor and beyond. In this paper, we inform about the system's architecture, functionality, and its current state of development and implementation. Furthermore, we highlight the wide spectrum of scientific applications of SAGA in a review of published studies, with special emphasis on the core application areas digital terrain analysis, geomorphology, soil science, climatology and meteorology, as well as remote sensing.},
journal = {Geosci. Model Dev.},
number = {7}
}
@article{coombes_efficient_1986,
title = {An {{Efficient Algorithm}} to {{Generate Official Statistical Reporting Areas}}: {{The Case}} of the 1984 {{Travel}}-to-{{Work Areas Revision}} in {{Britain}}},
shorttitle = {An {{Efficient Algorithm}} to {{Generate Official Statistical Reporting Areas}}},
author = {Coombes, M. G. and Green, A. E. and Openshaw, S.},
year = {1986},
month = oct,
volume = {37},
pages = {943},
issn = {01605682},
doi = {10.2307/2582282},
journal = {The Journal of the Operational Research Society},
keywords = {\#nosource},
number = {10}
}
@article{coppock_history_1991,
title = {The History of {{GIS}}},
author = {Coppock, J Terry and Rhind, David W},
year = {1991},
volume = {1},
pages = {21--43},
abstract = {Coppock, J. T., and Rhind, D. W. 1991. The History of GIS. In Geographical Information Systems: Principles and Applications, vol. 1, ed. D. J. Maguire, M. F. Goodchild, and D. W. Rhind, pp. 21-43. New York: John Wiley and Sons.},
journal = {Geographical Information Systems: Principles and Applications, vol. 1.},
keywords = {\#nosource,History of GIS},
number = {1}
}
@book{diggle_modelbased_2007,
title = {Model-Based Geostatistics},
author = {Diggle, Peter and Ribeiro, Paulo Justiniano},
year = {2007},
publisher = {{Springer}},
keywords = {\#nosource}
}
@incollection{dillon_lomas_2003,
title = {The {{Lomas}} Formations of Coastal {{Peru}}: {{Composition}} and Biogeographic History},
booktitle = {El {{Ni{\~n}o}} in {{Peru}}: {{Biology}} and Culture over 10,000 Years},
author = {Dillon, M. O. and Nakazawa, M. and Leiva, S. G.},
editor = {Haas, J. and Dillon, M. O.},
year = {2003},
pages = {1--9},
publisher = {{Field Museum of Natural History}},
address = {{Chicago}},
keywords = {\#nosource}
}
@book{dorman_learning_2014,
title = {Learning {{R}} for {{Geospatial Analysis}}},
author = {Dorman, Michael},
year = {2014},
publisher = {{Packt Publishing Ltd}},
keywords = {\#nosource}
}
@article{douglas_algorithms_1973,
title = {Algorithms for the Reduction of the Number of Points Required to Represent a Digitized Line or Its Caricature},
author = {Douglas, David H and Peucker, Thomas K},
year = {1973},
volume = {10},
pages = {112--122},
journal = {Cartographica: The International Journal for Geographic Information and Geovisualization},
keywords = {\#nosource},
number = {2}
}
@article{eddelbuettel_extending_2018,
title = {Extending {{R}} with {{C}}++: {{A Brief Introduction}} to {{Rcpp}}},
shorttitle = {Extending {{R}} with {{C}}++},
author = {Eddelbuettel, Dirk and Balamuta, James Joseph},
year = {2018},
month = jan,
volume = {72},
pages = {28--36},
issn = {0003-1305},
doi = {10.1080/00031305.2017.1375990},
abstract = {R has always provided an application programming interface (API) for extensions. Based on the C language, it uses a number of macros and other low-level constructs to exchange data structures between the R process and any dynamically loaded component modules authors added to it. With the introduction of the Rcpp package, and its later refinements, this process has become considerably easier yet also more robust. By now, Rcpp has become the most popular extension mechanism for R. This article introduces Rcpp, and illustrates with several examples how the Rcpp Attributes mechanism in particular eases the transition of objects between R and C++ code. Supplementary materials for this article are available online.},
journal = {The American Statistician},
keywords = {\#nosource},
number = {1}
}
@article{galletti_land_2016,
title = {Land Changes and Their Drivers in the Cloud Forest and Coastal Zone of {{Dhofar}}, {{Oman}}, between 1988 and 2013},
author = {Galletti, Christopher S. and Turner, Billie L. and Myint, Soe W.},
year = {2016},
volume = {16},
pages = {2141--2153},
issn = {1436-3798, 1436-378X},
doi = {10.1007/s10113-016-0942-2},
journal = {Regional Environmental Change},
keywords = {\#nosource},
language = {en},
number = {7}
}
@book{garrard_geoprocessing_2016,
title = {Geoprocessing with {{Python}}},
author = {Garrard, Chris},
year = {2016},
publisher = {{Manning Publications}},
address = {{Shelter Island, NY}},
isbn = {978-1-61729-214-9},
keywords = {\#nosource,Cartography,Computer programs,Data processing,Geospatial data,Python (Computer program language)},
lccn = {GA102.4.E4 G37 2016},
note = {OCLC: ocn915498655}
}
@book{gelfand_handbook_2010,
title = {Handbook of Spatial Statistics},
author = {Gelfand, Alan E and Diggle, Peter and Guttorp, Peter and Fuentes, Montserrat},
year = {2010},
publisher = {{CRC press}},
isbn = {1-4200-7288-9},
keywords = {\#nosource}
}
@book{gillespie_efficient_2016,
title = {Efficient {{R Programming}}: {{A Practical Guide}} to {{Smarter Programming}}},
author = {Gillespie, Colin and Lovelace, Robin},
year = {2016},
publisher = {{O'Reilly Media}},
isbn = {978-1-4919-5078-4},
keywords = {\#nosource}
}
@article{goetz_evaluating_2015,
title = {Evaluating Machine Learning and Statistical Prediction Techniques for Landslide Susceptibility Modeling},
author = {Goetz, J.N. and Brenning, A. and Petschko, H. and Leopold, P.},
year = {2015},
month = aug,
volume = {81},
pages = {1--11},
issn = {00983004},
doi = {10.1016/j.cageo.2015.04.007},
journal = {Computers \& Geosciences},
keywords = {\#nosource},
language = {en}
}
@book{goovaerts_geostatistics_1997,
title = {Geostatistics for Natural Resources Evaluation},
author = {Goovaerts, Pierre},
year = {1997},
publisher = {{Oxford University Press}},
address = {{New York}},
isbn = {978-0-19-511538-3},
keywords = {\#nosource,Geology,Statistical methods},
lccn = {QE33.2.M3 G66 1997},
series = {Applied Geostatistics Series}
}
@article{graser_processing_2015,
title = {Processing: {{A Python Framework}} for the {{Seamless Integration}} of {{Geoprocessing Tools}} in {{QGIS}}},
author = {Graser, Anita and Olaya, Victor},
year = {2015},
abstract = {Processing is an object-oriented Python framework for the popular open source Geographic Information System QGIS, which provides a seamless integration of geoprocessing tools from a variety of different software libraries. In this paper, we present the development history, software architecture and features of the Processing framework, which make it a versatile tool for the development of geoprocessing algorithms and workflows, as well as an efficient integration platform for algorithms from different sources. Using real-world application examples, we furthermore illustrate how the Processing architecture enables typical geoprocessing use cases in research and development, such as automating and documenting workflows, combining algorithms from different software libraries, as well as developing and integrating custom algorithms. Finally, we discuss how Processing can facilitate reproducible research and provide an outlook towards future development goals.},
keywords = {\#nosource}
}
@book{grolemund_r_2016,
title = {R for {{Data Science}}},
author = {Grolemund, Garrett and Wickham, Hadley},
year = {2016},
month = jul,
publisher = {{O'Reilly Media}},
isbn = {978-1-4919-1039-9},
language = {English}
}
@article{harris_more_2017,
title = {More Bark than Bytes? {{Reflections}} on 21+ Years of Geocomputation},
shorttitle = {More Bark than Bytes?},
author = {Harris, Richard and O'Sullivan, David and Gahegan, Mark and Charlton, Martin and Comber, Lex and Longley, Paul and Brunsdon, Chris and Malleson, Nick and Heppenstall, Alison and Singleton, Alex and {Arribas-Bel}, Daniel and Evans, Andy},
year = {2017},
month = jul,
doi = {10.1177/2399808317710132},
abstract = {This year marks the 21st anniversary of the International GeoComputation Conference Series. To celebrate the occasion, Environment and Planning B invited some members of the geocomputational community to reflect on its achievements, some of the unrealised potential, and to identify some of the on-going challenges.},
journal = {Environment and Planning B: Urban Analytics and City Science},
keywords = {\#nosource},
language = {en}
}
@book{hengl_practical_2007,
title = {A Practical Guide to Geostatistical Mapping of Environmental Variables},
author = {Hengl, Tomislav},
year = {2007},
publisher = {{Publications Office}},
address = {{Luxembourg}},
abstract = {Geostatistical mapping can be defined as analytical production of maps by using field observations, auxiliary information and a computer program that calculates values at locations of interest. Today, increasingly the heart of a mapping project is, in fact, the computer program that implements some (geo)statistical algorithm to a given point data set. Purpose of this guide is to assist you in producing quality maps by using fully-operational tools, without a need for serious additional investments. It will first introduce you the to the basic principles of geostatistical mapping and regression-kriging, as the key prediction technique, then it will guide you through four software packages: ILWIS GIS, R+gstat, SAGA GIS and Google Earth, which will be used to prepare the data, run analysis and make final layouts. These materials have been used for the five-days advanced training course "Hands-on-geostatistics: merging GIS and spatial statistics", that is regularly organized by the author and collaborators. Visit the course website to obtain a copy of the datasets used in this exercise. [R{\'e}sum{\'e} de l'auteur].},
isbn = {978-92-79-06904-8},
keywords = {\#nosource},
language = {English},
note = {OCLC: 758643236}
}
@article{hengl_random_2018,
title = {Random Forest as a Generic Framework for Predictive Modeling of Spatial and Spatio-Temporal Variables},
author = {Hengl, Tomislav and Nussbaum, Madlene and Wright, Marvin N. and Heuvelink, Gerard B.M. and Gr{\"a}ler, Benedikt},
year = {2018},
month = aug,
volume = {6},
pages = {e5518},
issn = {2167-8359},
doi = {10.7717/peerj.5518},
journal = {PeerJ},
keywords = {\#nosource},
language = {en}
}
@article{hickman_transitions_2011,
title = {Transitions to Low Carbon Transport Futures: Strategic Conversations from {{London}} and {{Delhi}}},
shorttitle = {Transitions to Low Carbon Transport Futures},
author = {Hickman, Robin and Ashiru, Olu and Banister, David},
year = {2011},
month = nov,
volume = {19},
pages = {1553--1562},
issn = {0966-6923},
doi = {10.1016/j.jtrangeo.2011.03.013},
abstract = {Climate change is a global problem and across the world there are major difficulties being experienced in reducing carbon dioxide (CO2) emissions. The transport sector in particular is finding it difficult to reduce CO2 emissions. This paper reports on two studies carried out by the authors in London (UK) and Delhi (India). It considers the common objectives for transport CO2 reduction, but the very different contexts and baselines, potentials for change, and some possible synergies.
Different packages of measures are selected and scenarios developed for each context which are consistent with contraction and convergence objectives. CO2 reduction potentials are modelled and quantified by package and scenario. London is considering deep reductions on current transport CO2 emission levels; Delhi is seeking to break the huge projected rise in transport CO2 emissions.
The scale of policy intervention required to achieve these goals is huge and there is certainly little public discussion of the magnitude of the changes required. The paper argues for a `strategic conversation' at the city level, using scenario analysis, to discuss the priorities for intervention in delivering low carbon transport futures. A greater focus is required in developing participatory approaches to decision making, alongside network investments, urban planning, low emission vehicles and wider initiatives. Aspirations towards equitable target emissions may assist in setting sufficiently demanding targets. Only then is a wider awareness and ownership of potential carbon efficient transport futures likely to take place.},
journal = {Journal of Transport Geography},
keywords = {City planning,CO2,Delhi,London,Sustainable,Transport},
number = {6},
series = {Special Section on {{Alternative Travel}} Futures}
}
@book{hijmans_geosphere_2016,
title = {Geosphere: {{Spherical Trigonometry}}},
author = {Hijmans, Robert J.},
year = {2016},
keywords = {\#nosource}
}
@book{hollander_transport_2016,
title = {Transport {{Modelling}} for a {{Complete Beginner}}},
author = {Hollander, Yaron},
year = {2016},
month = dec,
publisher = {{CTthink!}},
abstract = {Finally! A book about transport modelling which doesn't require any previous knowledge. "Transport modelling for a complete beginner" explains the basics of transport modelling in a simple language, with lots of silly drawings, and without using any mathematics. Click here to watch a 3-minute introductory video (or search for the book name on YouTube if the link doesn't show). ~ This book is aimed at transport planners, town planners, students in transport-related courses, policy advisors, economists, project managers, property developers, investors, politicians, journalists, and anyone else who wants to understand the process of making decisions on transport infrastructure. It is suitable for readers in any country.~ ~ The book is split into two parts. The first part is about the principles of transport modelling. This part talks about travel demand, transport networks, zones, trip matrices, the value of time, trip generation, mode split, destination choice, model calibration \textendash{} lots of scary words that need explaining in order to understand the role of models in the assessment of transport projects. All modes of transport are covered: cars, buses, trains, trucks, taxis, walking, cycling and others. Hot air balloons may be the only transport mode that is hardly mentioned.~ ~ The second part of the book covers more strategic issues. It talks about the culture of transport modelling, including the management of transport modelling work, the way model outputs are communicated, and the professional environment where this is done. This part of the book also contains an honest discussion of common modelling practices which should be recommended and others which should not.~ ~ ``Transport modelling for a complete beginner'' will help you ensure that anything you do with a transport model remains fair, effective and based on real evidence.},
isbn = {978-0-9956624-1-4},
language = {English}
}
@book{horni_multi-agent_2016,
title = {The {{Multi}}-{{Agent Transport Simulation MATSim}}},
author = {Horni, Andreas and Nagel, Kai and Axhausen, Kay W.},
year = {2016},
month = aug,
publisher = {{Ubiquity Press}},
abstract = {The MATSim (Multi-Agent Transport Simulation) software project was started around 2006 with the goal of generating traffic and congestion patterns by following individual synthetic travelers through their daily or weekly activity programme. It has since then evolved from a collection of stand-alone C++ programs to an integrated Java-based framework which is publicly hosted, open-source available, automatically regression tested. It is currently used by about 40 groups throughout the world. This book takes stock of the current status.},
isbn = {978-1-909188-77-8 978-1-909188-75-4 978-1-909188-78-5 978-1-909188-76-1},
keywords = {\#nosource},
language = {en}
}
@inproceedings{hornik_approaches_2003,
title = {Approaches to {{Classes}} for {{Spatial Data}} in {{R}}},
booktitle = {Proceedings of {{DSC}}},
author = {Bivand, Roger},
editor = {Hornik, Kurt and Leisch, Friedrich and Zeileis, Achim},
year = {2003},
keywords = {\#nosource}
}
@article{huang_geospark_2017,
title = {{{GeoSpark SQL}}: {{An Effective Framework Enabling Spatial Queries}} on {{Spark}}},
shorttitle = {{{GeoSpark SQL}}},
author = {Huang, Zhou and Chen, Yiran and Wan, Lin and Peng, Xia},
year = {2017},
month = sep,
volume = {6},
pages = {285},
issn = {2220-9964},
doi = {10.3390/ijgi6090285},
journal = {ISPRS International Journal of Geo-Information},
keywords = {\#nosource},
language = {en},
number = {9}
}
@article{huff_probabilistic_1963,
title = {A {{Probabilistic Analysis}} of {{Shopping Center Trade Areas}}},
author = {Huff, David L.},
year = {1963},
volume = {39},
pages = {81--90},
issn = {0023-7639},
doi = {10.2307/3144521},
journal = {Land Economics},
keywords = {\#nosource},
number = {1}
}
@book{hunziker_velox:_2017,
title = {Velox: {{Fast Raster Manipulation}} and {{Extraction}}},
author = {Hunziker, Philipp},
year = {2017},
keywords = {\#nosource}
}
@article{jafari_investigation_2015,
title = {Investigation of {{Centroid Connector Placement}} for {{Advanced Traffic Assignment Models}} with {{Added Network Detail}}},
author = {Jafari, Ehsan and Gemar, Mason D. and Juri, Natalia Ruiz and Duthie, Jennifer},
year = {2015},
month = jun,
volume = {2498},
pages = {19--26},
issn = {0361-1981},
doi = {10.3141/2498-03},
journal = {Transportation Research Record: Journal of the Transportation Research Board},
language = {en}
}
@book{james_introduction_2013,
title = {An Introduction to Statistical Learning: With Applications in {{R}}},
shorttitle = {An Introduction to Statistical Learning},
editor = {James, Gareth and Witten, Daniela and Hastie, Trevor and Tibshirani, Robert},
year = {2013},
publisher = {{Springer}},
address = {{New York}},
isbn = {978-1-4614-7137-0},
keywords = {\#nosource,Mathematical models,Mathematical statistics,R (Computer program language),Statistics},
lccn = {QA276 .I585 2013},
note = {OCLC: ocn828488009},
number = {103},
series = {Springer Texts in Statistics}
}
@incollection{jenny_guide_2017,
title = {A Guide to Selecting Map Projections for World and Hemisphere Maps},
booktitle = {Choosing a {{Map Projection}}},
author = {Jenny, Bernhard and {\v S}avri{\v c}, Bojan and Arnold, Nicholas D and Marston, Brooke E and Preppernau, Charles A},
editor = {Lapaine, Miljenko and Usery, Lynn},
year = {2017},
pages = {213--228},
publisher = {{Springer}},
keywords = {\#nosource}
}
@article{kahle_ggmap_2013,
title = {Ggmap: {{Spatial Visualization}} with Ggplot2},
author = {Kahle, D and Wickham, Hadley},
year = {2013},
volume = {5},
pages = {144--161},
journal = {The R Journal},
keywords = {\#nosource}
}
@article{kaiser_algorithms_1993,
title = {Algorithms for Computing Centroids},
author = {Kaiser, M.J. and Morin, T.L.},
year = {1993},
month = feb,
volume = {20},
pages = {151--165},
issn = {03050548},
doi = {10.1016/0305-0548(93)90071-P},
abstract = {Algorithms are given for the computation of centroids of discrete, polygonal, and continuous convex regions in the plane. These include the zero-dimensional center-of-gravity for discrete systems, and the area, perimeter, and curvature centroids for both discrete and continuous regions. The zero-dimensional inter-of-gravity is motivated through analytic, arithmetic, and geometric fo\textasciitilde{}ulations, and is an integral part of the computations of the area, perimeter, and curvature centroids. Several remarks are made that connect the computation of the centoid points to optimization theory and their practical application in various fields. The complexity of each algorithm is aho examined.},
journal = {Computers \& Operations Research},
keywords = {\#nosource},
language = {en},
number = {2}
}
@article{karatzoglou_kernlab_2004,
title = {Kernlab - {{An S4}} {{Package}} for {{Kernel Methods}} in {{R}}},
author = {Karatzoglou, Alexandros and Smola, Alex and Hornik, Kurt and Zeileis, Achim},
year = {2004},
volume = {11},
issn = {1548-7660},
doi = {10.18637/jss.v011.i09},
journal = {Journal of Statistical Software},
keywords = {\#nosource},
language = {en},
number = {9}
}
@article{knuth_computer_1974,
title = {Computer {{Programming As}} an {{Art}}},
author = {Knuth, Donald E.},
year = {1974},
month = dec,
volume = {17},
pages = {667--673},
issn = {0001-0782},
doi = {10.1145/361604.361612},
abstract = {When Communications of the ACM began publication in 1959, the members of ACM's Editorial Board made the following remark as they described the purposes of ACM's periodicals [2]: ``If computer programming is to become an important part of computer research and development, a transition of programming from an art to a disciplined science must be effected.'' Such a goal has been a continually recurring theme during the ensuing years; for example, we read in 1970 of the ``first steps toward transforming the art of programming into a science'' [26]. Meanwhile we have actually succeeded in making our discipline a science, and in a remarkably simple way: merely by deciding to call it ``computer science.''},
journal = {Commun. ACM},
keywords = {\#nosource},
number = {12}
}
@book{krainski_advanced_2018,
title = {Advanced {{Spatial Modeling}} with {{Stochastic Partial Differential Equations Using R}} and {{INLA}}},
author = {Krainski, Elias and G{\'o}mez Rubio, Virgilio and Bakka, Haakon and Lenzi, Amanda and {Castro-Camilo}, Daniela and Simpson, Daniel and Lindgren, Finn and Rue, H{\aa}vard},
year = {2018},
month = sep,
abstract = {Book on spatial and spatio-temporal modeling with SPDEs and INLA. R code and free Gitbook version here: http://www.r-inla.org/spde-book .},
isbn = {978-1-138-36985-6}
}
@article{krug_clearing_2010,
title = {Clearing of Invasive Alien Plants under Different Budget Scenarios: Using a Simulation Model to Test Efficiency},
shorttitle = {Clearing of Invasive Alien Plants under Different Budget Scenarios},
author = {Krug, Rainer M. and {Roura-Pascual}, N{\'u}ria and Richardson, David M.},
year = {2010},
volume = {12},
pages = {4099--4112},
journal = {Biological invasions},
keywords = {\#nosource},
number = {12}
}
@book{kuhn_applied_2013,
title = {Applied Predictive Modeling},
author = {Kuhn, Max and Johnson, Kjell},
year = {2013},
publisher = {{Springer}},
address = {{New York}},
isbn = {978-1-4614-6848-6},
keywords = {\#nosource,Mathematical models,Mathematical statistics,Prediction theory},
lccn = {QA276 .K79 2013},
note = {OCLC: ocn827083441}
}
@book{lamigueiro_displaying_2014,
title = {Displaying Time Series, Spatial, and Space-Time Data with {{R}}},
author = {Lamigueiro, Oscar},
year = {2014},
publisher = {{CRC Press}},
keywords = {\#nosource}
}
@book{lamigueiro_displaying_2018,
title = {Displaying {{Time Series}}, {{Spatial}}, and {{Space}}-{{Time Data}} with {{R}}},
author = {Lamigueiro, Oscar Perpinan},
year = {2018},
month = aug,
edition = {Second},
publisher = {{Chapman and Hall/CRC}},
address = {{Boca Raton}},
abstract = {Focusing on the exploration of data with visual methods, Displaying Time Series, Spatial, and Space-Time Data with R, Second Edition, presents methods and R code for producing high-quality static graphics, interactive visualizations, and animations of time series, spatial, and space-time data. Practical examples using real-world datasets help you understand how to apply the methods and code.The book illustrates how to display a dataset starting with an easy and direct approach, and progressively adds improvements that involve more complexity. Each of the three parts of the book is devoted to different types of data. In each part, the chapters are grouped according to the various visualization methods or data characteristics.The first edition of this book was mainly focused on static graphics. Four years later, recent developments in the "htmlwidgets" family of packages are covered in this second edition with many new interactive graphics. In addition, the "ggplot2" approach is now used in most of the spatial graphics, thanks to the new "sf" package. Finally, code has been cleaned and improved, and data has been updated.Features\textbullet{} Offers detailed information on producing high-quality graphics, interactive visualizations, and animations\textbullet{} Uses real data from meteorological, climate, economic, social science, energy, engineering, environmental, and epidemiological research in many practical examples\textbullet{} Shows how to improve graphics based on visualization theory\textbullet{} Provides the graphics, data, and R code on the author's website, enabling you to practice with the methods and modify the code to suit your own needs.},
isbn = {978-1-138-08998-3},
language = {English}
}
@article{landa_new_2008,
title = {New {{GUI}} for {{GRASS GIS}} Based on {{wxPython}}},
author = {Landa, Martin},
year = {2008},
pages = {1--17},
journal = {Departament of Geodesy and Cartography},
keywords = {\#nosource}
}
@article{lefkowitz_identification_1975,
title = {Identification of Adenylate Cyclase-Coupled Beta-Adrenergic Receptors with Radiolabeled Beta-Adrenergic Antagonists},
author = {Lefkowitz, R. J.},
year = {1975},
month = sep,
volume = {24},
pages = {1651--1658},
issn = {0006-2952},
journal = {Biochemical Pharmacology},
keywords = {\#nosource,Adenylyl Cyclases,Adrenergic beta-Antagonists,Alprenolol,Animals,Anura,Binding Sites,Catecholamines,Cattle,Cell Membrane,Eels,Erythrocytes,Guinea Pigs,In Vitro Techniques,Isoproterenol,Kinetics,Propranolol,Receptors; Adrenergic,Stereoisomerism,Tritium},
language = {eng},
number = {18},
pmid = {11}
}
@book{liu_essential_2009,
title = {Essential Image Processing and {{GIS}} for Remote Sensing},
author = {Liu, Jian-Guo and Mason, Philippa J.},
year = {2009},
publisher = {{Wiley-Blackwell}},
address = {{Chichester, West Sussex, UK, Hoboken, NJ}},
isbn = {978-0-470-51032-2 978-0-470-51031-5},
keywords = {\#nosource,Earth (Planet),Geographic information systems,Image processing,Remote sensing,Surface Remote sensing},
lccn = {G70.4 .L583 2009}
}
@book{livingstone_geographical_1992,
title = {The {{Geographical Tradition}}: {{Episodes}} in the {{History}} of a {{Contested Enterprise}}},
shorttitle = {The {{Geographical Tradition}}},
author = {Livingstone, David N.},
year = {1992},
month = dec,
publisher = {{John Wiley \& Sons Ltd}},
address = {{Oxford, UK ; Cambridge, USA}},
abstract = {The Geographical Tradition presents the history of an essentially contested tradition. By examining a series of key episodes in geography{${'}$}s history since 1400, Livingstone argues that the messy contingencies of history are to be preferred to the manufactured idealizations of the standard chronicles. Throughout, the development of geographical thought and practice is portrayed against the background of the broader social and intellectual contexts of the times. Among the topics investigated are geography during the Age of Reconnaissance, the Scientific Revolution and The Englightenment; subsequently geography{${'}$}s relationships with Darwinism, imperialism, regionalism, and quantification are elaborated.},
isbn = {978-0-631-18586-4},
language = {English}
}
@article{loidl_spatial_2016,
title = {Spatial Patterns and Temporal Dynamics of Urban Bicycle Crashes\textemdash{{A}} Case Study from {{Salzburg}} ({{Austria}})},
author = {Loidl, Martin and Traun, Christoph and Wallentin, Gudrun},
year = {2016},
month = apr,
volume = {52},
pages = {38--50},
issn = {0966-6923},
doi = {10.1016/j.jtrangeo.2016.02.008},
abstract = {Most bicycle crash analyses are designed as explanatory studies. They aim to identify contributing risk factors and calculate risk rates based on \textendash{} most of the time \textendash{} highly aggregated statistical data. In contrast to such explanatory study designs, the presented study follows an exploratory approach, focusing on the absolute number of crashes. The aim is to reveal and describe patterns and dynamics of urban bicycle crashes on various spatial scale levels and temporal resolutions through a multi-stage workflow. Spatial units are delineated in the network space and serve as initial units of aggregation. In order to facilitate comparisons among regions and quantify temporal dynamics, a reference value of crash frequency is simulated for each unit of the respective spatial scale level and temporal resolution. For the presented case study, over 3000 geo-coded bicycle crashes in the city of Salzburg (Austria) were analyzed. The data set covers 10years and comprises all bicycle crashes reported by the police. Distinct spatial and temporal patterns with clusters, seasonal variations, and regional particularities could be revealed. These insights are indicators for urban dynamics in the transport system and allow for further, targeted in-depth analyses and subsequent counter measures. Moreover, the results prove the applicability of the proposed multi-stage workflow and demonstrate the added value of analyses of small aggregates on various scale levels, down to single crashes, and temporal resolutions.},
journal = {Journal of Transport Geography},
keywords = {Bicycle crashes,Exploratory analysis,Spatial and temporal dynamics},
number = {Supplement C}
}
@book{longley_geocomputation_1998,
title = {Geocomputation: {{A Primer}}},
shorttitle = {Geocomputation},
editor = {Longley, Paul A. and Brooks, Sue M. and McDonnell, Rachael and MacMillan, Bill},
year = {1998},
month = oct,
publisher = {{Wiley}},
address = {{Chichester, Eng. ; New York}},
abstract = {Geocomputation A Primer edited by Paul A Longley Sue M Brooks Rachael McDonnell School of Geographical Sciences, University of Bristol, UK and Bill Macmillan School of Geography, University of Oxford, UK This book encompasses all that is new in geocomputation. It is also a primer - that is, a book which sets out the foundations and scope of this important emergent area from the same contemporary perspective. The catalyst to the emergence of geocomputation is the new and creative application of computers to devise and depict digital representations of the Earth's surface. The environment for geocomputation is provided by geographical information systems (GIS), yet geocomputation is much more than GIS. Geocomputation is a blend of research-led applications which emphasise process over form, dynamics over statics, and interaction over passive response. This book presents a timely blend of current research and practice, written by the leading figures in the field. It provides insights to a new and rapidly developing area, and identifies the key foundations to future developments. It should be read by all who seek to use geocomputational methods for solving real world problems.},
isbn = {978-0-471-98576-1},
language = {English}
}
@book{longley_geographic_2015,
title = {Geographic Information Science \& Systems},
author = {Longley, Paul},
year = {2015},
edition = {Fourth edition},
publisher = {{Wiley}},
address = {{Hoboken, NJ}},
abstract = {"Effective use of today's powerful GIS technology requires an understanding of the science of problem-solving that underpins it. Since the first edition published over a decade ago, this book has led the way, with its focus on the scientific principles that support GIS usage. It has also provided thorough, upto- date coverage of GIS procedures, techniques and public policy applications. This unique combination of science, technology and practical problem solving has made this book a best-seller across a broad spectrum of disciplines. This fully updated 4th edition continues to deliver on these strengths"--},
isbn = {978-1-118-67695-0},
keywords = {\#nosource,Geographic information systems,Technology \& Engineering / Remote Sensing \& Geographic Information Systems},
lccn = {G70.212 .L658 2015}
}
@book{lovelace_geocomputation_2019,
title = {Geocomputation with {{R}}},
author = {Lovelace, Robin and Nowosad, Jakub and Muenchow, Jannes},
year = {2019},
publisher = {{CRC Press}},
abstract = {Book on geographic data with R.},
isbn = {1-138-30451-4}
}
@article{lovelace_propensity_2017,
title = {The {{Propensity}} to {{Cycle Tool}}: {{An}} Open Source Online System for Sustainable Transport Planning},
shorttitle = {The {{Propensity}} to {{Cycle Tool}}},
author = {Lovelace, Robin and Goodman, Anna and Aldred, Rachel and Berkoff, Nikolai and Abbas, Ali and Woodcock, James},
year = {2017},
month = jan,
volume = {10},
issn = {1938-7849},
doi = {10.5198/jtlu.2016.862},
abstract = {Getting people cycling is an increasingly common objective in transport planning institutions worldwide. A growing evidence base indicates that high quality infrastructure can boost local cycling rates. Yet for infrastructure and other cycling measures to be effective, it is important to intervene in the right places, such as along `desire lines' of high latent demand. This creates the need for tools and methods to help answer the question `where to build?'. Following a brief review of the policy and research context related to this question, this paper describes the design, features and potential applications of such a tool. The Propensity to Cycle Tool (PCT) is an online, interactive planning support system that was initially developed to explore and map cycling potential across England (see www.pct.bike). Based on origin-destination data it models cycling levels at area, desire line, route and route network levels, for current levels of cycling, and for scenario-based `cycling futures.' Four scenarios are presented, including `Go Dutch' and `Ebikes,' which explore what would happen if English people had the same propensity to cycle as Dutch people and the potential impact of electric cycles on cycling uptake. The cost effectiveness of investment depends not only on the number of additional trips cycled, but on wider impacts such as health and carbon benefits. The PCT reports these at area, desire line, and route level for each scenario. The PCT is open source, facilitating the creation of scenarios and deployment in new contexts. We conclude that the PCT illustrates the potential of online tools to inform transport decisions and raises the wider issue of how models should be used in transport planning.},
copyright = {Copyright (c) 2016 Robin Lovelace, Anna Goodman, Rachel Aldred, Nikolai Berkoff, Ali Abbas, James Woodcock},
journal = {Journal of Transport and Land Use},
keywords = {Cycling,modelling,Participatory,Planning},
language = {en},
number = {1}
}
@book{lovelace_spatial_2016,
title = {Spatial Microsimulation with {{R}}},
author = {Lovelace, Robin and Dumont, Morgane},
year = {2016},
publisher = {{CRC Press}},
keywords = {\#nosource}
}
@book{majure_sgeostat_2016,
title = {Sgeostat: {{An Object}}-{{Oriented Framework}} for {{Geostatistical Modeling}} in {{S}}+},
author = {Majure, James J. and Gebhardt, Albrecht},
year = {2016},
keywords = {\#nosource}
}
@book{maling_coordinate_1992,
title = {Coordinate Systems and Map Projections},
author = {Maling, D. H.},
year = {1992},
edition = {Second},
publisher = {{Pergamon Press}},
address = {{Oxford ; New York}},
isbn = {978-0-08-037234-1},
keywords = {\#nosource,Grids (Cartography),Map projection},
lccn = {GA110 .M32 1992}
}
@book{mccune_analysis_2002,
title = {Analysis of Ecological Communities},
author = {McCune, Bruce and Grace, James B. and Urban, Dean L.},
year = {2002},
edition = {Second},
publisher = {{MjM Software Design}},
address = {{Gleneden Beach, OR}},
isbn = {978-0-9721290-0-8},
keywords = {\#nosource},
language = {eng},
note = {OCLC: 846056595}
}
@article{meulemans_small_2017,
title = {Small {{Multiples}} with {{Gaps}}},
author = {Meulemans, Wouter and Dykes, Jason and Slingsby, Aidan and Turkay, Cagatay and Wood, Jo},
year = {2017},
month = jan,
volume = {23},
pages = {381--390},
issn = {1077-2626},
doi = {10.1109/TVCG.2016.2598542},
abstract = {Small multiples enable comparison by providing different views of a single data set in a dense and aligned manner. A common frame defines each view, which varies based upon values of a conditioning variable. An increasingly popular use of this technique is to project two-dimensional locations into a gridded space (e.g. grid maps), using the underlying distribution both as the conditioning variable and to determine the grid layout. Using whitespace in this layout has the potential to carry information, especially in a geographic context. Yet, the effects of doing so on the spatial properties of the original units are not understood. We explore the design space offered by such small multiples with gaps. We do so by constructing a comprehensive suite of metrics that capture properties of the layout used to arrange the small multiples for comparison (e.g. compactness and alignment) and the preservation of the original data (e.g. distance, topology and shape). We study these metrics in geographic data sets with varying properties and numbers of gaps. We use simulated annealing to optimize for each metric and measure the effects on the others. To explore these effects systematically, we take a new approach, developing a system to visualize this design space using a set of interactive matrices. We find that adding small amounts of whitespace to small multiple arrays improves some of the characteristics of 2D layouts, such as shape, distance and direction. This comes at the cost of other metrics, such as the retention of topology. Effects vary according to the input maps, with degree of variation in size of input regions found to be a factor. Optima exist for particular metrics in many cases, but at different amounts of whitespace for different maps. We suggest multiple metrics be used in optimized layouts, finding topology to be a primary factor in existing manually-crafted solutions, followed by a trade-off between shape and displacement. But the rich range of possible optimized layouts leads us to challenge single-solution thinking; we suggest to consider alternative optimized layouts for small multiples with gaps. Key to our work is the systematic, quantified and visual approach to exploring design spaces when facing a trade-off between many competing criteria\textemdash{}an approach likely to be of value to the analysis of other design spaces.},
journal = {IEEE Transactions on Visualization and Computer Graphics},
keywords = {\#nosource},