search for: zone17

Displaying 1 result from an estimated 1 matches for "zone17".

Did you mean: zone1
2012 May 31
0
Incorporate a shapefile with an package animation
...of EDEN real time uncorrected data. library(animation) library(ncdf) library(fields) library(maptools) ENP_WCA <- readShapePoly(system.file("U:\\GIS_Data\\GISlayers\\Boundaries_Lines\\EVERareas_Dissolve.shp", package="maptools")[1], proj4String=CRS("+proj=utm +zone17 +datum=WGS84")) # here an error is reported. (Error in getinfo.shape(filen) : Error opening SHP file # change to the working directory where the NetCDF file is stored setwd("A:\\Work_Area\\Steve\\EDEN") eden <- open.ncdf("Jan_9-28_2011_q1_rt.nc") print(eden) S...