-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpresentacion_opendataweek.Rmd
333 lines (219 loc) · 5.38 KB
/
presentacion_opendataweek.Rmd
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
---
title: "SINTA"
author: "Dirección Nacional de Mercados y Estadística"
output:
xaringan::moon_reader:
seal: false
css: "dnmye_theme.css"
nature:
slideNumberFormat: "%current%"
highlightStyle: github
highlightLines: true
ratio: 16:9
countIncrementalSlides: true
---
class:inverse, middle
background-image: url(https://tableros.yvera.tur.ar/recursos/logos_institucionales/escudo_interior_blanco.png)
background-position: 95% 95%
background-size: 15%
class:inverse, middle
#### Servicios de datos - #OpenDataWeek, 6 de marzo de 2024
<br>
<br>
<br>
<br>
<br>
## Estadísticas públicas y datos abiertos sobre el Turismo en Argentina
<br>
<br>
<br>
<br>
#### Dirección Nacional de Mercados y Estadística<br>Subsecretaría de Turismo
```{r, echo=FALSE,warning=F,message=F}
library(xaringanExtra)
# LOGO COLOR EN PAGs INTERNAS
# xaringanExtra::use_logo(image_url = "https://tableros.yvera.tur.ar/recursos/logos_institucionales/sinta_a_color.png",
# position = css_position(top = "1em", right = "1em"),
# height = "20%", width = "20%")
# BARRA DE PROGRESO DE PRESENTACION
xaringanExtra::use_progress_bar(color = comunicacion::dnmye_colores("cian"))
# LAPIZ
xaringanExtra::use_scribble()
# EXPLORADOR DE SLIDES
xaringanExtra::use_tile_view()
# HABILITAR WEBCAM
xaringanExtra::use_webcam()
```
```{r dnmye_theme, include=FALSE, warning=FALSE, eval=TRUE}
library(xaringanthemer) #EVAL FALSE
library(comunicacion)
library(herramientas)
library(tidyverse)
library(sf)
library(leaflet)
style_mono_light(outfile = "dnmye_theme.css", # CSS FILE
# FONTS
header_font_google = google_font('Encode Sans'),
text_font_google = google_font('Roboto'),
code_font_google = google_font('IBM Plex Mono'),
# COLORES
base_color = "#252C4F",
code_inline_color = dnmye_colores("rosa"),
inverse_link_color = "#3B4449",
background_color = "#FFFFFF",
title_slide_background_image = "escudo_mintur_blanco.png",
title_slide_background_position = "95% 5%",
title_slide_background_size = "200px", footnote_color = "#3B4449", link_color = "3B4449",text_slide_number_font_size = "16px"
)
```
```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
knitr::opts_chunk$set(
fig.width=9, fig.height=3.5, fig.retina=3,
out.width = "100%",
cache = FALSE,
echo = TRUE,
message = FALSE,
warning = FALSE,
fig.show = TRUE,
hiline = TRUE
)
```
---
layout: true
<div class="my-footer"><span>DIRECCIÓN NACIONAL DE MERCADOS Y ESTADÍSTICA <a href="https://yvera.tur.ar/sinta"> - <b>www.yvera.tur.ar/sinta</a></b></span></div>
---
## ¿Qué es la DNMyE?
---
![](imgs/roseta.png)
---
![](imgs/roceta_1.png)
---
![](imgs/roceta_2.png)
---
![](imgs/roceta_3.png)
---
![](imgs/roceta_4.png)
---
![](imgs/roceta_5.png)
---
## Ejes de trabajo
<br>
- Código abierto
<br>
- Reproducibilidad
<br>
- Apertura (datos y procesos)
<br>
- Trabajo colaborativo
---
### Ejes de trabajo
.pull-left.w30[
<br><br>
<br><br>
<br><br>
### **Github**
]
.w65.pull-right[
```{r echo=FALSE}
knitr::include_graphics("imgs/github_dnmye.png")
```
]
---
### Ejes de trabajo
.pull-left.w30[
<br><br>
<br><br>
<br><br>
### [**Manual de Procedimientos**](https://tableros.yvera.tur.ar/dnmye/manual/)
]
.w65.pull-right[
```{r echo=FALSE}
knitr::include_graphics("imgs/manual_procesos.png")
```
]
---
### Ejes de trabajo
.pull-left.w30[
<br><br>
<br><br>
<br><br>
### **Capacitaciones internas** *"Encuentro de los Jueves"*
]
.w65.pull-right[
```{r echo=FALSE, out.width='70%'}
knitr::include_graphics("imgs/dnmye_capacitacion.png")
```
]
---
### Ejes de trabajo
.pull-left.w30[
<br><br>
<br><br>
<br><br>
### **RStudio Server:** *Infraestructura común*
]
.w65.pull-right[
```{r echo=FALSE, out.width='90%'}
knitr::include_graphics("imgs/server.png")
```
]
---
class: inverse center middle
```{r , echo = FALSE, out.width='40%'}
knitr::include_graphics("https://tableros.yvera.tur.ar//recursos/logos_institucionales/sinta_blanco.png")
```
---
![](imgs/sinta1.png)
---
![](imgs/sinta2.png)
---
![](imgs/sinta3.png)
---
![](imgs/sinta4.png)
---
![](imgs/sinta5.png)
---
![](imgs/tablero_puna.png)
---
![](imgs/tablero_puna2.png)
---
![](imgs/tableros6.png){width: 80%}
---
.pull-left[
![](imgs/reporte_conec1.png)
]
.pull-right[
![](imgs/reporte_conec2.png)
]
---
![](imgs/sinta6.png)
---
![](imgs/sinta7.png)
---
![](imgs/sinta8.png)
---
![](imgs/sinta9.png)
---
### Portal de Datos Abiertos - DNMyE
```{r echo=FALSE, out.width='90%'}
knitr::include_graphics("imgs/portal_datos_abiertos.png")
```
---
### Portal de Datos Abiertos - DNMyE
#### https://datos.yvera.gob.ar/
- 16 datasets
- 151 recursos
- Más de 1400 series de tiempo
- Recursos de datos con diferentes niveles de desagregación
- Fichas metodológicas
- `Turismo interno, turismo internacional, sector hotelero, transporte aéreo, transporte terrestre, crucerismo marítimo, turismo de naturaleza...`
- `Operativos estadísticos`
- `Registros administrativos`
---
class:inverse center middle
## ¡Muchas gracias!
https://www.yvera.tur.ar/sinta/
https://github.com/dnme-minturdep
estadisticas@turismo.gob.ar
esoutullo@turismo.gob.ar