Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"id": "copernicus-dem",
"type": "Collection",
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json"
],
"stac_version": "1.0.0",
"description": "Mock Copernicus DEM collection for testing",
"title": "Mock Copernicus Digital Elevation Model",
"keywords": [
"copernicus",
"dem",
"elevation"
],
"providers": [
{
"name": "Mock Earth Data Hub",
"description": "Mock Copernicus Earth Data Hub",
"roles": [
"producer"
],
"url": "http://mock-earthdatahub.example.com"
}
],
"extent": {
"spatial": {
"bbox": [
[
-180.0,
-90.0,
180.0,
90.0
]
]
},
"temporal": {
"interval": [
[
"2021-01-01T00:00:00Z",
"2021-12-31T23:59:59Z"
]
]
}
},
"license": "proprietary",
"links": [
{
"rel": "root",
"href": "collection.json",
"type": "application/json"
},
{
"rel": "self",
"href": "collection.json",
"type": "application/json"
},
{
"rel": "item",
"href": "mock-dem-item.json",
"type": "application/json"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"id": "earthview-catalog",
"type": "Catalog",
"stac_version": "1.0.0",
"description": "Mock Satellogic EarthView catalog for testing",
"title": "Mock Satellogic EarthView Catalog",
"keywords": [
"satellogic",
"earthview",
"satellite"
],
"providers": [
{
"name": "Mock Satellogic",
"description": "Mock Satellogic EarthView",
"roles": [
"producer"
],
"url": "http://mock-satellogic.example.com"
}
],
"extent": {
"spatial": {
"bbox": [
[
-180.0,
-90.0,
180.0,
90.0
]
]
},
"temporal": {
"interval": [
[
"2020-01-01T00:00:00Z",
"2023-12-31T23:59:59Z"
]
]
}
},
"license": "proprietary",
"links": [
{
"rel": "root",
"href": "catalog.json",
"type": "application/json"
},
{
"rel": "self",
"href": "catalog.json",
"type": "application/json"
},
{
"rel": "item",
"href": "mock-earthview-item.json",
"type": "application/json"
}
]
}
64 changes: 64 additions & 0 deletions spark/common/src/test/resources/stac/collections/naip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"id": "naip",
"type": "Collection",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/raster/v1.1.0/schema.json"
],
"stac_version": "1.0.0",
"description": "Mock NAIP (National Agriculture Imagery Program) collection for testing",
"title": "Mock NAIP: National Agriculture Imagery Program",
"keywords": [
"naip",
"aerial",
"imagery"
],
"providers": [
{
"name": "Mock Planetary Computer",
"description": "Mock Microsoft Planetary Computer",
"roles": [
"host"
],
"url": "http://mock-planetarycomputer.example.com"
}
],
"extent": {
"spatial": {
"bbox": [
[
-160.0,
18.0,
-64.0,
50.0
]
]
},
"temporal": {
"interval": [
[
"2009-01-01T00:00:00Z",
"2022-12-31T23:59:59Z"
]
]
}
},
"license": "proprietary",
"links": [
{
"rel": "root",
"href": "collection.json",
"type": "application/json"
},
{
"rel": "self",
"href": "collection.json",
"type": "application/json"
},
{
"rel": "item",
"href": "mock-naip-item.json",
"type": "application/json"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
{
"id": "sentinel-2-pre-c1-l2a",
"type": "Collection",
"stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
],
"stac_version": "1.0.0",
"description": "Mock Sentinel-2 Pre-Collection 1 Level-2A collection for testing",
"title": "Mock Sentinel-2 Pre-Collection 1 Level-2A",
"keywords": [
"sentinel",
"earth observation",
"esa"
],
"providers": [
{
"name": "Mock Earth Search",
"description": "Mock provider for testing",
"roles": [
"producer",
"processor"
],
"url": "http://mock-earth-search.example.com"
}
],
"extent": {
"spatial": {
"bbox": [
[
-180.0,
-90.0,
180.0,
90.0
]
]
},
"temporal": {
"interval": [
[
"2015-06-23T00:00:00Z",
"2021-12-31T23:59:59Z"
]
]
}
},
"license": "proprietary",
"links": [
{
"rel": "root",
"href": "https://earth-search.aws.element84.com/v1",
"type": "application/json"
},
{
"rel": "parent",
"href": "https://earth-search.aws.element84.com/v1",
"type": "application/json"
},
{
"rel": "self",
"href": "https://earth-search.aws.element84.com/v1/collections/sentinel-2-pre-c1-l2a",
"type": "application/json"
},
{
"rel": "item",
"href": "mock-item-1.json",
"type": "application/json"
},
{
"rel": "item",
"href": "mock-item-2.json",
"type": "application/json"
},
{
"rel": "item",
"href": "mock-item-3.json",
"type": "application/json"
},
{
"rel": "item",
"href": "mock-item-4.json",
"type": "application/json"
},
{
"rel": "item",
"href": "mock-item-5.json",
"type": "application/json"
}
],
"summaries": {
"platform": [
"sentinel-2a",
"sentinel-2b"
],
"constellation": [
"sentinel-2"
],
"instruments": [
"msi"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"id": "vegetation-collection",
"type": "Collection",
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json"
],
"stac_version": "1.0.0",
"description": "Mock vegetation collection for testing",
"title": "Mock Vegetation Collection",
"keywords": [
"vegetation",
"canopy",
"height"
],
"providers": [
{
"name": "Mock CFO",
"description": "Mock California Forest Observatory",
"roles": [
"producer"
],
"url": "http://mock-cfo.example.com"
}
],
"extent": {
"spatial": {
"bbox": [
[
-124.4096,
32.5342,
-114.1308,
42.0095
]
]
},
"temporal": {
"interval": [
[
"2016-01-01T00:00:00Z",
"2016-12-31T23:59:59Z"
]
]
}
},
"license": "CC-BY-4.0",
"links": [
{
"rel": "root",
"href": "collection.json",
"type": "application/json"
},
{
"rel": "self",
"href": "collection.json",
"type": "application/json"
},
{
"rel": "item",
"href": "California-Vegetation-CanopyBaseHeight-2016-Summer-00010m.json",
"type": "application/json"
}
]
}
Loading
Loading