Skip to content

Commit

Permalink
Various minor fixes for the template
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Apr 12, 2024
1 parent 987770d commit ffe2d66
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- First release

[Unreleased]: <https://github.com/radiantearth/stac-spec/compare/v0.1.0...main>
[v0.1.0]: <https://github.com/radiantearth/stac-spec/tree/v0.1.0>
[Unreleased]: <https://github.com/fiboa/extension-template/compare/v0.1.0...main>
[v0.1.0]: <https://github.com/fiboa/extension-template/tree/v0.1.0>
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
9 changes: 8 additions & 1 deletion examples/geojson/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit ffe2d66

Please sign in to comment.