Skip to content

Commit

Permalink
Fix several issues in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Feb 23, 2024
1 parent d669bf2 commit eef32ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/geojson/collection.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"fiboa_version": "0.0.1",
"fiboa_version": "0.0.2",
"fiboa_extensions": [
"https://fiboa.github.io/extension-template/v0.1.0/schema.yaml"
],
Expand Down
1 change: 0 additions & 1 deletion examples/geojson/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
]
},
"properties": {
"license": "CC-0",
"datetime": "2020-01-01T00:00:00Z",
"expires": "2021-01-01T00:00:00Z",
"template:field1": 1,
Expand Down
Binary file modified examples/geoparquet/example.parquet
Binary file not shown.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"license": "Apache-2.0",
"scripts": {
"test": "npm run check-docs && npm run check-geojson-examples && npm run check-geoparquet-examples",
"check-geojson-examples": "fiboa-geojson-validator validate geojson/examples -c geojson/examples/collection.json",
"init": "pip install fiboa_parquet",
"check-geoparquet-examples": "fiboa_parquet validate geoparquet/examples/example.parquet",
"generate-geoparquet-examples": "fiboa_parquet create geojson/examples -o geoparquet/examples/example.parquet",
"check-docs": "remark . -f -r .github/.remarkrc",
"create-json-schema": "fiboa-geojson-validator create-schema core/schema/schema.yaml -o geojson/schema/schema.json"
"check-geojson-examples": "fiboa-geojson-validator validate examples/geojson -c examples/geojson/collection.json",
"init": "pip install fiboa-cli",
"check-geoparquet-examples": "fiboa validate examples/geoparquet/example.parquet",
"check-docs": "remark . -f -r .github/.remarkrc"
},
"dependencies": {
"@fiboa/geojson-validator": "^0.1.2",
Expand Down

0 comments on commit eef32ae

Please sign in to comment.