検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for Spatial (0.025 sec.)
GeoDjango Model API — Django 4.0.6 ドキュメント 12586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... max_length = 100 ) rast = models . RasterField () Spatial Field Types ¶ Spatial fields consist of a series o ... urrently only implemented for the PostGIS backend. Spatial Field Options ¶ In addition to the regular フィール ... ドオプション available for Django model fields, spatial fields have the following additional options. All ... are optional. srid ¶ BaseSpatialField. srid ¶ Sets the SRID [2] (Spatial Reference ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 12327
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... « previous | up | next » GeoDjango Database API ¶ Spatial Backends ¶ GeoDjango currently provides the follow ... ing spatial database backends: django.contrib.gis.db.backends. ... .db.backends.oracle django.contrib.gis.db.backends.spatialite MySQL Spatial Limitations ¶ Before MySQL 5.6.1, ... spatial extensions only support bounding box operations (w ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 11097
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... evious | up | next » GDAL API ¶ GDAL stands for Geospatial Data Abstraction Library , and is a veritable "Swi ... he reading and coordinate transformation of vector spatial data and minimal support for GDAL's features with ... ibed here are designed to help you read in your geospatial data, in order for most of them to be useful you h ... ts reading data from a variety of OGR-supported geospatial file formats and data sources using a consistent i ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 10272
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions to Django's ORM for querying and manipulating spatial data. Loosely-coupled, high-level Python interface ... r step-by-step instructions. Setting Up ¶ Create a Spatial Database ¶ Typically no special setup is required, ... selected databases: Installing PostGIS Installing SpatiaLite Create a New Project ¶ Use the standard django- ... as an ESRI Shapefile , one of the most popular geospatial data formats. When unzipped, the world borders dat ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 10175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uild GIS web applications and harness the power of spatially enabled data. GeoDjango Tutorial はじめに Settin ... g Up Geographic Data Geographic Models Importing Spatial Data Spatial Queries Putting your data on the map ... Platform-specific instructions GeoDjango Model API Spatial Field Types Spatial Field Options Geometry Field O ... ptions GeoDjango Database API Spatial Backends Creating and Saving Models with Geometry ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 9140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ic object support to PostgreSQL, turning it into a spatial database. GEOS , PROJ and GDAL should be installed ... macOS or Windows . Post-installation ¶ Creating a spatial database ¶ PostGIS 2 includes an extension for Pos ... tgreSQL that's used to enable spatial functionality: $ createdb <db name> $ psql <db nam ... ‣ SQL Shell ). For example, to create a geodjango spatial database and user, the following may be executed f ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 8784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ious | up | next » GIS QuerySet API リファレンス ¶ Spatial Lookups ¶ The spatial lookups in this section are ... eld and RasterField . For an introduction, see the spatial lookups introduction . For an overview of what loo ... kups are compatible with a particular spatial backend, refer to the spatial lookup compatibility ... of raster support. The same pattern applies to all spatial lookups. Case 検索方法 SQL Equivalent N, B rast__c ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 8784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... manual setting. POSTGIS_VERSION ¶ When GeoDjango's spatial backend initializes on PostGIS, it has to perform ... for GeoDjango applications on PostgreSQL. If your spatial database template was created like in the instruct ... e PostGIS installer on Windows includes a template spatial database entitled template_postgis . GeoDjango tes ... ases in the settings file must be using one of the spatial database backends . カスタマイズ例 ¶ The following ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 8654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... EOS implements the OpenGIS Simple Features for SQL spatial predicate functions and spatial operators. GEOS, n ... first is to simply instantiate the object on some spatial input -- the following are examples of creating th ... 1 1), (2 2, 3 3)) Equality operator doesn't check spatial equality The GEOSGeometry equality operator uses e ... try input value (string or buffer) srid ( int ) -- spatial reference identifier This is the base class for al ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 8557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ature for GeoDjango in 1.2 is support for multiple spatial databases. As a result, the following spatial data ... .db.backends.oracle django.contrib.gis.db.backends.spatialite GeoDjango now supports the rich capabilities ad ... m. The GDAL interface now allows the user to set a spatial_filter on the features returned when iterating ove ... o.contrib.gis.db.backends , where the full-fledged spatial database backends now exist. The following section ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PREV 1 2 3 4 NEXT