Tagged Questions
0
votes
0answers
62 views
R Raster package: write NetCDF with time dimension
I am writing a rasterbrick with multiple layers to a netcdf file using the raster package in R:
writeRaster(gridfile, "Data", "CDF", overwrite=TRUE,
...
3
votes
1answer
852 views
How to intersect lines and polygons in R?
Following on from an answer about intersecting polygons with lines to chop up a polygon into smaller polygon units (in QGIS), I wanted to try the same thing in R. However, I cannot seem to find a ...
4
votes
1answer
92 views
Is it possible to use RPy/RPy2 in a Geoprocessing Script that is exposed as a GP Task on ArcGIS Server?
Is it possible to publish a Script tool that uses the RPy/RPy2 module (or more generally any Python-to-R link) to ArcGIS Server 10 SP2? If so, what specifically do I need to do, i.e. Install R on the ...
7
votes
3answers
450 views
How can I make a county-level shape file from a set of points at 30 x30 km spacing?
I have a data set in csv form, like:
latitude, longitude, value
-45, 45, 10
....
I would like to calculate county level means from these data, using either ArcGIS or R+grass.
I have the ArcGIS USA ...