Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bindings to the liblwgeom library

NotificationsYou must be signed in to change notification settings

r-spatial/lwgeom

Repository files navigation

R bindings to theliblwgeom library

R-CMD-checkCoverage StatusCRANcran checksDownloads

This package provides functions that useliblwgeom, includingst_geohash(),st_minimum_bounding_circle(),st_split(),st_subdivide(),st_transform_proj() (transform through proj, omittingGDAL) andst_as_sfc.TWKB() (createssfc fromtinywkb),as well as the geodetic (spherical/ellipsoidal) geometryfunctionsst_geod_area(),st_geod_length(),st_geod_distance(),st_geod_covers(),st_geod_azimuth(),andst_geod_segmentize(). The previously offeredst_make_valid()is now a generic in packagesf (sf::st_make_valid()).

Installing

lwgeom depends onsf, whichhas to be installed first. This package uses the liblwgeom library,and compiles a shipped (and modified) version of liblwgeom. It linksto the GEOS and PROJ libraries.

To install from source, it should be enough to have installedsf from source; the resources for this package (PROJ, GEOS)are being reused.

lwgeom source now included

Previous to version 0.1-6,lwgeom would also try to link the systemlibrary liblwgeom; from 0.1-6 on only the shipped version is used.

Contributing

  • Contributions of all sorts are most welcome, issues and pull requests are the preferred ways of sharing them.
  • When contributing pull requests, please adhere to the package style (in package code use= rather than<-; don't change indentation; tab stops of 4 spaces are preferred)
  • This project is released with aContributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

bindings to the liblwgeom library

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors22

Languages


[8]ページ先頭

©2009-2025 Movatter.jp