Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repository uses [Docusaurus](https://docusaurus.io/) to publish the documen

The Overture schema repository [github/overturemaps/schema](https://github.com/overturemaps/schema) maintains the official Overture schema and the documentation surrounding the actual schema reference pages. This is to ensure that the schema, documentation, and relevant examples are always in-sync.

The script `fetch_schema.sh` injects the contents of the schema's documentation into `docs/schema/` and copies the schema `YAMl` files and examples to `docs/_schema` and `docs/_examples`, respectively. This script runs with every build.
The script `fetch_schema.sh` injects the contents of the schema's documentation into `docs/schema/` and copies the schema `YAML` files and examples to `docs/_schema` and `docs/_examples`, respectively. This script runs with every build.

Therefore, anything available at `docs.overturemaps.org/schema` (under the **Schema Reference** link in the header) comes from the Overture schema repository, not this repository. Any changes to `schema` will be overwritten on every build.

Expand Down
2 changes: 1 addition & 1 deletion community/used-by.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ draft: true
These companies and organizations are using Overture data in production.

### [Shadowmap](https://shadowmap.org/)
Shadowmap is an interactive platform for visualizing and analyzing light at any location time, and date. In summer 2024, they started using Overture bulidings for global coverage and more accurate heights.
Shadowmap is an interactive platform for visualizing and analyzing light at any location time, and date. In summer 2024, they started using Overture buildings for global coverage and more accurate heights.

"That's why we're super stoked about Overture – a service that greatly improves the way we can work with open map data in Shadowmap by connecting many different data sources."

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/QGIS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In this example, we'll show you how to get Overture data into [QGIS](https://www

## Method 1: Using the GeoParquet Downloader plugin (recommended)

You can load Overture data directly into QGIS using the [GeoParquet Downloader plugin](https://github.com/cholmes/qgis_plugin_gpq_downloader). This plugin treats cloud-hosted GeoParquet files like a data service, pulling only the features within your current map view. It uses DuckDB under the hood to query the data in Overture's cloud storage and automatically converts that data to your preffered format.
You can load Overture data directly into QGIS using the [GeoParquet Downloader plugin](https://github.com/cholmes/qgis_plugin_gpq_downloader). This plugin treats cloud-hosted GeoParquet files like a data service, pulling only the features within your current map view. It uses DuckDB under the hood to query the data in Overture's cloud storage and automatically converts that data to your preferred format.


### Installation
Expand Down
Loading