Package: rmapshaper 0.5.0.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.5.0.9000.tar.gz
rmapshaper_0.5.0.9000.zip(r-4.5)rmapshaper_0.5.0.9000.zip(r-4.4)rmapshaper_0.5.0.9000.zip(r-4.3)
rmapshaper_0.5.0.9000.tgz(r-4.4-any)rmapshaper_0.5.0.9000.tgz(r-4.3-any)
rmapshaper_0.5.0.9000.tar.gz(r-4.5-noble)rmapshaper_0.5.0.9000.tar.gz(r-4.4-noble)
rmapshaper_0.5.0.9000.tgz(r-4.4-emscripten)rmapshaper_0.5.0.9000.tgz(r-4.3-emscripten)
rmapshaper.pdf |rmapshaper.html✨
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
Last updated 5 months agofrom:ef2642dede. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win | NOTE | Nov 04 2024 |
R-4.5-linux | NOTE | Nov 04 2024 |
R-4.4-win | NOTE | Nov 04 2024 |
R-4.4-mac | NOTE | Nov 04 2024 |
R-4.3-win | OK | Nov 04 2024 |
R-4.3-mac | OK | Nov 04 2024 |
Exports:apply_mapshaper_commandscheck_sys_mapshaperdrop_null_geometriesms_clipms_dissolvems_erasems_explodems_filter_fieldsms_filter_islandsms_innerlinesms_linesms_pointsms_simplify
Dependencies:bitbit64classclassIntclicliprcpp11crayoncurlDBIe1071fansigeojsonsfgeometriesgluehmsjsonifyjsonliteKernSmoothlatticelifecyclemagrittrMASSpillarpkgconfigprettyunitsprogressproxyR6rapidjsonrRcppreadrrlangs2sfsfheaderssptibbletidyselecttzdbunitsutf8V8vctrsvroomwithrwk
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 |