Description Usage Arguments Value Examples
View source: R/modflowDataFuncs.R
readgridPoints
Reads arcGIS shape file of model mesh
-Converts mesh polygons to points referencing the center of the model cells
-Changes spatial reference if necessary
-Converts point coordinates into a data frame
1 | readgridPoints(Modelgrd.Path, Model.Shape)
|
Modelgrd.Path |
Path to model mesh shapefile |
Model.Shape |
Name of model mesh shapefile without .shp extension |
ModelGridCoords Data.frame providing model row, column and coordinates
1 2 3 4 5 6 | Modelgrd.Path <- '//ad.sfwmd.gov/dfsroot/data/wsd/GIS/GISP_2012/DataLib/ModelData/LWCSIM'
Model.Shape <- 'LWCSIM_mesh'
## Not run:
ModelGridCoords %<-% readgridPoints(Modelgrd.Path,Model.Shape)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.