SkillAgentSearch skills...

Pygis

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

Install / Use

/learn @opengeos/Pygis
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pygis

image image image image Conda Downloads Conda Recipe image image

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

  • Free software: MIT license
  • Documentation: https://pygis.gishub.org

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

Related Skills

View on GitHub
GitHub Stars66
CategoryDevelopment
Updated26d ago
Forks20

Languages

Dockerfile

Security Score

100/100

Audited on Feb 28, 2026

No findings