Home
Softono

Pygis

Open source MIT Dockerfile
67
Stars
22
Forks
1
Issues
2
Watchers
2 months
Last Commit

 About Pygis

A Python package for installing optional dependencies for geemap and leafmap.

Platforms

Web Self-hosted Docker

Languages

Dockerfile

Need Help Installing Pygis?

We provide expert installation service for this software. Our team will install, configure, and secure Pygis on your server. plans start at just $30.

pygis

image image image image Conda Downloads Conda Recipe image image

A Python package for installing commonly used packages for GIS programming.

To use pygis with Docker, you can pull the image from Docker Hub:

docker pull giswqs/pygis:latest
docker run -it -p 8888:8888 -v $(pwd):/home/jovyan/work giswqs/pygis:latest

To build the Docker image from scratch using the Dockerfile in the root directory, you can run:

docker buildx build --platform linux/amd64,linux/arm64 -t giswqs/pygis:latest .
docker push giswqs/pygis:latest