Spaces:
Sleeping
Sleeping
Commit
Β·
1b9685a
1
Parent(s):
de2eb04
updated code
Browse files
countrycurrency.csv β Dataset_prep/countrycurrency.csv
RENAMED
File without changes
|
currencyrates.csv β Dataset_prep/currencyrates.csv
RENAMED
File without changes
|
route_map.html
DELETED
@@ -1,177 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html>
|
3 |
-
<head>
|
4 |
-
|
5 |
-
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
6 |
-
|
7 |
-
<script>
|
8 |
-
L_NO_TOUCH = false;
|
9 |
-
L_DISABLE_3D = false;
|
10 |
-
</script>
|
11 |
-
|
12 |
-
<style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
|
13 |
-
<style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
|
14 |
-
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
|
15 |
-
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
16 |
-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
|
17 |
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
18 |
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
|
19 |
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
|
20 |
-
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
|
21 |
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
|
22 |
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
23 |
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
24 |
-
|
25 |
-
<meta name="viewport" content="width=device-width,
|
26 |
-
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
27 |
-
<style>
|
28 |
-
#map_f2b9b17a8d8355bf6792b4ae422a25b1 {
|
29 |
-
position: relative;
|
30 |
-
width: 100.0%;
|
31 |
-
height: 100.0%;
|
32 |
-
left: 0.0%;
|
33 |
-
top: 0.0%;
|
34 |
-
}
|
35 |
-
.leaflet-container { font-size: 1rem; }
|
36 |
-
</style>
|
37 |
-
|
38 |
-
</head>
|
39 |
-
<body>
|
40 |
-
|
41 |
-
|
42 |
-
<div class="folium-map" id="map_f2b9b17a8d8355bf6792b4ae422a25b1" ></div>
|
43 |
-
|
44 |
-
</body>
|
45 |
-
<script>
|
46 |
-
|
47 |
-
|
48 |
-
var map_f2b9b17a8d8355bf6792b4ae422a25b1 = L.map(
|
49 |
-
"map_f2b9b17a8d8355bf6792b4ae422a25b1",
|
50 |
-
{
|
51 |
-
center: [22.654739, 88.446722],
|
52 |
-
crs: L.CRS.EPSG3857,
|
53 |
-
zoom: 4,
|
54 |
-
zoomControl: true,
|
55 |
-
preferCanvas: false,
|
56 |
-
}
|
57 |
-
);
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
var tile_layer_312841c4bf44a13069f366baaa0847d4 = L.tileLayer(
|
64 |
-
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
65 |
-
{"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors", "detectRetina": false, "maxNativeZoom": 19, "maxZoom": 19, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
|
66 |
-
);
|
67 |
-
|
68 |
-
|
69 |
-
tile_layer_312841c4bf44a13069f366baaa0847d4.addTo(map_f2b9b17a8d8355bf6792b4ae422a25b1);
|
70 |
-
|
71 |
-
|
72 |
-
var marker_9d9271717824cf9da0dab95f48db98eb = L.marker(
|
73 |
-
[22.654739, 88.446722],
|
74 |
-
{}
|
75 |
-
).addTo(map_f2b9b17a8d8355bf6792b4ae422a25b1);
|
76 |
-
|
77 |
-
|
78 |
-
var popup_cc05141a40a4dd28cf42a84b81505b8f = L.popup({"maxWidth": "100%"});
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
var html_5ad3a9f80f35854605a087077a62f44c = $(`<div id="html_5ad3a9f80f35854605a087077a62f44c" style="width: 100.0%; height: 100.0%;">CCU</div>`)[0];
|
83 |
-
popup_cc05141a40a4dd28cf42a84b81505b8f.setContent(html_5ad3a9f80f35854605a087077a62f44c);
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
marker_9d9271717824cf9da0dab95f48db98eb.bindPopup(popup_cc05141a40a4dd28cf42a84b81505b8f)
|
88 |
-
;
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
marker_9d9271717824cf9da0dab95f48db98eb.bindTooltip(
|
94 |
-
`<div>
|
95 |
-
CCU
|
96 |
-
</div>`,
|
97 |
-
{"sticky": true}
|
98 |
-
);
|
99 |
-
|
100 |
-
|
101 |
-
var poly_line_64c1ea99ecdd2ac8195ad3c5c09a9416 = L.polyline(
|
102 |
-
[[22.654739, 88.446722], [28.5665, 77.103088]],
|
103 |
-
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1, "smoothFactor": 1.0, "stroke": true, "weight": 2.5}
|
104 |
-
).addTo(map_f2b9b17a8d8355bf6792b4ae422a25b1);
|
105 |
-
|
106 |
-
|
107 |
-
var marker_45bec2c73a65e7ea5f8d1ce2b04c4ea5 = L.marker(
|
108 |
-
[28.5665, 77.103088],
|
109 |
-
{}
|
110 |
-
).addTo(map_f2b9b17a8d8355bf6792b4ae422a25b1);
|
111 |
-
|
112 |
-
|
113 |
-
var popup_a38073ceac50e5501253d2665fa086e2 = L.popup({"maxWidth": "100%"});
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
var html_fc2f02230d43e90ed1657f137240ff6a = $(`<div id="html_fc2f02230d43e90ed1657f137240ff6a" style="width: 100.0%; height: 100.0%;">DEL</div>`)[0];
|
118 |
-
popup_a38073ceac50e5501253d2665fa086e2.setContent(html_fc2f02230d43e90ed1657f137240ff6a);
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
marker_45bec2c73a65e7ea5f8d1ce2b04c4ea5.bindPopup(popup_a38073ceac50e5501253d2665fa086e2)
|
123 |
-
;
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
marker_45bec2c73a65e7ea5f8d1ce2b04c4ea5.bindTooltip(
|
129 |
-
`<div>
|
130 |
-
DEL
|
131 |
-
</div>`,
|
132 |
-
{"sticky": true}
|
133 |
-
);
|
134 |
-
|
135 |
-
|
136 |
-
var poly_line_7393b88083ba4e5eb5ce6f397bea175a = L.polyline(
|
137 |
-
[[28.5665, 77.103088], [12.949986, 77.668206]],
|
138 |
-
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1, "smoothFactor": 1.0, "stroke": true, "weight": 2.5}
|
139 |
-
).addTo(map_f2b9b17a8d8355bf6792b4ae422a25b1);
|
140 |
-
|
141 |
-
|
142 |
-
var marker_789b26203246e616ede3030000ac61c6 = L.marker(
|
143 |
-
[12.949986, 77.668206],
|
144 |
-
{}
|
145 |
-
).addTo(map_f2b9b17a8d8355bf6792b4ae422a25b1);
|
146 |
-
|
147 |
-
|
148 |
-
var popup_3eaae3513672d94c46be693c21c58c22 = L.popup({"maxWidth": "100%"});
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
var html_f14429d8ebd2e4ae40284df9766aabfe = $(`<div id="html_f14429d8ebd2e4ae40284df9766aabfe" style="width: 100.0%; height: 100.0%;">BLR</div>`)[0];
|
153 |
-
popup_3eaae3513672d94c46be693c21c58c22.setContent(html_f14429d8ebd2e4ae40284df9766aabfe);
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
marker_789b26203246e616ede3030000ac61c6.bindPopup(popup_3eaae3513672d94c46be693c21c58c22)
|
158 |
-
;
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
marker_789b26203246e616ede3030000ac61c6.bindTooltip(
|
164 |
-
`<div>
|
165 |
-
BLR
|
166 |
-
</div>`,
|
167 |
-
{"sticky": true}
|
168 |
-
);
|
169 |
-
|
170 |
-
|
171 |
-
var poly_line_6a981383714f043d8255c1ab6bbdf417 = L.polyline(
|
172 |
-
[[12.949986, 77.668206], [22.654739, 88.446722]],
|
173 |
-
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1, "smoothFactor": 1.0, "stroke": true, "weight": 2.5}
|
174 |
-
).addTo(map_f2b9b17a8d8355bf6792b4ae422a25b1);
|
175 |
-
|
176 |
-
</script>
|
177 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|