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.client 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.client 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.5.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: cartiflette-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 3a15c95f3978cbceccc934d2d93a7366e3f74684c0c021775de9077523c3d39b
MD5 5e346a50de164f0e43ca8ac5be1f731f
BLAKE2b-256 1d2bb5ea23c554927d46a4a2c223632a838c6b896407d17027b28d4352ae7176

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cartiflette-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 9aeb8effa6f36ef19aeb63f8d09a81766ad12732f4b0b3938e870e7a971d19e2
MD5 52ecd0745aa23409804ec8812cfb4711
BLAKE2b-256 bcb994149e44a25971e8fc1b37d099e90b893166f36ee25032e8c24b310b9aa3

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