https://github.com/munterfi/archgis-docker
Extension for Arch Linux that enables processing, analyzing and storing spatial data (Libraries: Udunits2, GDAL, GEOS and PROJ; Tools: Python and R).
https://github.com/munterfi/archgis-docker
archgis archlinux docker-image gdal geos proj spatial-analysis spatial-data
Last synced: about 1 year ago
JSON representation
Extension for Arch Linux that enables processing, analyzing and storing spatial data (Libraries: Udunits2, GDAL, GEOS and PROJ; Tools: Python and R).
- Host: GitHub
- URL: https://github.com/munterfi/archgis-docker
- Owner: munterfi
- License: gpl-3.0
- Created: 2020-04-10T21:00:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T09:46:01.000Z (over 4 years ago)
- Last Synced: 2025-01-13T07:32:37.001Z (about 1 year ago)
- Topics: archgis, archlinux, docker-image, gdal, geos, proj, spatial-analysis, spatial-data
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/munterfi/archgis
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://microbadger.com/images/munterfi/archgis)
[](https://microbadger.com/images/munterfi/archgis)
# Docker Image of ArchGIS
Extension for Arch Linux that enables processing, analyzing and storing spatial data (Libs: Udunits2, GDAL, GEOS and PROJ; Tools: Python and R).
## Usage
Pull built image from Docker Hub and run a container:
```bash
docker run munterfi/archgis:latest
```
... which prints:
```txt
_ _ ____ ___ ____ ____ _
/ \ _ __ ___| |__ / ___|_ _/ ___| | _ \ ___ ___| | _____ _ __
/ _ \ | '__/ __| '_ \| | _ | |\___ \ | | | |/ _ \ / __| |/ / _ \ '__|
/ ___ \| | | (__| | | | |_| || | ___) | | |_| | (_) | (__| < __/ |
/_/ \_\_| \___|_| |_|\____|___|____/ |____/ \___/ \___|_|\_\___|_|
Image: archgis:latest FROM archlinux:latest
GDAL: 3.0.4-5
GEOS: 3.8.0-1
PROJ: 6.3.1-1
Maintainer: Merlin Unterfinger
License: GNU General Public License 3.0
```
Build the image locally:
```bash
git clone https://github.com/munterfi/archgis-docker.git
./build.sh
```
Run the local image interactively:
```bash
./run.sh
```
## References
* [Docker Base Image for Arch Linux](https://github.com/archlinux/archlinux-docker)
* [ArchGIS extension for Arch Linux](https://github.com/munterfi/archgis)