Sign inSign up

iosefa/gwpcormapper

By iosefa

•Updated over 5 years ago

Image
1

1.5K

iosefa/gwpcormapper repository overview

⁠gwpcorMapper

a web-based tool for interactive geographically weighted correlation mapping

Docker image for gwpcorMapper: an interactive mapping application for geographically weighted correlation and partial correlation.

To use, pull this docker image:

docker pull iosefa/gwpcormapper:latest

Then launch it with:

docker run -p 80:80 iosefa/gwpcormapper:latest

You can use the application in a web browser by going to http://localhost:80⁠.

⁠Map Styles

gwpcorMapper uses Mapbox for its basemap, so it is possible to change the map style by supplying a mapbox token and style definition in the docker run command. For example:

 docker run -e MAPBOX_TOKEN=<your mapbox token> -e STYLE=dark -p 80:80 gwpcormapper

The default style used is carto-darkmatter, which does not require a mapbox token.

Tag summary

Content type

Image

Digest

Size

823.8 MB

Last updated

over 5 years ago

docker pull iosefa/gwpcormapper