FindImages Service - v1.4
Introduction
The FindImages Service takes a list of one or more discreteIds
and returns metadata for the requested discrete images. While several services (e.g. FindImageInPoint or FindImageInPolygon) will identify discrete images and provide full metadata, this service is useful if you already have discreteIds
but do not have full metadata.
Technical Details
The output metadata can be provided in three formats, xml
, json
or jsonp
. The discreteIds
parameter refers to the image_id
value in the metadata.
Output Tile Specifications:
Metadata Formats (xml, json, jsonp)
Detailed information about the metadata can be found in Discrete Image Metadata.
Base URL
This service will answer to requests on following URLs:
Mandatory parameters only
https://api.gic.org/metadata/FindImages?discreteIds={discreteIds}&token={token}
All parameters - Defined as Key Value Pairs
https://api.gic.org/metadata/FindImages?discreteIds={discreteIds}&format={format}&jsonpFunction={jsonpFunction}&token={token}
Parameters
Parameter | Parameter Type | Data Type | Description | Example Format | Notes |
---|---|---|---|---|---|
Mandatory: | |||||
| Key Value Pair (KVP) | string | The ID(s) for the discrete image(s) in JSON format ( |
|
You will need to decode the symbols for this service to work: [ = ]= " = |
| Key Value Pair | string | The token used to authenticate the requests. |
| |
Optional: | |||||
| Key Value Pair | string | Format of the response.
|
| |
| Key Value Pair | string | The customizable name of the padding function for |
|
Examples
Demonstrating all parametershttps://api.gic.org/metadata/FindImages?discreteIds=%5B%22W_20191106_165639_383137065AC3BF7%22,%22W_20191106_165719_383137420E9544D%22%5D&format=jsonp&token={token}
Metadata Results Sample:
function SampleName() {return
[
{
"gsd": 0.05561273091005823,
"image_id": "W_20191106_165639_383137065AC3BF7",
"processing_date": "2019-12-05T13:10:42",
"processing_toolset_version": "3.3.0",
"capture_date": "2019-11-06T16:56:39",
"original_image_name": "Images/20191106151536/Cam2_back/002_0105_00001314.jpg",
"original_shot_id": "002_0105_00001314",
"flight_line_id": "0105",
"utm_zone": "17N",
"camera_pos_x": 380930.401,
"camera_pos_y": 4011251.339,
"camera_z": 1804.224,
"ground_z": 634.860107,
"omega": 0.016114,
"phi": 0.794142,
"kappa": 1.553532,
"centre_wkt": "POINT(379752.087835334 4011270.00079464)",
"centre_wkt_latlon": "POINT(-82.33820589 36.23883956)",
"bbox_wkt": "POLYGON((379421.322485143 4010951.4964114,379459.93591641 4011589.18911131,379992.999829378 4011527.62666,379957.336578943 4010999.3317392,379421.322485143 4010951.4964114))",
"bbox_wkt_latlon": "POLYGON((-82.34183691 36.23592762,-82.34150553 36.24168003,-82.33556501 36.24119153,-82.33588078 36.23642551,-82.34183691 36.23592762))",
"orientation": "W",
.
.
.
Need help? Create a support ticket | support@vexcelgroup.com