From ffe2d66d91bfaf3c21148cdaf4901dfdcc0f9498 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Fri, 12 Apr 2024 12:43:58 +0200 Subject: [PATCH] Various minor fixes for the template --- CHANGELOG.md | 4 ++-- Pipfile | 2 +- examples/geojson/example.json | 9 ++++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6046f5..fb2b713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,5 +31,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - First release -[Unreleased]: -[v0.1.0]: +[Unreleased]: +[v0.1.0]: diff --git a/Pipfile b/Pipfile index bf645ea..c30b48c 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,6 @@ pymarkdownlnt = ">=0.9" [scripts] test-docs = "pymarkdown -d md024,md013 scan ." test-schema = "fiboa validate-schema schema/schema.yaml" -test-geojson = "fiboa validate examples/geojson -c examples/geojson/collection.json -e https://fiboa.github.io/extension-template/v0.1.0/schema.yaml,schema/schema.yaml --data" +test-geojson = "fiboa validate examples/geojson -e https://fiboa.github.io/extension-template/v0.1.0/schema.yaml,schema/schema.yaml --data" test-geoparquet = "fiboa validate examples/geoparquet -e https://fiboa.github.io/extension-template/v0.1.0/schema.yaml,schema/schema.yaml --data" create-geoparquet = "fiboa create-geoparquet examples/geojson -o examples/geoparquet/example.parquet -c examples/geojson/collection.json -e https://fiboa.github.io/extension-template/v0.1.0/schema.yaml,schema/schema.yaml" diff --git a/examples/geojson/example.json b/examples/geojson/example.json index bc224cf..f5ce3d3 100644 --- a/examples/geojson/example.json +++ b/examples/geojson/example.json @@ -38,5 +38,12 @@ "determination_datetime": "2020-01-01T00:00:00Z", "template:field1": 1, "template:field2": "abc" - } + }, + "links": [ + { + "rel": "collection", + "href": "collection.json", + "type": "application/json" + } + ] }