Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Package heatmap as an installable CLI (that uses docker) #14

@twelch

Description

@twelch

Make it easier to use sap-map. Don't require the user to clone the repo, know docker commands or manage projects inside the src folder. Should be able to just install the tool and use a simple CLI command. And manage config.json files and input/output from the outside

Example install

curl -L https://github.com/seasketch/python-sap-map/archive/main.tar.gz | tar xvz
cd python-sap-map && sudo make install

Example run

heatmap --output /path/to/output --input /path/to/input path/to/config.json

See:
https://spin.atomicobject.com/2015/11/30/command-line-tools-docker/
https://github.com/codeclimate/codeclimate

Windows users may be able to use the makefile via WSL2 and possibly utilize Docker support for running containers with WSL2.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions