Description Usage Arguments Value See Also
junctions_to_sf()
: converts junctions to simple features (required
sections: junctions
and coordinates
)
outfalls_to_sf()
: converts junctions to simple features (required
sections: outfalls
and coordinates
)
links_to_sf()
: converts links to simple features (required sections:
conduits
and coordinates
)
subcatchments_to_sf()
: converts subcatchments to simple features (required
sections: subcatchments
, subareas
, infiltration
and polygons
)
raingages_to_sf()
: converts raingages to simple features (required
sections: raingages
and symbols
)
storages_to_sf()
: converts storages to simple features (required sections:
storage
and coordinates
)
weirs_to_sf()
: converts weirs to simple features (required sections:
weirs
and coordinates
)
orifices_to_sf()
: converts orifices to simple features (required sections:
orifices
and coordinates
)
pumps_to_sf()
: converts pumps to simple features (required sections:
pumps
and coordinates
)
inp_to_sf()
: converts junctions, outfalls, links, storages, weirs,
orifices, pumps, subcatchments and raingages to a list of simple features
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | raingages_to_sf(x)
junctions_to_sf(x)
outfalls_to_sf(x)
storages_to_sf(x)
subcatchments_to_sf(x)
links_to_sf(x)
weirs_to_sf(x)
orifices_to_sf(x)
pumps_to_sf(x)
weirs_to_sf(x)
orifices_to_sf(x)
pumps_to_sf(x)
inp_to_sf(x, remove_invalid = TRUE)
|
x |
An object of class 'inp', created by |
remove_invalid |
Should invalid sf geometries be removed? |
A simple feature or a list of simple features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.