Skip to content

Commit

Permalink
Fix error filename creacion_mapa_bsas.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
flor14 committed Mar 14, 2024
1 parent 966108f commit 7c6ace2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions creacion_mapa_bsas.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Este es el archivo con los poligonos finales seleccionados para AMBA
## guardo el archivo
st_write(amba, "data/procesada/amba_ampliado.gpkg", append = FALSE)
st_write(amba_reducido, "data/procesada/amba_reducido.gpkg", append = FALSE)
```

Expand Down Expand Up @@ -180,7 +180,7 @@ write_sf(bsas_caba, 'data/procesada/bsas.gpkg')
### Simplifico los poligonos para agilizar la app

```{r}
bsas_caba <- st_read('data/procesada/bsas_caba.gpkg')
bsas_caba <- st_read('data/procesada/bsas.gpkg')
# Es posible emplear la funcion st_simplify para esto mismo, pero no conserva
# tan bien la topografia entre los poligonos, es por ello que uso este paquete
Expand Down

0 comments on commit 7c6ace2

Please sign in to comment.