Skip to content

Commit

Permalink
Upgrade doc links and build
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Oct 28, 2024
1 parent cd28c41 commit 7c86402
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bblocks-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: OGC API Records

# Short abstract for this collection (optional)
abstract: |
Building Blocks for OGC API Records, components and extensions
[Building Blocks](https://ogcincubator.github.io/bblocks-docs/) for OGC API Records, components and extensions
# Description for this collection (optional)
description: |
A set of Building Blocks to allow reuse, testing and documentation of elements and extensions of OGC API Records.
A set of Building Blocks to allow reuse, testing and documentation of elements and extensions of OGC API Records. Declares and validates conformance with the OGC API Features (and inherits OGC API Common) baseline.
These are re-used by the [GeoDCAT implementation](../geodcat-ogc-api-records), binding Records schemas to DCAT and GeoDCAT ontologies.
These elements are re-used by the [STAC](](https://ogcincubator.github.io/bblocks-stac/) and [GeoDCAT implementation](../geodcat-ogc-api-records), binding Records schemas to DCAT and GeoDCAT ontologies.
identifier-prefix: ogc.api.records.

Expand Down
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Process building blocks
docker run --pull=always --rm --workdir /workspace -v "$(pwd):/workspace" ghcr.io/opengeospatial/bblocks-postprocess --clean true --base-url http://localhost:9090/register/
1 change: 1 addition & 0 deletions view.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run --rm --pull=always -v "$(pwd):/register" -p 9090:9090 ghcr.io/ogcincubator/bblocks-viewer

0 comments on commit 7c86402

Please sign in to comment.