-
Notifications
You must be signed in to change notification settings - Fork 2
/
CARTO.html
136 lines (92 loc) · 5.08 KB
/
CARTO.html
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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Portfolio @BMericskay</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<header id="header">
<a href="index.html" class="logo"><strong>Portfolio #Cartes #Geoviz #DataViz</strong> @Boris Mericskay</a>
<ul class="icons">
<li><a href="https://twitter.com/BorisMericskay" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://medium.com/@BorisMericskay" class="icon fa-medium"><span class="label">Medium</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Tableaux de bords cartographiques</h1><br>
<h3> Cette section centralise des tableaux de bords cartographiques sur différentes thématiques réalisés avec CARTO </h3>
</header>
<hr class="major" />
<h2>Explorer les valeurs foncières de 2017 à l'échelle des communes</h2>
<iframe width="100%" height="900" frameborder="0" src="https://carteblanche.carto.com/builder/436ecfab-ecfe-4e1d-89d0-620365a716cc/embed" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
<a href="https://carteblanche.carto.com/builder/436ecfab-ecfe-4e1d-89d0-620365a716cc/embed" target = "blank" >Carte en plein écran</a>
<hr class="major" />
<h2>Tableau de bord des signalements de l'application "Dans ma rue" de la ville de Paris</h2>
<iframe width="100%" height="1000px" frameborder="0" src="https://mastersigat.carto.com/builder/002da9a1-bafa-47a8-93e1-6e2874243aaa/embed" ></iframe>
<a href="https://mastersigat.carto.com/builder/002da9a1-bafa-47a8-93e1-6e2874243aaa/embed" target = "blank" >Tableau de bord en plein écran</a>
<hr class="major" />
<h2>Gares et communes</h2>
<iframe width="100%" height="900" frameborder="0" src="https://mastersigat.carto.com/builder/0c47663f-db73-4bc3-a098-a15979dc9897/embed" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
<a href="https://mastersigat.carto.com/builder/0c47663f-db73-4bc3-a098-a15979dc9897/embed" target = "blank" >Carte en plein écran</a>
<hr class="major" />
<h2>Exploration des nouvelles régions en mode tableaux de bord</h2>
<iframe zoom: 0.5 ; width="100%" height="800px" align="middle" frameborder="0" src="https://carteblanche.carto.com/builder/ea644030-b09d-11e6-b6d4-0e05a8b3e3d7/embed" ></iframe>
<a href="https://carteblanche.carto.com/builder/ea644030-b09d-11e6-b6d4-0e05a8b3e3d7/embed" target = "blank" >Carte en plein écran</a>
<hr class="major" />
<h2>Géovisualiser dans le temps et dans l'espace la criminalité à San Diego en 2012</h2>
<iframe zoom: 0.5 ; width="100%" height="800px" align="middle" frameborder="0" src="https://democarto.carto.com/builder/5aa44a27-3761-45ae-acec-b6a5344eec01/embed" ></iframe>
<a href="https://democarto.carto.com/builder/5aa44a27-3761-45ae-acec-b6a5344eec01/embed" target = "blank" >Carte en plein écran</a>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Site</h2>
</header>
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="FranceCommune.html">France Communes</a></li>
<li><a href="Disgressions">Disgressions cartographiques</a></li>
<li><a href="dataviz.html">DataViz</a></li>
<li><a href="WebGL.html">GeoViz avec KeplerGL</a></li>
<li><a href="MapboxGL.html">GeoViz avec MapboxGL</a></li>
<li><a href="CARTO.html">Tableaux de bord cartographiques</a></li>
<li><a href="cours.html">Cours et formations</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="about.html">A propos</a></li>
</ul>
</nav>
<!-- Footer -->
<footer id="footer">
Ressources sous licence CC BY-SA 2.0 FR / Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>