-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
663 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,4 +125,4 @@ private static void RemoveAssetUriTmp(StacItemNode stacItemNode) | |
} | ||
} | ||
} | ||
} | ||
} |
81 changes: 81 additions & 0 deletions
81
.../BLACKSKY/Global/MetadataExtractorsTests_BSG-102-20240320-024025-217335171_ortho-pan.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} |
Oops, something went wrong.