Table of Contents
Contents |
---|
Overview |
|Quickstart Examples
|Types|
|Properties|
|Response Examples|
Overview
See the GeoEye-1 Datasheet for more information on this dataset.


GeoEye-1 images
Quickstart Examples
In these examples, "GE01" is the value for "item_type" and "types."
GBDX Notebooks
This Notebook demonstrates the search and visualization of GeoEye-1 data.
You must be logged in to GBDX Notebooks to see it.
GBDX Notebooks GeoEye-1 data example
GBDXtools
This example shows how to search for GeoEye-1 data using GBDXtools:
Python
from gbdxtools import Interface
gbdx = Interface()
aoi = "POLYGON ((-105.35202026367188 39.48113956424843, -105.35202026367188 40.044848254075546, -104.65988159179688 40.044848254075546, -104.65988159179688 39.48113956424843, -105.35202026367188 39.48113956424843))"
query = 'item_type:GE01'
images = gbdx.vectors.query(aoi, query)
print('Images: {}'.format(len(images)))
print("Show first return!")
images[0]
See GBDXtools Response example
VectorService API
Using the GBDX VectorService API, search by "item_type" to find GE01 data. To narrow down the search results set, include area, date range, or both. Search results can be further filtered by data attributes, can be sorted by properties, and the number of results returned can be set.
Vector Services Index Query Reference Overview
API Headers:
Authorization: Bearer [[token]]
Content-type: application/json
To retrieve a subset of results, send a POST
request to
https://vector.geobigdata.io/insight-vector/api/index/query/vector-gbdx-alpha-catalog-v2*/items?q=item_type:GE01
This is the body of the request:
JSON
{
"coordinates": [[[-105.35202026367188, 39.48113956424843], [-105.35202026367188, 40.044848254075546], [-104.65988159179688, 40.044848254075546], [-104.65988159179688, 39.48113956424843], [-105.35202026367188, 39.48113956424843]]],
"type": "Polygon"
}
See Vector Services Response example
To retrieve all results, use a paging request instead. Send a POST
request to
https://vector.geobigdata.io/insight-vector/api/index/query/vector-gbdx-alpha-catalog-v2*/paging?q=item_type:GE01&ttl=5m&sort=item_date:asc
JSON
{
"coordinates": [[[-105.35202026367188, 39.48113956424843], [-105.35202026367188, 40.044848254075546], [-104.65988159179688, 40.044848254075546], [-104.65988159179688, 39.48113956424843], [-105.35202026367188, 39.48113956424843]]],
"type": "Polygon"
}
Catalog API
The GBDX catalog includes both "products" and "acquisitions" for the GeoEye-1 dataset. A product is a 1B image that can be used as an input to a GBDX task. An acquisition is the raw data associated with an image. If a catalog ID has an acquisition record, but no product record in the GBDX catalog, you can use the Ordering API to order it from the factory and have it delivered to GBDX. See the Ordering Course for more information.
Using the GBDX Catalog API, search by "types." To narrow the search results set, include area, date range, or both. Search results can be further filtered by properties.
API Headers:
Authorization: Bearer [[token]]
Content-type: application/json
GEO1 Products Search
Send a POST
request to
https://geobigdata.io/catalog/v2/search
with a request body. Here's an example:
{
"startDate": "2014-04-01T00:00:00.000Z",
"endDate": "2014-04-30T23:59:59.999Z",
"types": ["GE01", 1BProduct],
"limit": 5
}
GEO1 Acquisitions Search
Send a POST
request to
https://geobigdata.io/catalog/v2/search
with a request body. Here's an example:
{
"searchAreaWkt": "POLYGON ((-105.35202026367188 39.48113956424843, -105.35202026367188 40.044848254075546, -104.65988159179688 40.044848254075546, -104.65988159179688 39.48113956424843, -105.35202026367188 39.48113956424843))",
"startDate": "2014-01-01T00:00:00.000Z",
"endDate": "2014-12-31T23:59:59.999Z",
"types": ["GE01",
"DigitalGlobeAcquisition"]
}
See Catalog API Response Example
Types
These are the "types" associated with GeoEye-1 data. See the search example below to learn how to search the GBDX catalog by type.
Type | Description |
---|---|
GE01 | GeoEye-1 pan or multispectral imagery |
DigitalGlobeAcquisition | A search for GE01 and DigitalGlobe Acquisition types results in a set of GeoEye-1 acquisitions. |
DigitalGlobeProduct | A search for GE01 and DigitalGlobe Product types results in a set of GeoEye-1 products. |
Properties
The following properties and metadata files are associated with this dataset in the GBDX catalog:
GeoEye-1 Product Properties
Property | Description | Values |
---|---|---|
bands | Indicates panchromatic image or multispectral image | "Pan" or "Multi" |
bandsList | The specific bands that are part of this product. | Example: BAND_B,BAND_G,BAND_R,BAND_N |
bucketName | name of the AWS receiving bucket the product is stored in. | n/a |
bucketPrefix | The customer's AWS Prefix. This is typically the Account ID. | n/a |
catalogID | The catalog ID for the acquisition this product is derived from. | Example catalog ID: 1020010007AF7100 |
cloudCover | Estimate of the max cloud-covered fraction of the product component. | 0.000 to 1.000, -999.000 if not assessed. |
footprintWkt | The spatial area for a search. A Well-Known Text (WKT) representation of the shape (footprint, geometry) that defines the Location | MULTIPOLYGON |
identifier | The identifier for the product, also referred to as "product ID". | 1040010006129900_P001_MUL_056814719010 |
imageFile | The product image. The file extension is .tiff. | n/a |
offNadirAngle | The spacecraft elevation angle measured from nadir to the image center as seen from the spacecraft at the time the strip or substrip was acquired. | : ≥ 0.0, decimal points may vary. |
part | The part ID for an order. | For this property, the value is a single digit. For example, part: 5. The part ID is indicated in the Product ID and the metadata file names as "00x", or in this example, "005". |
platformName | See "sensorPlatformName". This field exists for backwards compatibility purposes only. | n/a |
productLevel | At this time, Catalog V2 only catalogs Level 1B products. A 1B product is a "basic" DigitalGlobe product. | 1B |
resolution | The resampled image pixel size derived from Ground Sample Distance (GSD). | Example: 0.588 |
sensorPlatformName | The name of the satellite that captured the acquisition this product is derived from. | See all DG satellites. |
soli | Sales Order Line Item | Example: 055734390 |
sunAzimuth | The azimuth of the sun as seen by an observer sitting on the target measured in a clockwise direction from north. | Range: 0.00000 – 360.00000 |
sunElevation | The angle of the sun above the horizon. A negative sun elevation indicates a night time image.. | ±90.0 |
timestamp | The timestamp on the acquisition the product is derived from. | Example: 2014-07-12T17:40:46.000Z |
Vendor | For products, the vendor is DigitalGlobe. | N/A |
Image Support Data (DigitalGlobe Products)
DigitalGlobe products have a set of metadata files called Image Support Data (ISD). The files included with a DigitalGlobe product on GBDX are:
File | Details |
---|---|
attFile | Attitude File, File extension is Attitude File. The attitude file includes the time of first data point, the number of points, and the interval between the points and attitude information. |
browseJpgFile | Product Browse File, File extension is .JPG. The product browse file is a JPEG compressed browse image of the delivered product. |
ephFile | Ephemeris File, File extension is .EPH. The ephemeris file includes the time of first data point, the number of points, and the interval between the points and ephemeris information. |
geoFile | Geometric Calibration File, File extension is .GEO. The geometric calibration file contains the standard photogrammetric parameters of a virtualcamera that models the corresponding camera and optical system for Basic Imagery products |
imdFile | Image Metadata Fle, File extension is .IMD. The image metadata file describes key attributes about the image product, including product level, corner coordinates, and projection information, and time of acquisition. |
readmeTxtFile | Product Component Index File, File extension is .TXT.he README file provides copyright information and the names of the ISD files for a single product within a delivery. |
rpbFile | RPC00B File, File extension is .RPB. The RPC00B file contains the RPC information, which can be used to rectify the image. This is a mathematical mapping from object space coordinates to image space coordinates. |
tilFile | Tile Map File, File extension is .RPB. The tile map file assists the customer in determining what tile to ingest to look at a specific part of the order polygon. |
xmlFile | XML File, File extension is .XML. This file contains the same information as the combined README, Licensing, Image Metadata, Tile Map and RPC00Bfiles, in XML format. For Basic Imagery Products, the attitude, ephemeris, and geometric calibration file are included as well. |
GeoEye-1 Acquisition Properties
These are the properties associated with a GeoEye-1 Acquisition:
Property | Description | Values |
---|---|---|
browseURL | The browse url to view the thumbnail | |
catalogID | CatalogID for the raw data (acquisition). This is sometimes referred to as the "acquisition ID" | Ex.: 1020010007AF7100 |
cloudCover | Estimate of the max cloud-covered fraction of the product component. | 0.000 to 1.000, -999.000 if not assessed. |
footprintWkt | The spatial area for a search. A Well-Known Text (WKT) representation of the shape (footprint, geometry) that defines the Location | MULTIPOLYGON |
identifier | The "identifier" for an acquisition is the catalog ID | 1020010007AF7100 |
multiResolution | multispectral resolution | 2.41480398178101 |
multiResolution_end | The multispectral resolution at the end of the collect | 2.40671253204346 |
multiResolution_max | The maximum multispectral resolution in the collect | 2.42567181587219 |
multiResolution_min | The minimum multispectral resolution in the collect | 0.600724101066589 |
multiResolution_start | The multispectral resolution of the start of of the collect | 0.605704009532928 |
offNadirAngle | The spacecraft elevation angle measured from nadir to the image center as seen from the spacecraft at the time the strip or substrip was acquired. | : ≥ 0.0, decimal points may vary. |
offNadirAngle_max | The maximum spacecraft elevation angle measured from nadir to the product center-line as seen from the spacecraft. | 0.0 to 90.0 |
offNadirAngle_end | The end of the spacecraft elevation angle measured from nadir to the image center as seen from the spacecraft at the time the strip or substrip was acquired. | Example: 33.7915306091309 |
offNadirAngle_min | The maximum spacecraft elevation angle measured from nadir to the product center-line as seen from the spacecraft. | 0.0 to 90.0, Example: 30.0960826873779 |
OffNadirAngle_start | The start of the spacecraft elevation angle measured from nadir to the image center as seen from the spacecraft at the time the strip or substrip was acquired. | Example: 30.0960826873779 |
panResolution | Panchromatic resolution | 0.602808654308319 |
panResolution_end | The panchromatic resolution at the end of the collect | 0.600724101066589 |
panResolution_max | The maximum panchromatic resolution in the collect | 0.605704009532928 |
panResolution_min | The minimum panchromatic resolution in the collect | 0.600724101066589 |
panResolution_start | he panchromatic resolution at the start of the collect | 0.605704009532928 |
platformName | The name of the sensor platform that acquired the data. platformName is in longhand, for example: GEOEYE01. This property is identical to "sensorPlatformName" below. | N/A |
scanDirection | The scan direction of the sensor when the acquisition was captured. | Values are "Forward" or "Reverse". The sensor platform Quickbird uses "forward" only. |
sensorPlatformName | The name of the sensor platform that acquired the data. sensorPlatformName is in longhand, for example: GEOEYE01. This property is identical to "platformName" above. | N/A |
stereoPair | Stereo pair data is not available on GBDX at this time. | N/A |
sunAzimuth | The azimuth of the sun as seen by an observer sitting on the target measured in a clockwise direction from north. | Range: 0.00000 – 360.00000 |
sunAzimuth_max | Maximum azimuth angle of the sun measured from north clockwise. | 0.0 to 360.0 |
sunAzimuth_min | Minimum azimuth angle of the sun measured from north clockwise. | 0.0 to 360.0 |
sunElevation | The angle of the sun. A negative sun elevation indicates a night time image.. | ±90.0 |
sunElevation_max | Maximum azimuth angle of the sun A negative sun elevation indicates a night time image. | ±90.0 |
sunElevation_min | Minimum azimuth angle of the sun. A negative sun elevation indicates a night time image.. | ±90.0 |
targetAzimuth | The azimuth of the target as seen by an observer sitting on the spacecraft measured in a clockwise direction from north. | 49.6538887023926 |
targetAzimuth_end | This is the maximum target azimuth in the collect | 50.8807907104492 |
targetAzimuth_max | This is the end of the target Azimuth for this collect | 50.8807907104492 |
targetAzimuth_min | This is the minimum target azimuth in the collect | 48.0979080200195 |
targetAzimuth_start | This is the start of the target Azimuth for this collect | 48.0979080200195 |
timestamp | The timestamp shows the date and time the acquisition data was collected | Ex. 2014-09-07T18:01:40.000Z |
vendor | The data provider | Ex. DigitalGlobe |
Catalog ID
The Catalog ID is the vendor's identifying information for the acquisition data collected by the satellite. This is sometimes referred to as the "acquisition ID." The catalog ID for the acquisition is also displayed in the properties for products derived from that acquisition. The catalog ID is used to place an order for a product.
Example Acquisition Catalog ID:
1020010007AF7100
Product ID
For all product records, the unique identifier is the product ID.
The format of the product ID is:
<catid>_<part>_<band comb (MSI, PAN, SWR)>_<soli>
Example:
10300100301DCE00_P002_MUL_055825267010
In this example:
Component | Value |
---|---|
catid | 10300100301DCE00 |
part | 002 |
band combination | (MSI, PAN, SWR) |
soli (sales order line item) | 055825267010 |
Response Examples
GBDXtools Response Example
PYTHON
Images: 100
Show first return!
{'type': 'Feature',
'geometry': {'type': 'MultiPolygon',
'coordinates': [[[[-104.8565958, 39.87971997],
[-104.64750915, 39.89762184],
[-104.6505921, 39.74361373],
[-104.85455039, 39.72973384],
[-104.8565958, 39.87971997]]]]},
'properties': {'ingest_source': 'GBDX_INGEST_ALPHA',
'item_date': '2018-04-07T18:03:10.604Z',
'original_crs': 'EPSG:4326',
'item_type': ['GBDXCatalogRecord',
'IDAHOImage',
'DigitalGlobeProduct',
'GE01'],
'name': None,
'format': None,
'ingest_date': '2018-04-07T22:39:09.774Z',
'attributes': {'profileName': 'dg_1b',
'tilePartition': '0000',
'acquisitionDate': '2018-04-07T18:03:10.604Z',
'bucketName': 'rda-images-1',
'numBands_int': 4,
'sunAzimuth_dbl': 154.4,
'nativeTileFileFormat': 'TIF',
'colorInterpretation': 'BGRN',
'cloudCover_int': 2,
'idahoImageId': '9aef0e94-df61-45ca-8284-fe5f8cd5320f',
'satAzimuth_dbl': 225.4,
'satElevation_dbl': 64.9,
'pniirs_dbl': 2.9,
'numYTiles_int': 33,
'tileXOffset_int': 0,
'epsgCode': '4326',
'vendor': 'DigitalGlobe',
'sunElevation_dbl': 54.9,
'platformName': 'GEOEYE01',
'imageHeight_int': 8290,
'numXTiles_int': 34,
'sensorPlatformName': 'GEOEYE01',
'sensorName': '4-band (Blue, Green, Red, NIR) Multispectral',
'dataType': 'UNSIGNED_SHORT',
'imageWidth_int': 8666,
'tileXSize_int': 0,
'tileYSize_int': 0,
'offNadirAngle_dbl': 22.3,
'tileBucketName': 'rda-images-1',
'vendorName': 'DigitalGlobe, Inc.',
'version': '1.1',
'tileYOffset_int': 0,
'catalogID': '105001000F4D5700',
'vendorDatasetIdentifier': 'LV1B:057788550010_01_P008:105001000F4D5700:A010010367349F00',
'groundSampleDistanceMeters_dbl': 2.054},
'ingest_attributes': {'_rest_user': '',
'_rest_url': 'http://vector.geobigdata.io/api/vectors/gbdx-alpha-catalog-v2-%257Bitem_date%253Ayyyy%257D'},
'id': '9aef0e94-df61-45ca-8284-fe5f8cd5320f',
'source': None,
'text': ''}}
Vector Response Example
JSON
[
{
"geometry": {
"coordinates": [
[
[
[
-104.8565958,
39.87971997
],
[
-104.64750915,
39.89762184
],
[
-104.6505921,
39.74361373
],
[
-104.85455039,
39.72973384
],
[
-104.8565958,
39.87971997
]
]
]
],
"type": "MultiPolygon"
},
"type": "Feature",
"properties": {
"ingest_source": "GBDX_INGEST_ALPHA",
"item_date": "2018-04-07T18:03:10.604Z",
"original_crs": "EPSG:4326",
"item_type": [
"GBDXCatalogRecord",
"IDAHOImage",
"DigitalGlobeProduct",
"GE01"
],
"name": null,
"format": null,
"ingest_date": "2018-04-07T22:39:09.774Z",
"attributes": {
"profileName": "dg_1b",
"tilePartition": "0000",
"acquisitionDate": "2018-04-07T18:03:10.604Z",
"bucketName": "rda-images-1",
"numBands_int": 4,
"sunAzimuth_dbl": 154.4,
"nativeTileFileFormat": "TIF",
"colorInterpretation": "BGRN",
"cloudCover_int": 2,
"idahoImageId": "9aef0e94-df61-45ca-8284-fe5f8cd5320f",
"satAzimuth_dbl": 225.4,
"satElevation_dbl": 64.9,
"pniirs_dbl": 2.9,
"numYTiles_int": 33,
"tileXOffset_int": 0,
"epsgCode": "4326",
"vendor": "DigitalGlobe",
"sunElevation_dbl": 54.9,
"platformName": "GEOEYE01",
"imageHeight_int": 8290,
"numXTiles_int": 34,
"sensorPlatformName": "GEOEYE01",
"sensorName": "4-band (Blue, Green, Red, NIR) Multispectral",
"dataType": "UNSIGNED_SHORT",
"imageWidth_int": 8666,
"tileXSize_int": 0,
"tileYSize_int": 0,
"offNadirAngle_dbl": 22.3,
"tileBucketName": "rda-images-1",
"vendorName": "DigitalGlobe, Inc.",
"version": "1.1",
"tileYOffset_int": 0,
"catalogID": "105001000F4D5700",
"vendorDatasetIdentifier": "LV1B:057788550010_01_P008:105001000F4D5700:A010010367349F00",
"groundSampleDistanceMeters_dbl": 2.054
},
"ingest_attributes": {
"_rest_user": "",
"_rest_url": "http://vector.geobigdata.io/api/vectors/gbdx-alpha-catalog-v2-%257Bitem_date%253Ayyyy%257D"
},
"id": "9aef0e94-df61-45ca-8284-fe5f8cd5320f",
"source": null,
"text": ""
}
},
{
"geometry": {
"coordinates": [
[
[
[
-104.85860199,
39.99920235
],
[
-104.64498251,
40.02058665
],
[
-104.64825941,
39.86174029
],
[
-104.85613321,
39.84478865
],
[
-104.85860199,
39.99920235
]
]
]
],
"type": "MultiPolygon"
},
"type": "Feature",
"properties": {
"ingest_source": "GBDX_INGEST_ALPHA",
"item_date": "2018-04-07T18:03:13.368Z",
"original_crs": "EPSG:4326",
"item_type": [
"GBDXCatalogRecord",
"IDAHOImage",
"DigitalGlobeProduct",
"GE01"
],
"name": null,
"format": null,
"ingest_date": "2018-04-07T22:39:09.604Z",
"attributes": {
"profileName": "dg_1b",
"tilePartition": "0000",
"acquisitionDate": "2018-04-07T18:03:13.368Z",
"bucketName": "rda-images-1",
"numBands_int": 4,
"sunAzimuth_dbl": 154.5,
"nativeTileFileFormat": "TIF",
"colorInterpretation": "BGRN",
"cloudCover_int": 0,
"idahoImageId": "2b11aba7-d9bc-4145-b75f-bade3cd29483",
"satAzimuth_dbl": 221.9,
"satElevation_dbl": 62.8,
"pniirs_dbl": 2.9,
"numYTiles_int": 34,
"tileXOffset_int": 0,
"epsgCode": "4326",
"vendor": "DigitalGlobe",
"sunElevation_dbl": 54.8,
"platformName": "GEOEYE01",
"imageHeight_int": 8526,
"numXTiles_int": 35,
"sensorPlatformName": "GEOEYE01",
"sensorName": "4-band (Blue, Green, Red, NIR) Multispectral",
"dataType": "UNSIGNED_SHORT",
"imageWidth_int": 8913,
"tileXSize_int": 0,
"tileYSize_int": 0,
"offNadirAngle_dbl": 24.1,
"tileBucketName": "rda-images-1",
"vendorName": "DigitalGlobe, Inc.",
"version": "1.1",
"tileYOffset_int": 0,
"catalogID": "105001000F4D5700",
"vendorDatasetIdentifier": "LV1B:057788550010_01_P009:105001000F4D5700:A010010367348A00",
"groundSampleDistanceMeters_dbl": 2.048
},
"ingest_attributes": {[email protected]",
"_rest_url": "http://vector.geobigdata.io/api/vectors/gbdx-alpha-catalog-v2-%257Bitem_date%253Ayyyy%257D"
},
"id": "",
"source": null,
"text": ""
}
},
{
"geometry": {
"coordinates": [
[
[
[
-105.00316933,
39.70709046
],
[
-104.81501082,
39.70147351
],
[
-104.81426422,
39.56020971
],
[
-105.00430191,
39.56699156
],
[
-105.00316933,
39.70709046
]
]
]
],
[results truncated to show a single record.]
Catalog API Response Examples
GeoEye-1 Product Response
JSON
{
"stats": {
"recordsReturned": 24,
"totalRecords": 24,
"typeCounts": {
"IDAHOImage": 24,
"GBDXCatalogRecord": 24,
"GE01": 24,
"DigitalGlobeProduct": 24
}
}
"results": [
{
"identifier": "d908f0b5-596b-4f3d-9daa-a400ada32e73",
"type": [
"GBDXCatalogRecord",
"IDAHOImage",
"DigitalGlobeProduct",
"GE01"
],
"properties": {
"satAzimuth": 202.7,
"sunAzimuth": 161.8,
"epsgCode": "4326",
"cloudCover": 0,
"numYTiles": 29,
"numXTiles": 34,
"imageWidth": 8556,
"tileXOffset": 0,
"tileYSize": 0,
"idahoImageId": "d908f0b5-596b-4f3d-9daa-a400ada32e73",
"catalogID": "1050410004BC8200",
"vendorDatasetIdentifier": "LV1B:057689862010_01_P001:1050410004BC8200:A01001035A007600",
"version": "1.0",
"numBands": 4,
"offNadirAngle": 23.3,
"platformName": "GEOEYE01",
"vendorName": "DigitalGlobe, Inc.",
"imageHeight": 7387,
"sunElevation": 27,
"vendor": "DigitalGlobe",
"acquisitionDate": "2014-01-13T17:57:33.090Z",
"dataType": "UNSIGNED_SHORT",
"timestamp": "2014-01-13T17:57:33.090Z",
"tileYOffset": 0,
"bucketName": "rda-images-1",
"tileXSize": 0,
"colorInterpretation": "BGRN",
"profileName": "dg_1b",
"tilePartition": "0000",
"groundSampleDistanceMeters": 2.094,
"sensorName": "4-band (Blue, Green, Red, NIR) Multispectral",
"tileBucketName": "rda-images-1",
"footprintWkt": "MULTIPOLYGON(((-104.51216302 39.74271747, -104.52924585 39.57573944, -104.70139619 39.57540907, -104.68538605 39.744154, -104.51216302 39.74271747)))",
"nativeTileFileFormat": "TIF",
"pniirs": 2.5,
"satElevation": 63.8,
"sensorPlatformName": "GEOEYE01"
}
}
[results truncated to show a single record]
GeoEye-1 Acquisition Response
JSON
{
"stats": {
"recordsReturned": 49,
"totalRecords": 49,
"typeCounts": {
"DigitalGlobeAcquisition": 25,
"IDAHOImage": 24,
"DigitalGlobeProduct": 24,
"GBDXCatalogRecord": 49,
"GE01": 49,
"Acquisition": 25
}
},
"results": [
{
"identifier": "d908f0b5-596b-4f3d-9daa-a400ada32e73",
"type": [
"GBDXCatalogRecord",
"IDAHOImage",
"DigitalGlobeProduct",
"GE01"
],
"properties": {
"satAzimuth": 202.7,
"sunAzimuth": 161.8,
"epsgCode": "4326",
"cloudCover": 0,
"numYTiles": 29,
"numXTiles": 34,
"imageWidth": 8556,
"tileXOffset": 0,
"tileYSize": 0,
"idahoImageId": "d908f0b5-596b-4f3d-9daa-a400ada32e73",
"catalogID": "1050410004BC8200",
"vendorDatasetIdentifier": "LV1B:057689862010_01_P001:1050410004BC8200:A01001035A007600",
"version": "1.0",
"numBands": 4,
"offNadirAngle": 23.3,
"platformName": "GEOEYE01",
"vendorName": "DigitalGlobe, Inc.",
"imageHeight": 7387,
"sunElevation": 27,
"vendor": "DigitalGlobe",
"acquisitionDate": "2014-01-13T17:57:33.090Z",
"dataType": "UNSIGNED_SHORT",
"timestamp": "2014-01-13T17:57:33.090Z",
"tileYOffset": 0,
"bucketName": "rda-images-1",
"tileXSize": 0,
"colorInterpretation": "BGRN",
"profileName": "dg_1b",
"tilePartition": "0000",
"groundSampleDistanceMeters": 2.094,
"sensorName": "4-band (Blue, Green, Red, NIR) Multispectral",
"tileBucketName": "rda-images-1",
"footprintWkt": "MULTIPOLYGON(((-104.51216302 39.74271747, -104.52924585 39.57573944, -104.70139619 39.57540907, -104.68538605 39.744154, -104.51216302 39.74271747)))",
"nativeTileFileFormat": "TIF",
"pniirs": 2.5,
"satElevation": 63.8,
"sensorPlatformName": "GEOEYE01"
}
}
[results truncated to show a single record]
Contact
If you have any questions or issues with this task, please contact [email protected].
Updated about a year ago