0

I have count data for different trails. They are points and I would like to make an average of those counts for each trail so that each trail has a count value.

Later on I would like to have a probability of encoutering the different species that were counted along those trails depending on the average counts.

I am fairly new to GIS and I have no idea which tool I could use to do that. I was thinking of interpolation but I want to model the trails only, not the whole layer.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Jun 26, 2013 at 20:23
1
  • 1
    It is difficult to see how one could reasonably hope to estimate a probability of an encounter from counts alone, so I presume you have more information than you have outlined so far. Please edit your question to be more specific about how your data were collected and measured. How were the points determined? What do the counts count? How is the "species" information determined and how is that related to the counts? Posting a small example of your dataset might help clarify the question, too. Commented Jun 26, 2013 at 20:40

1 Answer 1

0

It is wide question. First this doesn't have to be necessary spatial task. You can look at it as sets of values for different trails and count average/mean/min/max for values in every trail (whatever the position of points in trail is)...

If you have points, you must somehow specify which points belongs to which trails:

a) separate file for every trail

b) in the table have column as "trail_identificator"

Technically all you need is software able to work with table data like Open Office Calc. You can create table with columns like: point_id, x, y, trail_identificator, observed_value, mean_value_for_trail, sum_for_trail etc.

GIS software (like QGIS) allows you ta save/export or load/import table data so after your calculations you can spatially visualize the information as colored points. Or you can have/create trails as lines and add this final values to table connected to these lines and color/scale line symbol based on your calculated value.

I am not going to explain how to automatically convert points to lines or how to visualize variable probability value along the line because that is way more complicated and I guess it is not needed in this case.

answered Jun 27, 2013 at 0:14
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.