CoverageDataInPoint Service - v1.4
Introduction
The CoverageDataInPoint service will take a layer and lat/lon coordinates and return the earliest and latest collection date and ground sample distance (pixel size) of all intersecting discrete images. This service is useful to determine the full date range of available images over a given point.
Similar functionality can be achieved by using the more robust FindImageInPoint service which will identify discrete images intersecting the input coordinate and provide both collection dates and GSD (amongst all metadata attributes) all while searching one or more layers.
Technical Details
This service requires a point (lat/lon coordinates) and the desired imagery layer. It will return a JSON file containing the earliest capture date, latest capture date and ground sample distance (GSD).
Output File Specifications:
JSON file
Base URL
This service will answer to requests on the following URL:https://api.gic.org/metadata/CoverageDataInPoint?layer={layer}&lat={lat}&lon={lon}&token={token}
Parameters
Parameter | Parameter Type | Data Type | Description | Example Format | Notes |
---|---|---|---|---|---|
Mandatory: | |||||
| Key Value Pair (KVP) | string | The name of the layer in which to search for coverage.
Urban data collected by Geomni (7.5 GSD)
Urban data collected with Osprey in Japan (7.5 GSD)
Urban data collected with Condor (7.5 GSD)
| |
|
| Key Value Pair | double | The degrees of latitude defining the point. |
|
|
| Key Value Pair | double | The degrees of longitude defining the point. |
|
|
| Key Value Pair | string | The token used to authenticate the requests. |
| Use the Authenticate Service to receive a token. |
Example
Indoor Ski Resort, East Rutherford, New Jersey - Demonstrating CoverageDataInPoint servicehttps://api.gic.org/metadata/CoverageDataInPoint?layer=bluesky-ultra-g&lat=40.81047113801408&lon=-74.0701853718421&token={token}
Results: {"min_date":"2016-05-20","max_date":"2016-08-23","gsd":0.08546422}
Point Location:
See Also
Need help? Create a support ticket | support@vexcelgroup.com