Skip to content

Commit 1327f95

Browse files
committed
Migrate to vecorel.org
1 parent 45afd82 commit 1327f95

4 files changed

Lines changed: 6 additions & 6 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 schema/schema.yaml"
13-
test-examples = "vec validate examples/geojson examples/geoparquet -s https://vecorel.github.io/administrative-division-extension/v0.1.0/schema.yaml,schema/schema.yaml -n -1"
14-
create-geoparquet = "vec create-geoparquet examples/geojson -o examples/geoparquet/example.parquet -s https://vecorel.github.io/administrative-division-extension/v0.1.0/schema.yaml,schema/schema.yaml"
13+
test-examples = "vec validate examples/geojson examples/geoparquet -s https://vecorel.org/administrative-division-extension/v0.1.0/schema.yaml,schema/schema.yaml -n -1"
14+
create-geoparquet = "vec create-geoparquet examples/geojson -o examples/geoparquet/example.parquet -s https://vecorel.org/administrative-division-extension/v0.1.0/schema.yaml,schema/schema.yaml"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Administrative Division Extension Specification
22

33
- **Title:** Administrative Division
4-
- **Identifier:** <https://vecorel.github.io/administrative-division-extension/v0.1.0/schema.yaml>
4+
- **Identifier:** <https://vecorel.org/administrative-division-extension/v0.1.0/schema.yaml>
55
- **Property Name Prefix:** admin
66
- **Extension Maturity Classification:** Proposal
77
- **Owner**: @m-mohr

examples/geojson/example.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
"admin:country_code": "DE",

schema/schema.yaml

Lines changed: 1 addition & 1 deletion
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
- admin:country_code
44
properties:

0 commit comments

Comments
 (0)