Skip to content

Commit 5bc6938

Browse files
committed
Migrate to vecorel.org
1 parent b1b3593 commit 5bc6938

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ pymarkdownlnt = ">=0.9"
1010
[scripts]
1111
test-docs = "pymarkdown -d md024,md013 scan ."
1212
test-schema = "vec validate-schema core/schema/schema.yaml"
13-
test-examples = "vec validate geojson/examples/featurecollection geojson/examples/individual-features geoparquet/examples -s https://vecorel.github.io/specification/v0.1.0/schema.yaml,core/schema/schema.yaml -n -1"
14-
create-geoparquet = "vec create-geoparquet geojson/examples/featurecollection/features.json -s https://vecorel.github.io/specification/v0.1.0/schema.yaml,core/schema/schema.yaml -o geoparquet/examples/example.parquet"
13+
test-examples = "vec validate geojson/examples/featurecollection geojson/examples/individual-features geoparquet/examples -s https://vecorel.org/specification/v0.1.0/schema.yaml,core/schema/schema.yaml -n -1"
14+
create-geoparquet = "vec create-geoparquet geojson/examples/featurecollection/features.json -s https://vecorel.org/specification/v0.1.0/schema.yaml,core/schema/schema.yaml -o geoparquet/examples/example.parquet"

core/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ common definitions are shared across these levels.
77
- A Collection refers to a group of one or more features.
88
- A Feature is a single field geometry with additional properties.
99

10-
- **Schema:** <https://vecorel.github.io/specification/v0.1.0/schema.yaml>
10+
- **Schema:** <https://vecorel.org/specification/v0.1.0/schema.yaml>
1111

1212
## Table of Contents <!-- omit in toc -->
1313

@@ -44,11 +44,11 @@ This describes two collections `abc` and `xyz`.
4444
```json
4545
{
4646
"abc": [
47-
"https://vecorel.github.io/specification/v0.1.0/schema.yaml"
47+
"https://vecorel.org/specification/v0.1.0/schema.yaml"
4848
],
4949
"xyz": [
50-
"https://vecorel.github.io/specification/v0.1.0/schema.yaml",
51-
"https://vecorel.github.io/crop-extension/v0.1.0/schema.yaml",
50+
"https://vecorel.org/specification/v0.1.0/schema.yaml",
51+
"https://vecorel.org/crop-extension/v0.1.0/schema.yaml",
5252
]
5353
}
5454
```

core/schema/schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$schema: https://vecorel.github.io/sdl/v0.2.0/schema.json
1+
$schema: https://vecorel.org/sdl/v0.2.0/schema.json
22
required:
33
- schemas
44
- id
@@ -21,7 +21,7 @@ properties:
2121
contains:
2222
type: string
2323
enum:
24-
- https://vecorel.github.io/specification/v0.1.0/schema.yaml
24+
- https://vecorel.org/specification/v0.1.0/schema.yaml
2525
id:
2626
type: string
2727
minLength: 1

geojson/examples/featurecollection/features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"type": "FeatureCollection",
33
"schemas": {
44
"de_nrw": [
5-
"https://vecorel.github.io/specification/v0.1.0/schema.yaml",
6-
"https://vecorel.github.io/administrative-division-extension/v0.1.0/schema.yaml"
5+
"https://vecorel.org/specification/v0.1.0/schema.yaml",
6+
"https://vecorel.org/administrative-division-extension/v0.1.0/schema.yaml"
77
]
88
},
99
"schemas:custom": {

geojson/examples/individual-features/12324.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "Feature",
44
"schemas": {
55
"de_nrw": [
6-
"https://vecorel.github.io/specification/v0.1.0/schema.yaml",
7-
"https://vecorel.github.io/administrative-division-extension/v0.1.0/schema.yaml"
6+
"https://vecorel.org/specification/v0.1.0/schema.yaml",
7+
"https://vecorel.org/administrative-division-extension/v0.1.0/schema.yaml"
88
]
99
},
1010
"properties": {

geojson/examples/individual-features/2713.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "Feature",
44
"schemas": {
55
"de_nrw": [
6-
"https://vecorel.github.io/specification/v0.1.0/schema.yaml",
7-
"https://vecorel.github.io/administrative-division-extension/v0.1.0/schema.yaml"
6+
"https://vecorel.org/specification/v0.1.0/schema.yaml",
7+
"https://vecorel.org/administrative-division-extension/v0.1.0/schema.yaml"
88
]
99
},
1010
"properties": {

geojson/schema/datatypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://vecorel.github.io/specification/v0.1.0/geojson/datatypes.json",
3+
"$id": "https://vecorel.org/specification/v0.1.0/geojson/datatypes.json",
44
"$defs": {
55
"boolean": {
66
"type": "boolean"
-38 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)