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

Geographically weighted partial correlation mapper

License

NotificationsYou must be signed in to change notification settings

gwpcor/gwpcormapper

Repository files navigation

a web-based tool for interactive geographically weighted correlation mapping

Lifecycle: stable

This project holds the source code forgwpcorMapper: an R package for exploratory spatial data analysisthrough the interactive mapping of geographically weighted correlation and partial correlation coefficients.

Installation and Usage

Install thegwpcormapper package from CRAN by:

install.packages("gwpcormapper")

or get the latest version from GitHub viaremotes:

remotes::install_github("gwpcor/gwpcormapper")

Then, launch the application by running the following in an R terminal:

gwpcormapper::run_app()

Alternatively, gwpcorMapper can be built and launched using docker:

docker build -t gwpcormapper .docker run -p 80:80 gwpcormapper

To run via docker, please ensure thatdocker is installed.

Please see the getting started vignette for more detailed instructions and examples in using thegwpcormapper package.

Map Styles (Base Maps)

The default basemap used isCARTO DarkMatterhowever, this may be changed by declaring either a web-tile source URL or by specifying amapbox styleas an environmental variable. Please follow the guide for detailed instructions on using custom base maps.

Local Installation (for development):

To run the application locally, make sure the following dependencies are installed:

  • R (>= 3.6.3)
  • GDAL (>= 2.4.0)
  • GEOS (>= 3.7.1)
  • Proj.4 (>= 4.8.0)

Then launch the Shiny app by running the code atdev/run_dev.R

About

Geographically weighted partial correlation mapper

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp