-
Notifications
You must be signed in to change notification settings - Fork 6
/
unlp_conectividad.Rmd
480 lines (340 loc) · 10.8 KB
/
unlp_conectividad.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
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
---
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_mdtyd_blanco.png)
background-position: 95% 95%
background-size: 30%
# Concentración del turismo
## Una mirada de Argentina
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
### Dirección Nacional de Mercados y Estadística<br>Subsecretaría de Desarrollo Estratégico
```{r, echo=FALSE}
library(xaringanExtra)
# LOGO COLOR EN PAGs INTERNAS
xaringanExtra::use_logo(image_url = "https://tableros.yvera.tur.ar/recursos/logos_institucionales/escudo_mdtyd_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)
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 = dnmye_colores("cian"),
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 = FALSE,
message = FALSE,
warning = FALSE,
fig.show = TRUE,
hiline = TRUE
)
```
```{css, echo=FALSE}
div.my-footer {
background-color: white;
position: absolute;
bottom: 0px;
left: 0px;
height: 40px;
width: 100%;
}
div.my-footer span {
font-size: 16px;
color: #3B4449;
position: absolute;
left: 15px;
bottom: 6px;
}
```
---
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>
---
class: inverse center middle
# DNMyE
---
![](imgs/utdt/roceta.png)
---
![](imgs/fit/sinta_9.png)
---
![](imgs/sintia2.png)
---
# CONTRIBUCIÓN ECONÓMICA
```{r, echo = FALSE, out.width='80%', fig.align='center'}
knitr::include_graphics("imgs/clases_unlp/ind_arg.png")
```
---
```{r, echo = FALSE, out.width='65%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/empleo_tur.PNG")
```
---
class: inverse center middle
# ¿CÓMO SE DISTRIBUYE LA ACTIVIDAD TURÍSTICA EN EL PAÍS?
---
# Distribución geográfica
![](imgs/utdt/dist_territorial.png)
---
# FUENTES
.pull-left[
### CONECTIVIDAD
```{r out.width='65%'}
knitr::include_graphics("imgs/utdt/logo_conectividad.png")
```
]
.pull-right[
### PUNA
```{r out.width='65%'}
knitr::include_graphics("unlp_conectividad/unlp_files/puna.png")
```
]
---
# Conectividad aérea
- **Fuente**: Administración Nacional de Aviación Civil (ANAC) & Dirección Nacional de Migraciones.
- **Resumen**: Registros de movimientos aéreos en aeropuertos de todo el país a nivel diario & Ingresos y egresos de personas al país por pasos internacionales.
- **Indicadores**: Vuelos, asientos, pasajeros, clasificación del vuelo, rutas, empresas.
- **Disponible**: Documento de trabajo, datos abiertos, reporte y tablero.
---
class: inverse center middle
# CABOTAJE
---
# RUTAS DE CABOTAJE
```{r out.width='72%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/mapa_rutas_cabotaje.png")
```
---
```{r out.width='65%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/ranking_vuelos.PNG")
```
---
<br>
```{r out.width='75%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/ranking_provincias.PNG")
```
---
```{r out.width='38%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/herfindahl_prov_conectividad.png")
```
---
<br>
```{r out.width='55%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/herfindahl_aero.PNG")
```
---
class: inverse center middle
# INTERNACIONAL
---
```{r out.width='65%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/rutas_int.PNG")
```
---
<br>
```{r out.width='50%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/herfindahl_prov_conectividad_int.png")
```
---
```{r out.width='65%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/ranking_vuelos_int.PNG")
```
---
class: inverse center middle
# PUNA
---
### PUNA
- **Fuente**: Padrón Único Nacional de Alojamiento (PUNA).
- **Resumen**: Alojamientos turísticos registrados en todo el país (hoteleros, parahoteleros y otros colectivos).
- **Indicadores**: Establecimientos, plazas, unidades y habitaciones, ubicación, cadena hotelera, categoría, clasificación y tipo.
- **Disponible**: Documento de trabajo, datos abiertos y tablero.
```{r fig.align='center'}
# knitr::include_graphics("")
```
---
<br>
```{r out.width='80%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/puna_plazas_mapa.PNG")
```
---
```{r out.width='47%', fig.align='center'}
knitr::include_graphics("imgs/clases_unlp/tabla_puna_loc.png")
```
---
```{r}
# library(herramientas)
# library(tidyverse)
# library(gt)
# ccc <- read_file_srv("/srv/DataDNMYE/puna/serie_puna.csv")
#
# socoso1 <- internacional %>%
# filter(mes_local == 8) %>%
# filter(destino_pais_etiqueta == "Argentina") %>%
# filter(anio_local >= 2017) %>%
# group_by(anio_local, destino_provincia_etiqueta) %>%
# summarise(pasajeros = sum(pax_ad, na.rm = T)) %>%
# ungroup() %>%
# group_by(anio_local) %>%
# mutate(cuota = pasajeros/sum(pasajeros, na.rm = T)) %>%
# ungroup() %>%
# select(anio_local, destino_provincia_etiqueta, cuota)
#
# socoso2 <- socoso1 %>%
# group_by(anio_local) %>%
# summarise(herfindahl = (sum(cuota^2, na.rm = T) - 1/n())/(1 - 1/n())) %>%
# mutate(destino_provincia_etiqueta = "Índice de Herfindahl") %>%
# pivot_wider(names_from = anio_local, values_from = herfindahl, names_prefix = "cuota_")
#
# socoso_total <- socoso1 %>%
# pivot_wider(names_from = anio_local, values_from = cuota, names_prefix = "cuota_") %>%
# arrange(-cuota_2017) %>%
# bind_rows(socoso2)
#
# ccc <- socoso_total %>%
# gt() %>%
# tab_header(
# title = md("__CUOTA DE PASAJEROS POR PROVINCIA DE DESTINO__"),
# subtitle = "Agosto") %>%
# tab_source_note(
# source_note = md("**Fuente:** MINTURDEP.")) %>%
# tab_source_note(
# source_note = md("**Nota:** El índice de Herfindahl se obtiene sumando las cuotas de mercado de cada actor elevadas al cuadrado.")) %>%
# cols_label(
# destino_provincia_etiqueta = md("**Provincia**"),
# cuota_2017 = md("**2017**"),
# cuota_2018 = md("**2018**"),
# cuota_2019 = md("**2019**"),
# cuota_2020 = md("**2020**"),
# cuota_2021 = md("**2021**"),
# cuota_2022 = md("**2022**"),
# cuota_2023 = md("**2023**"),
# ) %>%
# cols_align(
# align = "center",
# columns = c(2:8)) %>%
# opt_table_font(
# font = list(
# google_font(name = "Encode Sans"))) %>%
# fmt_percent(columns = c(2:8), decimals = 1, dec_mark = ",", sep_mark = ".") %>%
# tab_style(
# style = list(
# cell_fill(color = dnmye_colores("gris claro"))),
# locations = cells_body(
# rows = destino_provincia_etiqueta == "Índice de Herfindahl")) %>%
# tab_style(
# style = list(
# cell_text(weight = "bold")),
# locations = cells_body(
# rows = destino_provincia_etiqueta == "Índice de Herfindahl")) %>%
# fmt_missing(
# columns = everything(),
# rows = everything(),
# missing_text = "-")
#
# gtsave(ccc,
# "unlp_conectividad/unlp_files/herfindahl_prov_conectividad_int.png")
```
```{r out.width='35%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/herfindal_plazas.png")
```
```{r}
#concentracion
# cabotaje %>%
# group_by(anio_local, mes_local) %>%
# summarise(pasajeros = sum(pax_ad, na.rm = T)) %>%
# group_by(anio_local) %>%
# mutate(pasajeros_anual = sum(pasajeros),
# pct = pasajeros/pasajeros_anual) %>%
# #ungroup() %>%
# slice_max(pasajeros, n = 3) %>%
# group_by(anio_local) %>%
# summarise(concentracion = round(sum(pct)*100, 0))
#
# internacional %>%
# filter(destino_pais_etiqueta == "Argentina") %>%
# group_by(anio_local, mes_local) %>%
# summarise(pasajeros = sum(pax_ad, na.rm = T)) %>%
# group_by(anio_local) %>%
# mutate(pasajeros_anual = sum(pasajeros),
# pct = pasajeros/pasajeros_anual) %>%
# #ungroup() %>%
# slice_max(pasajeros, n = 3) %>%
# group_by(anio_local) %>%
# summarise(concentracion = round(sum(pct)*100, 0))
```
---
# CONCLUSIONES
## Demanda
+ El flujo de viajeros ha tendido a distribuirse de manera más dispersa.
+ Sin embargo, existen divergencias según el tipo de vuelo.
+ Ciudad de Buenos Aires como el principal destino.
## Oferta
+ La oferta de plazas apenas varió en el último lustro y se encuentra apenas concentrada.
+ La PBA es el distrito de mayor n° de plazas disponibles.
+ La Ciudad de Buenos Aires es la localidad con más plazas del país.
---
# PREGUNTAS
+ ¿Coinciden oferta y demanda?
+ ¿El flujo de los turistas se mantiene igual a lo largo del año? ¿Cambia el sentido?
+ ¿Cómo podemos lograr un desarrollo más federal?
.pull-left[
```{r out.width='130%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/flucturaciones.PNG")
```
]
.pull-right[
```{r out.width='110%', fig.align='center'}
knitr::include_graphics("unlp_conectividad/unlp_files/pasajeros.png")
```
]
---
# RECURSOS
**SINTA**: https://www.yvera.tur.ar/sinta/
**CONECTIVIDAD**: https://tableros.yvera.tur.ar/conectividad/
**PUNA**: https://tableros.yvera.tur.ar/puna/
---
class: inverse center middle
## Muchas gracias
## DNMyE
## estadisticas@turismo.gob.ar