Skip to content

Commit 403e5ff

Browse files
committed
Deployed ff50d8f to 0.7.0 with MkDocs 1.6.1 and mike 2.1.3
1 parent 46e6d19 commit 403e5ff

File tree

6 files changed

+66
-6
lines changed

6 files changed

+66
-6
lines changed

0.7.0/json-schema/metadata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$id": "https://stac-utils.github.io/stac-geoparquet/json-schema/metadata.json",
4+
"title": "STAC GeoParquet Metadata",
5+
"description": "JSON Schema for STAC GeoParquet metadata stored in Parquet file metadata",
6+
"type": "object",
7+
"properties": {
8+
"version": {
9+
"type": "string",
10+
"const": "1.0.0",
11+
"description": "The stac-geoparquet metadata version."
12+
},
13+
"collections": {
14+
"type": "object",
15+
"description": "A mapping from Collection ID to Collection object. As usual, the Collection ID used as the key of the mapping must match the ID in the Collection object.",
16+
"additionalProperties": {
17+
"type": "object",
18+
"description": "This object represents a Collection in a SpatioTemporal Asset Catalog. Note that this object is not validated against the STAC Collection schema. You'll need to validate it separately from stac-geoparquet."
19+
}
20+
},
21+
"collection": {
22+
"type": "object",
23+
"description": "This object represents a Collection in a SpatioTemporal Asset Catalog. Note that this object is not validated against the STAC Collection schema. You'll need to validate it separately from stac-geoparquet.",
24+
"deprecated": true
25+
}
26+
},
27+
"required": [
28+
"version"
29+
]
30+
}

0.7.0/sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://radiantearth.github.io/stac-geoparquet-spec/latest/</loc>
5-
<lastmod>2025-10-31</lastmod>
5+
<lastmod>2025-11-02</lastmod>
66
</url>
77
<url>
88
<loc>https://radiantearth.github.io/stac-geoparquet-spec/latest/drawbacks/</loc>
9-
<lastmod>2025-10-31</lastmod>
9+
<lastmod>2025-11-02</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://radiantearth.github.io/stac-geoparquet-spec/latest/schema/</loc>
13-
<lastmod>2025-10-31</lastmod>
13+
<lastmod>2025-11-02</lastmod>
1414
</url>
1515
</urlset>

0.7.0/sitemap.xml.gz

-1 Bytes
Binary file not shown.

latest/json-schema/metadata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$id": "https://stac-utils.github.io/stac-geoparquet/json-schema/metadata.json",
4+
"title": "STAC GeoParquet Metadata",
5+
"description": "JSON Schema for STAC GeoParquet metadata stored in Parquet file metadata",
6+
"type": "object",
7+
"properties": {
8+
"version": {
9+
"type": "string",
10+
"const": "1.0.0",
11+
"description": "The stac-geoparquet metadata version."
12+
},
13+
"collections": {
14+
"type": "object",
15+
"description": "A mapping from Collection ID to Collection object. As usual, the Collection ID used as the key of the mapping must match the ID in the Collection object.",
16+
"additionalProperties": {
17+
"type": "object",
18+
"description": "This object represents a Collection in a SpatioTemporal Asset Catalog. Note that this object is not validated against the STAC Collection schema. You'll need to validate it separately from stac-geoparquet."
19+
}
20+
},
21+
"collection": {
22+
"type": "object",
23+
"description": "This object represents a Collection in a SpatioTemporal Asset Catalog. Note that this object is not validated against the STAC Collection schema. You'll need to validate it separately from stac-geoparquet.",
24+
"deprecated": true
25+
}
26+
},
27+
"required": [
28+
"version"
29+
]
30+
}

latest/sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://radiantearth.github.io/stac-geoparquet-spec/latest/</loc>
5-
<lastmod>2025-10-31</lastmod>
5+
<lastmod>2025-11-02</lastmod>
66
</url>
77
<url>
88
<loc>https://radiantearth.github.io/stac-geoparquet-spec/latest/drawbacks/</loc>
9-
<lastmod>2025-10-31</lastmod>
9+
<lastmod>2025-11-02</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://radiantearth.github.io/stac-geoparquet-spec/latest/schema/</loc>
13-
<lastmod>2025-10-31</lastmod>
13+
<lastmod>2025-11-02</lastmod>
1414
</url>
1515
</urlset>

latest/sitemap.xml.gz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)