Skip to content

djangodocs

Django 3.1
  • 6.1 current
  • 6.0
  • 5.2 LTS
  • 5.1 unsupported
  • 5.0 unsupported
  • 4.2 unsupported
  • 4.1 unsupported
  • 4.0 unsupported
  • 3.2 unsupported
  • 3.1 unsupported
  • 3.0 unsupported
  • 2.2 unsupported
  • 2.1 unsupported
  • 2.0 unsupported
  • 1.11 unsupported
  • 1.10 unsupported
  • 1.9 unsupported
Français
  • English
  • 简体中文
  • Français
  • 日本語
  • Bahasa Indonesia
  • Português (Brasil)
  • 한국어
  • Español
  • Ελληνικά
  • Polski
Documentation contents
  • Documentation de Django
  • Premiers pas
  • Utilisation de Django
  • Guides pratiques
  • FAQ Django
  • Référence de l’API
    • Applications
    • Infrastructure de contrôle système
    • API des vues intégrées fondées sur les classes
    • Protection contre le détournement de clic (clickjacking)
    • Paquets contrib
      • Le site d’administration de Django
      • django.contrib.auth
      • L’infrastructure des types de contenus (contenttypes)
      • L’application flatpages (pages statiques)
      • GeoDjango
        • Tutoriel GeoDjango
        • Installation de GeoDjango
        • API de modèle de GeoDjango
        • API de base de données GeoDjango
        • API des formulaires GeoDjango
        • Référence des API QuerySet GIS
        • Fonctions de base de données géographiques
        • Objets de mesure
        • API GEOS
        • API de GDAL
        • Géolocalisation avec GeoIP2
        • Utilitaires GeoDjango
        • Commandes d’administration de GeoDjango
        • Site d’administration de GeoDjango
        • Flux géographiques
        • Cartes de sites géographiques
        • Test des applications GeoDjango
        • Déploiement de GeoDjango
      • django.contrib.humanize
      • L’infrastructure des messages
      • django.contrib.postgres
      • L’application de redirection
      • Le système des plans de site (sitemap)
      • L’infrastructure des « sites »
      • L’application de gestion des fichiers statiques (staticfiles)
      • L’infrastructure de syndication par flux
    • Protection contre le « Cross site request forgery » (CSRF)
    • Bases de données
    • django-admin et manage.py
    • Exceptions de Django
    • Gestion des fichiers
    • Formulaires
    • Intergiciels (« middleware »)
    • Opérations de migration
    • Modèles
    • Pagination
    • Les objets requête et réponse
    • SchemaEditor
    • Réglages
    • Signaux
    • Gabarits
    • TemplateResponse et SimpleTemplateResponse
    • Données Unicode
    • Fonctions utilitaires django.urls
    • Fonctions django.urls à utiliser dans les configurations d’URL
    • Utilitaires Django
    • Validateurs
    • Vues intégrées
  • Méta documentation et divers
  • Glossaire
  • Notes de publication
  • Fonctionnement interne du projet Django
Django 3.1 is no longer supported. It receives no security fixes. Use it for reference only. Latest release
French translation. Contributed by the Django community. 83.1% Help translate
  1. Django 3.1
  2. Référence de l’API
  3. Paquets contrib
  4. GeoDjango

Utilitaires GeoDjangoLien vers cette rubrique#

Le module django.contrib.gis.utils contient divers utilitaires pour aider à créer des applications Web géospatiales.

  • Utilitaire d’importation de données LayerMapping
    • Exemple
    • API de LayerMapping
    • Dépannage
  • Inspection OGR
    • ogrinspect
    • mapping
  • Sérialisation GeoJSON
View as Markdown Edit this page on GitHub Official version
PreviousGéolocalisation avec GeoIP2 NextUtilitaire d’importation de données LayerMapping

An unofficial rendering of the Django documentation.

Not affiliated with or endorsed by the Django Software Foundation. The documentation is copyright © Django Software Foundation and individual contributors, and is used under the BSD 3-Clause licence. “Django” is a trademark of the Django Software Foundation.

This translation is the work of the Django i18n community, not of this site. Read the official documentation at docs.djangoproject.com.

👋 Jason Cartwright