-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update documentation.yaml Swapping commit hash to specific version of peaceiris/actions-gh-pages * Update documentation.yaml Forgot 'v' in version for peaceiris/actions-gh-pages@ * Add integration tests for SICD --------- Co-authored-by: douglas1850 <[email protected]>
- Loading branch information
1 parent
b62bbcf
commit cf30ce5
Showing
7 changed files
with
14,612 additions
and
1 deletion.
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
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
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
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
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,99 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"bbox": [ | ||
109.68183257229833, | ||
40.26362434768428, | ||
109.68261187214613, | ||
40.26429231898239 | ||
], | ||
"id": "a3c358058d55761d0642a64055e5d80a", | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
109.682612, | ||
40.263764, | ||
0 | ||
], | ||
[ | ||
109.682278, | ||
40.264292, | ||
0 | ||
], | ||
[ | ||
109.681833, | ||
40.264153, | ||
0 | ||
], | ||
[ | ||
109.682167, | ||
40.263624, | ||
0 | ||
], | ||
[ | ||
109.682612, | ||
40.263764, | ||
0 | ||
] | ||
] | ||
] | ||
}, | ||
"properties": { | ||
"detection": { | ||
"type": "Polygon", | ||
"pixelCoordinates": [ | ||
[ | ||
204.8, | ||
204.8 | ||
], | ||
[ | ||
204.8, | ||
307.2 | ||
], | ||
[ | ||
307.2, | ||
307.2 | ||
], | ||
[ | ||
307.2, | ||
204.8 | ||
] | ||
], | ||
"ontology": [ | ||
{ | ||
"iri": "sample_object", | ||
"detectionScore": 1 | ||
} | ||
], | ||
"coordinates": [] | ||
}, | ||
"center_longitude": 109.68222222222224, | ||
"center_latitude": 40.263958333333335, | ||
"inferenceMetadata": { | ||
"jobId": "a007cb086b65219a72b5cd5a58e945e2", | ||
"filePath": "s3://test-images-825536440648/capella-sicd121-chip1.ntf", | ||
"receiveTime": "2023-09-07T23:31:24.937142", | ||
"inferenceTime": "2023-09-07T23:31:25.683975+00:00", | ||
"tileOverlapFeatureSelection": "{\"algorithm\": \"NMS\", \"iou_threshold\": 0.75, \"skip_box_threshold\": 0.0001, \"sigma\": 0.1}" | ||
}, | ||
"source": [ | ||
{ | ||
"fileType": "NITF", | ||
"info": { | ||
"imageCategory": "SAR", | ||
"metadata": { | ||
"sourceId": "", | ||
"sourceDt": "2002-12-16T15:16:29", | ||
"classification": "UNCLASSIFIED" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.