Results of 1 - 10 of about 16 for coordinate (0.003 sec.)
- GeoDjango Model API — Django 4.0.6 ドキュメント 13083
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
se. [3] Projection systems give the context to the coordinates that specify a location. Although the details of ...
s (e.g., kilometers and miles). Using a geographic coordinate system may introduce complications for the develop ...
e calculations between geometries using geographic coordinate systems, e.g. constructing a query to find all poi ...
a two-dimensional, or Cartesian, plane. Projected coordinate systems are especially convenient for region-speci ...
-
https://man.plustar.jp/django/ref/contrib/gis/model-api.html
- [similar]
- GDAL API — Django 4.0.6 ドキュメント 11800
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
the capabilities of OGR, including the reading and coordinate transformation of vector spatial data and minimal ...
OGRGeometry supports spatial reference systems and coordinate transformation: >>> from django.contrib.gis.gdal i ...
geometry types. dimension ¶ Returns the number of coordinated dimensions of the geometry, i.e. 0 for points, 1 ...
ygon . dimension 2 coord_dim ¶ Returns or sets the coordinate dimension of this geometry. For example, the value ...
-
https://man.plustar.jp/django/ref/contrib/gis/gdal.html
- [similar]
- Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 10865
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
turns the country name corresponding to the query. Coordinate Retrieval ¶ GeoIP2. coords ( query ) ¶ Returns a c ...
, latitude). GeoIP2. lon_lat ( query ) ¶ Returns a coordinate tuple of (longitude, latitude). GeoIP2. lat_lon ( ...
query ) ¶ Returns a coordinate tuple of (latitude, longitude), GeoIP2. geos ( que ...
イズ例 API Reference メソッド Instantiating Querying Coordinate Retrieval 設定 GEOIP_PATH GEOIP_COUNTRY GEOIP_CITY ...
-
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html
- [similar]
- GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 9340
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ce calculation functions on fields with a geodetic coordinate system. On PostgreSQL, the 'spheroid' option uses ...
impler ST_Distance function is used with projected coordinate systems. Rasters are converted to geometries for s ...
uerySet as a four-tuple, comprising the lower left coordinate and the upper right coordinate. 実装例: >>> qs = C ...
QuerySet as a six-tuple, comprising the lower left coordinate and upper right coordinate (each with x, y, and z ...
-
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html
- [similar]
- GEOS API — Django 4.0.6 ドキュメント 8872
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
' )) >>> pnt = GEOSGeometry ( '{ "type": "Point", "coordinates": [ 5.000000, 23.000000 ] }' ) # GeoJSON Another ...
nt object may be created by passing in the X and Y coordinates into its constructor: >>> from django.contrib.gis ...
conventions. For example, you can iterate over the coordinates in a Point : >>> pnt = Point ( 5 , 23 ) >>> [ coo ...
ry.coords property may be used to get the geometry coordinates as a Python tuple: >>> pnt . coords (5.0, 23.0) Y ...
-
https://man.plustar.jp/django/ref/contrib/gis/geos.html
- [similar]
- GeoDjango Database API — Django 4.0.6 ドキュメント 8750
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
() Moreover, if the GEOSGeometry is in a different coordinate system (has a different SRID value) than that of t ...
Some distance queries with fields in a geographic coordinate system may have to be expressed differently becaus ...
from the GeoDjango distance tests ) on a projected coordinate system valid for cities in southern Texas: from dj ...
dels . CharField ( max_length = 30 ) # A projected coordinate system (only valid for South Texas!) # is used, un ...
-
https://man.plustar.jp/django/ref/contrib/gis/db-api.html
- [similar]
- GeoDjango Tutorial — Django 4.0.6 ドキュメント 8283
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ing the SRID is 4326) -- in other words, the field coordinates are in longitude, latitude pairs in units of degr ...
ees. To use a different coordinate system, set the SRID of the geometry field with th ...
e srid argument. Use an integer representing the coordinate system's EPSG code. Run migrate ¶ After defining y ...
.. >>> print ( geom . json ) { "type": "Polygon", "coordinates": [ [ [ 12.415798, 43.957954 ], [ 12.450554, 43.9 ...
-
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html
- [similar]
- LayerMapping data import utility — Django 4.0.6 ドキュメント 8040
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ields out of a vector layer, converting to another coordinate system (e.g. WGS84), and then inserting into a Geo ...
it' . transform Setting this to False will disable coordinate transformations. In other words, geometries will b ...
-
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html
- [similar]
- GeoDjango — Django 4.0.6 ドキュメント 7936
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
バービュー Vector Data Source Objects OGR Geometries Coordinate System Objects Raster Data Objects 設定 例外 Geolo ...
-
https://man.plustar.jp/django/ref/contrib/gis/index.html
- [similar]
- Geographic Feeds — Django 4.0.6 ドキュメント 7815
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
metry instance, or a tuple that represents a point coordinate or bounding box. For example: class ZipcodeFeed ( ...
-
https://man.plustar.jp/django/ref/contrib/gis/feeds.html
- [similar]