wkb_debug | R Documentation |
Prints the raw calls to the WKBGeometryHandler()
. Useful for writing
custom C++ handlers and debugging read problems.
wkb_debug(wkb) wkt_debug(wkt) wkt_streamer_debug(wkt)
wkb |
A |
wkt |
A character vector containing well-known text. |
The input, invisibly
wkt_debug("MULTIPOLYGON (((0 0, 10 0, 0 10, 0 0)))") wkt_streamer_debug("MULTIPOLYGON (((0 0, 10 0, 0 10, 0 0)))") wkb_debug( wk::wkt_translate_wkb( "MULTIPOLYGON (((0 0, 10 0, 0 10, 0 0)))" ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.