Skip to content

Commit d6bbae7

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

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
vecorel-cli = ">=0.1"
7+
vecorel-cli = ">=0.2"
88
pymarkdownlnt = ">=0.9"
99

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",
-601 Bytes
Binary file not shown.

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)