検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for Geo (0.021 sec.)
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 13093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... spatial lookups in this section are available for GeometryField and RasterField . For an introduction, s ... All examples in the reference below are given for geometry fields and inputs, but the lookups can be use ... r input, the input is automatically converted to a geometry where necessary using the ST_Polygon function ... of the lookup, and raster input can be mixed with geometry inputs. Bilateral raster support B : the oper ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Geographic Feeds — Django 4.0.6 ドキュメント 11045
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » Geographic Feeds ¶ GeoDjango has its own Feed subclass ... tom feeds formatted according to either the Simple GeoRSS or W3C Geo standards. Because GeoDjango's syndi ... django.contrib.syndication.views.Feed base class, GeoDjango's Feed class provides the following override ... ss MyFeed ( Feed ): # First, as a class attribute. geometry = ... item_geometry = ... # Also a function w ...
https://man.plustar.jp/django/ref/contrib/gis/feeds.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 10152
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » GEOS API ¶ Background ¶ What is GEOS? ¶ GEOS stands fo ... r Geometry Engine - Open Source , and is a C++ library, ... ported from the Java Topology Suite . GEOS implements the OpenGIS Simple Features for SQL sp ... atial predicate functions and spatial operators. GEOS, now an OSGeo project, was initially developed an ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
GeoDjango Utilities — Django 4.0.6 ドキュメント 9557
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » GeoDjango Utilities ¶ The django.contrib.gis.utils mod ... ains various utilities that are useful in creating geospatial web applications. LayerMapping data import ... ブルシューティング OGR Inspection ogrinspect mapping GeoJSON Serializer 前のトピックへ Geolocation with Geo ... ing data import utility 関連キーワード Utilities , Geo , LayerMapping , up , import , utility , next , da ...
https://man.plustar.jp/django/ref/contrib/gis/utils.html - [similar]
Deploying GeoDjango — Django 4.0.6 ドキュメント 9277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Index | Modules « previous | up | next » Deploying GeoDjango ¶ Basically, the deployment of a GeoDjango a ... e consult Django's deployment documentation . 警告 GeoDjango uses the GDAL geospatial library which is no ... s to 1 , unless Apache may crash when running your GeoDjango application. Increase the number of processe ... s instead. 前のトピックへ Testing GeoDjango apps 次のトピックへ django.contrib.humanize ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]
GeoDjango — Django 4.0.6 ドキュメント 8682
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » GeoDjango ¶ GeoDjango intends to be a world-class geog ... s and harness the power of spatially enabled data. GeoDjango Tutorial はじめに Setting Up Geographic Data ... Geographic Models Importing Spatial Data Spatial Queri ... es Putting your data on the map GeoDjango Installation オーバービュー Requirements イン ...
https://man.plustar.jp/django/ref/contrib/gis/index.html - [similar]
GeoDjango's admin site — Django 4.0.6 ドキュメント 8384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » GeoDjango's admin site ¶ GISModelAdmin ¶ New in Django ... min ¶ gis_widget ¶ The widget class to be used for GeometryField . Defaults to OSMWidget . gis_widget_kwa ... the gis_widget . Defaults to an empty dictionary. GeoModelAdmin ¶ class GeoModelAdmin ¶ default_lon ¶ Th ... . When set to False , disables editing of existing geometry fields in the admin. 注釈 This is different f ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
GeoDjango Management Commands — Django 4.0.6 ドキュメント 8384
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontents | Index | Modules « previous | up | next » GeoDjango Management Commands ¶ inspectdb ¶ django-adm ... tdb management command is overridden with one from GeoDjango. The overridden command is spatially-aware, ... and places geometry fields in the auto-generated model definition ... e DataSource (e.g., a shapefile) and will output a GeoDjango model with the given model name. There's a d ...
https://man.plustar.jp/django/ref/contrib/gis/commands.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 8087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » Testing GeoDjango apps ¶ Included in this documentation are so ... n't require manual setting. POSTGIS_VERSION ¶ When GeoDjango's spatial backend initializes on PostGIS, it ... e user with sufficient privileges to run tests for GeoDjango applications on PostgreSQL. If your spatial ... plate spatial database entitled template_postgis . GeoDjango tests ¶ To have the GeoDjango tests executed ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 8087
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ich enables things like rewriting the error's message or writing custom logic in a view when a given erro ... dgets has been updated from 2.11 to 2.13. Prepared geometries now also support the crosses , disjoint , o ... verlaps , touches and within predicates, if GEOS 3.3 or later is installed. django.contrib.message ... evels under the name DEFAULT_MESSAGE_LEVELS . Message objects now have a level_tag attribute that contain ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
PREV 1 2 NEXT