Files

TSYS-AIOS-GIS Docker Documentation

This directory contains organized Docker configurations for GIS and weather data processing tools in the TSYS-AIOS-GIS project.

Container Structure

Each container has its own subdirectory with specific configuration files:

  • TSYS-AIOS-GIS-Tools-GIS-Base/ - Base GIS environment with core geospatial libraries
  • TSYS-AIOS-GIS-Tools-GIS-Processing/ - Advanced GIS processing with Jupyter notebooks
  • TSYS-AIOS-GIS-Tools-Weather-Base/ - Base weather data processing environment
  • TSYS-AIOS-GIS-Tools-Weather-Analysis/ - Advanced weather analysis with forecasting tools

Container Naming Convention

All containers follow the TSYS-AIOS-GIS-Tools- naming convention with descriptive suffixes.

Usage

Building and Running Individual Containers

Each container has its own subdirectory with its Dockerfile and docker-compose.yml file.

# Navigate to the specific container directory
cd /home/localuser/AIWorkspace/TSYS-AIOS-GIS/Docker/TSYS-AIOS-GIS-Tools-GIS-Base

# Build the container
./docker-compose-wrapper.sh build

# Run the container
./docker-compose-wrapper.sh up --build

# Run a specific command in the container
./docker-compose-wrapper.sh run tsys-gis-base [command]

Individual Container Documentation

For specific usage information for each container, see the README files in their respective subdirectories.