Skip to main content

Tools to easily retrieve French borders for geographic data analytics

Project description

Cartiflette

cartiflette est un projet pour faciliter l’association de sources géographiques en proposant des récupérations facilitées de coutours de cartes officiels.

Une documentation interactive est disponible ici.

L'objectif de cartiflette est d'offrir des méthodes fiables, reproductibles et multi-langages pour récupérer des fonds de carte officiels de l'IGN enrichis de métadonnées utiles pour la cartographie et la data science.

La librairie python cartiflette permet la récupération des fonds de carte de l'IGN.

Installer la librairie python

pip install cartiflette

Exemples

Plus d'exemples sont disponibles dans la documentation interactive.

Exemple de récupération du fonds de carte des départements avec les DROM rapprochés de la France métropolitaine

from cartiflette import carti_download

data = carti_download(
    values = ["France"],
    crs = 4326,
    borders = "DEPARTEMENT",
    vectorfile_format="topojson",
    simplification=50,
    filter_by="FRANCE_ENTIERE_DROM_RAPPROCHES",
    source="EXPRESS-COG-CARTO-TERRITOIRE",
    year=2022
)

Si besoin de passer par un proxy, il faut déclarer http_proxy et https_proxy en variable d'environnement. Par exemple :

import os

from cartiflette import carti_download

os.environ["http_proxy"] = yourproxy
os.environ["https_proxy"] = yourproxy

data = carti_download(
    values = ["France"],
    crs = 4326,
    borders = "DEPARTEMENT",
    vectorfile_format="topojson",
    simplification=50,
    filter_by="FRANCE_ENTIERE_DROM_RAPPROCHES",
    source="EXPRESS-COG-CARTO-TERRITOIRE",
    year=2022
)

Contexte

Le projet cartiflette est un projet collaboratif lancé par des agents de l'Etat dans le cadre d'un programme interministériel nommé Programme 10%.

Vous désirez contribuer ? Plus d'information sont disponibles dans le fichier CONTRIBUTING.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cartiflette-0.1.6.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

cartiflette-0.1.6-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file cartiflette-0.1.6.tar.gz.

File metadata

  • Download URL: cartiflette-0.1.6.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.9.20 Linux/6.5.0-1025-azure

File hashes

Hashes for cartiflette-0.1.6.tar.gz
Algorithm Hash digest
SHA256 73982823ec402444a161ad403b0ed3b5dc3736b6cff067c9c6b8ca58022f61bf
MD5 17d0ffccef1da457699c925e61672869
BLAKE2b-256 8eb56d218a4d796a31b21474fed14584e5fc7c0bd421eb13907243ffcdb20d72

See more details on using hashes here.

File details

Details for the file cartiflette-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: cartiflette-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.9.20 Linux/6.5.0-1025-azure

File hashes

Hashes for cartiflette-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 12b38677e2c70cfa720468dba7f60d0323e043ba3004236c7a9e8a4ac3432940
MD5 349e27193be2285c79c604f6b9dc9367
BLAKE2b-256 fb94aefce14c14bbfc7c31205198961ac777f83d6ce3d08d64ae81b470fb8b5b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page