Tagged Questions
6
votes
1answer
69 views
What does shading indicate in home range plot?
I've simulated a home range in R using the clusthr function from the adehabitatHR package. The home range is made from 50 x,y coordinates. The output is attached.
I'm trying to get clear on what ...
3
votes
1answer
197 views
Interpolating Maps - Statistical Learning Techniques vs Spatial Statistics Techniques
I have recently begun experimenting with the inteprolation of variales over a whole country.
I have good sized training set where I have several dependant variables (continuous and categorical) ...
4
votes
1answer
195 views
Self organizing maps and spatially Constrained Clustering in R
There are a few algorithms to perform spatial clustering in R but most of them focus on point pattern analysis (for example here). I would like to perform spatial constrained clustering for polygon ...
5
votes
2answers
149 views
Spatial Analysis with Factors/Classifications
When doing analysis on spatial data with associated information that is numeric, it is possible to use techniques such as Kriging or Interpolation or Cluster Analysis to find out interesting ...
17
votes
6answers
682 views
Tutorials to handle spatial data in R
Does anyone know some good tutorials to handle spatial data in R? I know that there are some packages like rgdal and maptools but I haven't actually found usefull tutorials to get in touch with the ...
5
votes
2answers
384 views
How to implement bivariate Ripley's K function in ArcGIS 10?
The attached image shows a forest gap with red pine represented as circles and white pine represented as crosses. I am interested in determining if there is a positive or negative association between ...
5
votes
2answers
338 views
Spatio-temporal block kriging with R package gstat?
In the documentation of sp I saw that the coords argument of the SpatialPolygons function only accepts 2 columns. Is it not possible to create 3-dimensional polygons? I am doing spatio-temporal ...
12
votes
3answers
275 views
How to determine if trees within forest gaps are clustered?
The attached dataset shows approximately 6000 saplings in approximately 50 variable sized forest gaps. I am interested in learning how these saplings are growing within their respective gaps (i.e. ...
3
votes
0answers
98 views
How do I access layer attributes from within QGIS' manageR plugin?
This is probably a fairly basic question, but searches for manageR come up with a lot of noise, and there's no manageR tag. What I'd like to do is load the attributes from a particular field of a ...
22
votes
2answers
809 views
How can I conduct Geographically Weighted Principal Component Analysis using ArcGIS, Python and SPSS/R?
I am after a description/methodology for conducting a Geographically Weighted Principal Components Analysis (GWPCA). I am happy using Python for any portion of this and I imagine SPSS or R being used ...
2
votes
1answer
348 views
Defining datum for Lambert Azimuthal Equal Area and converting to geographic coordinates
I posted this question to a specialised mailing list for spatial data analysis using R here but didn't recieve a response.
I am working with shapefiles and rasters in R, and I am unsure if I am ...
7
votes
2answers
576 views
How to Find the Average Raster Value of an area defined by a shapefile using R?
I have a set of raster images which represent a specific month over the years, and I want to make a timeline of the average values of an area using a shapefile.
How do I extract the values from the ...
14
votes
3answers
512 views
Ecological geospatial conundrum
I am looking for a different, more elegant solution to a spatial statistics problem. Raw data consists of an x-y coordinate for each individual tree (i.e. converted to a point .shp file). Although ...
5
votes
4answers
5k views
How to convert zip codes to latitude and longitude?
I have a data set that includes a list of zip codes. Is there a way in R to convert these zip codes to latitude and longitude coordinates?
5
votes
1answer
163 views
Spatial graphing, distribution of polygon area over latitudes
Given a polygon in a PostGIS database, what is the best way to create a graph of its distribution over a range of latitudes? I'm picturing a graph of a curve, where the proportion of the total area ...
13
votes
1answer
690 views
Robust alternatives to Moran's I
Moran’s I, a measure of spatial autocorrelation, is not a particularly robust statistic (it can be sensitive to skewed distributions of the spatial data attributes).
What are some more robust ...
9
votes
1answer
223 views
How to find the most spread out locations?
Probably a very simple question. I have a list of about a thousand potential geographical locations (lat lon), and of those I need to select the 200 locations that are "most spread out". I think that ...
9
votes
2answers
803 views
How to get the second nearest neighbor between two point patterns in R?
Is there a way to get the distances for the second nearest neighbor between two point patterns in R? The spatstat package has a function called nncross but it only applies to the nearest neighbors ...
10
votes
3answers
2k views
How to cluster spatial data in R?
I am very new to R, so please bear with me : >
I have bunch of data points with latitude and longitude. I want to use R to cluster them based on their distance.
I have already taken a look at this ...
4
votes
1answer
339 views
Simulation envelopes and significance levels
Many spatial analysis packages provide Monte Carlo techniques to simulate upper and lower “envelopes” for a summary statistic as a function of distance (e.g. K-function, nearest neighbor, etc…). ...
7
votes
3answers
713 views
How to cluster points based on a kernel density?
I have a large dataset with 36k points representing commercial land uses, each with a field containing the square footage. I have run a kernel density analysis on this dataset, producing a raster ...
19
votes
6answers
2k views
How to compare two spatial point patterns?
If I have two point pattern distributions within the same geographic region, how would I go about visually and quantitatively comparing those two distributions?
Also assume I have many points within ...
14
votes
3answers
2k views
R to ArcGIS 9.3.1 or 10
I m trying to learn R generally and making statistics for maps. I found some useful tricks for making maps with it but it is not the best you can do. My everyday GIS program is ArcGIS. How I can use ...
10
votes
1answer
2k views
Using R with ArcGIS Desktop
In response to comments below, a re-phrasing of the question.
I've used the integration of R with QGIS, and found it a very uesful tool. Having taken a look at the R toolbox extension for 9 and the ...

