-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbib.bib
55 lines (49 loc) · 1.87 KB
/
bib.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
@Manual{osrm,
title = {osrm: Interface Between R and the OpenStreetMap-Based Routing Service OSRM},
author = {Timothée Giraud},
year = {2022},
note = {R package version 3.5.1},
url = {https://CRAN.R-project.org/package=osrm},
}
@Manual{osmdata,
title = {osmdata: Import `OpenStreetMap` Data as Simple Features of Spatial Objects},
author = {Mark Padgham, Bob Rudis, Robin Lovelace, Maëlle Salmon},
year = {2022},
note = {R package version 0.1.9},
url = {https://CRAN.R-project.org/package=osmdata},
}
@Manual{bertin,
title = {Bertin.js: a JavaScript library for visualizing geospatial data and make thematic maps for the web},
author = {Nicolas Lambert},
year = {2023},
note = {npm version 1.5.10},
url = {https://www.npmjs.com/package/bertin},
}
@Manual{geoverview,
title = {geoverview.js: a tool for giving a quick and easy geographic overview of any geojson},
author = {Nicolas Lambert},
year = {2022},
note = {npm version 1.2.1},
url = {https://www.npmjs.com/package/geoverview},
}
@Manual{geotoolbox,
title = {geotoolbox.js: a tool for geographers to manage properties (attribute data) and provide several useful GIS operations for thematic cartography},
author = {Nicolas Lambert},
year = {2023},
note = {npm version 1.9.2},
url = {https://www.npmjs.com/package/geotoolbox},
}
@Manual{rmapshaper,
title = {rmapshaper: Client for 'mapshaper' for 'Geospatial' Operations},
author = {Andy Teucher, Kenton Russell},
year = {2022},
note = {R package version 3.5.1},
url = {https://cran.r-project.org/web/packages/rmapshaper/index.html},
}
@Manual{mapiso,
title = {mapiso: Create Contour Polygons from Regular Grids},
author = {Timothée Giraud},
year = {2022},
note = {R package version 0.1.1},
url = {https://cran.r-project.org/web/packages/mapiso/index.html},
}