Skip to content

Commit

Permalink
Merge pull request #27 from planetlabs/updates
Browse files Browse the repository at this point in the history
Format metadata and update stats
  • Loading branch information
tschaub authored Aug 8, 2024
2 parents 1c1c462 + 6cf1f25 commit a6ff32e
Show file tree
Hide file tree
Showing 47 changed files with 1,206 additions and 1,204 deletions.
11 changes: 7 additions & 4 deletions stac/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"type": "application/json"
},
{
"description": "RapidAI4EO corpus of spatiotemporal imagery and LULC labels for machine learning training.",
"href": "https://radiantearth.blob.core.windows.net/mlhub/rapidai4eo/stac-v1.0/catalog.json",
"rel": "related",
"title": "RapidAI4EO",
"description": "RapidAI4EO corpus of spatiotemporal imagery and LULC labels for machine learning training.",
"type": "application/json"
},
{
Expand All @@ -62,6 +62,7 @@
"1.0.0": 9
},
"extensions": {
"https://stac-extensions.github.io/stereo-imagery/v1.0.0/schema.json": 4,
"https://stac-extensions.github.io/version/v1.2.0/schema.json": 4
}
},
Expand All @@ -71,7 +72,8 @@
"1.0.0": 11
},
"extensions": {
"https://stac-extensions.github.io/version/v1.2.0/schema.json": 3
"https://stac-extensions.github.io/version/v1.2.0/schema.json": 3,
"https://stac-extensions.github.io/web-map-links/v1.1.0/schema.json": 4
}
},
"stats:items": {
Expand All @@ -80,13 +82,14 @@
"1.0.0": 3720
},
"extensions": {
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.2/schema.json": 27,
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json": 30,
"https://stac-extensions.github.io/eo/v1.1.0/schema.json": 400,
"https://stac-extensions.github.io/file/v2.0.0/schema.json": 16,
"https://stac-extensions.github.io/label/v1.0.0/schema.json": 1423,
"https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json": 4,
"https://stac-extensions.github.io/projection/v1.1.0/schema.json": 397,
"https://stac-extensions.github.io/raster/v1.1.0/schema.json": 382,
"https://stac-extensions.github.io/stereo-imagery/v1.0.0/schema.json": 18,
"https://stac-extensions.github.io/view/v1.0.0/schema.json": 31
},
"assets": {
Expand All @@ -102,4 +105,4 @@
"text/xml": 3
}
}
}
}
2 changes: 1 addition & 1 deletion stac/disasters/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
{
"description": "The Planet Disaster Data Team has released this data as CC-BY-SA-4.0 to help disaster response",
"name": "Planet Disaster Team <disaster[email protected]>",
"name": "Planet Disaster Team \u003cdisaster[email protected]\u003e",
"roles": [
"licensor"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"created": "2017-09-01T19:37:35Z",
"eo:cloud_cover": 0,
"eo:snow_cover": 1,
"pl:clear_percent": 99,
"pl:ground_control": true,
"pl:item_type": "SkySatScene",
"pl:quality_category": "standard",
"pl:strip_id": "s03_20170831T162740Z",
"pl:clear_percent": 99,
"pl:pixel_resolution": 0.5,
"pl:publishing_stage": "finalized",
"pl:quality_category": "standard",
"pl:strip_id": "s03_20170831T162740Z",
"proj:epsg": 3857,
"proj:shape": [
27671,
Expand Down
Loading

0 comments on commit a6ff32e

Please sign in to comment.