Skip to content

Commit

Permalink
Changes for BlackSky (text format)
Browse files Browse the repository at this point in the history
  • Loading branch information
floeschau committed Apr 29, 2024
1 parent 14f05e5 commit f178196
Show file tree
Hide file tree
Showing 11 changed files with 663 additions and 386 deletions.
2 changes: 1 addition & 1 deletion src/Stars.Data.Tests/Harvesters/MetadataExtractorsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ private static void RemoveAssetUriTmp(StacItemNode stacItemNode)
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/processing/v1.0.0/schema.json"
],
"type": "Feature",
"id": "BSG-102-20240320-024025-217335171_ortho-pan",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
107.20026032340076,
47.7408500353907
],
[
107.31073894793276,
47.738677702031254
],
[
107.31338802634312,
47.79841769410016
],
[
107.20278300270137,
47.800594553305935
],
[
107.20026032340076,
47.7408500353907
]
]
]
},
"properties": {
"datetime": "2024-03-20T00:00:00Z",
"agency": "BlackSky",
"platform": "global-1",
"constellation": "blacksky-global",
"mission": "blacksky-global",
"instruments": [
"spaceview-24"
],
"sensor_type": "optical",
"spectral_mode": "MS",
"gsd": 1.0,
"title": "BLACKSY GLOBAL-1 GEO MS",
"processing:level": "GEO",
"providers": [
{
"name": "BlackSky",
"description": "BlackSky Constellation is a commercially owned and operated constellation of 60 high resolution imaging microsatellites developed by BlackSky Global. The constellation aims to provide higher temporal resolution and lower cost Earth imaging, and currently contains 17 operational microsatellites, each with an expected lifetime of 4 years.",
"roles": [
"producer",
"processor",
"licensor"
],
"url": "https://www.blacksky.com"
}
]
},
"bbox": [
107.20026032340076,
47.738677702031254,
107.31338802634312,
47.800594553305935
],
"assets": {
"metadata": {
"type": "application/json",
"roles": [
"metadata"
],
"title": "Metadata file",
"href": "data/BSG-102-20240320-024025-217335171_ortho-pan/BS01N47_769636E107_2567602024032000000000MS03_DG000000001.txt",
"filename": "BS01N47_769636E107_2567602024032000000000MS03_DG000000001.txt",
"file:size": 1963
}
},
"links": []
}
Loading

0 comments on commit f178196

Please sign in to comment.