Package: rmapshaper 0.6.1.9000

rmapshaper: Client for 'mapshaper' for 'Geospatial' Operations
Edit and simplify 'geojson', 'Spatial', and 'sf' objects. This is wrapper around the 'mapshaper' 'JavaScript' library by Matthew Bloch <https://github.com/mbloch/mapshaper/> to perform topologically-aware polygon simplification, as well as other operations such as clipping, erasing, dissolving, and converting 'multi-part' to 'single-part' geometries.
Authors:
rmapshaper_0.6.1.9000.tar.gz
rmapshaper_0.6.1.9000.zip(r-4.7)rmapshaper_0.6.1.9000.zip(r-4.6)rmapshaper_0.6.1.9000.zip(r-4.5)
rmapshaper_0.6.1.9000.tgz(r-4.6-any)rmapshaper_0.6.1.9000.tgz(r-4.5-any)
rmapshaper_0.6.1.9000.tar.gz(r-4.7-any)rmapshaper_0.6.1.9000.tar.gz(r-4.6-any)
rmapshaper_0.6.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rmapshaper/json (API)
NEWS
| # Install 'rmapshaper' in R: |
| install.packages('rmapshaper', repos = c('https://ateucher.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ateucher/rmapshaper/issues
Pkgdown/docs site:https://andyteucher.ca
Last updated from:c16ee0bf22. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 172 | ||
| source / vignettes | OK | 204 | ||
| linux-release-x86_64 | OK | 161 | ||
| macos-release-arm64 | OK | 129 | ||
| macos-oldrel-arm64 | OK | 133 | ||
| windows-devel | OK | 117 | ||
| windows-release | OK | 282 | ||
| windows-oldrel | OK | 92 | ||
| wasm-release | OK | 126 |
Exports:apply_mapshaper_commandscheck_sys_mapshaperdrop_null_geometriesms_clipms_dissolvems_erasems_explodems_filter_fieldsms_filter_islandsms_innerlinesms_linesms_pointsms_simplify
Dependencies:bitbit64classclassIntclicliprcpp11crayoncurlDBIe1071geojsonsfgeometriesgluehmsjsonifyjsonliteKernSmoothlatticelifecyclemagrittrMASSpillarpkgconfigprettyunitsprogressproxyR6rapidjsonrRcppreadrrlangs2sfsfheaderssptibbletidyselecttzdbunitsutf8V8vctrsvroomwithrwk
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Apply a mapshaper command string to a geojson object | apply_mapshaper_commands |
| Check the system mapshaper | check_sys_mapshaper |
| Drop features from a 'geo_json' FeatureCollection with null geometries | drop_null_geometries |
| Remove features or portions of features that fall outside a clipping area. | ms_clip |
| Aggregate shapes in a polygon or point layer. | ms_dissolve |
| Remove features or portions of features that fall inside a specified area | ms_erase |
| Convert multipart lines or polygons to singlepart | ms_explode |
| Delete fields in the attribute table | ms_filter_fields |
| Remove small detached polygons (islands) | ms_filter_islands |
| Create a line layer consisting of shared boundaries with no attribute data | ms_innerlines |
| Convert polygons to topological boundaries (lines) | ms_lines |
| Create points from a polygon layer | ms_points |
| Topologically-aware geometry simplification. | ms_simplify |
