[GRASS-dev] [GRASS GIS] #1754: Range Analysis Feature

#1754: Range Analysis Feature
------------------------------+---------------------------------------------
Reporter: scorpionlegend92 | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: critical | Milestone: 6.4.3
Component: Default | Version: 6.4.2
Keywords: | Platform: MSWindows 7
      Cpu: Unspecified |
------------------------------+---------------------------------------------
Hi,

Can you please add a feature in Grass that can provide count of locations
present in defined range/radius of selected point.

Desired Feature can work in this way:

1. Selecting the layer.
2. Entering (or selecting) the coordinates of a point/location that are
present in the layer from the menu.
3. Defining the radius buffer info. (for e.g. 5 km or 5000 meters)
     3a. This option will further include two options:
      i. entering the integer
     ii. selecting the distance unit (km, meter, feet, etc.)
4. Generating the map display; (This should create radius circle from the
centroid of the point selected in the option).
5. Additionally, an output file(dbf or any other compatible file) should
generate that include the information about all points that appear within
the defined radius.

Thanks.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1754&gt;
GRASS GIS <http://grass.osgeo.org>

#1754: Range Analysis Feature
------------------------------+---------------------------------------------
Reporter: scorpionlegend92 | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.3
Component: Default | Version: 6.4.2
Keywords: | Platform: MSWindows 7
      Cpu: Unspecified |
------------------------------+---------------------------------------------
Changes (by neteler):

  * priority: critical => normal

Comment:

This approach may solve it:
http://grass.osgeo.org/wiki/Count_points_in_polygon

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1754#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1754: Range Analysis Feature
-----------------------------------+----------------------------------------
Reporter: scorpionlegend92 | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.3
Component: Default | Version: 6.4.2
Keywords: buffer, range, radius | Platform: MSWindows 7
      Cpu: Unspecified |
-----------------------------------+----------------------------------------
Changes (by scorpionlegend92):

  * keywords: => buffer, range, radius

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1754#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#1754: Range Analysis Feature
-----------------------------------+----------------------------------------
Reporter: scorpionlegend92 | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.3
Component: Vector | Version: 6.4.2
Keywords: buffer, range, radius | Platform: MSWindows 7
      Cpu: Unspecified |
-----------------------------------+----------------------------------------
Changes (by hamish):

  * component: Default => Vector

Comment:

v.distance? v.buffer + v.overlay/v.select? r.buffer + r.mapcalc? r.circle?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1754#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>