Results of 1 - 10 of about 93 for Point (0.020 sec.)
- GEOS API — Django 4.0.6 ドキュメント 17268
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
geos import GEOSGeometry >>> pnt = GEOSGeometry ( 'POINT(5 23)' ) # WKT >>> pnt = GEOSGeometry ( '010100000 ...
00\x00 7@' )) >>> pnt = GEOSGeometry ( '{ "type": "Point", "coordinates": [ 5.000000, 23.000000 ] }' ) # Ge ...
metry type that you wish to create. For example, a Point object may be created by passing in the X and Y co ...
nstructor: >>> from django.contrib.gis.geos import Point >>> pnt = Point ( 5 , 23 ) All these constructors ...
-
https://man.plustar.jp/django/ref/contrib/gis/geos.html
- [similar]
- GDAL API — Django 4.0.6 ドキュメント 10691
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
the type of features contained in that layer (e.g. points, polygons, etc.), as well as the names and types ...
layer . geom_type . name )) ... Layer "cities": 3 Points The example output is from the cities data source ...
one layer, called "cities" , which contains three point features. For simplicity, the examples below assum ...
OGRGeomType object: >>> layer . geom_type . name 'Point' num_fields ¶ Returns the number of fields in the ...
-
https://man.plustar.jp/django/ref/contrib/gis/gdal.html
- [similar]
- Geographic Database Functions — Django 4.0.6 ドキュメント 10043
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
NumGeometries Length Envelope Union Scale AsSVG NumPoints Perimeter LineLocatePoint SnapToGrid AsWKB PointO ...
>> City . objects . annotate ( json = AsGeoJSON ( 'point' )) . get ( name = 'Chicago' ) . json {"type":"Poi ...
bytes ( City . objects . annotate ( wkb = AsWKB ( 'point' )) . get ( name = 'Chelyabinsk' ) . wkb ) b'\x01\ ...
装例: >>> City . objects . annotate ( wkt = AsWKT ( 'point' )) . get ( name = 'Chelyabinsk' ) . wkt 'POINT (5 ...
-
https://man.plustar.jp/django/ref/contrib/gis/functions.html
- [similar]
- GeoDjango Tutorial — Django 4.0.6 ドキュメント 8931
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
gth of 2. Similarly, LON: Real (8.3) is a floating-point field that holds a maximum of 8 digits up to three ...
. print ( feat . get ( 'NAME' ), feat . geom . num_points ) ... Guernsey 18 Jersey 26 South Georgia South S ...
n the WorldBorder table that contains a particular point. First, fire up the management shell: $ python ...
ge.py shell ...\> py manage.py shell Now, define a point of interest [3] : >>> pnt_wkt = 'POINT(-95.3385 29 ...
-
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html
- [similar]
- GeoDjango Database API — Django 4.0.6 ドキュメント 8548
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
for South Texas!) # is used, units are in meters. point = models . PointField ( srid = 32140 ) Then distan ...
TexasCity # Distances will be calculated from this point, which does not have to be projected. >>> pnt = GE ...
OSGeometry ( 'POINT(-96.876369 29.905320)' , srid = 4326 ) # If numeri ...
umed. >>> qs = SouthTexasCity . objects . filter ( point__distance_lte = ( pnt , 7000 )) # Find all Cities ...
-
https://man.plustar.jp/django/ref/contrib/gis/db-api.html
- [similar]
- Triaging tickets — Django 4.0.6 ドキュメント 7304
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
grations.test_regression Next, we mark the current point in history as being "bad" since the test fails: $ ...
e to do it for you [Y/n]? y Now, we need to find a point in git history before the regression was introduce ...
d (i.e. a point where the test passes). Use something like git che ...
s case). Check if the test fails. If so, mark that point as "bad" ( git bisect bad ), then checkout an earl ...
-
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html
- [similar]
- GeoJSON Serializer — Django 4.0.6 ドキュメント 7185
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
json' , City . objects . all (), geometry_field = 'point' , fields = ( 'name' ,)) Would output: { 'type' : ...
[ { 'type' : 'Feature' , 'geometry' : { 'type' : 'Point' , 'coordinates' : [ - 87.650175 , 41.850385 ] }, ...
-
https://man.plustar.jp/django/ref/contrib/gis/serializers.html
- [similar]
- Geographic Feeds — Django 4.0.6 ドキュメント 7119
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
eometry instance, or can be a tuple to represent a point or a box. For example: class ZipcodeFeed ( Feed ): ...
EOSGeometry instance, or a tuple that represents a point coordinate or bounding box. For example: class Zip ...
eoFeed ¶ 注釈 W3C Geo formatted feeds only support PointField geometries. 目次 Geographic Feeds カスタマイズ ...
-
https://man.plustar.jp/django/ref/contrib/gis/feeds.html
- [similar]
- Django 1.6.6 release notes — Django 4.0.6 ドキュメント 6920
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
s and bugs in 1.6.5. reverse() could generate URLs pointing to other hosts ¶ In certain situations, URL rev ...
ery slow simply by uploading 0-byte files. At this point, even a slow network connection and few HTTP reque ...
l formset is created for a relationship defined to point to a field other than the PK ( #13794 ). Restored ...
1.6.6 release notes reverse() could generate URLs pointing to other hosts File upload denial-of-service Re ...
-
https://man.plustar.jp/django/releases/1.6.6.html
- [similar]
- Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 6854
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
342, 29.834) >>> g . geos ( '24.124.1.80' ) . wkt 'POINT (-97 38)' API Reference ¶ class GeoIP2 ( path = No ...
de, longitude), GeoIP2. geos ( query ) ¶ Returns a Point object corresponding to the query. 設定 ¶ GEOIP_PA ...
-
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html
- [similar]