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

R geosphere package

License

NotificationsYou must be signed in to change notification settings

rspatial/geosphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN statusCRAN RStudio mirror downloads

geosphere is anR package for spherical trigonmetry. That is compute distance, direction, area, and related quantities with longitude / latitude data. There are tutorials atrspatial.org.

Installation

geosphere is available from CRAN, so you can useinstall.packages("geosphere") to get the currentreleased version.

The easiest way to use thedevelopment version on Windows or MacOS, is to install it from theR-universe, like this:

install.packages('geosphere', repos='https://rspatial.r-universe.dev')

From source-code

In R, you can install the package like this.

remotes::install_github("rspatial/geosphere")

On Windows, you need to first installRtools to get a C++ compiler that R can use.

About

R geosphere package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors6

Languages


[8]ページ先頭

©2009-2025 Movatter.jp