Files
opengeos--geolibre/docs/tutorials/index.md
T
wehub-resource-sync 7df9ebf22c
Sync labels / sync (push) Failing after 1m9s
Publish Container Image / Build and publish container image (push) Has been cancelled
Deploy Website / Deploy to GitHub Pages (push) Has been cancelled
Deploy Website / Build website and demo (push) Has been cancelled
Deploy viewer / Deploy viewer proxy to Cloudflare Workers (push) Has been cancelled
Deploy tiles / Deploy planetary tile proxy to Cloudflare Workers (push) Has been cancelled
Deploy collab / Deploy collaboration relay to Cloudflare Workers (push) Has been cancelled
CI / Dependency audit (push) Has been cancelled
CI / E2E smoke (Playwright) (push) Has been cancelled
CI / Validate CITATION.cff (push) Has been cancelled
CI / Build and test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:33:00 +08:00

28 lines
1.8 KiB
Markdown

# Tutorials
These tutorials walk through common GeoLibre workflows end to end. Each one is short, builds on the [User Guide](../user-guide/interface.md), and links back to the reference pages for the features it uses.
## Before you start
- You can follow most tutorials in the **live viewer** at [web.geolibre.app](https://web.geolibre.app/), which is the browser build of GeoLibre. No installation required.
- A few steps need the **desktop app**: opening and saving project files, reading local MBTiles and rasters, and the Python sidecar tools (raster processing, sidecar conversions, and Whitebox). These are called out where they appear. See [Downloads](../downloads.md) to install.
- The sample dataset used in several tutorials is a public GeoParquet file of world countries: `https://data.source.coop/giswqs/opengeos/countries.parquet`.
## The tutorials
| Tutorial | You will learn to |
| --- | --- |
| [Your First Map](first-map.md) | Add a layer, style it, inspect attributes, and save. |
| [Cloud-Native Data](cloud-native-data.md) | Load remote GeoParquet, FlatGeobuf, and COG, and convert local data. |
| [Vector Analysis](vector-analysis.md) | Buffer and overlay layers, then export the result. |
| [Terrain Analysis](terrain-analysis.md) | Derive hillshade, slope, and contours from a DEM. |
| [Spatial SQL](spatial-sql.md) | Query data with DuckDB Spatial and map the results. |
| [Sharing & Embedding](sharing-embedding.md) | Share a project and embed it in a web page. |
Work through them in order for a guided tour, or jump to the one that matches your task.
## Video tutorials
- [GeoLibre 1.0: A Free, Open-Source Cloud-Native GIS That Runs Anywhere (Browser, Desktop & Jupyter)](https://youtu.be/87Cm0QagtxI)
- [Geoprocessing in the Browser: 700+ Free GIS Tools in GeoLibre, Zero Install](https://youtu.be/W32bIQO_nG8)