create_shp | R Documentation |
Create a summarizing point shape file from the meta data part of HydroMonitor ObservationWell data object.
create_shp(hm, crs = "EPSG:28992")
hm |
HydroMonitor Observation Well data as read by |
crs |
(character). Defaults to "EPSG:28992" |
filename |
(character) |
(read_export_csv
).
Fields in the attribute table of the resulting shapefile are:
NAME: Name of observationwell.
X: X-coordinate of the observationwell.
Y: Y-coordinate of the observationwell.
NFILTERS: Number of filters.
TOP: Level of the top of the highest filter.
BOT: Level of the bottom of the lowest filter.
MV: Surface level.
SpatVector
## Not run:
v <- hm1 |> create_shp()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.