Git Product home page Git Product logo

gwpcormapper's Introduction

gwpcorMapper

a web-based tool for interactive geographically weighted correlation mapping

Lifecycle: stable

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

Installation and Usage

Install the gwpcormapper package from CRAN by:

install.packages("gwpcormapper")

or get the latest version from GitHub via remotes:

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 that docker is installed.

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

Map Styles (Base Maps)

The default basemap used is CARTO DarkMatter however, this may be changed by declaring either a web-tile source URL or by specifying a mapbox style as 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 at dev/run_dev.R

gwpcormapper's People

Contributors

iosefa avatar naru-t avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.