Skip to content

djangodocs

Django 5.2
  • 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
日本語
  • English
  • Svenska
  • 简体中文
  • Gaeilge
  • Français
  • 日本語
  • Bahasa Indonesia
  • Italiano
  • Português (Brasil)
  • 한국어
  • Español
  • Ελληνικά
  • Polski
Documentation contents
  • Django ドキュメント
  • さぁ始めましょう
  • Django を使う
  • How-to ガイド
  • Django FAQ よくある質問
  • API リファレンス
    • アプリケーション
    • システムチェックフレームワーク
    • ビルトインのクラスベースビュー API
    • クリックジャッキング対策
    • contrib パッケージ
      • Django の admin サイト
      • django.contrib.auth
      • contenttypes フレームワーク
      • フラットページ (flatpages) アプリ
      • GeoDjango
        • GeoDjango チュートリアル
        • GeoDjango のインストール
        • GeoDjango モデル API
        • GeoDjango データベース API
        • GeoDjango フォーム API
        • GIS QuerySet API リファレンス
        • 地理情報データベース関数
        • 測定オブジェクト
        • GEOS API
        • GDAL API
        • GeoIP2によるジオロケーション
        • GeoDjango ユーティリティ
        • GeoDjangoの管理コマンド
        • GeoDjango の admin サイト
        • 地理情報フィード
        • 地理情報サイトマップ
        • GeoDjango アプリのテスト
        • GeoDjango のデプロイ
      • django.contrib.humanize
      • メッセージフレームワーク
      • django.contrib.postgres
      • redirects (リダイレクト)アプリ
      • サイトマップ・フレームワーク
      • "sites" フレームワーク
      • staticfiles アプリ
      • 配信 (syndication) フィード フレームワーク
    • クロスサイトリクエストフォージェリ (CSRF) 対策
    • データベース
    • django-admin と manage.py
    • Django の例外
    • ファイルの取り扱い
    • フォーム
    • ロギング
    • ミドルウェア
    • マイグレーション・オペレーション
    • モデル
    • ページ分割 (Paginator)
    • リクエストとレスポンスのオブジェクト
    • SchemaEditor
    • 設定
    • シグナル
    • テンプレート
    • TemplateResponse および SimpleTemplateResponse
    • Unicode データ
    • django.urls ユーティリティ関数
    • URLconf で使用するための django.urls 関数
    • Django ユーティリティ (django.utils)
    • バリデータ (Validator)
    • 組み込みのビュー
  • メタドキュメントとその他
  • 用語集
  • リリースノート
  • Django internals
Japanese translation. Contributed by the Django community. 77.5% Help translate
  1. Django 5.2
  2. API リファレンス
  3. contrib パッケージ
  4. GeoDjango

GeoDjango ユーティリティLink to this heading#

django.contrib.gis.utils モジュールには、地理空間ウェブアプリケーションを作成する際に役立つ様々なユーティリティが含まれています。

  • LayerMapping データインポートユーティリティ
    • カスタマイズ例
    • LayerMapping API
    • トラブルシューティング
  • OGR のインスペクション
    • ogrinspect
    • mapping
  • GeoJSON シリアライザ
View as Markdown Edit this page on GitHub Official version
PreviousGeoIP2によるジオロケーション NextLayerMapping データインポートユーティリティ

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