[GRASS-dev] [GRASS GIS] #2734: v.distance: 3d point inside area is classified as outside

GRASS GIS trac at osgeo.org
Fri Mar 25 07:33:47 PDT 2016


#2734: v.distance: 3d point inside area is classified as outside
-----------------------+-----------------------------
  Reporter:  annakrat  |      Owner:  grass-dev@…
      Type:  defect    |     Status:  new
  Priority:  normal    |  Milestone:  7.0.4
 Component:  Vector    |    Version:  svn-trunk
Resolution:            |   Keywords:  v.distance, box
       CPU:  All       |   Platform:  All
-----------------------+-----------------------------

Comment (by wenzeslaus):

 Changes to the library and ''v.distance'' backported to release branch 7.0
 in r68143 and r68146. Test them using NC SPM full dataset:

 {{{
 v.distance -p from=precip_30ynormals_3d to=boundary_county dmax=0
 upload=cat,dist
 }}}

 You should get:

 {{{
 from_cat|(null)|(null)
 1|501|0
 2|511|0
 3|19|0
 4|261|0
 ...
 }}}

 In previous versions you will get:


 {{{
 from_cat|(null)|(null)
 1|null|null
 2|null|null
 3|null|null
 4|null|null
 ...
 }}}

 The changes to rest of the modules are outside of scope of this ticket and
 are tracked in #2970.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2734#comment:6>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list