Re: [Django] #11854: Add support of PostGIS's Azimuth function

2017-04-02 Thread Django
#11854: Add support of PostGIS's Azimuth function
-+-
 Reporter:  Christian Karrié |Owner:  Sergey
 |  Fedoseev
 Type:  New feature  |   Status:  closed
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  azimuth, postgis | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"5e710cf4a5dba1fc30e3b6775b83c2218e57cd36" 5e710cf4]:
 {{{
 #!CommitTicketReference repository=""
 revision="5e710cf4a5dba1fc30e3b6775b83c2218e57cd36"
 Fixed #11854 -- Added Azimuth GIS function. (#8286)
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.c906668d0f1ee7b89528a18e3ef88cd8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #11854: Add support of PostGIS's Azimuth function

2017-04-02 Thread Django
#11854: Add support of PostGIS's Azimuth function
-+-
 Reporter:  Christian Karrié |Owner:  Sergey
 |  Fedoseev
 Type:  New feature  |   Status:  assigned
Component:  GIS  |  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  azimuth, postgis | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sergey Fedoseev):

 * needs_better_patch:  1 => 0
 * needs_tests:  1 => 0
 * needs_docs:  1 => 0


Comment:

 [https://github.com/django/django/pull/8286 PR]

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.5604fc697cde8b074297cc8c35dcb40b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #11854: Add support of PostGIS's Azimuth function

2015-11-10 Thread Django
#11854: Add support of PostGIS's Azimuth function
--+--
 Reporter:  ckarrie   |Owner:  sir-sigurd
 Type:  New feature   |   Status:  assigned
Component:  GIS   |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:  azimuth, postgis  | Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  1
  Needs tests:  1 |  Patch needs improvement:  1
Easy pickings:  0 |UI/UX:  0
--+--
Changes (by sir-sigurd):

 * status:  new => assigned
 * owner:  nobody => sir-sigurd


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.b54bfa62a5a52c4bc60e6c7f9cd440db%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #11854: Add support of PostGIS's Azimuth function

2011-12-17 Thread Django
#11854: Add support of PostGIS's Azimuth function
--+
 Reporter:  ckarrie   |Owner:  nobody
 Type:  New feature   |   Status:  new
Component:  GIS   |  Version:  SVN
 Severity:  Normal|   Resolution:
 Keywords:  azimuth, postgis  | Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  1
  Needs tests:  1 |  Patch needs improvement:  1
Easy pickings:  0 |UI/UX:  0
--+
Changes (by aaugustin):

 * stage:  Design decision needed => Accepted


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11854: Add support of PostGIS's Azimuth function

2011-09-16 Thread Django
#11854: Add support of PostGIS's Azimuth function
-+-
   Reporter:  ckarrie|  Owner:  nobody
   Type:  New| Status:  new
  feature|  Component:  GIS
  Milestone: |   Severity:  Normal
Version:  SVN|   Keywords:  azimuth, postgis
 Resolution: |  Has patch:  1
   Triage Stage:  Design |Needs tests:  1
  decision needed|  Easy pickings:  0
Needs documentation:  1  |
Patch needs improvement:  1  |
  UI/UX:  0  |
-+-
Changes (by ckarrie):

 * cc: ckarrie@… (added)
 * needs_better_patch:  0 => 1
 * needs_tests:  0 => 1
 * version:  1.1 => SVN
 * easy:   => 0
 * needs_docs:  0 => 1
 * has_patch:  0 => 1
 * ui_ux:   => 0


Comment:

 Here is my first try, but it doesn't work:

 '''models.py'''
 {{{#!python
 class Project(models.Model):
 name = models.CharField(max_length=100)
 center = models.PointField()
 objects = models.GeoManager()
 }}}

 '''Shell'''
 {{{
 >>> from karrie.django.ogna.models import Project
 >>> mz = Project.objects.get(name="Mainz")
 >>> a_dist = Project.objects.distance(mz.center)
 >>> a_dist[0].distance
 Distance(m=84958.0635775)
 >>> a_azimuth = Project.objects.azimuth(mz.center)
 >>> a_azimuth[0].azimuth
 Traceback (most recent call last):
   File "", line 1, in 
   File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py",
 line 189, in __getitem__
 return list(qs)[0]
 IndexError: list index out of range
 >>>
 }}}

 Could somebody point me in the right direction? I plan to implement more
 spatial functions (mainly PostGIS) into GeoDjango.

 I added a patch and a file with some more verbose infos.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11854: Add support of PostGIS's Azimuth function

2011-04-01 Thread Django
#11854: Add support of PostGIS's Azimuth function
-+-
   Reporter:  ckarrie|Owner:  nobody
   Type:  New|   Status:  new
  feature|Component:  GIS
  Milestone: | Severity:  Normal
Version:  1.1| Keywords:  azimuth, postgis
 Resolution: |Has patch:  0
   Triage Stage:  Design |  Needs tests:  0
  decision needed|
Needs documentation:  0  |
Patch needs improvement:  0  |
-+-
Changes (by baumer1122):

 * type:   => New feature
 * severity:   => Normal


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #11854: Add support of PostGIS's Azimuth function

2010-02-03 Thread Django
#11854: Add support of PostGIS's Azimuth function
-+--
  Reporter:  ckarrie | Owner:  nobody  
Status:  new | Milestone:  
 Component:  GIS |   Version:  1.1 
Resolution:  |  Keywords:  azimuth, postgis
 Stage:  Design decision needed  | Has_patch:  0   
Needs_docs:  0   |   Needs_tests:  0   
Needs_better_patch:  0   |  
-+--
Changes (by jacob):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Design decision needed
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #11854: Add support of PostGIS's Azimuth function

2009-09-09 Thread Django
#11854: Add support of PostGIS's Azimuth function
--+-
 Reporter:  ckarrie   |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  GIS   | Version:  1.1   
 Keywords:  azimuth, postgis  |   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 Hi, I would like to see the azimuth function in the gis component.

 Thank you very much.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---