Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I am searching for spatial statistics software which has many powerful features and supports a GIS interface. Can anyone give me some advice?

share|improve this question
4  
What are you going to use it for? – R.K. May 17 '12 at 15:59
Good question, @R.K. If a specific application is not sought, then there is no basis to select a best answer and the thread should be made CW. – whuber May 23 '12 at 13:22

7 Answers

There are several Free and Open Source tools for geospatial statistics.

R Language

The R Language has several spatial extensions.

Spatstat

The Spatstat module for R provides a host of spatial statistics functions.

R Studio

R Studio is a very nice IDE for the R Language, and will help you to easily locate and install the R spatial libraries.

System for Automated Geoscientific Analysis

SAGA has over 400 modules for geoprocessing and statistical analysis.

share|improve this answer
Concerning the "GIS interface" R offers (covering the first three options here), please see the comment thread to the earlier reply about R. – whuber May 17 '12 at 18:03

GeoDa is free, cross-platform software designed for dynamic visualization, exploratory spatial data analysis, and spatial statistics. It has been around for almost 15 years (starting as an ArcView 3.x extension, it was recoded to be independent of ArcView after ESRI abandoned the old AV architecture). It is associated with an illustrious group of GIS educators and researchers.

Screenshot

share|improve this answer
1  
Very interesting, strange that it stayed outside my radar for such a long time. Pity they don't have a license that is compatible with open-source projects. – johanvdw May 18 '12 at 7:31
1  
It's open source now. code.google.com/p/opengeoda – R.K. Sep 9 '12 at 18:01

See also GRASS and R integration:

http://grass.osgeo.org/wiki/R_statistics

For example boxplots: enter image description here enter image description here

... or decision trees (rpart example): enter image description here

share|improve this answer

ArcGIS has Spatial Statistics Toolbox for statical information. it analyze spatial distributions, patterns, processes, and relationships.

Spatial statistics allow you to:

Summarize the key characteristics of a distribution. 
Identify statistically significant spatial clusters (hot spots/cold spots) 
and spatial outliers. 
Assess overall patterns of clustering or dispersion. 
Model spatial relationships.

you can get information here.

spatial1

spatial2

spatial3

spatial4

i hope it helps you...

share|improve this answer

There are few interesting packages from the Spatial Data Mining and Visual Analytics Lab, especially:

  • EntroMap: Detecting Spatially Varying Multivariate Relationships
  • VIS-STAMP: A Visualization System for Space-Time and Multivariate Patterns
  • SOMVIS: Multivariate Mapping and Visualization

S4 research group also has few useful tools, especially:


CrimeStat is also worth having a look. Although focused on crime analysis, the functionality can be adapted to other purposes.


SANET is an ArcGIS toolset for analysis based on networks.


GeoSOM is a package for creating spatial Self-Organizing Maps.


Although lacking any mapping capabilities SaTScan is an essential tool for exploration of spatial and spatio-temporal clusters. Fast Spatial Scan from The Auton Lab can cope with larger datasets.

share|improve this answer
1  
+1 Interesting collection with some powerful specialized capabilities. Thanks for assembling these links. – whuber May 25 '12 at 20:39

A new software that is now also available is insensa GIS at www.insensa.org, "free and open source software for statistical computing and display of GIS data." You can also e.g. calculate correlations, view scatterplots ... In case the function you want to use is not available, you may also write your own plugin.

share|improve this answer
Hi Lisa, welcome to our community! Thank you for sharing your information. – whuber Jul 16 '12 at 12:49

Pls. refer this,

http://cran.r-project.org/web/views/Spatial.html

share|improve this answer
   
This indeed has powerful features--but no "GIS interface" AFAIK. – whuber May 17 '12 at 15:38
@whuber - Does "GIS interface" necessarily mean "Graphical User Interface for GIS"? While the human-application interface is command line, R can (and does) graphically present the data to us. – Simbamangu May 17 '12 at 16:50
6  
@Simba I doubt most people would take a text command line to be a "GIS interface." It's really an on-the-fly interpreted programming interface. R doesn't easily allow the kind of direct interaction with mapped data one expects of a GIS. Indeed, GeoDa represents perhaps the sharpest possible contrast: not only does it allow direct interaction with graphical representations of data (to select subsets, for instance), it also dynamically transmits those effects to all related graphics in the window. This powerful exploratory statistical interface is very hard to achieve in R (if at all). – whuber May 17 '12 at 18:01

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.