Description Usage Arguments Value Author(s) See Also Examples
View source: R/addSpatialReferences.R
Add a term to the spatial references controlled vocabularies. The better way is to have CUAHSI add the term to the official vocabulary through their web page: http://his.cuahsi.org/mastercvreg/
1 | addSpatialReferences(ID, SRSID, Name, IsGeographic, Notes)
|
ID |
Unique ID. |
SRSID |
Integer identifier for the Spatial Reference System from http://www.epsg.org/ |
Name |
Name of the Spatial Reference System. |
IsGeographic |
Boolean, indicating whether the spatial reference system uses geographic coordinates |
Notes |
Descriptive information about the Spatial Reference System. |
Nothing returned
Dominik Reusser
Use getMetadata
to retrieve values.
1 2 3 4 5 | #connect to standard database
getDefaultDB()
#add data
addSpatialReferences(ID=4269,SRSID=4269, Name="NAD83",
IsGeographic=TRUE, Notes="todo: include notes in this example")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.