Skip to content

Commit b6cb94a

Browse files
authored
fix stac-spec links (#1276)
1 parent 4fe0ae4 commit b6cb94a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/examples/notebooks/Working_with_STAC.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"> The SpatioTemporal Asset Catalog (STAC) specification aims to standardize the way geospatial assets are exposed online and queried. A 'spatiotemporal asset' is any file that represents information about the earth captured in a certain space and time. The initial focus is primarily remotely-sensed imagery (from satellites, but also planes, drones, balloons, etc), but the core is designed to be extensible to SAR, full motion video, point clouds, hyperspectral, LiDAR and derived data like NDVI, Digital Elevation Models, mosaics, etc.\n",
1414
"\n",
15-
"Ref: https://github.com/radiantearth/stac-spechttps://github.com/radiantearth/stac-spec\n",
15+
"Ref: https://github.com/radiantearth/stac-spec\n",
1616
"\n",
1717
"Using STAC makes data indexation and discovery really easy. In addition to the Collection/Item/Asset (data) specifications, data providers are also encouraged to follow a STAC API specification: https://github.com/radiantearth/stac-api-spec\n",
1818
"\n",

docs/src/examples/notebooks/Working_with_STAC_simple.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"> The SpatioTemporal Asset Catalog (STAC) specification aims to standardize the way geospatial assets are exposed online and queried. A 'spatiotemporal asset' is any file that represents information about the earth captured in a certain space and time. The initial focus is primarily remotely-sensed imagery (from satellites, but also planes, drones, balloons, etc), but the core is designed to be extensible to SAR, full motion video, point clouds, hyperspectral, LiDAR and derived data like NDVI, Digital Elevation Models, mosaics, etc.\n",
1515
"\n",
16-
"Ref: https://github.com/radiantearth/stac-spechttps://github.com/radiantearth/stac-spec\n",
16+
"Ref: https://github.com/radiantearth/stac-spec\n",
1717
"\n",
1818
"Using STAC makes data indexation and discovery really easy. In addition to the Collection/Item/Asset (data) specifications, data providers are also encouraged to follow a STAC API specification: https://github.com/radiantearth/stac-api-spec\n",
1919
"\n",

0 commit comments

Comments
 (0)