Skip to content

Commit

Permalink
Merge pull request #28 from planetlabs/pembamoto
Browse files Browse the repository at this point in the history
Add collection for Pembamoto Regreening exercise
  • Loading branch information
tschaub authored Aug 8, 2024
2 parents a6ff32e + 8c5fe7f commit e3f92d4
Show file tree
Hide file tree
Showing 5 changed files with 1,641 additions and 24 deletions.
49 changes: 25 additions & 24 deletions stac/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,51 +58,52 @@
],
"stats:catalogs": {
"count": 9,
"versions": {
"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
},
"versions": {
"1.0.0": 9
}
},
"stats:collections": {
"count": 11,
"versions": {
"1.0.0": 11
},
"count": 12,
"extensions": {
"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
},
"versions": {
"1.0.0": 12
}
},
"stats:items": {
"count": 3720,
"versions": {
"1.0.0": 3720
"assets": {
"application/geo+json": 1423,
"application/json": 28,
"application/vnd.laszip+copc": 4,
"application/zip": 16,
"image/jpeg": 1,
"image/png": 17,
"image/tiff": 3,
"image/tiff; application=geotiff": 2253,
"image/tiff; application=geotiff; profile=cloud-optimized": 437,
"text/xml": 4
},
"count": 3722,
"extensions": {
"https://planetlabs.github.io/stac-extension/v1.0.0-beta.3/schema.json": 30,
"https://stac-extensions.github.io/eo/v1.0.0/schema.json": 2,
"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/projection/v1.1.0/schema.json": 399,
"https://stac-extensions.github.io/raster/v1.1.0/schema.json": 384,
"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
"https://stac-extensions.github.io/view/v1.0.0/schema.json": 33
},
"assets": {
"application/geo+json": 1423,
"application/json": 26,
"application/vnd.laszip+copc": 4,
"application/zip": 16,
"image/jpeg": 1,
"image/png": 17,
"image/tiff": 2,
"image/tiff; application=geotiff": 2253,
"image/tiff; application=geotiff; profile=cloud-optimized": 433,
"text/xml": 3
"versions": {
"1.0.0": 3722
}
}
}
6 changes: 6 additions & 0 deletions stac/education/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"rel": "child",
"title": "Panama Bloom",
"type": "application/json"
},
{
"href": "./pembamoto/collection.json",
"rel": "child",
"title": "Pembamoto Regreening",
"type": "application/json"
}
]
}
Loading

0 comments on commit e3f92d4

Please sign in to comment.