Skip to content

Commit

Permalink
Fix first projects directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ferxohn committed Aug 14, 2020
1 parent 2c93a7d commit 31265d1
Show file tree
Hide file tree
Showing 58 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Práctica: Incidencia Delictiva Nacional
# Práctica 1: Incidencia Delictiva Nacional
#
# Objetivo de la práctica: Construir mapas temáticos que muestren la incidencia
# delictiva en los estados de la República Mexicana durante los últimos años.
Expand All @@ -9,7 +9,7 @@ library(dplyr)
library(stringr)
library(sf)
library(cartography)
setwd("sistemas_informacion_geografica/incidencia_delictiva_nacional/")
setwd("1_intro_sig_R/1_incidencia_delictiva_nacional/")

# Incidencia delictiva del fuero común
# Fuente: Secretariado Ejecutivo del Sistema Nacional de Seguridad Pública
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Práctica: Tecnología OTEC
# Práctica 2: Tecnología OTEC
#
# Objetivo de la práctica: Localizar sitios en el Mar Caribe con potencial para
# instalación de tecnología OTEC.
Expand All @@ -16,7 +16,7 @@ library(gdalUtils)
library(dplyr)
library(cartography)
library(tmap)
setwd("sistemas_informacion_geografica/tecnologia_OTEC/")
setwd("1_intro_sig_R/2_tecnologia_OTEC/")

# Polígonos estatales
# Fuente: INEGI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Práctica: Mapas de Calor
# Práctica 3: Mapas de Calor
#
# Objetivo de la práctica: Construir mapas de calor para mostrar la distribución
# de incidentes delictivos en la ciudad de San Diego, California. Específicamente,
Expand All @@ -9,7 +9,7 @@ library(raster)
library(spatialEco)
library(dplyr)
library(tmap)
setwd("sistemas_informacion_geografica/heatmaps/")
setwd("1_intro_sig_R/3_heatmaps/")

# Mapa de San Diego
# Fuente: City of San Diego Open Data Portal
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Práctica: Contaminación del Río Santiago
# Práctica 4: Contaminación del Río Santiago
#
# “La Comisión solicita a México que adopte las medidas necesarias para preservar
# la vida, integridad personal y salud de los pobladores de las zonas hasta 5 kilómetros
Expand All @@ -16,7 +16,7 @@ library(sf)
library(rgdal)
library(dplyr)
library(tmap)
setwd("sistemas_informacion_geografica/buffer/")
setwd("1_intro_sig_R/4_buffer/")

# Mapa del país por división política
# Fuente: INEGI
Expand Down

0 comments on commit 31265d1

Please sign in to comment.