GDAL
January 28, 2016, 2:40pm
1
#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
-------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: PyGRASS | Version: unspecified
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
There is a typo in `pygrass.vector.geometry.Centroid.__repr__`
{{{#!diff
def __repr__(self):
- return "Centoid(%s)" % ', '.join(['%f' % co for co in
self.coords()])
+ return "Centroid(%s)" % ', '.join(['%f' % co for co in
self.coords()])
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
January 28, 2016, 2:41pm
2
#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
--------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: PyGRASS | Version: unspecified
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by pmav99):
* Attachment "centroid_71.diff" added.
Grass 7.1 patch
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
January 28, 2016, 2:41pm
3
#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
--------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: PyGRASS | Version: unspecified
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by pmav99):
* Attachment "centroid_70.diff" added.
Grass 7.0 patch
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
September 27, 2018, 5:52pm
4
#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
--------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.4
Component: PyGRASS | Version: unspecified
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by lucadelu):
In [changeset:"73436" 73436]:
{{{
#!CommitTicketReference repository="" revision="73436"
pygrass: backported centroid typo, see #2881
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881#comment:2> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
September 27, 2018, 5:53pm
5
#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
--------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.4
Component: PyGRASS | Version: unspecified
Resolution: | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by lucadelu):
In [changeset:"73437" 73437]:
{{{
#!CommitTicketReference repository="" revision="73437"
pygrass: backported centroid typo, see #2881
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881#comment:3> ;
GRASS GIS <https://grass.osgeo.org >
GDAL
September 27, 2018, 5:56pm
6
#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
--------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
Type: defect | Status: closed
Priority: normal | Milestone: 7.2.4
Component: PyGRASS | Version: unspecified
Resolution: fixed | Keywords:
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by lucadelu):
* status: new => closed
* resolution: => fixed
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881#comment:4> ;
GRASS GIS <https://grass.osgeo.org >