---
title: "GeoDjango"
version: 6.1
locale: ja
source: https://docs.djangoproject.com/ja/6.1/ref/contrib/gis/
canonical: https://djangodocs.dev/ja/6.1/ref/contrib/gis/
---
# GeoDjango

GeoDjango は世界トップクラスの地理ウェブフレームワークを目指します。GeoDjango の目標は、GIS ウェブアプリケーションをできるだけ簡単に構築し、 空間的に有効なデータの力を活用できるようにすることです。

- [GeoDjango チュートリアル](/ja/6.1/ref/contrib/gis/tutorial/)

  - [はじめに](/ja/6.1/ref/contrib/gis/tutorial/#introduction)
  - [セットアップ](/ja/6.1/ref/contrib/gis/tutorial/#setting-up)
  - [地理データ](/ja/6.1/ref/contrib/gis/tutorial/#geographic-data)
  - [地理情報モデル](/ja/6.1/ref/contrib/gis/tutorial/#geographic-models)
  - [空間データをインポートする](/ja/6.1/ref/contrib/gis/tutorial/#importing-spatial-data)
  - [空間クエリ](/ja/6.1/ref/contrib/gis/tutorial/#spatial-queries)
  - [データを地図上に配置する](/ja/6.1/ref/contrib/gis/tutorial/#putting-your-data-on-the-map)
- [GeoDjango のインストール](/ja/6.1/ref/contrib/gis/install/)

  - [概要](/ja/6.1/ref/contrib/gis/install/#overview)
  - [必要条件](/ja/6.1/ref/contrib/gis/install/#requirements)
  - [インストール](/ja/6.1/ref/contrib/gis/install/#installation)
  - [トラブルシューティング](/ja/6.1/ref/contrib/gis/install/#troubleshooting)
  - [プラットフォーム固有の手順](/ja/6.1/ref/contrib/gis/install/#platform-specific-instructions)
- [GeoDjango モデル API](/ja/6.1/ref/contrib/gis/model-api/)

  - [空間フィールドのタイプ](/ja/6.1/ref/contrib/gis/model-api/#spatial-field-types)
  - [空間フィールドのオプション](/ja/6.1/ref/contrib/gis/model-api/#spatial-field-options)
  - [ジオメトリフィールドのオプション](/ja/6.1/ref/contrib/gis/model-api/#geometry-field-options)
- [GeoDjango データベース API](/ja/6.1/ref/contrib/gis/db-api/)

  - [空間バックエンド (Spatial Backend)](/ja/6.1/ref/contrib/gis/db-api/#module-django.contrib.gis.db.backends)
  - [モデルを作成し、ジオメトリフィールドを保存する](/ja/6.1/ref/contrib/gis/db-api/#creating-and-saving-models-with-geometry-fields)
  - [ラスターフィールドを持つモデルの作成と保存](/ja/6.1/ref/contrib/gis/db-api/#creating-and-saving-models-with-raster-fields)
  - [空間のルックアップ (Spatial Lookup)](/ja/6.1/ref/contrib/gis/db-api/#spatial-lookups)
  - [距離クエリ](/ja/6.1/ref/contrib/gis/db-api/#distance-queries)
  - [互換表](/ja/6.1/ref/contrib/gis/db-api/#compatibility-tables)
- [GeoDjango フォーム API](/ja/6.1/ref/contrib/gis/forms-api/)

  - [フィールドの引数](/ja/6.1/ref/contrib/gis/forms-api/#field-arguments)
  - [フォームフィールド クラス](/ja/6.1/ref/contrib/gis/forms-api/#form-field-classes)
  - [フォームウィジェット](/ja/6.1/ref/contrib/gis/forms-api/#module-django.contrib.gis.forms.widgets)
- [GIS QuerySet API リファレンス](/ja/6.1/ref/contrib/gis/geoquerysets/)

  - [空間のルックアップ (Spatial Lookup)](/ja/6.1/ref/contrib/gis/geoquerysets/#spatial-lookups)
  - [距離ルックアップ](/ja/6.1/ref/contrib/gis/geoquerysets/#distance-lookups)
- [地理情報データベース関数](/ja/6.1/ref/contrib/gis/functions/)

  - [寸法](/ja/6.1/ref/contrib/gis/functions/#measurements)
  - [リレーション](/ja/6.1/ref/contrib/gis/functions/#relationships)
  - [操作](/ja/6.1/ref/contrib/gis/functions/#operations)
  - [編集](/ja/6.1/ref/contrib/gis/functions/#editors)
  - [入力フォーマット](/ja/6.1/ref/contrib/gis/functions/#input-format)
  - [出力フォーマット](/ja/6.1/ref/contrib/gis/functions/#output-format)
  - [その他](/ja/6.1/ref/contrib/gis/functions/#miscellaneous)
- [測定オブジェクト](/ja/6.1/ref/contrib/gis/measure/)

  - [カスタマイズ例](/ja/6.1/ref/contrib/gis/measure/#example)
  - [サポートされる単位](/ja/6.1/ref/contrib/gis/measure/#supported-units)
  - [測定API](/ja/6.1/ref/contrib/gis/measure/#measurement-api)
- [GEOS API](/ja/6.1/ref/contrib/gis/geos/)

  - [背景](/ja/6.1/ref/contrib/gis/geos/#background)
  - [チュートリアル](/ja/6.1/ref/contrib/gis/geos/#tutorial)
  - [ジオメトリ・オブジェクト](/ja/6.1/ref/contrib/gis/geos/#geometry-objects)
  - [ジオメトリのコレクション](/ja/6.1/ref/contrib/gis/geos/#geometry-collections)
  - [準備された (Prepared) ジオメトリ](/ja/6.1/ref/contrib/gis/geos/#prepared-geometries)
  - [ジオメトリ ファクトリ](/ja/6.1/ref/contrib/gis/geos/#geometry-factories)
  - [I/O オブジェクト](/ja/6.1/ref/contrib/gis/geos/#i-o-objects)
  - [設定](/ja/6.1/ref/contrib/gis/geos/#settings)
  - [例外](/ja/6.1/ref/contrib/gis/geos/#exceptions)
- [GDAL API](/ja/6.1/ref/contrib/gis/gdal/)

  - [概要](/ja/6.1/ref/contrib/gis/gdal/#overview)
  - [ベクトルデータソースオブジェクト](/ja/6.1/ref/contrib/gis/gdal/#vector-data-source-objects)
  - [OGR ジオメトリ](/ja/6.1/ref/contrib/gis/gdal/#ogr-geometries)
  - [座標系オブジェクト](/ja/6.1/ref/contrib/gis/gdal/#coordinate-system-objects)
  - [ラスターデータオブジェクト](/ja/6.1/ref/contrib/gis/gdal/#raster-data-objects)
  - [設定](/ja/6.1/ref/contrib/gis/gdal/#settings)
  - [例外](/ja/6.1/ref/contrib/gis/gdal/#exceptions)
- [GeoIP2によるジオロケーション](/ja/6.1/ref/contrib/gis/geoip2/)

  - [概要](/ja/6.1/ref/contrib/gis/geoip2/#overview)
  - [カスタマイズ例](/ja/6.1/ref/contrib/gis/geoip2/#example)
  - [API リファレンス](/ja/6.1/ref/contrib/gis/geoip2/#api-reference)
  - [メソッド](/ja/6.1/ref/contrib/gis/geoip2/#methods)
  - [設定](/ja/6.1/ref/contrib/gis/geoip2/#settings)
  - [例外](/ja/6.1/ref/contrib/gis/geoip2/#exceptions)
- [GeoDjango ユーティリティ](/ja/6.1/ref/contrib/gis/utils/)

  - [`LayerMapping` データインポートユーティリティ](/ja/6.1/ref/contrib/gis/layermapping/)
  - [OGR のインスペクション](/ja/6.1/ref/contrib/gis/ogrinspect/)
  - [`GeoJSON` シリアライザ](/ja/6.1/ref/contrib/gis/serializers/)
- [GeoDjangoの管理コマンド](/ja/6.1/ref/contrib/gis/commands/)

  - [`inspectdb`](/ja/6.1/ref/contrib/gis/commands/#inspectdb)
  - [`ogrinspect`](/ja/6.1/ref/contrib/gis/commands/#ogrinspect)
- [GeoDjango の admin サイト](/ja/6.1/ref/contrib/gis/admin/)

  - [`GISModelAdmin`](/ja/6.1/ref/contrib/gis/admin/#gismodeladmin)
- [地理情報フィード](/ja/6.1/ref/contrib/gis/feeds/)

  - [カスタマイズ例](/ja/6.1/ref/contrib/gis/feeds/#example)
  - [API リファレンス](/ja/6.1/ref/contrib/gis/feeds/#api-reference)
- [地理情報サイトマップ](/ja/6.1/ref/contrib/gis/sitemaps/)

  - [カスタマイズ例](/ja/6.1/ref/contrib/gis/sitemaps/#example)
  - [リファレンス](/ja/6.1/ref/contrib/gis/sitemaps/#reference)
- [GeoDjango アプリのテスト](/ja/6.1/ref/contrib/gis/testing/)

  - [PostGIS](/ja/6.1/ref/contrib/gis/testing/#postgis)
  - [GeoDjangoのテスト](/ja/6.1/ref/contrib/gis/testing/#geodjango-tests)
- [GeoDjango のデプロイ](/ja/6.1/ref/contrib/gis/deployment/)
