Tagged Questions
0
votes
2answers
86 views
How can I generate a fishnet grid and a matrix of percentage of overlapping in R?
I'm trying use R for create a fishnet grid like in arcGIS with many cells of same size.
In the arcGIS 9.3 we have the option of create a polygon with many small square polygons (eg. 1 x 1 degree of ...
3
votes
1answer
96 views
Find which grid cells contain a point
I have a dataframe with x,y coordinates. I've sampled 10 x,y coordinates from my dataframe:
y <-c(24.637032,21.569813,21.687,19.677183,24.72438,21.433136,24.637032,22.21065,21.443762,25.273882)
x ...
7
votes
2answers
257 views
Aggregating points to grid using R
I have a question with regard to spatial aggregation in R.
What I am trying to do is aggregate a point dataset to a grid.
I am unsure however how to do this as I have little experience with this sort ...
-1
votes
1answer
129 views
Exporting Grid from R to use it in ArcGIS
i want to export a grid from R into format readable by ArcGIS. how can i do so?
jones
10
votes
3answers
498 views
How can I generate irregular grid containing minimum n points?
Given a large (~ 1 million) sample of unevenly distributed points - is it possible to generate irregular grid (in size, but could also be irregular in shape if that is possible?) that will contain ...
6
votes
1answer
1k views
How to convert point data into a gridded dataframe for histogram analysis?
I am very new at using GIS data and only modestly experienced with R. I've been reading about how to analyze spatial data using the spatial-analyst.net PDF book, so I'm not completely lost, but I ...