Skip to content

Commit 52fa980

Browse files
authored
Fix broken epsg href (#539)
1 parent fd26251 commit 52fa980

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

filter_bbox.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"default": null
8484
},
8585
"crs": {
86-
"description": "Coordinate reference system of the extent, specified as as [EPSG code](http://www.epsg-registry.org/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). Defaults to `4326` (EPSG code 4326) unless the client explicitly requests a different coordinate reference system.",
86+
"description": "Coordinate reference system of the extent, specified as [EPSG code](https://spatialreference.org/ref/epsg/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). Defaults to `4326` (EPSG code 4326) unless the client explicitly requests a different coordinate reference system.",
8787
"anyOf": [
8888
{
8989
"title": "EPSG Code",
@@ -148,8 +148,8 @@
148148
},
149149
{
150150
"rel": "about",
151-
"href": "http://www.epsg-registry.org",
152-
"title": "Official EPSG code registry"
151+
"href": "https://spatialreference.org/ref/epsg",
152+
"title": "EPSG code registry"
153153
},
154154
{
155155
"rel": "about",

load_collection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"default": null
6565
},
6666
"crs": {
67-
"description": "Coordinate reference system of the extent, specified as as [EPSG code](http://www.epsg-registry.org/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). Defaults to `4326` (EPSG code 4326) unless the client explicitly requests a different coordinate reference system. If the bounding box is not provided in the coordinate reference system (CRS) of the data cube, the bounding box is reprojected to the CRS of the spatial data cube dimensions.",
67+
"description": "Coordinate reference system of the extent, specified as [EPSG code](https://spatialreference.org/ref/epsg/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). Defaults to `4326` (EPSG code 4326) unless the client explicitly requests a different coordinate reference system. If the bounding box is not provided in the coordinate reference system (CRS) of the data cube, the bounding box is reprojected to the CRS of the spatial data cube dimensions.",
6868
"anyOf": [
6969
{
7070
"title": "EPSG Code",
@@ -295,8 +295,8 @@
295295
},
296296
{
297297
"rel": "about",
298-
"href": "http://www.epsg-registry.org",
299-
"title": "Official EPSG code registry"
298+
"href": "https://spatialreference.org/ref/epsg",
299+
"title": "EPSG code registry"
300300
},
301301
{
302302
"rel": "about",

meta/subtype-schemas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"default": null
5656
},
5757
"crs": {
58-
"description": "Coordinate reference system of the extent, specified as as [EPSG code](http://www.epsg-registry.org/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). Defaults to `4326` (EPSG code 4326) unless the client explicitly requests a different coordinate reference system.",
58+
"description": "Coordinate reference system of the extent, specified as [EPSG code](https://spatialreference.org/ref/epsg/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). Defaults to `4326` (EPSG code 4326) unless the client explicitly requests a different coordinate reference system.",
5959
"anyOf": [
6060
{
6161
"$ref": "#/definitions/epsg-code"

proposals/load_stac.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"default": null
6868
},
6969
"crs": {
70-
"description": "Coordinate reference system of the extent, specified as as [EPSG code](http://www.epsg-registry.org/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). Defaults to `4326` (EPSG code 4326) unless the client explicitly requests a different coordinate reference system. If the bounding box is not provided in the coordinate reference system (CRS) of the data cube, the bounding box is reprojected to the CRS of the spatial data cube dimensions.",
70+
"description": "Coordinate reference system of the extent, specified as [EPSG code](https://spatialreference.org/ref/epsg/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). Defaults to `4326` (EPSG code 4326) unless the client explicitly requests a different coordinate reference system. If the bounding box is not provided in the coordinate reference system (CRS) of the data cube, the bounding box is reprojected to the CRS of the spatial data cube dimensions.",
7171
"anyOf": [
7272
{
7373
"title": "EPSG Code",
@@ -307,8 +307,8 @@
307307
},
308308
{
309309
"rel": "about",
310-
"href": "http://www.epsg-registry.org",
311-
"title": "Official EPSG code registry"
310+
"href": "https://spatialreference.org/ref/epsg",
311+
"title": "EPSG code registry"
312312
},
313313
{
314314
"rel": "about",

proposals/vector_reproject.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"name": "projection",
27-
"description": "Coordinate reference system to reproject to. Specified as an [EPSG code](http://www.epsg-registry.org/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html).",
27+
"description": "Coordinate reference system to reproject to. Specified as [EPSG code](https://spatialreference.org/ref/epsg/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html).",
2828
"schema": [
2929
{
3030
"title": "EPSG Code",
@@ -85,8 +85,8 @@
8585
},
8686
{
8787
"rel": "about",
88-
"href": "http://www.epsg-registry.org",
89-
"title": "Official EPSG code registry"
88+
"href": "https://spatialreference.org/ref/epsg",
89+
"title": "EPSG code registry"
9090
},
9191
{
9292
"rel": "about",

resample_spatial.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
{
5151
"name": "projection",
52-
"description": "Warps the data cube to the target projection, specified as as [EPSG code](http://www.epsg-registry.org/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). By default (`null`), the projection is not changed.",
52+
"description": "Warps the data cube to the target projection, specified as [EPSG code](https://spatialreference.org/ref/epsg/) or [WKT2 CRS string](http://docs.opengeospatial.org/is/18-010r7/18-010r7.html). By default (`null`), the projection is not changed.",
5353
"schema": [
5454
{
5555
"title": "EPSG Code",
@@ -143,8 +143,8 @@
143143
},
144144
{
145145
"rel": "about",
146-
"href": "http://www.epsg-registry.org",
147-
"title": "Official EPSG code registry"
146+
"href": "https://spatialreference.org/ref/epsg",
147+
"title": "EPSG code registry"
148148
},
149149
{
150150
"rel": "about",

0 commit comments

Comments
 (0)