> For the complete documentation index, see [llms.txt](https://homata.gitbook.io/geodjango/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://homata.gitbook.io/geodjango/saigoni/reference.md).

# 参考サイト

## Django

Pythonで作成されたWebアプリケーションを作成するフレームワークです。

* Django 公式サイト - <https://www.djangoproject.com/>
  * Django documentation - <https://docs.djangoproject.com/en/2.0/>
  * GitHub - <https://github.com/django>
* Django 日本語公式サイト - <http://djangoproject.jp/>
  * Django ドキュメント - <https://docs.djangoproject.com/ja/2.0/>
  * DjangoCongressJP 2018 - <https://djangocongress.jp/>

### 参考リンク (英語サイト)

* Django Packages - <https://djangopackages.org/>
* Awesome Django - <http://awesome-django.com>
* djangosnippets - <https://djangosnippets.org/>
* simple is better than complex - <https://simpleisbetterthancomplex.com/>

### 参考リンク (日本語サイト)

* モダンDjango入門 - <https://codezine.jp/article/corner/723>
* PaizaCloud - <https://paiza.cloud/ja/>
* 現場で使える Django の教科書《基礎編》- <http://thinkami.hatenablog.com/entry/2018/04/25/081142>
* 現場で使える Django の教科書《実践編》- <http://akiyoko.hatenablog.jp/entry/2018/10/03/105511>
* 侍エンジニア塾が運営するプログラミング入門者向け学習情報サイト - <https://www.sejuku.net/blog/category/django>
* akiyoko blog - <http://akiyoko.hatenablog.jp/archive/category/Django>
* 偏った言語信者の垂れ流し - <https://tokibito.hatenablog.com/>
* naritoブログ - <https://torina.top/>

#### Qiita

* Qiita Django - <https://qiita.com/tags/django>
* Django Advent Calendar
  * Django Advent Calendar 2016 - <https://qiita.com/advent-calendar/2016/django>
  * Django Advent Calendar 2017 - <https://qiita.com/advent-calendar/2017/django>

### 書籍 (日本語)

* 基礎から学ぶ Django - <https://www.amazon.co.jp/dp/486354247X/>
* 現場で使える 基礎 Django - <https://booth.pm/ja/items/823251>
  * Amazon (ペーパーバック) 現場で使える Django の教科書《基礎編》- <https://www.amazon.co.jp/dp/4802094744/>
  * Amazon (Kindle版) 現場で使える Django の教科書《基礎編》- <https://www.amazon.co.jp/dp/B07GK7BWB7/>
* Python Django 超入門 - <https://www.amazon.co.jp/dp/4798054488>

### 書籍 (洋書)

* Two Scoops of Django 1.11: Best Practices for the Django Web Framework - <https://www.amazon.co.jp/dp/0692915729/>
* Django for Beginners - <https://www.amazon.com/dp/1980377898/>

### DjangoGrilsDocs

* Django Girls Tutorial 英語版 - <https://tutorial.djangogirls.org/en/>
* Django Girls Tutorial 日本語版 - <https://djangogirlsjapan.gitbooks.io/workshop_tutorialjp/content/>
  * Django GirlsのTutorial を翻訳しよう - <https://bit.ly/2rWD1tE>
  * Github - <https://github.com/DjangoGirlsJapan/tutorialJP>

## GeoDjango

GeoDjangoはDjangoに含まれている地理空間データ用のモジュールです。

* GeoDjango - <https://docs.djangoproject.com/en/2.0/ref/contrib/gis/>
  * GeoDjango | Django documentation | Django - <https://docs.djangoproject.com/en/2.0/ref/contrib/gis/>
  * GeoDjango Tutorial - <https://docs.djangoproject.com/en/2.0/ref/contrib/gis/tutorial/>
* Geographic add-ons for Django REST Framework - <https://github.com/djangonauts/django-rest-framework-gis>

### 参考リンク

* GeoDjangoではじめる地理空間情報 - <https://speakerdeck.com/homata/geodjangodehazimerudi-li-kong-jian-qing-bao>
* PostGISとGeoDjangoを使ってLeafletでGeoJSON Tile Layerを表示してみる(1) – インストール編 – - <https://blog.bitmeister.jp/?p=3467>
* Django Rest Framework GISで誰でも簡単RESTful Geo API - <http://monomoti.hatenablog.jp/entry/2015/12/15/000000>

### チュートリアル

* [ちずのつくりかた / map school](https://mapschool.io/index.ja.html)&#x20;

## Python

プログラミング言語の一つ。コードの可読性を高めた言語です。

* Python 公式サイト - <https://www.python.org/>

## PostgreSQL

オープンソースのリレーショナルデータベースです。

* PostgreSQL - <https://www.postgresql.org/>
* 日本PostgreSQLユーザ会 - <https://www.postgresql.jp/>

### PostGIS

PostGISは PostgreSQLデータベースに地理空間情報を扱うための機能拡張をする拡張ライブラリです。

* PostGIS(OSGeo - <http://www.postgis.net/>
  * PostGIS - <http://postgis.refractions.net/>

## GDAL(Geospatial Data Abstraction Library)

OSGeo財団が提供しているGISラスターデータフォーマット用ライブラリ。 ラスタおよびベクトル地理空間データ変換ライブラリ

* GDAL(Geospatial Data Abstraction Library) - <http://www.gdal.org>

### GEOS (Geometry Engine, Open Source)

地理空間情報処理のためのオープンソースライブラリで、OSGeo財団が支援している。 幾何演算ライブラリ

* Geometry Engine, Open Source - <http://trac.osgeo.org/geos/>

### PROJ4 (Cartographic Projections Library

一般的な座標変換ソフトウェア。 投影変換ライブラリ

* PROJ4 (Cartographic Projections Library - <http://proj4.org/>

## OSGeo財団

OSGeo財団（The Open Source Geospatial Foundation）は、オープンソース地理空間ソフトウェアの支援と構築のために設立されたコミュニティーです。

* OSGeo財団 - <https://www.osgeo.org/>
* OSGeo財団日本支部（OSGeo.JP） - <https://www.osgeo.jp/>
* OSGeo4W - <https://trac.osgeo.org/osgeo4w/wiki/OSGeo4W_jp>

## GISアプリとGIS関連データ

* GISアプリケーション
  * デスクトップGIS QGIS - <http://www.qgis.org>
  * OSGeo-Live 11.0 コンテンツ - <https://live.osgeo.org/ja/overview/overview.html>
* GIS関連データ
  * 国土数値情報　ダウンロードサービス - <http://nlftp.mlit.go.jp/ksj/index.html>
  * G空間情報センター - <https://www.geospatial.jp/>
  * 地図で見る統計(統計GIS) - <https://www.e-stat.go.jp/gis>

## その他

* [.gitignoreファイル作成](https://www.gitignore.io/)
* [ngrokでトンネリング](https://ngrok.com/)
* [localtunnelでトンネリング](https://localtunnel.github.io/www/)
* [nowでデプロイ](https://zeit.co/now)
* [ColorBrewer - Color Advice for Maps](http://colorbrewer2.org)
* [Geocolor.js - style geojson based on data classifications](https://github.com/morganherlocker/geocolor)
* [geojson.io - 地理空間情報(GeoJSON)作成・編集・共有サイト](http://geojson.io/)

## JavaScript

* [Tabulator - Interactive Tables Made Easy](http://tabulator.info/)
