Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xixona és place=village #15

Merged
merged 1 commit into from
Nov 10, 2024
Merged

Xixona és place=village #15

merged 1 commit into from
Nov 10, 2024

Conversation

Crashillo
Copy link
Contributor

Xixona no reuneix cap condició per a ser place=town segons les directives disposades: Núcleos_de_población y town

  • La seva població és inferior a 10.000 hab.
  • No és cap capital comarcal
  • No és cap capital judicial

@jmaspons
Copy link
Member

Gràcies! Accepto el PR i ja actualitzaré el fitxer de dades data/loc_admin_centre_municipis.rda

Per si vols fer-ho a la pròxima, només cal córrer (de data-raw/localitats.R):

loc_admin_centre_municipis <- utils::read.table(
  file = "data-raw/loc_admin_centre_municipis.tsv",
  header = TRUE,
  sep = "\t",
  quote = "\"",
  na.strings = "",
  colClasses = "character", # osm_id no hi cap en variables de tipus enter
  check.names = FALSE,
  comment.char = "",
  encoding = "UTF-8"
)


loc_admin_centre_municipis <- unique(loc_admin_centre_municipis[order(
  loc_admin_centre_municipis$regio,
  loc_admin_centre_municipis$comarca,
  loc_admin_centre_municipis$municipi,
  loc_admin_centre_municipis$`name:ca`
), ])
rownames(loc_admin_centre_municipis) <- NULL


usethis::use_data(loc_admin_centre_municipis, overwrite = TRUE, compress = "xz")

@jmaspons jmaspons merged commit 4d9f8fb into OSM-Catalan:main Nov 10, 2024
2 of 3 checks passed
@Crashillo Crashillo deleted the patch-1 branch November 11, 2024 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants