Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

Beldine-Moturi/AMLD-Africa-2026

Domaine:

geospatial

Type de record:

software
Créateur:
Bel
Hôte:
# Using the Geospatial Exploration and Orchestration Studio (GEOStudio) for disaster mapping | AMLD Africa 2026 workshop This Repository contains: 1. Simplified instructions for deploying the GEOStudio locally in a MacOS and linux environment. 2. A guide on how to make your first steps after deploying the studio i.e testing with an inference run. 3. Complete flooding and wildfire example use-cases demonstrating the full workflow: from dataset onboarding, through fine-tuning to inferencing through the GEOStudio. 4. Links to the GEOStudio Documentation and Github repos which contains more examples, detailed instructions about local and cluster depployment and more! 5. Links to all the tools and assets mentioned or shared during the workshop presentation. # 💻⚙️ Getting Started with GEOStudio(local deployment) *If you want detailed description 📚 of the local deployment process see here 📚.* Whilst not providing full performance and functionality, the studio can be deployed locally for testing and development purposes. The instructions below will deploy the main components of the Geospatial Studio in a Kubernetes cluster on the local machine (i.e. your laptop). This is provisioned through a Lima Virtual Machine. The automated shell script install the prerequisites, deploy the local dependencies (Minio, Keycloak and Postgresql), before generating the deployment configuration for the studio and then deploying the main studio services + pipelines. To deploy locally: #### Prerequisites: * Lima VM - v1.2.1 (*currently incompatible with v2*) * Helm - v3.19 (*currently incompatible with v4*) * OpenShift CLI * Kubectl (bundled with above) * jq - json command-line processor * yq - yaml command-line processor #### Automated deployment steps ```sh git clone git@github.com:Beldine-Moturi/AMLD-Africa-2026.git cd Deploy_locally ./deploy_mac.sh # OR if you have a linux machine: ./deploy_linux.sh ``` *Deployment can take ~10 minutes (or longer) depending available dow …

Visit

github.com