Questions tagged [spatial-analysis]

A set of techniques for analyzing spatial data

Spatial analysis is a set of methods whose results whose results depend on the locations of the objects being analyzed. Software that implements spatial analysis techniques requires access to both the locations of objects and their attributes.

It includes a broad range of tools and techniques, many of which are now incorporated into all modern GIS software packages. Examples are: basic geometric, querying and distance-based operations, surface and field analysis, network and location analysis geocomputational methods and modeling, and spatial statistics.

The on-line version of the book "Geospatial Anlaysis - a comprehensive guide" by De Smith, Goodchild and Longley is a good introduction to spatial analysis.

116 questions
3
votes
0 answers

Analyze length of loops on network

I am working on a hiking network. Basically it is a selection of roads/paths suitable for walking/hiking. Each junction of three or four selected tracks is numbered. Each track is a line that starts and ends on a…