|
| 1 | +# Demos |
| 2 | + |
| 3 | +A visual tour of what GeoLibre looks like in use. **Click any screenshot to open |
| 4 | +it at full resolution, or any animation to play the full-quality video.** For the |
| 5 | +complete capability list, see [Features](features.md); for hands-on |
| 6 | +walkthroughs, see the [Tutorials](tutorials/index.md). |
| 7 | + |
| 8 | +## 3D Tiles |
| 9 | + |
| 10 | +Photogrammetry and mesh datasets stream in as [3D Tiles](user-guide/adding-data.md) |
| 11 | +and render on deck.gl over the MapLibre map, including authenticated tilesets via |
| 12 | +custom request headers. |
| 13 | + |
| 14 | +[](https://files.opengeos.org/GeoLibre-demo.webp) |
| 15 | + |
| 16 | +[Open the live project](https://share.geolibre.app/giswqs/3d-tiles){ .md-button .md-button--primary } |
| 17 | + |
| 18 | +## NYC buildings and subways |
| 19 | + |
| 20 | +Manhattan building footprints extruded in 3D and colored by construction era, |
| 21 | +with the MTA subway lines and stations on top. The legend is |
| 22 | +[generated automatically](user-guide/styling.md) from the layers' symbology. |
| 23 | + |
| 24 | +[](https://files.opengeos.org/nyc-buildings.webp) |
| 25 | + |
| 26 | +The animation below runs the [Time Slider](features.md#plugins) along the |
| 27 | +buildings' construction year, from 1850 to 2025, so Manhattan fills in era by |
| 28 | +era — the camera stays put and the data moves. Click it to play the |
| 29 | +full-quality video. |
| 30 | + |
| 31 | +[](https://files.opengeos.org/nyc-buildings.webm) |
| 32 | + |
| 33 | +[Open the live project](https://share.geolibre.app/giswqs/nyc-buildings-and-subways){ .md-button .md-button--primary } |
| 34 | + |
| 35 | +## Planetary basemaps |
| 36 | + |
| 37 | +GeoLibre is not limited to Earth. Planetary basemaps from |
| 38 | +[OpenPlanetaryMap](https://openplanetary.org/) and |
| 39 | +[USGS Astrogeology](https://astrogeology.usgs.gov/) cover the Moon, Mars, |
| 40 | +Mercury, Venus, the Galilean moons (Io, Europa, Ganymede, Callisto), Titan, |
| 41 | +Pluto, and Charon. The USGS bodies are reprojected to Web Mercator by the tiles |
| 42 | +Worker, and each project carries its own ellipsoid, so distance, area, and scale |
| 43 | +measurements match the body you are mapping. Switch bodies from the planet |
| 44 | +switcher in the Layers panel. |
| 45 | + |
| 46 | +The deep-space starfield behind each globe comes from the |
| 47 | +[Atmosphere Effects plugin](features.md#plugins). |
| 48 | + |
| 49 | +<table> |
| 50 | + <tr> |
| 51 | + <td width="33%"><a href="https://files.opengeos.org/earth.webp"><img src="https://files.opengeos.org/earth.webp" alt="GeoLibre globe view of Earth over a starfield backdrop"></a></td> |
| 52 | + <td width="33%"><a href="https://files.opengeos.org/moon.webp"><img src="https://files.opengeos.org/moon.webp" alt="GeoLibre globe view of the Moon over a starfield backdrop"></a></td> |
| 53 | + <td width="33%"><a href="https://files.opengeos.org/mars.webp"><img src="https://files.opengeos.org/mars.webp" alt="GeoLibre globe view of Mars over a starfield backdrop"></a></td> |
| 54 | + </tr> |
| 55 | + <tr> |
| 56 | + <td align="center"><b>Earth</b><br>Street, satellite, and cloudless imagery</td> |
| 57 | + <td align="center"><b>Moon</b><br>Hillshaded Albedo (NASA / LOLA / USGS)</td> |
| 58 | + <td align="center"><b>Mars</b><br>Colour MOLA Elevation (NASA / MOLA)</td> |
| 59 | + </tr> |
| 60 | + <tr> |
| 61 | + <td width="33%"><a href="https://files.opengeos.org/mercury.webp"><img src="https://files.opengeos.org/mercury.webp" alt="GeoLibre globe view of Mercury over a starfield backdrop"></a></td> |
| 62 | + <td width="33%"><a href="https://files.opengeos.org/pluto.webp"><img src="https://files.opengeos.org/pluto.webp" alt="GeoLibre globe view of Pluto over a starfield backdrop"></a></td> |
| 63 | + <td width="33%"><a href="https://files.opengeos.org/venus.webp"><img src="https://files.opengeos.org/venus.webp" alt="GeoLibre globe view of Venus over a starfield backdrop"></a></td> |
| 64 | + </tr> |
| 65 | + <tr> |
| 66 | + <td align="center"><b>Mercury</b><br>MESSENGER Colour Mosaic (NASA / JHU APL / CIW)</td> |
| 67 | + <td align="center"><b>Pluto</b><br>New Horizons Mosaic (NASA / JHU APL / SwRI)</td> |
| 68 | + <td align="center"><b>Venus</b><br>Magellan C3-MDIR Colour (NASA / JPL)</td> |
| 69 | + </tr> |
| 70 | +</table> |
| 71 | + |
| 72 | +## SQL Workspace |
| 73 | + |
| 74 | +Run DuckDB Spatial SQL against loaded layers, local files, and remote URLs |
| 75 | +without leaving the map, then add the result as a layer or export it. PostGIS |
| 76 | +(PGlite) and Apache Sedona engines are available from the same panel. |
| 77 | + |
| 78 | +[](https://data.geolibre.app/images/geolibre-sql-workspace.webp) |
| 79 | + |
| 80 | +See [SQL Workspace](user-guide/sql-workspace.md) and the |
| 81 | +[Spatial SQL tutorial](tutorials/spatial-sql.md). |
| 82 | + |
| 83 | +## Chrome-free embeds |
| 84 | + |
| 85 | +Any shared project can be embedded with `maponly` for a pure map with no |
| 86 | +toolbar, panels, or status bar. |
| 87 | + |
| 88 | +[](https://data.geolibre.app/images/geolibre-embed-maponly.webp) |
| 89 | + |
| 90 | +See [Embedding & Sharing](user-guide/embedding.md) for every URL parameter. |
| 91 | + |
| 92 | +## Video tutorials |
| 93 | + |
| 94 | +- [GeoLibre 1.0: A Free, Open-Source Cloud-Native GIS That Runs Anywhere (Browser, Desktop & Jupyter)](https://youtu.be/87Cm0QagtxI) — a tour of the browser, desktop, and Jupyter builds. |
| 95 | +- [Geoprocessing in the Browser: 700+ Free GIS Tools in GeoLibre, Zero Install](https://youtu.be/W32bIQO_nG8) — the Whitebox toolbox running entirely on WebAssembly. |
| 96 | + |
| 97 | +## Try it yourself |
| 98 | + |
| 99 | +[Launch GeoLibre Web](https://web.geolibre.app/){ .md-button .md-button--primary } |
| 100 | +[Download the app](downloads.md){ .md-button } |
| 101 | +[Getting started](getting-started.md){ .md-button } |
0 commit comments