InseeFrLab / cartiflette

Projet visant à simplifier la récupération des shapefiles officiels
https://inseefrlab.github.io/cartiflette-website/
MIT License
49 stars 7 forks source link

Récupération du code officiel géographique #53

Closed linogaliana closed 1 year ago

linogaliana commented 1 year ago

💡 pour harmoniser l'écriture avec les sources IGN et éviter la multiplication des fonctions:

create_path_bucket(
    bucket = BUCKET,
    path_within_bucket = PATH_WITHIN_BUCKET,
    provider: = "INSEE",
    source: = "COG",
    vectorfile_format: = "json",
    borders: str = "COMMUNE",
    filter_by: str = "region",
    year: = "2022",
    value: = "28",
    crs: = None)