Skip to content

Instantly share code, notes, and snippets.

@bdelliott
Last active September 11, 2019 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdelliott/41ef120158ad2a0188303b2385ba6e23 to your computer and use it in GitHub Desktop.
Save bdelliott/41ef120158ad2a0188303b2385ba6e23 to your computer and use it in GitHub Desktop.
Slow ES query - time spent building scorers
----------------
Query breakdown:
----------------
BooleanQuery 11.10231 - [build_scorer=99.5%, bsc=51]
BooleanQuery 11.10132 - [build_scorer=99.5%, bsc=62]
ConstantScoreQuery 0.00053 - [build_scorer=86.3%, bsc=62]
TermQuery 0.00046 - [build_scorer=93.0%, bsc=62]
IndexOrDocValuesQuery 0.03418 - [build_scorer=0.5%, bsc=33]
IndexOrDocValuesQuery 0.00446 - [build_scorer=0.9%, bsc=33]
IndexOrDocValuesQuery 0.01709 - [build_scorer=0.7%, bsc=33]
BooleanQuery 11.04442 - [build_scorer=100.0%, bsc=33]
BoostQuery 11.04392 - [build_scorer=100.0%, bsc=33]
BooleanQuery 11.04386 - [build_scorer=100.0%, bsc=33]
BooleanQuery 3.78569 - [build_scorer=99.9%, bsc=33]
ConstantScoreQuery 0.00252 - [build_scorer=12.2%, bsc=33]
BooleanQuery 0.00249 - [build_scorer=11.5%, bsc=33]
TermQuery 0.00225 - [build_scorer=3.1%, bsc=33]
TermQuery 0.00002 - [build_scorer=98.9%, bsc=11]
TermQuery 0.00003 - [build_scorer=98.0%, bsc=11]
TermQuery 0.00002 - [build_scorer=98.4%, bsc=11]
TermQuery 0.00002 - [build_scorer=98.3%, bsc=11]
ConstantScoreQuery 0.00008 - [build_scorer=75.5%, bsc=33]
DocValuesFieldExistsQuery 0.00002 - [build_scorer=74.8%, bsc=9]
ConstantScoreQuery 3.78137 - [build_scorer=100.0%, bsc=33]
IntersectsPrefixTreeQuery 3.78128 - [build_scorer=100.0%, bsc=33]
BooleanQuery 7.25790 - [build_scorer=100.0%, bsc=33]
ConstantScoreQuery 0.00049 - [build_scorer=76.7%, bsc=33]
BooleanQuery 0.00044 - [build_scorer=77.3%, bsc=33]
TermQuery 0.00013 - [build_scorer=99.7%, bsc=11]
TermQuery 0.00013 - [build_scorer=46.9%, bsc=33]
TermQuery 0.00003 - [build_scorer=99.1%, bsc=11]
TermQuery 0.00003 - [build_scorer=99.1%, bsc=11]
TermQuery 0.00002 - [build_scorer=98.6%, bsc=11]
TermQuery 0.00002 - [build_scorer=98.0%, bsc=11]
ConstantScoreQuery 0.00007 - [build_scorer=90.5%, bsc=33]
DocValuesFieldExistsQuery 0.00002 - [build_scorer=94.3%, bsc=6]
BooleanQuery 7.25697 - [build_scorer=100.0%, bsc=33]
ConstantScoreQuery 3.65131 - [build_scorer=100.0%, bsc=33]
IntersectsPrefixTreeQuery 3.65121 - [build_scorer=100.0%, bsc=33]
ConstantScoreQuery 3.60550 - [build_scorer=100.0%, bsc=33]
IntersectsPrefixTreeQuery 3.60528 - [build_scorer=100.0%, bsc=33]
ConstantScoreQuery 0.00037 - [build_scorer=78.6%, bsc=33]
TermQuery 0.00023 - [build_scorer=69.6%, bsc=33]
BooleanQuery 0.00019 - [build_scorer=86.4%, bsc=33]
ConstantScoreQuery 0.00001 - [build_scorer=68.1%, bsc=2]
TermQuery 0.00001 - [build_scorer=94.2%, bsc=2]
MatchAllDocsQuery 0.00001 - [build_scorer=58.3%, bsc=6]
{
"profile": true,
"size": 250,
"query": {
"bool": {
"filter": [
{
"bool": {
"filter": [
{
"terms": {
"grid_cell": [
"3262910"
],
"boost": 1
}
},
{
"range": {
"cloud_cover": {
"from": null,
"to": 100,
"include_lower": true,
"include_upper": true,
"boost": 1
}
}
},
{
"range": {
"black_fill": {
"from": null,
"to": 100,
"include_lower": true,
"include_upper": true,
"boost": 1
}
}
},
{
"range": {
"acquired": {
"from": "2019-04-01T10:05:48Z",
"to": "2019-09-09T14:26:10Z",
"include_lower": false,
"include_upper": true,
"boost": 1
}
}
},
{
"bool": {
"filter": [
{
"bool": {
"filter": [
{
"bool": {
"should": [
{
"bool": {
"should": [
{
"bool": {
"filter": [
{
"terms": {
"item_type": [
"PSOrthoTile",
"PSScene4Band",
"REOrthoTile",
"REScene",
"PSScene3Band"
],
"boost": 1
}
},
{
"range": {
"acquired": {
"from": null,
"to": null,
"include_lower": true,
"include_upper": true,
"boost": 1
}
}
},
{
"geo_shape": {
"geometry": {
"shape": {
"type": "polygon",
"orientation": "right",
"coordinates": [
[
[
-2.9883,
35.8891
],
[
-11.0742,
35.7465
],
[
-10.459,
50.1769
],
[
-31.0254,
64.7741
],
[
-19.6875,
68.4315
],
[
1.4062,
61.5227
],
[
17.1387,
71.329
],
[
25.4004,
71.7464
],
[
32.168,
70.2
],
[
28.2129,
56.17
],
[
41.6602,
49.2678
],
[
29.4434,
40.4469
],
[
25.4004,
38.891
],
[
26.7188,
33.9434
],
[
10.6348,
37.3702
],
[
2.6367,
37.5097
],
[
-2.9883,
35.8891
]
]
]
},
"relation": "intersects"
},
"ignore_unmapped": false,
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
},
{
"bool": {
"filter": [
{
"terms": {
"item_type": [
"PSScene4Band",
"PSScene3Band",
"CustomL3A",
"REOrthoTile",
"PSOrthoTile",
"REScene"
],
"boost": 1
}
},
{
"range": {
"acquired": {
"from": null,
"to": null,
"include_lower": true,
"include_upper": true,
"boost": 1
}
}
},
{
"bool": {
"should": [
{
"geo_shape": {
"geometry": {
"shape": {
"type": "polygon",
"orientation": "right",
"coordinates": [
[
[
7.7344,
-7.0137
],
[
4.2188,
4.2149
],
[
-9.4922,
0.5273
],
[
-18.8086,
10.6606
],
[
-20.5664,
21.1255
],
[
-9.668,
35.3174
],
[
8.4375,
38.2727
],
[
14.5898,
35.03
],
[
30.9375,
34.1618
],
[
44.1211,
11.8674
],
[
53.4375,
14.094
],
[
50.2734,
-25.006
],
[
32.3437,
-36.5979
],
[
10.8984,
-36.8796
],
[
7.7344,
-7.0137
]
]
]
},
"relation": "intersects"
},
"ignore_unmapped": false,
"boost": 1
}
},
{
"geo_shape": {
"geometry": {
"shape": {
"type": "polygon",
"orientation": "right",
"coordinates": [
[
[
-94.9219,
2.4602
],
[
-167.6953,
59.3556
],
[
-168.75,
71.7464
],
[
-61.5234,
69.4112
],
[
-49.2187,
47.9899
],
[
-75.2344,
27.3718
],
[
-30.9375,
-3.8643
],
[
-64.6875,
-56.7527
],
[
-72.7734,
-57.1362
],
[
-80.8594,
-50.2893
],
[
-73.8281,
-21.6166
],
[
-94.9219,
2.4602
]
]
]
},
"relation": "intersects"
},
"ignore_unmapped": false,
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
},
{
"terms": {
"supported_assets_list": [
"analytic"
],
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
},
{
"bool": {
"must_not": [
{
"terms": {
"quality_category": [
"beta"
],
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
}
],
"adjust_pure_negative": true,
"boost": 1
}
},
"_source": {
"includes": [],
"excludes": []
},
"sort": [
{
"published": {
"order": "desc"
}
},
{
"id": {
"order": "desc"
}
}
]
}
This file has been truncated, but you can view the full file.
{
"took": 11254,
"timed_out": false,
"_shards": {
"total": 227,
"successful": 227,
"skipped": 197,
"failed": 0
},
"hits": {
"total": 307,
"max_score": null,
"hits": [
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2284327_3262910_2019-04-14_105d",
"_score": null,
"_source": {
"acquired": "2019-04-14T10:15:12.015004Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2284327:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2284327_3262910_2019-04-14_105d_RGBNIR_Browse.tif",
"clear_confidence_percent": 80,
"clear_percent": 83,
"cloud_cover": 0.001,
"cloud_percent": 13,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.262327933357617,
51.54173103052824
],
[
7.261297965096041,
51.570868226462075
],
[
7.435362601302334,
51.544079774459206
],
[
7.426865363144335,
51.54386625729316
],
[
7.262327933357617,
51.54173103052824
]
]
],
[
[
[
7.594921851158103,
51.76187713290294
],
[
7.547028326994832,
51.76920755122628
],
[
7.540848517425379,
51.77021671849664
],
[
7.598784232139011,
51.7710134135617
],
[
7.594921851158103,
51.76187713290294
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2284327_3262910_2019-04-14_105d",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-11T09:00:53Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105d",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2284327",
"sun_azimuth": 153.9,
"sun_elevation": 45.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-11T09:00:53Z",
"usable_data": 0.03,
"view_angle": 5,
"visible_confidence_percent": 62,
"visible_percent": 86
},
"sort": [
1568192453000,
"2284327_3262910_2019-04-14_105d"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2283401_3262910_2019-04-14_1066",
"_score": null,
"_source": {
"acquired": "2019-04-14T10:17:04.592338Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2283401:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.6,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2283401_3262910_2019-04-14_1066_RGBNIR_Browse.tif",
"clear_confidence_percent": 65,
"clear_percent": 71,
"cloud_cover": 0.048,
"cloud_percent": 20,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.262327933357617,
51.54173103052824
],
[
7.257349753426668,
51.67291437868859
],
[
7.538702750213763,
51.62802103210912
],
[
7.503855490697119,
51.54493383310443
],
[
7.262327933357617,
51.54173103052824
]
]
],
[
[
[
7.580673956872972,
51.728662869733
],
[
7.337944769894965,
51.767454733392995
],
[
7.337944769894965,
51.76750785008495
],
[
7.598870062827476,
51.7710134135617
],
[
7.580673956872972,
51.728662869733
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2283401_3262910_2019-04-14_1066",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-11T08:32:49Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1066",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2283401",
"sun_azimuth": 153.7,
"sun_elevation": 45.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-11T08:32:49Z",
"usable_data": 0.35,
"view_angle": 0.5,
"visible_confidence_percent": 55,
"visible_percent": 79
},
"sort": [
1568190769000,
"2283401_3262910_2019-04-14_1066"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2288584_3262910_2019-04-16_1069",
"_score": null,
"_source": {
"acquired": "2019-04-16T10:08:31.756636Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2288584:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.95,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2288584_3262910_2019-04-16_1069_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.620413565632102,
51.61912229284209
],
[
7.601530814169879,
51.66295966815576
],
[
7.55749967098752,
51.77048228508086
],
[
7.615950369831941,
51.771225863203995
],
[
7.620413565632102,
51.61912229284209
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2288584_3262910_2019-04-16_1069",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-11T05:27:59Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1069",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2288584",
"sun_azimuth": 151.1,
"sun_elevation": 45.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-11T05:27:59Z",
"usable_data": 0.05,
"view_angle": 1.1,
"visible_confidence_percent": 91,
"visible_percent": 100
},
"sort": [
1568179679000,
"2288584_3262910_2019-04-16_1069"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2297881_3262910_2019-04-20_1067",
"_score": null,
"_source": {
"acquired": "2019-04-20T10:09:31.375059Z",
"anomalous_pixels": 0.1,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2297881:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.19,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2297881_3262910_2019-04-20_1067_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.091,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.358200812372621,
51.54295879816008
],
[
7.267306113288566,
51.76660485782122
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.358200812372621,
51.54295879816008
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2297881_3262910_2019-04-20_1067",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-11T00:56:13Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1067",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2297881",
"sun_azimuth": 150.8,
"sun_elevation": 46.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-11T00:56:13Z",
"usable_data": 0.72,
"view_angle": 1.1,
"visible_confidence_percent": 84,
"visible_percent": 100
},
"sort": [
1568163373000,
"2297881_3262910_2019-04-20_1067"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2301046_3262910_2019-04-21_1060",
"_score": null,
"_source": {
"acquired": "2019-04-21T10:16:29.760735Z",
"anomalous_pixels": 0.04,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2301046:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.6,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2301046_3262910_2019-04-21_1060_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.032,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.422402167344173,
51.543812877845106
],
[
7.513468527805158,
51.76984492265369
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.422402167344173,
51.543812877845106
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2301046_3262910_2019-04-21_1060",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-10T14:26:56Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1060",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2301046",
"sun_azimuth": 153.4,
"sun_elevation": 47.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-10T14:26:56Z",
"usable_data": 0.37,
"view_angle": 0.4,
"visible_confidence_percent": 85,
"visible_percent": 100
},
"sort": [
1568125616000,
"2301046_3262910_2019-04-21_1060"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2324282_3262910_2019-04-30_105e",
"_score": null,
"_source": {
"acquired": "2019-04-30T10:15:15.1147Z",
"anomalous_pixels": 0.08,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2324282:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.38,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2324282_3262910_2019-04-30_105e_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 93,
"cloud_cover": 0.078,
"cloud_percent": 5,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.342493796383592,
51.542798656434506
],
[
7.43158605100989,
51.76867640149488
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.342493796383592,
51.542798656434506
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2324282_3262910_2019-04-30_105e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-10T00:47:47Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105e",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2324282",
"sun_azimuth": 152.9,
"sun_elevation": 50.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-10T00:47:47Z",
"usable_data": 0.54,
"view_angle": 5,
"visible_confidence_percent": 65,
"visible_percent": 94
},
"sort": [
1568076467000,
"2324282_3262910_2019-04-30_105e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2662470_3262910_2019-09-09_1058",
"_score": null,
"_source": {
"acquired": "2019-09-09T10:23:09.033659Z",
"anomalous_pixels": 0.3,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2662470:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.49,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2662470_3262910_2019-09-09_1058_RGBNIR_Browse.tif",
"clear_confidence_percent": 59,
"clear_percent": 1,
"cloud_cover": 0.297,
"cloud_percent": 99,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.262327933357617,
51.54173103052824
],
[
7.257864737557456,
51.65907301102585
],
[
7.269108557746322,
51.68898635131251
],
[
7.620070242878243,
51.63446753131625
],
[
7.620413565632102,
51.62295908905722
],
[
7.618439459797415,
51.61661754253064
],
[
7.590973639488729,
51.54605476074925
],
[
7.262327933357617,
51.54173103052824
]
]
],
[
[
[
7.616465353962727,
51.74832866262942
],
[
7.483942770973321,
51.769048206963134
],
[
7.481968665138635,
51.76947312374814
],
[
7.615864539143475,
51.771225863203995
],
[
7.616465353962727,
51.74832866262942
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2662470_3262910_2019-09-09_1058",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-09T16:24:26Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1058",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2662470",
"sun_azimuth": 158.8,
"sun_elevation": 42,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-10T05:46:21Z",
"usable_data": 0.22,
"view_angle": 4,
"visible_confidence_percent": 64,
"visible_percent": 1
},
"sort": [
1568046266000,
"2662470_3262910_2019-09-09_1058"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2657848_3262910_2019-09-07_1050",
"_score": null,
"_source": {
"acquired": "2019-09-07T08:26:39.099046Z",
"anomalous_pixels": 0.15,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2657848:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.83,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2657848_3262910_2019-09-07_1050_RGBNIR_Browse.tif",
"clear_confidence_percent": 31,
"clear_percent": 10,
"cloud_cover": 0.153,
"cloud_percent": 86,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.536728644379077,
51.591135846056304
],
[
7.530977988251945,
51.608516126944274
],
[
7.620413565632102,
51.62184005700547
],
[
7.621014380451353,
51.603132149865154
],
[
7.536728644379077,
51.591135846056304
]
]
],
[
[
[
7.513983511935945,
51.661309210648
],
[
7.478878760353907,
51.76942000936878
],
[
7.615864539143475,
51.771225863203995
],
[
7.618782782551273,
51.67658695470286
],
[
7.513983511935945,
51.661309210648
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2657848_3262910_2019-09-07_1050",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 2,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-07T18:47:59Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1050",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2657848",
"sun_azimuth": 124,
"sun_elevation": 31,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-08T05:49:21Z",
"usable_data": 0.01,
"view_angle": 4,
"visible_confidence_percent": 39,
"visible_percent": 13
},
"sort": [
1567882079000,
"2657848_3262910_2019-09-07_1050"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2657554_3262910_2019-09-07_1005",
"_score": null,
"_source": {
"acquired": "2019-09-07T10:12:07.334796Z",
"anomalous_pixels": 0.34,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2657554:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.57,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2657554_3262910_2019-09-07_1005_RGBNIR_Browse.tif",
"clear_confidence_percent": 49,
"clear_percent": 35,
"cloud_cover": 0.341,
"cloud_percent": 51,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.466862463968859,
51.769260665855654
],
[
7.370474600823066,
51.54317231958419
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 1,
"id": "2657554_3262910_2019-09-07_1005",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 8,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-07T14:38:00Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1005",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2657554",
"sun_azimuth": 153.5,
"sun_elevation": 41.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-08T05:28:11Z",
"usable_data": 0.08,
"view_angle": 3,
"visible_confidence_percent": 48,
"visible_percent": 47
},
"sort": [
1567867080000,
"2657554_3262910_2019-09-07_1005"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2657312_3262910_2019-09-07_1052",
"_score": null,
"_source": {
"acquired": "2019-09-07T08:28:43.253066Z",
"anomalous_pixels": 0.45,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2657312:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.45,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2657312_3262910_2019-09-07_1052_RGBNIR_Browse.tif",
"clear_confidence_percent": 42,
"clear_percent": 23,
"cloud_cover": 0.447,
"cloud_percent": 64,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.42437627317886,
51.76867640149488
],
[
7.505572104466411,
51.54493383310443
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2657312_3262910_2019-09-07_1052",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 5,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-07T12:59:43Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1052",
"shadow_percent": 4,
"snow_ice_percent": 1,
"strip_id": "2657312",
"sun_azimuth": 123.9,
"sun_elevation": 31.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-08T05:55:49Z",
"usable_data": 0.1,
"view_angle": 5,
"visible_confidence_percent": 48,
"visible_percent": 35
},
"sort": [
1567861183000,
"2657312_3262910_2019-09-07_1052"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2656045_3262910_2019-09-06_0f3d",
"_score": null,
"_source": {
"acquired": "2019-09-06T08:27:04.340513Z",
"anomalous_pixels": 0.08,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2656045:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.9,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2656045_3262910_2019-09-06_0f3d_RGBNIR_Browse.tif",
"clear_confidence_percent": 43,
"clear_percent": 0,
"cloud_cover": 0.08,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.256663107918951,
51.688613886725264
],
[
7.253830695199617,
51.76559560979734
],
[
7.340777182614299,
51.5429054176475
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 82,
"id": "2656045_3262910_2019-09-06_0f3d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 16,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-07T00:45:11Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f3d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2656045",
"sun_azimuth": 123.8,
"sun_elevation": 31.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-09T08:39:43Z",
"usable_data": 0.02,
"view_angle": 1,
"visible_confidence_percent": 49,
"visible_percent": 17
},
"sort": [
1567817111000,
"2656045_3262910_2019-09-06_0f3d"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2655618_3262910_2019-09-06_0f33",
"_score": null,
"_source": {
"acquired": "2019-09-06T08:23:25.466914Z",
"anomalous_pixels": 0.22,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2655618:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.36,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2655618_3262910_2019-09-06_0f33_RGBNIR_Browse.tif",
"clear_confidence_percent": 53,
"clear_percent": 14,
"cloud_cover": 0.216,
"cloud_percent": 3,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.422144675278779,
51.54386625729316
],
[
7.334769034421774,
51.767454733392995
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.422144675278779,
51.54386625729316
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 55,
"id": "2655618_3262910_2019-09-06_0f33",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 28,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-06T22:58:13Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f33",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2655618",
"sun_azimuth": 123.8,
"sun_elevation": 31.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-07T05:34:58Z",
"usable_data": 0.42,
"view_angle": 4.9,
"visible_confidence_percent": 52,
"visible_percent": 42
},
"sort": [
1567810693000,
"2655618_3262910_2019-09-06_0f33"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2353901_3262910_2019-05-11_105c",
"_score": null,
"_source": {
"acquired": "2019-05-11T10:28:52.458618Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2353901:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.93,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2353901_3262910_2019-05-11_105c_RGBNIR_Browse.tif",
"clear_confidence_percent": 46,
"clear_percent": 3,
"cloud_cover": 0.045,
"cloud_percent": 94,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.258551383065173,
51.63894224821536
],
[
7.25649144654202,
51.69574339093287
],
[
7.326700949706098,
51.684303716448916
],
[
7.267391943977031,
51.541891176010985
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4.6,
"heavy_haze_percent": 3,
"id": "2353901_3262910_2019-05-11_105c",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-06T22:24:06Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105c",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2353901",
"sun_azimuth": 155.8,
"sun_elevation": 54.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-06T22:24:06Z",
"usable_data": 0.03,
"view_angle": 2,
"visible_confidence_percent": 51,
"visible_percent": 3
},
"sort": [
1567808646000,
"2353901_3262910_2019-05-11_105c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2655345_3262910_2019-09-06_0f02",
"_score": null,
"_source": {
"acquired": "2019-09-06T12:58:39.604774Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2655345:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.96,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2655345_3262910_2019-09-06_0f02_RGBNIR_Browse.tif",
"clear_confidence_percent": 94,
"clear_percent": 95,
"cloud_cover": 0.016,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.258637213753636,
51.638249761381154
],
[
7.253744864511154,
51.76639238642813
],
[
7.311852240601715,
51.76718914899564
],
[
7.291081213993271,
51.716327520044075
],
[
7.258637213753636,
51.638249761381154
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2655345_3262910_2019-09-06_0f02",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-06T16:36:29Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f02",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2655345",
"sun_azimuth": 209.7,
"sun_elevation": 41.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"updated": "2019-09-06T16:36:29Z",
"usable_data": 0.03,
"view_angle": 1,
"visible_confidence_percent": 73,
"visible_percent": 99
},
"sort": [
1567787789000,
"2655345_3262910_2019-09-06_0f02"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2655274_3262910_2019-09-06_0e0f",
"_score": null,
"_source": {
"acquired": "2019-09-06T10:00:03.726346Z",
"anomalous_pixels": 0.24,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e0f_family_rev2:strip_id=2655274:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.2,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2655274_3262910_2019-09-06_0e0f_RGBNIR_Browse.tif",
"clear_confidence_percent": 68,
"clear_percent": 31,
"cloud_cover": 0.236,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.602989935873778,
51.771066526066015
],
[
7.512610220920512,
51.545040589307966
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 19,
"id": "2655274_3262910_2019-09-06_0e0f",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 49,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-06T16:24:39Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e0f",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2655274",
"sun_azimuth": 150.5,
"sun_elevation": 41.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-07T04:54:06Z",
"usable_data": 0.56,
"view_angle": 3.1,
"visible_confidence_percent": 58,
"visible_percent": 80
},
"sort": [
1567787079000,
"2655274_3262910_2019-09-06_0e0f"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2655215_3262910_2019-09-06_1032",
"_score": null,
"_source": {
"acquired": "2019-09-06T10:05:25.402691Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2655215:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2655215_3262910_2019-09-06_1032_RGBNIR_Browse.tif",
"clear_confidence_percent": 87,
"clear_percent": 68,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.575094962122771,
51.54589462991924
],
[
7.592261099815699,
51.590815901244895
],
[
7.619297766682061,
51.65944571862636
],
[
7.622730994220648,
51.54653514985796
],
[
7.575094962122771,
51.54589462991924
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 10,
"id": "2655215_3262910_2019-09-06_1032",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 19,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-06T16:15:33Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1032",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2655215",
"sun_azimuth": 153,
"sun_elevation": 42.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-07T06:24:23Z",
"usable_data": 0.03,
"view_angle": 5,
"visible_confidence_percent": 65,
"visible_percent": 88
},
"sort": [
1567786533000,
"2655215_3262910_2019-09-06_1032"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2373032_3262910_2019-05-18_105d",
"_score": null,
"_source": {
"acquired": "2019-05-18T10:21:08.603367Z",
"anomalous_pixels": 0.08,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2373032:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.53,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2373032_3262910_2019-05-18_105d_RGBNIR_Browse.tif",
"clear_confidence_percent": 89,
"clear_percent": 71,
"cloud_cover": 0.08,
"cloud_percent": 27,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.395622992543204,
51.543492599841784
],
[
7.490465903296633,
51.76952623806501
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.395622992543204,
51.543492599841784
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2373032_3262910_2019-05-18_105d",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-06T03:24:46Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2373032",
"sun_azimuth": 151.5,
"sun_elevation": 55.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-06T03:24:46Z",
"usable_data": 0.39,
"view_angle": 5,
"visible_confidence_percent": 60,
"visible_percent": 72
},
"sort": [
1567740286000,
"2373032_3262910_2019-05-18_105d"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2375900_3262910_2019-05-19_105e",
"_score": null,
"_source": {
"acquired": "2019-05-19T10:19:29.118787Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2375900:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.93,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2375900_3262910_2019-05-19_105e_RGBNIR_Browse.tif",
"clear_confidence_percent": 44,
"clear_percent": 12,
"cloud_cover": 0.019,
"cloud_percent": 39,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.483084464088676,
51.726217335125014
],
[
7.254174017953475,
51.762355239947034
],
[
7.253744864511154,
51.76639238642813
],
[
7.501023077977785,
51.76968558064062
],
[
7.483084464088676,
51.726217335125014
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 21,
"id": "2375900_3262910_2019-05-19_105e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 28,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-06T03:23:51Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2375900",
"sun_azimuth": 151.4,
"sun_elevation": 55.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-06T03:23:51Z",
"usable_data": 0.05,
"view_angle": 1,
"visible_confidence_percent": 55,
"visible_percent": 40
},
"sort": [
1567740231000,
"2375900_3262910_2019-05-19_105e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2652700_3262910_2019-09-05_106c",
"_score": null,
"_source": {
"acquired": "2019-09-05T10:03:27.606847Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2652700:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.95,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2652700_3262910_2019-09-05_106c_RGBNIR_Browse.tif",
"clear_confidence_percent": 71,
"clear_percent": 38,
"cloud_cover": 0.019,
"cloud_percent": 59,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.368672156365307,
51.54311893932209
],
[
7.519219183932289,
51.566280089713
],
[
7.621701025959072,
51.58180319675161
],
[
7.622645163532182,
51.54648177354079
],
[
7.368672156365307,
51.54311893932209
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2652700_3262910_2019-09-05_106c",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-05T18:42:32Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "106c",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2652700",
"sun_azimuth": 150.5,
"sun_elevation": 42,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-06T05:15:08Z",
"usable_data": 0.04,
"view_angle": 3,
"visible_confidence_percent": 57,
"visible_percent": 41
},
"sort": [
1567708952000,
"2652700_3262910_2019-09-05_106c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2653085_3262910_2019-09-05_100d",
"_score": null,
"_source": {
"acquired": "2019-09-05T08:26:54.261732Z",
"anomalous_pixels": 0.75,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2653085:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.21,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2653085_3262910_2019-09-05_100d_RGBNIR_Browse.tif",
"clear_confidence_percent": 31,
"clear_percent": 37,
"cloud_cover": 0.748,
"cloud_percent": 53,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.364466452630539,
51.54306555899736
],
[
7.27957990173901,
51.76676421070974
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.364466452630539,
51.54306555899736
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2653085_3262910_2019-09-05_100d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 6,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-05T18:17:34Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "100d",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2653085",
"sun_azimuth": 123.3,
"sun_elevation": 31.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-06T04:37:25Z",
"usable_data": 0.04,
"view_angle": 3,
"visible_confidence_percent": 40,
"visible_percent": 46
},
"sort": [
1567707454000,
"2653085_3262910_2019-09-05_100d"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2652949_3262910_2019-09-05_103c",
"_score": null,
"_source": {
"acquired": "2019-09-05T10:06:18.35952Z",
"anomalous_pixels": 0.11,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2652949:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.88,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2652949_3262910_2019-09-05_103c_RGBNIR_Browse.tif",
"clear_confidence_percent": 67,
"clear_percent": 41,
"cloud_cover": 0.108,
"cloud_percent": 47,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.529175543794187,
51.545254100963604
],
[
7.605564856527718,
51.74147318231632
],
[
7.616036200520404,
51.767560966714406
],
[
7.622730994220648,
51.54653514985796
],
[
7.529175543794187,
51.545254100963604
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2652949_3262910_2019-09-05_103c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 2,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-05T16:27:33Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "103c",
"shadow_percent": 9,
"snow_ice_percent": 0,
"strip_id": "2652949",
"sun_azimuth": 152.8,
"sun_elevation": 42.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-06T05:36:13Z",
"usable_data": 0.01,
"view_angle": 4,
"visible_confidence_percent": 58,
"visible_percent": 53
},
"sort": [
1567700853000,
"2652949_3262910_2019-09-05_103c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2652819_3262910_2019-09-05_103b",
"_score": null,
"_source": {
"acquired": "2019-09-05T10:08:15.011388Z",
"anomalous_pixels": 0.07,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2652819:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.92,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2652819_3262910_2019-09-05_103b_RGBNIR_Browse.tif",
"clear_confidence_percent": 42,
"clear_percent": 20,
"cloud_cover": 0.074,
"cloud_percent": 50,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.594664359092709,
51.653322276689856
],
[
7.256233954476627,
51.70489304903692
],
[
7.255289816903516,
51.72547301572327
],
[
7.602131628989132,
51.672062724323986
],
[
7.594664359092709,
51.653322276689856
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 2,
"id": "2652819_3262910_2019-09-05_103b",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 26,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-05T14:17:05Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "103b",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2652819",
"sun_azimuth": 152.9,
"sun_elevation": 42.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-06T05:18:50Z",
"usable_data": 0.01,
"view_angle": 3,
"visible_confidence_percent": 45,
"visible_percent": 48
},
"sort": [
1567693025000,
"2652819_3262910_2019-09-05_103b"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2651120_3262910_2019-09-04_1004",
"_score": null,
"_source": {
"acquired": "2019-09-04T10:12:41.42851Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2651120:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2651120_3262910_2019-09-04_1004_RGBNIR_Browse.tif",
"clear_confidence_percent": 29,
"clear_percent": 12,
"cloud_cover": 0.027,
"cloud_percent": 73,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.257693076180527,
51.66226754813306
],
[
7.253744864511154,
51.76639238642813
],
[
7.301638388674423,
51.7670297976072
],
[
7.297604346316584,
51.75693639697839
],
[
7.257693076180527,
51.66226754813306
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2651120_3262910_2019-09-04_1004",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 10,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-05T01:07:41Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1004",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2651120",
"sun_azimuth": 152.8,
"sun_elevation": 42.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-05T05:20:20Z",
"usable_data": 0,
"view_angle": 3,
"visible_confidence_percent": 35,
"visible_percent": 26
},
"sort": [
1567645661000,
"2651120_3262910_2019-09-04_1004"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2651118_3262910_2019-09-04_106b",
"_score": null,
"_source": {
"acquired": "2019-09-04T10:02:11.240876Z",
"anomalous_pixels": 0.07,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2651118:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.73,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2651118_3262910_2019-09-04_106b_RGBNIR_Browse.tif",
"clear_confidence_percent": 85,
"clear_percent": 79,
"cloud_cover": 0.073,
"cloud_percent": 15,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.259667182015214,
51.61166092706058
],
[
7.500937247289319,
51.64911525890302
],
[
7.541792654998489,
51.545414234047854
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2651118_3262910_2019-09-04_106b",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-04T23:31:04Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "106b",
"shadow_percent": 6,
"snow_ice_percent": 0,
"strip_id": "2651118",
"sun_azimuth": 150.2,
"sun_elevation": 42.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-05T04:48:49Z",
"usable_data": 0.2,
"view_angle": 1,
"visible_confidence_percent": 69,
"visible_percent": 85
},
"sort": [
1567639864000,
"2651118_3262910_2019-09-04_106b"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2399349_3262910_2019-05-28_106a",
"_score": null,
"_source": {
"acquired": "2019-05-28T10:10:01.072706Z",
"anomalous_pixels": 0.28,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2399349:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.44,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2399349_3262910_2019-05-28_106a_RGBNIR_Browse.tif",
"clear_confidence_percent": 39,
"clear_percent": 5,
"cloud_cover": 0.279,
"cloud_percent": 89,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.260182166146,
51.59785416657038
],
[
7.25425984864194,
51.75321720687722
],
[
7.350561881099267,
51.767720316227766
],
[
7.558186316495235,
51.77042917188902
],
[
7.604620718954607,
51.649381537425846
],
[
7.260182166146,
51.59785416657038
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2399349_3262910_2019-05-28_106a",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 6,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-04T23:21:12Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "106a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2399349",
"sun_azimuth": 145.2,
"sun_elevation": 56.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-04T23:21:12Z",
"usable_data": 0.28,
"view_angle": 5,
"visible_confidence_percent": 48,
"visible_percent": 11
},
"sort": [
1567639272000,
"2399349_3262910_2019-05-28_106a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2650854_3262910_2019-09-04_1013",
"_score": null,
"_source": {
"acquired": "2019-09-04T10:11:44.746314Z",
"anomalous_pixels": 0.2,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2650854:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.43,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2650854_3262910_2019-09-04_1013_RGBNIR_Browse.tif",
"clear_confidence_percent": 67,
"clear_percent": 53,
"cloud_cover": 0.204,
"cloud_percent": 40,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.358629965814944,
51.543012178610034
],
[
7.453387045879908,
51.769048206963134
],
[
7.598440909385153,
51.7710134135617
],
[
7.616036200520404,
51.768145245513246
],
[
7.622730994220648,
51.54648177354079
],
[
7.358629965814944,
51.543012178610034
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2650854_3262910_2019-09-04_1013",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-04T22:15:10Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1013",
"shadow_percent": 5,
"snow_ice_percent": 0,
"strip_id": "2650854",
"sun_azimuth": 152.7,
"sun_elevation": 42.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-05T05:01:19Z",
"usable_data": 0.36,
"view_angle": 5,
"visible_confidence_percent": 57,
"visible_percent": 60
},
"sort": [
1567635310000,
"2650854_3262910_2019-09-04_1013"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2645636_3262910_2019-09-02_1009",
"_score": null,
"_source": {
"acquired": "2019-09-02T10:12:14.760094Z",
"anomalous_pixels": 0.27,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2645636:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.24,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2645636_3262910_2019-09-02_1009_RGBNIR_Browse.tif",
"clear_confidence_percent": 80,
"clear_percent": 54,
"cloud_cover": 0.269,
"cloud_percent": 32,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.593891882896528,
51.77096030099486
],
[
7.49595906735837,
51.54482707665043
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2645636_3262910_2019-09-02_1009",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-02T16:06:00Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1009",
"shadow_percent": 12,
"snow_ice_percent": 0,
"strip_id": "2645636",
"sun_azimuth": 152.1,
"sun_elevation": 43.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-03T05:20:37Z",
"usable_data": 0.49,
"view_angle": 5,
"visible_confidence_percent": 67,
"visible_percent": 67
},
"sort": [
1567440360000,
"2645636_3262910_2019-09-02_1009"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2645477_3262910_2019-09-02_1010",
"_score": null,
"_source": {
"acquired": "2019-09-02T10:08:34.7733Z",
"anomalous_pixels": 0.17,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2645477:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.69,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2645477_3262910_2019-09-02_1010_RGBNIR_Browse.tif",
"clear_confidence_percent": 73,
"clear_percent": 48,
"cloud_cover": 0.168,
"cloud_percent": 38,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.380774283438822,
51.54327907992053
],
[
7.429096961044415,
51.664503590109014
],
[
7.620070242878243,
51.63457407732564
],
[
7.622730994220648,
51.54648177354079
],
[
7.380774283438822,
51.54327907992053
]
]
],
[
[
[
7.617752814289697,
51.698243771912004
],
[
7.45304372312605,
51.724356513642725
],
[
7.459738516826294,
51.74115429744812
],
[
7.617495322224303,
51.716859285556836
],
[
7.617752814289697,
51.698243771912004
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2645477_3262910_2019-09-02_1010",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-02T14:40:38Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1010",
"shadow_percent": 12,
"snow_ice_percent": 0,
"strip_id": "2645477",
"sun_azimuth": 152,
"sun_elevation": 43.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-03T05:08:15Z",
"usable_data": 0.14,
"view_angle": 0.1,
"visible_confidence_percent": 59,
"visible_percent": 62
},
"sort": [
1567435238000,
"2645477_3262910_2019-09-02_1010"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2641343_3262910_2019-08-31_1067",
"_score": null,
"_source": {
"acquired": "2019-08-31T10:04:32.219028Z",
"anomalous_pixels": 0.12,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2641343:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.09,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2641343_3262910_2019-08-31_1067_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 99,
"cloud_cover": 0.114,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.276747489019676,
51.541891176010985
],
[
7.260782980965253,
51.58142985090474
],
[
7.253744864511154,
51.76639238642813
],
[
7.566769385341702,
51.77058851127703
],
[
7.620156073566708,
51.63159069445272
],
[
7.622730994220648,
51.54653514985796
],
[
7.276747489019676,
51.541891176010985
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2641343_3262910_2019-08-31_1067",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-09-01T01:00:48Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1067",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2641343",
"sun_azimuth": 149.3,
"sun_elevation": 43.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-01T06:02:14Z",
"usable_data": 0.8,
"view_angle": 4,
"visible_confidence_percent": 90,
"visible_percent": 100
},
"sort": [
1567299648000,
"2641343_3262910_2019-08-31_1067"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2640625_3262910_2019-08-31_1004",
"_score": null,
"_source": {
"acquired": "2019-08-31T10:11:04.366981Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2640625:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.08,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2640625_3262910_2019-08-31_1004_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 99,
"cloud_cover": 0.003,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.258293890999779,
51.6474110393185
],
[
7.307389044801554,
51.76713603192867
],
[
7.615950369831941,
51.771225863203995
],
[
7.621615195270607,
51.585216502270306
],
[
7.605736517904647,
51.54632164421359
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2640625_3262910_2019-08-31_1004",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-31T14:23:34Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1004",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2640625",
"sun_azimuth": 151.7,
"sun_elevation": 43.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-01T05:29:48Z",
"usable_data": 0.91,
"view_angle": 3,
"visible_confidence_percent": 92,
"visible_percent": 99
},
"sort": [
1567261414000,
"2640625_3262910_2019-08-31_1004"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2640668_3262910_2019-08-31_0f25",
"_score": null,
"_source": {
"acquired": "2019-08-31T10:11:15.955415Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2640668:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2640668_3262910_2019-08-31_0f25_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 100,
"cloud_cover": 0,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.257864737557456,
51.65859381103522
],
[
7.253744864511154,
51.76639238642813
],
[
7.301724219362886,
51.7670297976072
],
[
7.270996832892546,
51.689944103321636
],
[
7.257864737557456,
51.65859381103522
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2640668_3262910_2019-08-31_0f25",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-31T14:19:42Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f25",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2640668",
"sun_azimuth": 152,
"sun_elevation": 44,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-01T14:03:44Z",
"usable_data": 0.03,
"view_angle": 2,
"visible_confidence_percent": 98,
"visible_percent": 100
},
"sort": [
1567261182000,
"2640668_3262910_2019-08-31_0f25"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2638389_3262910_2019-08-30_0f2a",
"_score": null,
"_source": {
"acquired": "2019-08-30T08:28:28.88501Z",
"anomalous_pixels": 0.04,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2638389:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.71,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2638389_3262910_2019-08-30_0f2a_RGBNIR_Browse.tif",
"clear_confidence_percent": 88,
"clear_percent": 92,
"cloud_cover": 0.041,
"cloud_percent": 7,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.325499320067592,
51.76734849982156
],
[
7.412874960924598,
51.543706118761136
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2638389_3262910_2019-08-30_0f2a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-30T16:29:12Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2638389",
"sun_azimuth": 121.8,
"sun_elevation": 33.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-31T05:08:32Z",
"usable_data": 0.25,
"view_angle": 1,
"visible_confidence_percent": 70,
"visible_percent": 92
},
"sort": [
1567182552000,
"2638389_3262910_2019-08-30_0f2a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2637956_3262910_2019-08-30_1065",
"_score": null,
"_source": {
"acquired": "2019-08-30T10:03:14.949834Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2637956:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.93,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2637956_3262910_2019-08-30_1065_RGBNIR_Browse.tif",
"clear_confidence_percent": 49,
"clear_percent": 12,
"cloud_cover": 0.005,
"cloud_percent": 5,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.621186041828284,
51.59476172976635
],
[
7.575524115565094,
51.70765886052871
],
[
7.550976538664205,
51.77037605863469
],
[
7.615950369831941,
51.771225863203995
],
[
7.621186041828284,
51.59476172976635
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 7,
"id": "2637956_3262910_2019-08-30_1065",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 76,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-30T15:02:47Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1065",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2637956",
"sun_azimuth": 149.1,
"sun_elevation": 43.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-31T05:00:45Z",
"usable_data": 0.06,
"view_angle": 4,
"visible_confidence_percent": 56,
"visible_percent": 87
},
"sort": [
1567177367000,
"2637956_3262910_2019-08-30_1065"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2638087_3262910_2019-08-30_1005",
"_score": null,
"_source": {
"acquired": "2019-08-30T10:08:58.380372Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2638087:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.27,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2638087_3262910_2019-08-30_1005_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 99,
"cloud_cover": 0.009,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.58118894100376,
51.770747850102545
],
[
7.488491797461948,
51.54477369832951
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2638087_3262910_2019-08-30_1005",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-30T14:40:08Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1005",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2638087",
"sun_azimuth": 151.3,
"sun_elevation": 44.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-31T05:27:20Z",
"usable_data": 0.72,
"view_angle": 2,
"visible_confidence_percent": 72,
"visible_percent": 99
},
"sort": [
1567176008000,
"2638087_3262910_2019-08-30_1005"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2637820_3262910_2019-08-30_104a",
"_score": null,
"_source": {
"acquired": "2019-08-30T08:25:53.306796Z",
"anomalous_pixels": 0.21,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2637820:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.16,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2637820_3262910_2019-08-30_104a_RGBNIR_Browse.tif",
"clear_confidence_percent": 66,
"clear_percent": 68,
"cloud_cover": 0.21,
"cloud_percent": 21,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.345326209102924,
51.542852037072315
],
[
7.257178092049739,
51.76644550437017
],
[
7.609083914754768,
51.771119638507834
],
[
7.616551184651192,
51.751463768165095
],
[
7.622730994220648,
51.54653514985796
],
[
7.345326209102924,
51.542852037072315
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 1,
"id": "2637820_3262910_2019-08-30_104a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 7,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-30T12:37:48Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "104a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2637820",
"sun_azimuth": 121.8,
"sun_elevation": 33.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-31T05:57:26Z",
"usable_data": 0.63,
"view_angle": 2,
"visible_confidence_percent": 61,
"visible_percent": 76
},
"sort": [
1567168668000,
"2637820_3262910_2019-08-30_104a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2635765_3262910_2019-08-29_1029",
"_score": null,
"_source": {
"acquired": "2019-08-29T10:09:09.300467Z",
"anomalous_pixels": 0.31,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2635765:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.68,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2635765_3262910_2019-08-29_1029_RGBNIR_Browse.tif",
"clear_confidence_percent": 32,
"clear_percent": 2,
"cloud_cover": 0.309,
"cloud_percent": 97,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.262327933357617,
51.54173103052824
],
[
7.258465552376707,
51.642830631725566
],
[
7.537329459198328,
51.605690951255816
],
[
7.51664426327835,
51.5450939673158
],
[
7.262327933357617,
51.54173103052824
]
]
],
[
[
[
7.561447882656893,
51.66753804200187
],
[
7.256148123788162,
51.70835028698081
],
[
7.255289816903516,
51.72690847788215
],
[
7.567713522914811,
51.68515514063208
],
[
7.561447882656893,
51.66753804200187
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2635765_3262910_2019-08-29_1029",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-29T16:14:32Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1029",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2635765",
"sun_azimuth": 150.8,
"sun_elevation": 44.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-30T05:58:39Z",
"usable_data": 0.01,
"view_angle": 0.1,
"visible_confidence_percent": 39,
"visible_percent": 2
},
"sort": [
1567095272000,
"2635765_3262910_2019-08-29_1029"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2635729_3262910_2019-08-29_1057",
"_score": null,
"_source": {
"acquired": "2019-08-29T10:21:30.930491Z",
"anomalous_pixels": 0.26,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2635729:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.37,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2635729_3262910_2019-08-29_1057_RGBNIR_Browse.tif",
"clear_confidence_percent": 35,
"clear_percent": 6,
"cloud_cover": 0.261,
"cloud_percent": 88,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.335713171994885,
51.54269189497102
],
[
7.425148749375042,
51.76862328617798
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.335713171994885,
51.54269189497102
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2635729_3262910_2019-08-29_1057",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-29T14:48:18Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1057",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2635729",
"sun_azimuth": 156.1,
"sun_elevation": 45.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-30T06:04:37Z",
"usable_data": 0.38,
"view_angle": 5,
"visible_confidence_percent": 46,
"visible_percent": 11
},
"sort": [
1567090098000,
"2635729_3262910_2019-08-29_1057"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2635548_3262910_2019-08-29_1054",
"_score": null,
"_source": {
"acquired": "2019-08-29T08:26:27.058383Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2635548:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.95,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2635548_3262910_2019-08-29_1054_RGBNIR_Browse.tif",
"clear_confidence_percent": 29,
"clear_percent": 11,
"cloud_cover": 0.051,
"cloud_percent": 87,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.257263922738203,
51.67461763937777
],
[
7.26661946778085,
51.67605471576206
],
[
7.318632864990422,
51.54247837129264
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2635548_3262910_2019-08-29_1054",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-29T13:05:29Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1054",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2635548",
"sun_azimuth": 121.6,
"sun_elevation": 33.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-30T06:14:26Z",
"usable_data": 0,
"view_angle": 5,
"visible_confidence_percent": 40,
"visible_percent": 13
},
"sort": [
1567083929000,
"2635548_3262910_2019-08-29_1054"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2633280_3262910_2019-08-28_105d",
"_score": null,
"_source": {
"acquired": "2019-08-28T10:23:19.903098Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2633280:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.95,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2633280_3262910_2019-08-28_105d_RGBNIR_Browse.tif",
"clear_confidence_percent": 80,
"clear_percent": 70,
"cloud_cover": 0,
"cloud_percent": 5,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.260954642342182,
51.578656328585765
],
[
7.457592749614677,
51.54824315894557
],
[
7.455017828960737,
51.54423991167623
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 2,
"id": "2633280_3262910_2019-08-28_105d",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 23,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-28T14:27:18Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2633280",
"sun_azimuth": 155.9,
"sun_elevation": 46.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-29T06:24:13Z",
"usable_data": 0.05,
"view_angle": 5,
"visible_confidence_percent": 64,
"visible_percent": 93
},
"sort": [
1567002438000,
"2633280_3262910_2019-08-28_105d"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2633421_3262910_2019-08-28_0f17",
"_score": null,
"_source": {
"acquired": "2019-08-28T10:07:42.542958Z",
"anomalous_pixels": 0.37,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2633421:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.33,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2633421_3262910_2019-08-28_0f17_RGBNIR_Browse.tif",
"clear_confidence_percent": 56,
"clear_percent": 20,
"cloud_cover": 0.368,
"cloud_percent": 56,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.322409415282867,
51.542531752306154
],
[
7.408497595812902,
51.76846393985225
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.322409415282867,
51.542531752306154
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 3,
"id": "2633421_3262910_2019-08-28_0f17",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 18,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-28T14:13:52Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f17",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2633421",
"sun_azimuth": 151.2,
"sun_elevation": 45,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-29T08:06:22Z",
"usable_data": 0.31,
"view_angle": 5,
"visible_confidence_percent": 49,
"visible_percent": 39
},
"sort": [
1567001632000,
"2633421_3262910_2019-08-28_0f17"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2630971_3262910_2019-08-27_1006",
"_score": null,
"_source": {
"acquired": "2019-08-27T10:12:38.46423Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2630971:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.31,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2630971_3262910_2019-08-27_1006_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 100,
"cloud_cover": 0.003,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.567026877407096,
51.77058851127703
],
[
7.470038199442048,
51.54450680578559
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2630971_3262910_2019-08-27_1006",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-27T14:39:51Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1006",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2630971",
"sun_azimuth": 150.7,
"sun_elevation": 45.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-28T05:30:22Z",
"usable_data": 0.69,
"view_angle": 5,
"visible_confidence_percent": 98,
"visible_percent": 100
},
"sort": [
1566916791000,
"2630971_3262910_2019-08-27_1006"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2631053_3262910_2019-08-27_1004",
"_score": null,
"_source": {
"acquired": "2019-08-27T10:09:24.088436Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2631053:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.44,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2631053_3262910_2019-08-27_1004_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 100,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.363436484368965,
51.54306555899736
],
[
7.456047797222313,
51.76910132178002
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.363436484368965,
51.54306555899736
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2631053_3262910_2019-08-27_1004",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-27T14:30:26Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1004",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2631053",
"sun_azimuth": 150.6,
"sun_elevation": 45.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-28T05:39:52Z",
"usable_data": 0.55,
"view_angle": 1,
"visible_confidence_percent": 97,
"visible_percent": 100
},
"sort": [
1566916226000,
"2631053_3262910_2019-08-27_1004"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2630681_3262910_2019-08-27_1049",
"_score": null,
"_source": {
"acquired": "2019-08-27T08:29:39.551465Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2630681:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.23,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2630681_3262910_2019-08-27_1049_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 100,
"cloud_cover": 0.004,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.372362875969287,
51.54317231958419
],
[
7.340863013302765,
51.6264225847891
],
[
7.290308737797091,
51.76687044565623
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.372362875969287,
51.54317231958419
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2630681_3262910_2019-08-27_1049",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-27T12:55:09Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1049",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2630681",
"sun_azimuth": 121,
"sun_elevation": 34.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-28T06:11:50Z",
"usable_data": 0.76,
"view_angle": 5,
"visible_confidence_percent": 90,
"visible_percent": 100
},
"sort": [
1566910509000,
"2630681_3262910_2019-08-27_1049"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2628601_3262910_2019-08-26_100a",
"_score": null,
"_source": {
"acquired": "2019-08-26T10:12:52.987286Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2628601:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.85,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2628601_3262910_2019-08-26_100a_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 100,
"cloud_cover": 0,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.363865637811288,
51.76787966517858
],
[
7.268593573615536,
51.54194455771332
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2628601_3262910_2019-08-26_100a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-26T16:34:10Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "100a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2628601",
"sun_azimuth": 150.4,
"sun_elevation": 45.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-04T06:01:50Z",
"usable_data": 0.15,
"view_angle": 4,
"visible_confidence_percent": 94,
"visible_percent": 100
},
"sort": [
1566837250000,
"2628601_3262910_2019-08-26_100a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2628603_3262910_2019-08-26_0f4e",
"_score": null,
"_source": {
"acquired": "2019-08-26T10:12:47.355013Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2628603:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.08,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2628603_3262910_2019-08-26_0f4e_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 100,
"cloud_cover": 0.003,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.257435584115132,
51.670998133849245
],
[
7.296831870120403,
51.76692356303572
],
[
7.615864539143475,
51.771225863203995
],
[
7.620842719074424,
51.60755665302885
],
[
7.595522665977356,
51.54616151432284
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2628603_3262910_2019-08-26_0f4e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-26T16:33:27Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f4e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2628603",
"sun_azimuth": 151,
"sun_elevation": 45.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-27T05:25:02Z",
"usable_data": 0.92,
"view_angle": 4.2,
"visible_confidence_percent": 98,
"visible_percent": 100
},
"sort": [
1566837207000,
"2628603_3262910_2019-08-26_0f4e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2628334_3262910_2019-08-26_105e",
"_score": null,
"_source": {
"acquired": "2019-08-26T10:24:50.04128Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2628334:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.74,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2628334_3262910_2019-08-26_105e_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 99,
"cloud_cover": 0.031,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.477247977273079,
51.544560184419616
],
[
7.569773459437963,
51.77048228508086
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.477247977273079,
51.544560184419616
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2628334_3262910_2019-08-26_105e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-26T14:50:50Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2628334",
"sun_azimuth": 155.5,
"sun_elevation": 46.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-27T14:44:27Z",
"usable_data": 0.23,
"view_angle": 2,
"visible_confidence_percent": 77,
"visible_percent": 100
},
"sort": [
1566831050000,
"2628334_3262910_2019-08-26_105e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2625997_3262910_2019-08-25_106e",
"_score": null,
"_source": {
"acquired": "2019-08-25T10:04:21.771478Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2625997:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.77,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2625997_3262910_2019-08-25_106e_RGBNIR_Browse.tif",
"clear_confidence_percent": 96,
"clear_percent": 99,
"cloud_cover": 0.014,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.57784154415364,
51.54589462991924
],
[
7.528574728974935,
51.66924150486301
],
[
7.489779257788918,
51.76957935231938
],
[
7.615950369831941,
51.771119638507834
],
[
7.622730994220648,
51.54653514985796
],
[
7.57784154415364,
51.54589462991924
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2625997_3262910_2019-08-25_106e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-25T20:34:26Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "106e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2625997",
"sun_azimuth": 147.9,
"sun_elevation": 45.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-26T04:47:47Z",
"usable_data": 0.21,
"view_angle": 5,
"visible_confidence_percent": 75,
"visible_percent": 100
},
"sort": [
1566765266000,
"2625997_3262910_2019-08-25_106e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2626338_3262910_2019-08-25_0f4c",
"_score": null,
"_source": {
"acquired": "2019-08-25T13:01:42.488241Z",
"anomalous_pixels": 0.16,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2626338:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.66,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2626338_3262910_2019-08-25_0f4c_RGBNIR_Browse.tif",
"clear_confidence_percent": 91,
"clear_percent": 88,
"cloud_cover": 0.162,
"cloud_percent": 9,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.434590125106152,
51.76883574707057
],
[
7.340777182614299,
51.542798656434506
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2626338_3262910_2019-08-25_0f4c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-25T16:43:19Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f4c",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2626338",
"sun_azimuth": 211.5,
"sun_elevation": 45.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"updated": "2019-08-25T16:43:19Z",
"usable_data": 0.18,
"view_angle": 1,
"visible_confidence_percent": 76,
"visible_percent": 90
},
"sort": [
1566751399000,
"2626338_3262910_2019-08-25_0f4c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2626011_3262910_2019-08-25_1029",
"_score": null,
"_source": {
"acquired": "2019-08-25T10:07:30.37019Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2626011:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.88,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2626011_3262910_2019-08-25_1029_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 99,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.526686453828713,
51.54520072314362
],
[
7.528746390351864,
51.5528864845221
],
[
7.609856390950951,
51.749603986051596
],
[
7.616293692585798,
51.759752151450996
],
[
7.622730994220648,
51.54653514985796
],
[
7.526686453828713,
51.54520072314362
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2626011_3262910_2019-08-25_1029",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-25T16:12:32Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1029",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2626011",
"sun_azimuth": 149.8,
"sun_elevation": 45.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-26T05:39:45Z",
"usable_data": 0.11,
"view_angle": 0,
"visible_confidence_percent": 91,
"visible_percent": 99
},
"sort": [
1566749552000,
"2626011_3262910_2019-08-25_1029"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2626078_3262910_2019-08-25_1009",
"_score": null,
"_source": {
"acquired": "2019-08-25T10:08:52.241733Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2626078:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.47,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2626078_3262910_2019-08-25_1009_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 100,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.50205304623936,
51.76973869470747
],
[
7.418368124986335,
51.56318550348273
],
[
7.408926749255225,
51.54365273912522
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2626078_3262910_2019-08-25_1009",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-25T14:41:51Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1009",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2626078",
"sun_azimuth": 150,
"sun_elevation": 45.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-26T05:21:59Z",
"usable_data": 0.52,
"view_angle": 2,
"visible_confidence_percent": 95,
"visible_percent": 100
},
"sort": [
1566744111000,
"2626078_3262910_2019-08-25_1009"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2625894_3262910_2019-08-25_1050",
"_score": null,
"_source": {
"acquired": "2019-08-25T08:25:51.961698Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2625894:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.31,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2625894_3262910_2019-08-25_1050_RGBNIR_Browse.tif",
"clear_confidence_percent": 92,
"clear_percent": 100,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.474415564553746,
51.76931378042253
],
[
7.561276221279964,
51.54568112126925
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2625894_3262910_2019-08-25_1050",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-25T12:44:48Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1050",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2625894",
"sun_azimuth": 120.5,
"sun_elevation": 34.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-26T05:48:23Z",
"usable_data": 0.69,
"view_angle": 5,
"visible_confidence_percent": 92,
"visible_percent": 100
},
"sort": [
1566737088000,
"2625894_3262910_2019-08-25_1050"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2623827_3262910_2019-08-24_0e16",
"_score": null,
"_source": {
"acquired": "2019-08-24T10:00:01.804224Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2623827:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.63,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2623827_3262910_2019-08-24_0e16_RGBNIR_Browse.tif",
"clear_confidence_percent": 100,
"clear_percent": 100,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.433989310286901,
51.54402639526162
],
[
7.524283194551702,
51.77000426410425
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.433989310286901,
51.54402639526162
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2623827_3262910_2019-08-24_0e16",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-24T14:15:00Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e16",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2623827",
"sun_azimuth": 147.1,
"sun_elevation": 45.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-25T20:35:52Z",
"usable_data": 0.37,
"view_angle": 1,
"visible_confidence_percent": 100,
"visible_percent": 100
},
"sort": [
1566656100000,
"2623827_3262910_2019-08-24_0e16"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2623450_3262910_2019-08-24_0f46",
"_score": null,
"_source": {
"acquired": "2019-08-24T08:29:24.070544Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2623450:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.2,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2623450_3262910_2019-08-24_0f46_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 100,
"cloud_cover": 0.003,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.51887586117843,
51.7699511503499
],
[
7.601788306235274,
51.54621489101571
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2623450_3262910_2019-08-24_0f46",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-24T13:28:16Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f46",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2623450",
"sun_azimuth": 120.3,
"sun_elevation": 35.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-25T05:23:36Z",
"usable_data": 0.8,
"view_angle": 2,
"visible_confidence_percent": 98,
"visible_percent": 100
},
"sort": [
1566653296000,
"2623450_3262910_2019-08-24_0f46"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2623575_3262910_2019-08-24_0f15",
"_score": null,
"_source": {
"acquired": "2019-08-24T10:13:29.720108Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2623575:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.25,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2623575_3262910_2019-08-24_0f15_RGBNIR_Browse.tif",
"clear_confidence_percent": 100,
"clear_percent": 100,
"cloud_cover": 0.004,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76644550437017
],
[
7.588398718834789,
51.7708540756737
],
[
7.491839194312067,
51.54477369832951
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2623575_3262910_2019-08-24_0f15",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-24T12:59:06Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f15",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2623575",
"sun_azimuth": 150.3,
"sun_elevation": 46.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-03T23:22:01Z",
"usable_data": 0.74,
"view_angle": 5,
"visible_confidence_percent": 100,
"visible_percent": 100
},
"sort": [
1566651546000,
"2623575_3262910_2019-08-24_0f15"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2623528_3262910_2019-08-24_0f3d",
"_score": null,
"_source": {
"acquired": "2019-08-24T08:26:21.928856Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2623528:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.71,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2623528_3262910_2019-08-24_0f3d_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.556126379972085,
51.5456277439502
],
[
7.468836569803544,
51.76177088620559
],
[
7.46634747983807,
51.769260665855654
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.556126379972085,
51.5456277439502
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2623528_3262910_2019-08-24_0f3d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-24T12:50:27Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f3d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2623528",
"sun_azimuth": 120.3,
"sun_elevation": 35,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-25T05:51:53Z",
"usable_data": 0.28,
"view_angle": 2,
"visible_confidence_percent": 99,
"visible_percent": 100
},
"sort": [
1566651027000,
"2623528_3262910_2019-08-24_0f3d"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2621633_3262910_2019-08-23_1013",
"_score": null,
"_source": {
"acquired": "2019-08-23T10:06:38.948385Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2621633:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.95,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2621633_3262910_2019-08-23_1013_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.56007459164146,
51.54568112126925
],
[
7.60024335384291,
51.649381537425846
],
[
7.618267798420486,
51.69313646366803
],
[
7.622730994220648,
51.54648177354079
],
[
7.56007459164146,
51.54568112126925
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2621633_3262910_2019-08-23_1013",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-24T00:56:03Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1013",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2621633",
"sun_azimuth": 149.5,
"sun_elevation": 46.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-24T04:58:04Z",
"usable_data": 0.05,
"view_angle": 3,
"visible_confidence_percent": 94,
"visible_percent": 100
},
"sort": [
1566608163000,
"2621633_3262910_2019-08-23_1013"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2621038_3262910_2019-08-23_1061",
"_score": null,
"_source": {
"acquired": "2019-08-23T10:22:28.877711Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2621038:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.73,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2621038_3262910_2019-08-23_1061_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.021,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.404377722766598,
51.76841082428535
],
[
7.314512991944119,
51.542531752306154
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2621038_3262910_2019-08-23_1061",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-23T14:38:00Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1061",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2621038",
"sun_azimuth": 154.5,
"sun_elevation": 47.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-24T04:53:20Z",
"usable_data": 0.25,
"view_angle": 5,
"visible_confidence_percent": 97,
"visible_percent": 100
},
"sort": [
1566571080000,
"2621038_3262910_2019-08-23_1061"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2619287_3262910_2019-08-22_0f4e",
"_score": null,
"_source": {
"acquired": "2019-08-22T10:11:08.171782Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2619287:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.66,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2619287_3262910_2019-08-22_0f4e_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 100,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.433731818221506,
51.76878263194118
],
[
7.340691351925834,
51.542852037072315
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2619287_3262910_2019-08-22_0f4e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-22T16:15:56Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f4e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2619287",
"sun_azimuth": 149.9,
"sun_elevation": 46.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-23T04:53:24Z",
"usable_data": 0.34,
"view_angle": 1.9,
"visible_confidence_percent": 93,
"visible_percent": 100
},
"sort": [
1566490556000,
"2619287_3262910_2019-08-22_0f4e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2619283_3262910_2019-08-22_100a",
"_score": null,
"_source": {
"acquired": "2019-08-22T10:11:12.372415Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2619283:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.59,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2619283_3262910_2019-08-22_100a_RGBNIR_Browse.tif",
"clear_confidence_percent": 100,
"clear_percent": 100,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.418453955674798,
51.54375949833443
],
[
7.512696051608975,
51.76984492265369
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.418453955674798,
51.54375949833443
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2619283_3262910_2019-08-22_100a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-22T14:28:09Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "100a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2619283",
"sun_azimuth": 149.4,
"sun_elevation": 46.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-24T08:23:55Z",
"usable_data": 0.41,
"view_angle": 5,
"visible_confidence_percent": 97,
"visible_percent": 100
},
"sort": [
1566484089000,
"2619283_3262910_2019-08-22_100a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2616979_3262910_2019-08-21_0f35",
"_score": null,
"_source": {
"acquired": "2019-08-21T10:12:26.36806Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2616979:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.57,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2616979_3262910_2019-08-21_0f35_RGBNIR_Browse.tif",
"clear_confidence_percent": 94,
"clear_percent": 93,
"cloud_cover": 0.018,
"cloud_percent": 4,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.468407416361221,
51.769260665855654
],
[
7.373821997673186,
51.54317231958419
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2616979_3262910_2019-08-21_0f35",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-21T16:28:16Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f35",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2616979",
"sun_azimuth": 149.1,
"sun_elevation": 46.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-22T05:37:42Z",
"usable_data": 0.41,
"view_angle": 5,
"visible_confidence_percent": 79,
"visible_percent": 95
},
"sort": [
1566404896000,
"2616979_3262910_2019-08-21_0f35"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2616869_3262910_2019-08-21_1021",
"_score": null,
"_source": {
"acquired": "2019-08-21T10:10:55.139838Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2616869:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.51,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2616869_3262910_2019-08-21_1021_RGBNIR_Browse.tif",
"clear_confidence_percent": 93,
"clear_percent": 93,
"cloud_cover": 0.027,
"cloud_percent": 4,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.490723395362028,
51.76952623806501
],
[
7.395279669789347,
51.54354597966555
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2616869_3262910_2019-08-21_1021",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-21T15:10:51Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1021",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2616869",
"sun_azimuth": 149,
"sun_elevation": 47,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-22T05:07:09Z",
"usable_data": 0.46,
"view_angle": 2,
"visible_confidence_percent": 76,
"visible_percent": 95
},
"sort": [
1566400251000,
"2616869_3262910_2019-08-21_1021"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2616734_3262910_2019-08-21_1058",
"_score": null,
"_source": {
"acquired": "2019-08-21T10:25:52.912295Z",
"anomalous_pixels": 0.07,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2616734:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.52,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2616734_3262910_2019-08-21_1058_RGBNIR_Browse.tif",
"clear_confidence_percent": 92,
"clear_percent": 85,
"cloud_cover": 0.068,
"cloud_percent": 10,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.389958167104538,
51.54338584000639
],
[
7.483513617530997,
51.76942000936878
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.389958167104538,
51.54338584000639
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2616734_3262910_2019-08-21_1058",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-21T14:51:58Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1058",
"shadow_percent": 4,
"snow_ice_percent": 0,
"strip_id": "2616734",
"sun_azimuth": 154.2,
"sun_elevation": 48,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-22T06:02:35Z",
"usable_data": 0.42,
"view_angle": 5,
"visible_confidence_percent": 71,
"visible_percent": 89
},
"sort": [
1566399118000,
"2616734_3262910_2019-08-21_1058"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2616603_3262910_2019-08-21_0f44",
"_score": null,
"_source": {
"acquired": "2019-08-21T08:30:05.543645Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2616603:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.72,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2616603_3262910_2019-08-21_0f44_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 100,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.555353903775903,
51.5456277439502
],
[
7.484028601661787,
51.733021972870404
],
[
7.470639014261301,
51.76931378042253
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.555353903775903,
51.5456277439502
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2616603_3262910_2019-08-21_0f44",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-21T13:03:41Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f44",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2616603",
"sun_azimuth": 119.5,
"sun_elevation": 35.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-22T05:20:11Z",
"usable_data": 0.28,
"view_angle": 5,
"visible_confidence_percent": 84,
"visible_percent": 100
},
"sort": [
1566392621000,
"2616603_3262910_2019-08-21_0f44"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2612193_3262910_2019-08-19_0e3a",
"_score": null,
"_source": {
"acquired": "2019-08-19T10:04:25.426899Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2612193:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.93,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2612193_3262910_2019-08-19_0e3a_RGBNIR_Browse.tif",
"clear_confidence_percent": 77,
"clear_percent": 48,
"cloud_cover": 0.027,
"cloud_percent": 36,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.260096335457535,
51.600733142595615
],
[
7.253744864511154,
51.76639238642813
],
[
7.328503394163855,
51.76740161663852
],
[
7.322581076659795,
51.74971026137812
],
[
7.260096335457535,
51.600733142595615
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2612193_3262910_2019-08-19_0e3a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-21T08:15:12Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e3a",
"shadow_percent": 15,
"snow_ice_percent": 0,
"strip_id": "2612193",
"sun_azimuth": 146.1,
"sun_elevation": 46.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-21T08:15:12Z",
"usable_data": 0.05,
"view_angle": 3,
"visible_confidence_percent": 68,
"visible_percent": 64
},
"sort": [
1566375312000,
"2612193_3262910_2019-08-19_0e3a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2614636_3262910_2019-08-20_0f4c",
"_score": null,
"_source": {
"acquired": "2019-08-20T12:58:54.08392Z",
"anomalous_pixels": 0.8,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2614636:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.12,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2614636_3262910_2019-08-20_0f4c_RGBNIR_Browse.tif",
"clear_confidence_percent": 78,
"clear_percent": 69,
"cloud_cover": 0.804,
"cloud_percent": 14,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.543595099456248,
51.77026983193849
],
[
7.616293692585798,
51.758902130867185
],
[
7.617666983601232,
51.71462582838315
],
[
7.549174094206449,
51.545520989124256
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 5,
"id": "2614636_3262910_2019-08-20_0f4c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 9,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-20T16:39:19Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f4c",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2614636",
"sun_azimuth": 211.9,
"sun_elevation": 47.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"updated": "2019-08-20T16:39:19Z",
"usable_data": 0.08,
"view_angle": 3,
"visible_confidence_percent": 59,
"visible_percent": 79
},
"sort": [
1566319159000,
"2614636_3262910_2019-08-20_0f4c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2612022_3262910_2019-08-19_1006",
"_score": null,
"_source": {
"acquired": "2019-08-19T10:09:06.742431Z",
"anomalous_pixels": 0.21,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2612022:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.59,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2612022_3262910_2019-08-19_1006_RGBNIR_Browse.tif",
"clear_confidence_percent": 65,
"clear_percent": 44,
"cloud_cover": 0.214,
"cloud_percent": 44,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.418539786363264,
51.54375949833443
],
[
7.51183774472433,
51.76984492265369
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.418539786363264,
51.54375949833443
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2612022_3262910_2019-08-19_1006",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-19T14:50:12Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1006",
"shadow_percent": 10,
"snow_ice_percent": 0,
"strip_id": "2612022",
"sun_azimuth": 148.6,
"sun_elevation": 47.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-20T05:24:58Z",
"usable_data": 0.19,
"view_angle": 1,
"visible_confidence_percent": 56,
"visible_percent": 55
},
"sort": [
1566226212000,
"2612022_3262910_2019-08-19_1006"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2611984_3262910_2019-08-19_1059",
"_score": null,
"_source": {
"acquired": "2019-08-19T10:22:29.185497Z",
"anomalous_pixels": 0.12,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2611984:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.53,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2611984_3262910_2019-08-19_1059_RGBNIR_Browse.tif",
"clear_confidence_percent": 76,
"clear_percent": 50,
"cloud_cover": 0.121,
"cloud_percent": 40,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.410815024401447,
51.76851705535666
],
[
7.477162146584615,
51.75815834972978
],
[
7.390902304677651,
51.543439219955395
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2611984_3262910_2019-08-19_1059",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-19T14:21:16Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1059",
"shadow_percent": 10,
"snow_ice_percent": 0,
"strip_id": "2611984",
"sun_azimuth": 153.5,
"sun_elevation": 48.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-20T05:50:05Z",
"usable_data": 0.35,
"view_angle": 4.1,
"visible_confidence_percent": 59,
"visible_percent": 60
},
"sort": [
1566224476000,
"2611984_3262910_2019-08-19_1059"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2611886_3262910_2019-08-19_104e",
"_score": null,
"_source": {
"acquired": "2019-08-19T08:29:05.077439Z",
"anomalous_pixels": 0.18,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2611886:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.29,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2611886_3262910_2019-08-19_104e_RGBNIR_Browse.tif",
"clear_confidence_percent": 74,
"clear_percent": 61,
"cloud_cover": 0.181,
"cloud_percent": 26,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.396824622181711,
51.543492599841784
],
[
7.309448981324705,
51.76713603192867
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.396824622181711,
51.543492599841784
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2611886_3262910_2019-08-19_104e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-19T12:47:12Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "104e",
"shadow_percent": 11,
"snow_ice_percent": 0,
"strip_id": "2611886",
"sun_azimuth": 119,
"sun_elevation": 36.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-20T05:59:07Z",
"usable_data": 0.52,
"view_angle": 1.1,
"visible_confidence_percent": 63,
"visible_percent": 73
},
"sort": [
1566218832000,
"2611886_3262910_2019-08-19_104e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2604521_3262910_2019-08-16_0e26",
"_score": null,
"_source": {
"acquired": "2019-08-16T10:01:23.674358Z",
"anomalous_pixels": 0.69,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2604521:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.27,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2604521_3262910_2019-08-16_0e26_RGBNIR_Browse.tif",
"clear_confidence_percent": 37,
"clear_percent": 16,
"cloud_cover": 0.691,
"cloud_percent": 61,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.580158972742185,
51.770747850102545
],
[
7.484286093727181,
51.54466694149979
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 9,
"id": "2604521_3262910_2019-08-16_0e26",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 13,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-16T14:49:42Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e26",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2604521",
"sun_azimuth": 144.3,
"sun_elevation": 47.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-17T06:11:08Z",
"usable_data": 0.04,
"view_angle": 5,
"visible_confidence_percent": 41,
"visible_percent": 29
},
"sort": [
1565966982000,
"2604521_3262910_2019-08-16_0e26"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2600258_3262910_2019-08-14_1067",
"_score": null,
"_source": {
"acquired": "2019-08-14T10:03:46.940203Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2600258:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2600258_3262910_2019-08-14_1067_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 75,
"cloud_cover": 0.003,
"cloud_percent": 17,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.262242102669152,
51.54317231958419
],
[
7.257607245492061,
51.664663303170414
],
[
7.305586600343796,
51.54237160907772
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2600258_3262910_2019-08-14_1067",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-15T00:20:10Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1067",
"shadow_percent": 8,
"snow_ice_percent": 0,
"strip_id": "2600258",
"sun_azimuth": 145.3,
"sun_elevation": 48.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-15T05:08:20Z",
"usable_data": 0.03,
"view_angle": 2,
"visible_confidence_percent": 72,
"visible_percent": 83
},
"sort": [
1565828410000,
"2600258_3262910_2019-08-14_1067"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2599358_3262910_2019-08-14_1038",
"_score": null,
"_source": {
"acquired": "2019-08-14T10:11:35.61148Z",
"anomalous_pixels": 0.06,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2599358:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.43,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2599358_3262910_2019-08-14_1038_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 80,
"cloud_cover": 0.06,
"cloud_percent": 13,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.355540061030216,
51.54295879816008
],
[
7.450211310406718,
51.768995092083735
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.355540061030216,
51.54295879816008
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2599358_3262910_2019-08-14_1038",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-14T14:24:12Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1038",
"shadow_percent": 6,
"snow_ice_percent": 0,
"strip_id": "2599358",
"sun_azimuth": 147.6,
"sun_elevation": 48.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-15T05:39:03Z",
"usable_data": 0.51,
"view_angle": 5.1,
"visible_confidence_percent": 76,
"visible_percent": 86
},
"sort": [
1565792652000,
"2599358_3262910_2019-08-14_1038"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2596999_3262910_2019-08-13_100c",
"_score": null,
"_source": {
"acquired": "2019-08-13T10:05:27.667713Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2596999:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.96,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2596999_3262910_2019-08-13_100c_RGBNIR_Browse.tif",
"clear_confidence_percent": 47,
"clear_percent": 13,
"cloud_cover": 0.027,
"cloud_percent": 72,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.5046279668933,
51.54493383310443
],
[
7.518189215670714,
51.58020312152537
],
[
7.622216010089859,
51.564519402683594
],
[
7.622730994220648,
51.54648177354079
],
[
7.5046279668933,
51.54493383310443
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2596999_3262910_2019-08-13_100c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 8,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-13T16:29:52Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "100c",
"shadow_percent": 4,
"snow_ice_percent": 0,
"strip_id": "2596999",
"sun_azimuth": 146.9,
"sun_elevation": 49.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-14T04:57:37Z",
"usable_data": 0.01,
"view_angle": 4,
"visible_confidence_percent": 49,
"visible_percent": 27
},
"sort": [
1565713792000,
"2596999_3262910_2019-08-13_100c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2596631_3262910_2019-08-13_0f3c",
"_score": null,
"_source": {
"acquired": "2019-08-13T08:32:35.580365Z",
"anomalous_pixels": 0.13,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2596631:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.36,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2596631_3262910_2019-08-13_0f3c_RGBNIR_Browse.tif",
"clear_confidence_percent": 64,
"clear_percent": 60,
"cloud_cover": 0.124,
"cloud_percent": 29,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.457764410991606,
51.76910132178002
],
[
7.542135977752348,
51.545414234047854
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.5,
"heavy_haze_percent": 0,
"id": "2596631_3262910_2019-08-13_0f3c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 5,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-13T13:20:18Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f3c",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2596631",
"sun_azimuth": 117.7,
"sun_elevation": 38,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-14T05:43:49Z",
"usable_data": 0.52,
"view_angle": 4,
"visible_confidence_percent": 54,
"visible_percent": 70
},
"sort": [
1565702418000,
"2596631_3262910_2019-08-13_0f3c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2595036_3262910_2019-08-12_1035",
"_score": null,
"_source": {
"acquired": "2019-08-12T10:11:34.393034Z",
"anomalous_pixels": 0.32,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2595036:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.1,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2595036_3262910_2019-08-12_1035_RGBNIR_Browse.tif",
"clear_confidence_percent": 78,
"clear_percent": 48,
"cloud_cover": 0.318,
"cloud_percent": 38,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.259667182015214,
51.611501027227014
],
[
7.322151923217473,
51.767242266000125
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2595036_3262910_2019-08-12_1035",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-12T22:42:48Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1035",
"shadow_percent": 12,
"snow_ice_percent": 0,
"strip_id": "2595036",
"sun_azimuth": 147,
"sun_elevation": 49.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-13T05:42:34Z",
"usable_data": 0.58,
"view_angle": 5,
"visible_confidence_percent": 66,
"visible_percent": 61
},
"sort": [
1565649768000,
"2595036_3262910_2019-08-12_1035"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2594405_3262910_2019-08-12_1053",
"_score": null,
"_source": {
"acquired": "2019-08-12T08:29:33.363581Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2594405:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.14,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2594405_3262910_2019-08-12_1053_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 99,
"cloud_cover": 0.004,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.278034949346646,
51.54194455771332
],
[
7.260697150276789,
51.584789853102436
],
[
7.253744864511154,
51.76639238642813
],
[
7.53956105709841,
51.77021671849664
],
[
7.622559332843717,
51.553580274081206
],
[
7.622730994220648,
51.54648177354079
],
[
7.278034949346646,
51.54194455771332
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2594405_3262910_2019-08-12_1053",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-12T12:49:28Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1053",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2594405",
"sun_azimuth": 117.4,
"sun_elevation": 38.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-13T05:58:40Z",
"usable_data": 0.85,
"view_angle": 1,
"visible_confidence_percent": 82,
"visible_percent": 100
},
"sort": [
1565614168000,
"2594405_3262910_2019-08-12_1053"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2593911_3262910_2019-08-11_0e3a",
"_score": null,
"_source": {
"acquired": "2019-08-11T10:01:00.608129Z",
"anomalous_pixels": 0.47,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2593911:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.43,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2593911_3262910_2019-08-11_0e3a_RGBNIR_Browse.tif",
"clear_confidence_percent": 61,
"clear_percent": 15,
"cloud_cover": 0.471,
"cloud_percent": 81,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.572262549403437,
51.54584125285066
],
[
7.3463561773645,
51.582069870478534
],
[
7.371161246330783,
51.644694806935554
],
[
7.427466177963588,
51.768729516749275
],
[
7.484629416481038,
51.76947312374814
],
[
7.616637015339657,
51.748753774437624
],
[
7.622730994220648,
51.54648177354079
],
[
7.572262549403437,
51.54584125285066
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2593911_3262910_2019-08-11_0e3a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-12T08:24:32Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e3a",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2593911",
"sun_azimuth": 144.1,
"sun_elevation": 49.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-12T08:24:32Z",
"usable_data": 0.09,
"view_angle": 0.5,
"visible_confidence_percent": 52,
"visible_percent": 18
},
"sort": [
1565598272000,
"2593911_3262910_2019-08-11_0e3a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2584825_3262910_2019-08-08_1035",
"_score": null,
"_source": {
"acquired": "2019-08-08T10:09:52.33294Z",
"anomalous_pixels": 0.3,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2584825:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.49,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2584825_3262910_2019-08-08_1035_RGBNIR_Browse.tif",
"clear_confidence_percent": 66,
"clear_percent": 28,
"cloud_cover": 0.302,
"cloud_percent": 62,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.380774283438822,
51.54327907992053
],
[
7.474158072488352,
51.769366894926904
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.380774283438822,
51.54327907992053
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2584825_3262910_2019-08-08_1035",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-08T16:36:39Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1035",
"shadow_percent": 9,
"snow_ice_percent": 0,
"strip_id": "2584825",
"sun_azimuth": 146,
"sun_elevation": 50.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-09T05:44:11Z",
"usable_data": 0.21,
"view_angle": 3,
"visible_confidence_percent": 59,
"visible_percent": 37
},
"sort": [
1565282199000,
"2584825_3262910_2019-08-08_1035"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2584656_3262910_2019-08-08_1105",
"_score": null,
"_source": {
"acquired": "2019-08-08T10:12:02.902985Z",
"anomalous_pixels": 0.16,
"asset_generation_token": "clue_udm=analytic:override_curve=Dec2016_1105_highQE_10:strip_id=2584656:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.83,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2584656_3262910_2019-08-08_1105_RGBNIR_Browse.tif",
"clear_confidence_percent": 43,
"clear_percent": 18,
"cloud_cover": 0.163,
"cloud_percent": 55,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.621186041828284,
51.58729635959346
],
[
7.449353003522071,
51.61464562056618
],
[
7.457421088237748,
51.635053531270614
],
[
7.620671057697495,
51.60984869596493
],
[
7.621186041828284,
51.58729635959346
]
]
],
[
[
[
7.618611121174344,
51.6720094953945
],
[
7.481711173073241,
51.69356209470272
],
[
7.512610220920512,
51.76984492265369
],
[
7.615950369831941,
51.77117275088715
],
[
7.618611121174344,
51.6720094953945
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2584656_3262910_2019-08-08_1105",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 16,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-08T14:21:53Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1105",
"shadow_percent": 10,
"snow_ice_percent": 0,
"strip_id": "2584656",
"sun_azimuth": 147.4,
"sun_elevation": 50.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"updated": "2019-08-08T16:19:43Z",
"usable_data": 0.01,
"view_angle": 0.1,
"visible_confidence_percent": 44,
"visible_percent": 44
},
"sort": [
1565274113000,
"2584656_3262910_2019-08-08_1105"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2584473_3262910_2019-08-08_0f44",
"_score": null,
"_source": {
"acquired": "2019-08-08T08:28:37.623761Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2584473:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.57,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2584473_3262910_2019-08-08_0f44_RGBNIR_Browse.tif",
"clear_confidence_percent": 84,
"clear_percent": 90,
"cloud_cover": 0.028,
"cloud_percent": 6,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.502396368993218,
51.544880454908736
],
[
7.461626791972514,
51.6444817622193
],
[
7.412960791613063,
51.76851705535666
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.502396368993218,
51.544880454908736
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.5,
"heavy_haze_percent": 0,
"id": "2584473_3262910_2019-08-08_0f44",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-08T13:09:42Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f44",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2584473",
"sun_azimuth": 116.6,
"sun_elevation": 39.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-09T05:19:37Z",
"usable_data": 0.4,
"view_angle": 3,
"visible_confidence_percent": 63,
"visible_percent": 93
},
"sort": [
1565269782000,
"2584473_3262910_2019-08-08_0f44"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2584505_3262910_2019-08-08_1054",
"_score": null,
"_source": {
"acquired": "2019-08-08T08:31:41.369017Z",
"anomalous_pixels": 0.16,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2584505:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.4,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2584505_3262910_2019-08-08_1054_RGBNIR_Browse.tif",
"clear_confidence_percent": 70,
"clear_percent": 44,
"cloud_cover": 0.159,
"cloud_percent": 45,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.441456580183323,
51.76888886213746
],
[
7.503683829320188,
51.60792978418329
],
[
7.525484824190206,
51.54872352494873
],
[
7.52514150143635,
51.54520072314362
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2584505_3262910_2019-08-08_1054",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-08T12:50:15Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1054",
"shadow_percent": 10,
"snow_ice_percent": 0,
"strip_id": "2584505",
"sun_azimuth": 116.6,
"sun_elevation": 39.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-09T05:56:03Z",
"usable_data": 0.44,
"view_angle": 1,
"visible_confidence_percent": 60,
"visible_percent": 55
},
"sort": [
1565268615000,
"2584505_3262910_2019-08-08_1054"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2582214_3262910_2019-08-07_0f34",
"_score": null,
"_source": {
"acquired": "2019-08-07T10:12:31.519694Z",
"anomalous_pixels": 0.39,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2582214:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.26,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2582214_3262910_2019-08-07_0f34_RGBNIR_Browse.tif",
"clear_confidence_percent": 71,
"clear_percent": 56,
"cloud_cover": 0.392,
"cloud_percent": 18,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.294600272220323,
51.542158083896474
],
[
7.388241553335246,
51.76819836139267
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.294600272220323,
51.542158083896474
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 1,
"id": "2582214_3262910_2019-08-07_0f34",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 18,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-07T16:51:09Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f34",
"shadow_percent": 5,
"snow_ice_percent": 0,
"strip_id": "2582214",
"sun_azimuth": 146.4,
"sun_elevation": 50.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-08T05:34:27Z",
"usable_data": 0.34,
"view_angle": 5,
"visible_confidence_percent": 58,
"visible_percent": 80
},
"sort": [
1565196669000,
"2582214_3262910_2019-08-07_0f34"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2581892_3262910_2019-08-07_0f2b",
"_score": null,
"_source": {
"acquired": "2019-08-07T08:30:33.464451Z",
"anomalous_pixels": 0.66,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2581892:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.12,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2581892_3262910_2019-08-07_0f2b_RGBNIR_Browse.tif",
"clear_confidence_percent": 41,
"clear_percent": 23,
"cloud_cover": 0.658,
"cloud_percent": 45,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.320778632202038,
51.54247837129264
],
[
7.278721594854363,
51.6463991286273
],
[
7.256062293099698,
51.70664829516524
],
[
7.253744864511154,
51.76639238642813
],
[
7.576725745203598,
51.7706947372232
],
[
7.619297766682061,
51.65981842316145
],
[
7.622730994220648,
51.54648177354079
],
[
7.320778632202038,
51.54247837129264
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.5,
"heavy_haze_percent": 10,
"id": "2581892_3262910_2019-08-07_0f2b",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 18,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-07T12:50:45Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2b",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2581892",
"sun_azimuth": 116.3,
"sun_elevation": 39.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-08T05:12:09Z",
"usable_data": 0.22,
"view_angle": 0.1,
"visible_confidence_percent": 44,
"visible_percent": 44
},
"sort": [
1565182245000,
"2581892_3262910_2019-08-07_0f2b"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2489621_3262910_2019-07-01_1065",
"_score": null,
"_source": {
"acquired": "2019-07-01T10:08:35.406627Z",
"anomalous_pixels": 0.12,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2489621:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.65,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2489621_3262910_2019-07-01_1065_RGBNIR_Browse.tif",
"clear_confidence_percent": 70,
"clear_percent": 34,
"cloud_cover": 0.116,
"cloud_percent": 58,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.259753012703677,
51.610488315201
],
[
7.567541861537882,
51.65635747741053
],
[
7.608225607870121,
51.54632164421359
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2489621_3262910_2019-07-01_1065",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-07T11:58:08Z",
"quality_category": "test",
"rows": 8000,
"satellite_id": "1065",
"shadow_percent": 7,
"snow_ice_percent": 0,
"strip_id": "2489621",
"sun_azimuth": 140.8,
"sun_elevation": 57,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-07T11:58:08Z",
"usable_data": 0.24,
"view_angle": 5,
"visible_confidence_percent": 62,
"visible_percent": 42
},
"sort": [
1565179088000,
"2489621_3262910_2019-07-01_1065"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2579448_3262910_2019-08-06_1027",
"_score": null,
"_source": {
"acquired": "2019-08-06T10:11:20.923897Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2579448:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.39,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2579448_3262910_2019-08-06_1027_RGBNIR_Browse.tif",
"clear_confidence_percent": 86,
"clear_percent": 90,
"cloud_cover": 0.046,
"cloud_percent": 6,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.531407141694267,
51.770110491425456
],
[
7.525570654878671,
51.75098554579264
],
[
7.498705649389239,
51.684676216499255
],
[
7.438967490217849,
51.544079774459206
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2579448_3262910_2019-08-06_1027",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-06T14:32:53Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1027",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2579448",
"sun_azimuth": 145.7,
"sun_elevation": 51,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-07T05:04:31Z",
"usable_data": 0.56,
"view_angle": 3,
"visible_confidence_percent": 65,
"visible_percent": 93
},
"sort": [
1565101973000,
"2579448_3262910_2019-08-06_1027"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2579446_3262910_2019-08-06_1038",
"_score": null,
"_source": {
"acquired": "2019-08-06T10:08:14.054525Z",
"anomalous_pixels": 0.04,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2579446:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.15,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2579446_3262910_2019-08-06_1038_RGBNIR_Browse.tif",
"clear_confidence_percent": 91,
"clear_percent": 87,
"cloud_cover": 0.04,
"cloud_percent": 1,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.26181294922683,
51.55715579092903
],
[
7.342665457760521,
51.76750785008495
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 4,
"id": "2579446_3262910_2019-08-06_1038",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 6,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-06T14:14:52Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1038",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2579446",
"sun_azimuth": 145.7,
"sun_elevation": 51.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-08T14:29:20Z",
"usable_data": 0.81,
"view_angle": 2,
"visible_confidence_percent": 65,
"visible_percent": 93
},
"sort": [
1565100892000,
"2579446_3262910_2019-08-06_1038"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2579326_3262910_2019-08-06_106c",
"_score": null,
"_source": {
"acquired": "2019-08-06T10:07:42.474416Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2579326:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.93,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2579326_3262910_2019-08-06_106c_RGBNIR_Browse.tif",
"clear_confidence_percent": 91,
"clear_percent": 85,
"cloud_cover": 0.007,
"cloud_percent": 9,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.255976462411233,
51.70632916457088
],
[
7.255461478280445,
51.72217659677721
],
[
7.308333182374664,
51.58718970255963
],
[
7.324126029052159,
51.54258513325706
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2579326_3262910_2019-08-06_106c",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-06T13:02:43Z",
"quality_category": "test",
"rows": 8000,
"satellite_id": "106c",
"shadow_percent": 4,
"snow_ice_percent": 0,
"strip_id": "2579326",
"sun_azimuth": 143.7,
"sun_elevation": 50.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-07T05:39:19Z",
"usable_data": 0.06,
"view_angle": 5.1,
"visible_confidence_percent": 74,
"visible_percent": 90
},
"sort": [
1565096563000,
"2579326_3262910_2019-08-06_106c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2576740_3262910_2019-08-05_103e",
"_score": null,
"_source": {
"acquired": "2019-08-05T10:11:28.721677Z",
"anomalous_pixels": 0.22,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2576740:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.39,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2576740_3262910_2019-08-05_103e_RGBNIR_Browse.tif",
"clear_confidence_percent": 53,
"clear_percent": 26,
"cloud_cover": 0.217,
"cloud_percent": 55,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.260267996834465,
51.595934747823186
],
[
7.311165595093997,
51.71808232250632
],
[
7.619040274616667,
51.6678574461676
],
[
7.622730994220648,
51.54648177354079
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 1,
"id": "2576740_3262910_2019-08-05_103e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 14,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-05T14:26:41Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "103e",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2576740",
"sun_azimuth": 145.4,
"sun_elevation": 51.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-06T08:29:58Z",
"usable_data": 0.39,
"view_angle": 5,
"visible_confidence_percent": 51,
"visible_percent": 43
},
"sort": [
1565015201000,
"2576740_3262910_2019-08-05_103e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2574675_3262910_2019-08-04_1035",
"_score": null,
"_source": {
"acquired": "2019-08-04T10:08:08.500755Z",
"anomalous_pixels": 0.4,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2574675:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.49,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2574675_3262910_2019-08-04_1035_RGBNIR_Browse.tif",
"clear_confidence_percent": 49,
"clear_percent": 15,
"cloud_cover": 0.401,
"cloud_percent": 76,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.495701575292976,
51.76963246651125
],
[
7.406866812732072,
51.54365273912522
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 1,
"id": "2574675_3262910_2019-08-04_1035",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-04T22:22:48Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1035",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2574675",
"sun_azimuth": 145.2,
"sun_elevation": 51.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-06T04:14:51Z",
"usable_data": 0.11,
"view_angle": 3,
"visible_confidence_percent": 50,
"visible_percent": 22
},
"sort": [
1564957368000,
"2574675_3262910_2019-08-04_1035"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2574259_3262910_2019-08-04_1014",
"_score": null,
"_source": {
"acquired": "2019-08-04T10:09:31.263537Z",
"anomalous_pixels": 0.25,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2574259:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.66,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2574259_3262910_2019-08-04_1014_RGBNIR_Browse.tif",
"clear_confidence_percent": 77,
"clear_percent": 48,
"cloud_cover": 0.25,
"cloud_percent": 44,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.445748114606556,
51.54413315359416
],
[
7.539818549163804,
51.770110491425456
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.445748114606556,
51.54413315359416
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2574259_3262910_2019-08-04_1014",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-04T14:31:40Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1014",
"shadow_percent": 6,
"snow_ice_percent": 0,
"strip_id": "2574259",
"sun_azimuth": 145.2,
"sun_elevation": 51.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-06T02:46:33Z",
"usable_data": 0.09,
"view_angle": 3,
"visible_confidence_percent": 59,
"visible_percent": 55
},
"sort": [
1564929100000,
"2574259_3262910_2019-08-04_1014"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2571402_3262910_2019-08-03_0f46",
"_score": null,
"_source": {
"acquired": "2019-08-03T08:33:32.568989Z",
"anomalous_pixels": 0.38,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2571402:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.6,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2571402_3262910_2019-08-03_0f46_RGBNIR_Browse.tif",
"clear_confidence_percent": 34,
"clear_percent": 18,
"cloud_cover": 0.378,
"cloud_percent": 56,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.365668082269046,
51.58382987782686
],
[
7.360003256830378,
51.599453620227976
],
[
7.619984412189777,
51.63675821536137
],
[
7.620499396320566,
51.61938874750573
],
[
7.365668082269046,
51.58382987782686
]
]
],
[
[
[
7.339833045041189,
51.65263000946328
],
[
7.296660208743474,
51.76697668035272
],
[
7.615950369831941,
51.77117275088715
],
[
7.618267798420486,
51.692338394689514
],
[
7.339833045041189,
51.65263000946328
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.5,
"heavy_haze_percent": 9,
"id": "2571402_3262910_2019-08-03_0f46",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 14,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-03T12:53:18Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f46",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2571402",
"sun_azimuth": 115.6,
"sun_elevation": 40.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-06T02:39:18Z",
"usable_data": 0.02,
"view_angle": 5,
"visible_confidence_percent": 46,
"visible_percent": 33
},
"sort": [
1564836798000,
"2571402_3262910_2019-08-03_0f46"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2568871_3262910_2019-08-02_1027",
"_score": null,
"_source": {
"acquired": "2019-08-02T10:09:30.015612Z",
"anomalous_pixels": 0.33,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2568871:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.59,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2568871_3262910_2019-08-02_1027_RGBNIR_Browse.tif",
"clear_confidence_percent": 41,
"clear_percent": 16,
"cloud_cover": 0.331,
"cloud_percent": 37,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.459051871318574,
51.76915443653439
],
[
7.366955542596014,
51.54311893932209
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2568871_3262910_2019-08-02_1027",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 43,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-02T14:25:07Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1027",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2568871",
"sun_azimuth": 144.9,
"sun_elevation": 52,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-06T01:54:04Z",
"usable_data": 0.08,
"view_angle": 1,
"visible_confidence_percent": 43,
"visible_percent": 62
},
"sort": [
1564755907000,
"2568871_3262910_2019-08-02_1027"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2566279_3262910_2019-08-01_103e",
"_score": null,
"_source": {
"acquired": "2019-08-01T10:09:46.20579Z",
"anomalous_pixels": 0.48,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2566279:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.18,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2566279_3262910_2019-08-01_103e_RGBNIR_Browse.tif",
"clear_confidence_percent": 73,
"clear_percent": 46,
"cloud_cover": 0.482,
"cloud_percent": 43,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.612173819539496,
51.77117275088715
],
[
7.51981999875154,
51.545147345261014
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2566279_3262910_2019-08-01_103e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-08-01T14:42:28Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "103e",
"shadow_percent": 8,
"snow_ice_percent": 0,
"strip_id": "2566279",
"sun_azimuth": 144.7,
"sun_elevation": 52.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-06T15:55:31Z",
"usable_data": 0.34,
"view_angle": 1,
"visible_confidence_percent": 58,
"visible_percent": 56
},
"sort": [
1564670548000,
"2566279_3262910_2019-08-01_103e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2564152_3262910_2019-07-31_1014",
"_score": null,
"_source": {
"acquired": "2019-07-31T10:07:41.88148Z",
"anomalous_pixels": 0.16,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2564152:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.81,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2564152_3262910_2019-07-31_1014_RGBNIR_Browse.tif",
"clear_confidence_percent": 49,
"clear_percent": 27,
"cloud_cover": 0.157,
"cloud_percent": 49,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.504284644139442,
51.54493383310443
],
[
7.594406867027315,
51.77096030099486
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.504284644139442,
51.54493383310443
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 3,
"id": "2564152_3262910_2019-07-31_1014",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 18,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-31T22:29:41Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1014",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2564152",
"sun_azimuth": 144.4,
"sun_elevation": 52.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-01T13:54:21Z",
"usable_data": 0.03,
"view_angle": 0,
"visible_confidence_percent": 47,
"visible_percent": 47
},
"sort": [
1564612181000,
"2564152_3262910_2019-07-31_1014"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2563591_3262910_2019-07-31_0f22",
"_score": null,
"_source": {
"acquired": "2019-07-31T10:11:57.151624Z",
"anomalous_pixels": 0.44,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2563591:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.51,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2563591_3262910_2019-07-31_0f22_RGBNIR_Browse.tif",
"clear_confidence_percent": 42,
"clear_percent": 16,
"cloud_cover": 0.44,
"cloud_percent": 55,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.386524939565954,
51.54338584000639
],
[
7.420599722886415,
51.62498393404867
],
[
7.483771109596391,
51.76942000936878
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.386524939565954,
51.54338584000639
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 3,
"id": "2563591_3262910_2019-07-31_0f22",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 24,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-31T14:21:22Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f22",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2563591",
"sun_azimuth": 144.9,
"sun_elevation": 52.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-01T14:02:20Z",
"usable_data": 0.05,
"view_angle": 5,
"visible_confidence_percent": 44,
"visible_percent": 41
},
"sort": [
1564582882000,
"2563591_3262910_2019-07-31_0f22"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2563367_3262910_2019-07-31_0f44",
"_score": null,
"_source": {
"acquired": "2019-07-31T08:34:28.377766Z",
"anomalous_pixels": 0.27,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2563367:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.16,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2563367_3262910_2019-07-31_0f44_RGBNIR_Browse.tif",
"clear_confidence_percent": 61,
"clear_percent": 65,
"cloud_cover": 0.266,
"cloud_percent": 18,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.270653510138686,
51.541837794246014
],
[
7.261297965096041,
51.567773952513896
],
[
7.253744864511154,
51.76639238642813
],
[
7.532866263398168,
51.770110491425456
],
[
7.615521216389618,
51.546428397161016
],
[
7.270653510138686,
51.541837794246014
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.5,
"heavy_haze_percent": 0,
"id": "2563367_3262910_2019-07-31_0f44",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 12,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-31T12:56:58Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f44",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2563367",
"sun_azimuth": 115.1,
"sun_elevation": 40.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-01T14:00:44Z",
"usable_data": 0.57,
"view_angle": 5,
"visible_confidence_percent": 52,
"visible_percent": 81
},
"sort": [
1564577818000,
"2563367_3262910_2019-07-31_0f44"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2561028_3262910_2019-07-30_0f34",
"_score": null,
"_source": {
"acquired": "2019-07-30T10:08:46.689789Z",
"anomalous_pixels": 0.17,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2561028:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.27,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2561028_3262910_2019-07-30_0f34_RGBNIR_Browse.tif",
"clear_confidence_percent": 88,
"clear_percent": 70,
"cloud_cover": 0.173,
"cloud_percent": 21,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.298205161135837,
51.542158083896474
],
[
7.387039923696741,
51.76819836139267
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.298205161135837,
51.542158083896474
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2561028_3262910_2019-07-30_0f34",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-30T15:07:13Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f34",
"shadow_percent": 7,
"snow_ice_percent": 0,
"strip_id": "2561028",
"sun_azimuth": 144.7,
"sun_elevation": 52.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-01T00:46:03Z",
"usable_data": 0.56,
"view_angle": 2,
"visible_confidence_percent": 75,
"visible_percent": 78
},
"sort": [
1564499233000,
"2561028_3262910_2019-07-30_0f34"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2561030_3262910_2019-07-30_101b",
"_score": null,
"_source": {
"acquired": "2019-07-30T10:12:29.956009Z",
"anomalous_pixels": 0.1,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2561030:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.48,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2561030_3262910_2019-07-30_101b_RGBNIR_Browse.tif",
"clear_confidence_percent": 86,
"clear_percent": 77,
"cloud_cover": 0.102,
"cloud_percent": 15,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.503168845189401,
51.76973869470747
],
[
7.406008505847427,
51.543706118761136
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2561030_3262910_2019-07-30_101b",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-30T14:48:22Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "101b",
"shadow_percent": 7,
"snow_ice_percent": 0,
"strip_id": "2561030",
"sun_azimuth": 144.5,
"sun_elevation": 52.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-01T00:38:23Z",
"usable_data": 0.42,
"view_angle": 5,
"visible_confidence_percent": 74,
"visible_percent": 84
},
"sort": [
1564498102000,
"2561030_3262910_2019-07-30_101b"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2435902_3262910_2019-06-11_105e",
"_score": null,
"_source": {
"acquired": "2019-06-11T10:18:38.372586Z",
"anomalous_pixels": 0.17,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2435902:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.08,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2435902_3262910_2019-06-11_105e_RGBNIR_Browse.tif",
"clear_confidence_percent": 64,
"clear_percent": 36,
"cloud_cover": 0.163,
"cloud_percent": 55,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.255718970345839,
51.7158489257363
],
[
7.275889182135031,
51.76671109314273
],
[
7.615950369831941,
51.771225863203995
],
[
7.619469428058991,
51.65422753326349
],
[
7.576468253138204,
51.54589462991924
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2435902_3262910_2019-06-11_105e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 8,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-30T05:56:38Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2435902",
"sun_azimuth": 148.3,
"sun_elevation": 58.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-28T01:42:04Z",
"usable_data": 0.77,
"view_angle": 4,
"visible_confidence_percent": 57,
"visible_percent": 44
},
"sort": [
1564466198000,
"2435902_3262910_2019-06-11_105e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2558578_3262910_2019-07-29_1044",
"_score": null,
"_source": {
"acquired": "2019-07-29T10:12:51.2869Z",
"anomalous_pixels": 0.27,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2558578:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.68,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2558578_3262910_2019-07-29_1044_RGBNIR_Browse.tif",
"clear_confidence_percent": 63,
"clear_percent": 20,
"cloud_cover": 0.272,
"cloud_percent": 73,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.427552008652051,
51.768729516749275
],
[
7.33210828307937,
51.54263851414536
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2558578_3262910_2019-07-29_1044",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-29T14:18:31Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1044",
"shadow_percent": 5,
"snow_ice_percent": 0,
"strip_id": "2558578",
"sun_azimuth": 144.4,
"sun_elevation": 52.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-30T06:03:41Z",
"usable_data": 0.05,
"view_angle": 5,
"visible_confidence_percent": 53,
"visible_percent": 26
},
"sort": [
1564409911000,
"2558578_3262910_2019-07-29_1044"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2558344_3262910_2019-07-29_104e",
"_score": null,
"_source": {
"acquired": "2019-07-29T08:32:52.822635Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2558344:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.84,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2558344_3262910_2019-07-29_104e_RGBNIR_Browse.tif",
"clear_confidence_percent": 60,
"clear_percent": 42,
"cloud_cover": 0.046,
"cloud_percent": 44,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.602303290366061,
51.54621489101571
],
[
7.541449332244631,
51.706861047644104
],
[
7.518017554293784,
51.7699511503499
],
[
7.615950369831941,
51.771119638507834
],
[
7.622730994220648,
51.54653514985796
],
[
7.602303290366061,
51.54621489101571
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2558344_3262910_2019-07-29_104e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 2,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-29T12:46:22Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "104e",
"shadow_percent": 9,
"snow_ice_percent": 0,
"strip_id": "2558344",
"sun_azimuth": 114.7,
"sun_elevation": 41.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-01T02:58:48Z",
"usable_data": 0.11,
"view_angle": 4.1,
"visible_confidence_percent": 54,
"visible_percent": 55
},
"sort": [
1564404382000,
"2558344_3262910_2019-07-29_104e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2556713_3262910_2019-07-28_1003",
"_score": null,
"_source": {
"acquired": "2019-07-28T10:05:19.790531Z",
"anomalous_pixels": 0.23,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2556713:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.77,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2556713_3262910_2019-07-28_1003_RGBNIR_Browse.tif",
"clear_confidence_percent": 36,
"clear_percent": 5,
"cloud_cover": 0.232,
"cloud_percent": 89,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.619211935993596,
51.65886003387783
],
[
7.395022177723953,
51.69265762396955
],
[
7.424290442490395,
51.76867640149488
],
[
7.615950369831941,
51.771225863203995
],
[
7.619211935993596,
51.65886003387783
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 2,
"id": "2556713_3262910_2019-07-28_1003",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 3,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-29T00:33:40Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1003",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2556713",
"sun_azimuth": 143.8,
"sun_elevation": 53.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-29T05:35:28Z",
"usable_data": 0,
"view_angle": 5,
"visible_confidence_percent": 45,
"visible_percent": 8
},
"sort": [
1564360420000,
"2556713_3262910_2019-07-28_1003"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2553489_3262910_2019-07-27_0f02",
"_score": null,
"_source": {
"acquired": "2019-07-27T12:54:07.997541Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2553489:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.94,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2553489_3262910_2019-07-27_0f02_RGBNIR_Browse.tif",
"clear_confidence_percent": 85,
"clear_percent": 87,
"cloud_cover": 0.013,
"cloud_percent": 9,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.62075688838596,
51.60286559976075
],
[
7.557842993741378,
51.61235381983068
],
[
7.616036200520404,
51.76432073793619
],
[
7.621014380451353,
51.604997956784494
],
[
7.62075688838596,
51.60286559976075
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2553489_3262910_2019-07-27_0f02",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-27T16:32:19Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f02",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2553489",
"sun_azimuth": 213.6,
"sun_elevation": 53.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"updated": "2019-07-27T16:32:19Z",
"usable_data": 0.05,
"view_angle": 4,
"visible_confidence_percent": 72,
"visible_percent": 89
},
"sort": [
1564245139000,
"2553489_3262910_2019-07-27_0f02"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2552931_3262910_2019-07-27_0f2a",
"_score": null,
"_source": {
"acquired": "2019-07-27T08:30:53.050761Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2552931:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.39,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2552931_3262910_2019-07-27_0f2a_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 99,
"cloud_cover": 0.018,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.431843543075284,
51.54397301600141
],
[
7.34541203979139,
51.76761408328135
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.431843543075284,
51.54397301600141
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2552931_3262910_2019-07-27_0f2a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-27T10:25:44Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2552931",
"sun_azimuth": 114.4,
"sun_elevation": 41.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-28T05:08:20Z",
"usable_data": 0.59,
"view_angle": 2,
"visible_confidence_percent": 89,
"visible_percent": 100
},
"sort": [
1564223144000,
"2552931_3262910_2019-07-27_0f2a"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2459693_3262910_2019-06-20_106c",
"_score": null,
"_source": {
"acquired": "2019-06-20T10:07:27.528035Z",
"anomalous_pixels": 0.04,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2459693:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.93,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2459693_3262910_2019-06-20_106c_RGBNIR_Browse.tif",
"clear_confidence_percent": 57,
"clear_percent": 14,
"cloud_cover": 0.042,
"cloud_percent": 83,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.576897406580527,
51.54589462991924
],
[
7.541792654998489,
51.63622550846586
],
[
7.61964108943592,
51.6480501291705
],
[
7.622730994220648,
51.54648177354079
],
[
7.576897406580527,
51.54589462991924
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2459693_3262910_2019-06-20_106c",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 2,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-27T02:02:23Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "106c",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2459693",
"sun_azimuth": 141.6,
"sun_elevation": 57.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-15T23:16:22Z",
"usable_data": 0.03,
"view_angle": 5,
"visible_confidence_percent": 54,
"visible_percent": 17
},
"sort": [
1564192943000,
"2459693_3262910_2019-06-20_106c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2551062_3262910_2019-07-26_0f28",
"_score": null,
"_source": {
"acquired": "2019-07-26T10:13:24.267499Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2551062:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.84,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2551062_3262910_2019-07-26_0f28_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 92,
"cloud_cover": 0.009,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.366097235711368,
51.767932781370526
],
[
7.272112631842585,
51.54199793935304
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2551062_3262910_2019-07-26_0f28",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 7,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-26T22:22:14Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f28",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2551062",
"sun_azimuth": 144.2,
"sun_elevation": 53.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-27T05:28:36Z",
"usable_data": 0.15,
"view_angle": 4,
"visible_confidence_percent": 73,
"visible_percent": 99
},
"sort": [
1564179734000,
"2551062_3262910_2019-07-26_0f28"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2550719_3262910_2019-07-26_101b",
"_score": null,
"_source": {
"acquired": "2019-07-26T10:10:35.821121Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2550719:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.75,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2550719_3262910_2019-07-26_101b_RGBNIR_Browse.tif",
"clear_confidence_percent": 83,
"clear_percent": 79,
"cloud_cover": 0.012,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.477162146584615,
51.544560184419616
],
[
7.571833395961113,
51.770641624281375
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.477162146584615,
51.544560184419616
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 2,
"id": "2550719_3262910_2019-07-26_101b",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 17,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-26T16:45:59Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "101b",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2550719",
"sun_azimuth": 143.8,
"sun_elevation": 53.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-27T05:43:08Z",
"usable_data": 0.24,
"view_angle": 5,
"visible_confidence_percent": 62,
"visible_percent": 97
},
"sort": [
1564159559000,
"2550719_3262910_2019-07-26_101b"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2550361_3262910_2019-07-26_0f3d",
"_score": null,
"_source": {
"acquired": "2019-07-26T08:36:26.520035Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2550361:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2550361_3262910_2019-07-26_0f3d_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 100,
"cloud_cover": 0,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.258208060311315,
51.648369670717976
],
[
7.25777890686899,
51.662214307693404
],
[
7.30103757385517,
51.542531752306154
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.5,
"heavy_haze_percent": 0,
"id": "2550361_3262910_2019-07-26_0f3d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-26T13:27:12Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f3d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2550361",
"sun_azimuth": 114.3,
"sun_elevation": 42,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-27T05:56:03Z",
"usable_data": 0.03,
"view_angle": 5,
"visible_confidence_percent": 93,
"visible_percent": 100
},
"sort": [
1564147632000,
"2550361_3262910_2019-07-26_0f3d"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2547999_3262910_2019-07-25_1044",
"_score": null,
"_source": {
"acquired": "2019-07-25T10:10:56.015814Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2547999:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.49,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2547999_3262910_2019-07-25_1044_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 99,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.497847342504593,
51.76963246651125
],
[
7.403605246570416,
51.54359935942669
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2547999_3262910_2019-07-25_1044",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-25T14:51:25Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1044",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2547999",
"sun_azimuth": 143.7,
"sun_elevation": 53.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-26T05:58:00Z",
"usable_data": 0.51,
"view_angle": 2,
"visible_confidence_percent": 90,
"visible_percent": 100
},
"sort": [
1564066285000,
"2547999_3262910_2019-07-25_1044"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2545486_3262910_2019-07-24_1001",
"_score": null,
"_source": {
"acquired": "2019-07-24T10:05:49.436938Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2545486:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.78,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2545486_3262910_2019-07-24_1001_RGBNIR_Browse.tif",
"clear_confidence_percent": 93,
"clear_percent": 92,
"cloud_cover": 0.001,
"cloud_percent": 3,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.49261167050825,
51.54477369832951
],
[
7.534926199921318,
51.65609123986625
],
[
7.580759787561437,
51.770747850102545
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.49261167050825,
51.54477369832951
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2545486_3262910_2019-07-24_1001",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-24T15:44:36Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1001",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2545486",
"sun_azimuth": 143.2,
"sun_elevation": 53.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-25T05:25:40Z",
"usable_data": 0.22,
"view_angle": 3,
"visible_confidence_percent": 64,
"visible_percent": 95
},
"sort": [
1563983076000,
"2545486_3262910_2019-07-24_1001"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2545170_3262910_2019-07-24_1049",
"_score": null,
"_source": {
"acquired": "2019-07-24T08:31:42.809088Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2545170:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.51,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2545170_3262910_2019-07-24_1049_RGBNIR_Browse.tif",
"clear_confidence_percent": 95,
"clear_percent": 98,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.479479575173161,
51.54461356299101
],
[
7.390558981923791,
51.76819836139267
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.479479575173161,
51.54461356299101
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.5,
"heavy_haze_percent": 0,
"id": "2545170_3262910_2019-07-24_1049",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-24T10:42:03Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1049",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2545170",
"sun_azimuth": 114,
"sun_elevation": 42.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-25T06:00:14Z",
"usable_data": 0.49,
"view_angle": 1,
"visible_confidence_percent": 74,
"visible_percent": 99
},
"sort": [
1563964923000,
"2545170_3262910_2019-07-24_1049"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2542818_3262910_2019-07-23_1032",
"_score": null,
"_source": {
"acquired": "2019-07-23T10:09:39.258783Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2542818:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.79,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2542818_3262910_2019-07-23_1032_RGBNIR_Browse.tif",
"clear_confidence_percent": 100,
"clear_percent": 100,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.492096686377462,
51.54477369832951
],
[
7.586510443688568,
51.77080096291937
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.492096686377462,
51.54477369832951
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2542818_3262910_2019-07-23_1032",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-23T15:03:55Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1032",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2542818",
"sun_azimuth": 143.3,
"sun_elevation": 54,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-24T05:28:03Z",
"usable_data": 0.21,
"view_angle": 4,
"visible_confidence_percent": 100,
"visible_percent": 100
},
"sort": [
1563894235000,
"2542818_3262910_2019-07-23_1032"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2542667_3262910_2019-07-23_0f3c",
"_score": null,
"_source": {
"acquired": "2019-07-23T08:36:02.471742Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2542667:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.19,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2542667_3262910_2019-07-23_0f3c_RGBNIR_Browse.tif",
"clear_confidence_percent": 100,
"clear_percent": 100,
"cloud_cover": 0.003,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.520420813570794,
51.7699511503499
],
[
7.604620718954607,
51.546268267645964
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2542667_3262910_2019-07-23_0f3c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-23T12:56:55Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f3c",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2542667",
"sun_azimuth": 114,
"sun_elevation": 42.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-24T05:32:14Z",
"usable_data": 0.8,
"view_angle": 5,
"visible_confidence_percent": 95,
"visible_percent": 100
},
"sort": [
1563886615000,
"2542667_3262910_2019-07-23_0f3c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2540680_3262910_2019-07-22_101b",
"_score": null,
"_source": {
"acquired": "2019-07-22T10:08:41.212957Z",
"anomalous_pixels": 0.59,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2540680:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.12,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2540680_3262910_2019-07-22_101b_RGBNIR_Browse.tif",
"clear_confidence_percent": 47,
"clear_percent": 11,
"cloud_cover": 0.592,
"cloud_percent": 39,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.615950369831941,
51.771225863203995
],
[
7.617495322224303,
51.717869622804244
],
[
7.548744940764125,
51.545520989124256
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 39,
"id": "2540680_3262910_2019-07-22_101b",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 9,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-22T21:42:31Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "101b",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2540680",
"sun_azimuth": 143.2,
"sun_elevation": 54.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-23T05:23:12Z",
"usable_data": 0.29,
"view_angle": 1,
"visible_confidence_percent": 52,
"visible_percent": 21
},
"sort": [
1563831751000,
"2540680_3262910_2019-07-22_101b"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2540365_3262910_2019-07-22_103c",
"_score": null,
"_source": {
"acquired": "2019-07-22T10:07:48.661776Z",
"anomalous_pixels": 0.09,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2540365:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.77,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2540365_3262910_2019-07-22_103c_RGBNIR_Browse.tif",
"clear_confidence_percent": 64,
"clear_percent": 24,
"cloud_cover": 0.093,
"cloud_percent": 41,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.488920950904271,
51.54472031994595
],
[
7.57990148067679,
51.7706947372232
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.488920950904271,
51.54472031994595
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 20,
"id": "2540365_3262910_2019-07-22_103c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 13,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-22T16:22:27Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "103c",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2540365",
"sun_azimuth": 143.1,
"sun_elevation": 54.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-23T05:59:36Z",
"usable_data": 0.13,
"view_angle": 0,
"visible_confidence_percent": 52,
"visible_percent": 38
},
"sort": [
1563812547000,
"2540365_3262910_2019-07-22_103c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2539912_3262910_2019-07-22_0f2d",
"_score": null,
"_source": {
"acquired": "2019-07-22T08:35:36.140512Z",
"anomalous_pixels": 0.56,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2539912:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.31,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2539912_3262910_2019-07-22_0f2d_RGBNIR_Browse.tif",
"clear_confidence_percent": 44,
"clear_percent": 0,
"cloud_cover": 0.555,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.478106284157725,
51.769366894926904
],
[
7.56007459164146,
51.54568112126925
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 73,
"id": "2539912_3262910_2019-07-22_0f2d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 25,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-22T12:53:12Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2539912",
"sun_azimuth": 113.7,
"sun_elevation": 42.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-23T05:14:02Z",
"usable_data": 0.14,
"view_angle": 5,
"visible_confidence_percent": 48,
"visible_percent": 26
},
"sort": [
1563799992000,
"2539912_3262910_2019-07-22_0f2d"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2540015_3262910_2019-07-22_1053",
"_score": null,
"_source": {
"acquired": "2019-07-22T08:32:46.828763Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2540015:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.91,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2540015_3262910_2019-07-22_1053_RGBNIR_Browse.tif",
"clear_confidence_percent": 42,
"clear_percent": 4,
"cloud_cover": 0.046,
"cloud_percent": 19,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.62204434871293,
51.566280089713
],
[
7.591574454307983,
51.64677194045708
],
[
7.545311713225539,
51.77026983193849
],
[
7.615950369831941,
51.77117275088715
],
[
7.62204434871293,
51.566280089713
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 66,
"id": "2540015_3262910_2019-07-22_1053",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 9,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-22T12:32:12Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1053",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2540015",
"sun_azimuth": 113.8,
"sun_elevation": 42.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-23T05:59:57Z",
"usable_data": 0.04,
"view_angle": 2,
"visible_confidence_percent": 49,
"visible_percent": 13
},
"sort": [
1563798732000,
"2540015_3262910_2019-07-22_1053"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2537524_3262910_2019-07-21_1034",
"_score": null,
"_source": {
"acquired": "2019-07-21T10:08:25.6651Z",
"anomalous_pixels": 0.75,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2537524:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.12,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2537524_3262910_2019-07-21_1034_RGBNIR_Browse.tif",
"clear_confidence_percent": 45,
"clear_percent": 17,
"cloud_cover": 0.752,
"cloud_percent": 72,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.615864539143475,
51.771225863203995
],
[
7.617495322224303,
51.72026243677002
],
[
7.545655035979399,
51.54546761161737
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2537524_3262910_2019-07-21_1034",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 8,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-21T14:42:07Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1034",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2537524",
"sun_azimuth": 143.1,
"sun_elevation": 54.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-22T05:41:09Z",
"usable_data": 0.13,
"view_angle": 2.1,
"visible_confidence_percent": 46,
"visible_percent": 27
},
"sort": [
1563720127000,
"2537524_3262910_2019-07-21_1034"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2534767_3262910_2019-07-20_1025",
"_score": null,
"_source": {
"acquired": "2019-07-20T10:08:46.465376Z",
"anomalous_pixels": 0.21,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2534767:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.78,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2534767_3262910_2019-07-20_1025_RGBNIR_Browse.tif",
"clear_confidence_percent": 39,
"clear_percent": 12,
"cloud_cover": 0.21,
"cloud_percent": 78,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.620327734943637,
51.54648177354079
],
[
7.325070166625268,
51.59332207529162
],
[
7.350390219722339,
51.6549197760908
],
[
7.62075688838596,
51.61166092706058
],
[
7.622730994220648,
51.54653514985796
],
[
7.620327734943637,
51.54648177354079
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 8,
"id": "2534767_3262910_2019-07-20_1025",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-20T17:27:50Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1025",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2534767",
"sun_azimuth": 142.6,
"sun_elevation": 54.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-21T05:39:44Z",
"usable_data": 0.01,
"view_angle": 2,
"visible_confidence_percent": 43,
"visible_percent": 13
},
"sort": [
1563643670000,
"2534767_3262910_2019-07-20_1025"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2534496_3262910_2019-07-20_1043",
"_score": null,
"_source": {
"acquired": "2019-07-20T08:32:21.808861Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2534496:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.89,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2534496_3262910_2019-07-20_1043_RGBNIR_Browse.tif",
"clear_confidence_percent": 38,
"clear_percent": 6,
"cloud_cover": 0.052,
"cloud_percent": 82,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.256148123788162,
51.70505261968085
],
[
7.283785605473778,
51.70920125887554
],
[
7.349016928706905,
51.542852037072315
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.5,
"heavy_haze_percent": 4,
"id": "2534496_3262910_2019-07-20_1043",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 7,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-20T14:07:43Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1043",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2534496",
"sun_azimuth": 113.4,
"sun_elevation": 42.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-21T05:55:39Z",
"usable_data": 0.06,
"view_angle": 4,
"visible_confidence_percent": 45,
"visible_percent": 13
},
"sort": [
1563631663000,
"2534496_3262910_2019-07-20_1043"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2532008_3262910_2019-07-19_105e",
"_score": null,
"_source": {
"acquired": "2019-07-19T10:23:21.519914Z",
"anomalous_pixels": 0.04,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2532008:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.88,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2532008_3262910_2019-07-19_105e_RGBNIR_Browse.tif",
"clear_confidence_percent": 58,
"clear_percent": 41,
"cloud_cover": 0.04,
"cloud_percent": 48,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.262327933357617,
51.54173103052824
],
[
7.258637213753636,
51.63904878371283
],
[
7.346956992183754,
51.62498393404867
],
[
7.312624716797897,
51.54237160907772
],
[
7.262327933357617,
51.54173103052824
]
]
],
[
[
[
7.38978650572761,
51.72818440598078
],
[
7.254345679330405,
51.74971026137812
],
[
7.253744864511154,
51.76639238642813
],
[
7.406523489978214,
51.76846393985225
],
[
7.38978650572761,
51.72818440598078
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2532008_3262910_2019-07-19_105e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 7,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-19T17:17:32Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105e",
"shadow_percent": 4,
"snow_ice_percent": 0,
"strip_id": "2532008",
"sun_azimuth": 148.1,
"sun_elevation": 56,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-15T00:57:50Z",
"usable_data": 0.09,
"view_angle": 1.1,
"visible_confidence_percent": 52,
"visible_percent": 52
},
"sort": [
1563556652000,
"2532008_3262910_2019-07-19_105e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2532060_3262910_2019-07-19_0e0f",
"_score": null,
"_source": {
"acquired": "2019-07-19T10:03:08.897675Z",
"anomalous_pixels": 0.12,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e0f_family_rev2:strip_id=2532060:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.84,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2532060_3262910_2019-07-19_0e0f_RGBNIR_Browse.tif",
"clear_confidence_percent": 51,
"clear_percent": 29,
"cloud_cover": 0.116,
"cloud_percent": 36,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.314770484009512,
51.54237160907772
],
[
7.261984610603759,
51.55075168104619
],
[
7.259581351326748,
51.61427254461094
],
[
7.54754331112562,
51.56793400633137
],
[
7.538187766082974,
51.54536085641571
],
[
7.314770484009512,
51.54237160907772
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 3,
"id": "2532060_3262910_2019-07-19_0e0f",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 28,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-19T14:40:35Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e0f",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2532060",
"sun_azimuth": 140.1,
"sun_elevation": 54.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-20T04:58:16Z",
"usable_data": 0.04,
"view_angle": 3.1,
"visible_confidence_percent": 51,
"visible_percent": 60
},
"sort": [
1563547235000,
"2532060_3262910_2019-07-19_0e0f"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2531839_3262910_2019-07-19_104a",
"_score": null,
"_source": {
"acquired": "2019-07-19T08:32:57.333275Z",
"anomalous_pixels": 0.3,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2531839:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.62,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2531839_3262910_2019-07-19_104a_RGBNIR_Browse.tif",
"clear_confidence_percent": 44,
"clear_percent": 31,
"cloud_cover": 0.303,
"cloud_percent": 47,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.357256674799511,
51.767773432607214
],
[
7.443259024641081,
51.54413315359416
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2531839_3262910_2019-07-19_104a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 14,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-19T13:14:08Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "104a",
"shadow_percent": 6,
"snow_ice_percent": 0,
"strip_id": "2531839",
"sun_azimuth": 113.5,
"sun_elevation": 43.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-20T06:03:37Z",
"usable_data": 0.07,
"view_angle": 3,
"visible_confidence_percent": 49,
"visible_percent": 51
},
"sort": [
1563542048000,
"2531839_3262910_2019-07-19_104a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2529532_3262910_2019-07-18_103b",
"_score": null,
"_source": {
"acquired": "2019-07-18T10:10:04.967691Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2529532:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.57,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2529532_3262910_2019-07-18_103b_RGBNIR_Browse.tif",
"clear_confidence_percent": 94,
"clear_percent": 86,
"cloud_cover": 0.014,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.410900855089912,
51.543706118761136
],
[
7.505142951024088,
51.76968558064062
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.410900855089912,
51.543706118761136
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 5,
"id": "2529532_3262910_2019-07-18_103b",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 8,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-18T16:49:39Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "103b",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2529532",
"sun_azimuth": 142.7,
"sun_elevation": 54.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-19T05:53:43Z",
"usable_data": 0.41,
"view_angle": 4,
"visible_confidence_percent": 67,
"visible_percent": 94
},
"sort": [
1563468579000,
"2529532_3262910_2019-07-18_103b"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2529332_3262910_2019-07-18_0f17",
"_score": null,
"_source": {
"acquired": "2019-07-18T10:12:35.323707Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2529332:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.08,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2529332_3262910_2019-07-18_0f17_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 84,
"cloud_cover": 0.052,
"cloud_percent": 2,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.257607245492061,
51.66487625304316
],
[
7.301724219362886,
51.7670297976072
],
[
7.615864539143475,
51.771225863203995
],
[
7.621100211139818,
51.599933445340646
],
[
7.597925925254365,
51.54616151432284
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2529332_3262910_2019-07-18_0f17",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 11,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-18T14:51:07Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f17",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2529332",
"sun_azimuth": 143.2,
"sun_elevation": 55,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-19T06:05:08Z",
"usable_data": 0.87,
"view_angle": 5,
"visible_confidence_percent": 71,
"visible_percent": 96
},
"sort": [
1563461467000,
"2529332_3262910_2019-07-18_0f17"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2529080_3262910_2019-07-18_1054",
"_score": null,
"_source": {
"acquired": "2019-07-18T08:35:00.952012Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2529080:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.89,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2529080_3262910_2019-07-18_1054_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 98,
"cloud_cover": 0,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.618439459797415,
51.546428397161016
],
[
7.599985861777515,
51.59513496607052
],
[
7.535355353363641,
51.7701636049923
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54834990738458
],
[
7.622645163532182,
51.54648177354079
],
[
7.618439459797415,
51.546428397161016
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2529080_3262910_2019-07-18_1054",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-18T11:30:53Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1054",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2529080",
"sun_azimuth": 113.4,
"sun_elevation": 43.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-19T06:06:43Z",
"usable_data": 0.11,
"view_angle": 5,
"visible_confidence_percent": 84,
"visible_percent": 99
},
"sort": [
1563449453000,
"2529080_3262910_2019-07-18_1054"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2508278_3262910_2019-07-10_105d",
"_score": null,
"_source": {
"acquired": "2019-07-10T10:21:51.416017Z",
"anomalous_pixels": 0.16,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2508278:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.5,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2508278_3262910_2019-07-10_105d_RGBNIR_Browse.tif",
"clear_confidence_percent": 51,
"clear_percent": 9,
"cloud_cover": 0.162,
"cloud_percent": 63,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.262327933357617,
51.54173103052824
],
[
7.259753012703677,
51.60963548755021
],
[
7.288420462650868,
51.68047210947621
],
[
7.620241904255171,
51.62828743452041
],
[
7.622387671466788,
51.55923693251109
],
[
7.616980338093516,
51.546428397161016
],
[
7.262327933357617,
51.54173103052824
]
]
],
[
[
[
7.616808676716587,
51.73833738336683
],
[
7.424118781113465,
51.76862328617798
],
[
7.424118781113465,
51.76867640149488
],
[
7.615950369831941,
51.771225863203995
],
[
7.616808676716587,
51.73833738336683
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 7,
"id": "2508278_3262910_2019-07-10_105d",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 20,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-10T15:00:37Z",
"quality_category": "test",
"rows": 8000,
"satellite_id": "105d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2508278",
"sun_azimuth": 147.3,
"sun_elevation": 57.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-06T22:15:21Z",
"usable_data": 0.35,
"view_angle": 1.1,
"visible_confidence_percent": 58,
"visible_percent": 29
},
"sort": [
1562770837000,
"2508278_3262910_2019-07-10_105d"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2508342_3262910_2019-07-10_0f17",
"_score": null,
"_source": {
"acquired": "2019-07-10T10:08:37.981434Z",
"anomalous_pixels": 0.11,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2508342:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.87,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2508342_3262910_2019-07-10_0f17_RGBNIR_Browse.tif",
"clear_confidence_percent": 89,
"clear_percent": 53,
"cloud_cover": 0.112,
"cloud_percent": 35,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.525227332124814,
51.54520072314362
],
[
7.548916602141055,
51.60531780170097
],
[
7.615950369831941,
51.77096030099486
],
[
7.622730994220648,
51.54653514985796
],
[
7.525227332124814,
51.54520072314362
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 3,
"id": "2508342_3262910_2019-07-10_0f17",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 7,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-10T14:48:55Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f17",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2508342",
"sun_azimuth": 142.5,
"sun_elevation": 56.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-11T05:43:45Z",
"usable_data": 0.02,
"view_angle": 0.1,
"visible_confidence_percent": 68,
"visible_percent": 60
},
"sort": [
1562770135000,
"2508342_3262910_2019-07-10_0f17"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2508077_3262910_2019-07-10_0f44",
"_score": null,
"_source": {
"acquired": "2019-07-10T08:36:57.617161Z",
"anomalous_pixels": 0.07,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2508077:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.89,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2508077_3262910_2019-07-10_0f44_RGBNIR_Browse.tif",
"clear_confidence_percent": 45,
"clear_percent": 5,
"cloud_cover": 0.069,
"cloud_percent": 62,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.765383133653984
],
[
7.254517340707334,
51.76644550437017
],
[
7.257864737557456,
51.76628615035658
],
[
7.342064642941269,
51.543012178610034
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 17,
"id": "2508077_3262910_2019-07-10_0f44",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 14,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-10T13:19:22Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f44",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2508077",
"sun_azimuth": 112.9,
"sun_elevation": 44.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-07-11T05:10:41Z",
"usable_data": 0.04,
"view_angle": 1,
"visible_confidence_percent": 53,
"visible_percent": 20
},
"sort": [
1562764762000,
"2508077_3262910_2019-07-10_0f44"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2508181_3262910_2019-07-10_106a",
"_score": null,
"_source": {
"acquired": "2019-07-10T10:06:43.950832Z",
"anomalous_pixels": 0.34,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2508181:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.12,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2508181_3262910_2019-07-10_106a_RGBNIR_Browse.tif",
"clear_confidence_percent": 54,
"clear_percent": 11,
"cloud_cover": 0.336,
"cloud_percent": 82,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.296746039431937,
51.542158083896474
],
[
7.258637213753636,
51.63910205136773
],
[
7.255118155526587,
51.72993874831311
],
[
7.515700125705238,
51.76989803653305
],
[
7.602560782431455,
51.771066526066015
],
[
7.617151999470445,
51.73217144917222
],
[
7.622730994220648,
51.54653514985796
],
[
7.296746039431937,
51.542158083896474
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 3,
"id": "2508181_3262910_2019-07-10_106a",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-10T13:15:10Z",
"quality_category": "test",
"rows": 8000,
"satellite_id": "106a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2508181",
"sun_azimuth": 140.7,
"sun_elevation": 55.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-07T06:46:13Z",
"usable_data": 0.55,
"view_angle": 3,
"visible_confidence_percent": 57,
"visible_percent": 14
},
"sort": [
1562764510000,
"2508181_3262910_2019-07-10_106a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2506486_3262910_2019-07-09_106e",
"_score": null,
"_source": {
"acquired": "2019-07-09T10:08:08.907003Z",
"anomalous_pixels": 0.21,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2506486:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.62,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2506486_3262910_2019-07-09_106e_RGBNIR_Browse.tif",
"clear_confidence_percent": 44,
"clear_percent": 7,
"cloud_cover": 0.205,
"cloud_percent": 91,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.260182166146,
51.59918704853027
],
[
7.253744864511154,
51.76639238642813
],
[
7.44231488706797,
51.76888886213746
],
[
7.494242453589078,
51.63398807117663
],
[
7.260182166146,
51.59918704853027
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2506486_3262910_2019-07-09_106e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-09T18:30:30Z",
"quality_category": "test",
"rows": 8000,
"satellite_id": "106e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2506486",
"sun_azimuth": 140.8,
"sun_elevation": 55.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-07T06:29:15Z",
"usable_data": 0.19,
"view_angle": 4,
"visible_confidence_percent": 49,
"visible_percent": 9
},
"sort": [
1562697030000,
"2506486_3262910_2019-07-09_106e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2501012_3262910_2019-07-05_0f25",
"_score": null,
"_source": {
"acquired": "2019-07-05T10:09:09.877722Z",
"anomalous_pixels": 0.27,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2501012:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.6,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2501012_3262910_2019-07-05_0f25_RGBNIR_Browse.tif",
"clear_confidence_percent": 39,
"clear_percent": 17,
"cloud_cover": 0.271,
"cloud_percent": 23,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.453902030010696,
51.769048206963134
],
[
7.3633506536805,
51.54306555899736
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 6,
"id": "2501012_3262910_2019-07-05_0f25",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 52,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-07T00:41:00Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f25",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2501012",
"sun_azimuth": 142.3,
"sun_elevation": 56.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-06T12:37:16Z",
"usable_data": 0.13,
"view_angle": 2.9,
"visible_confidence_percent": 42,
"visible_percent": 69
},
"sort": [
1562460060000,
"2501012_3262910_2019-07-05_0f25"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2500337_3262910_2019-07-06_0e16",
"_score": null,
"_source": {
"acquired": "2019-07-06T10:02:23.076434Z",
"anomalous_pixels": 0.46,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2500337:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.45,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2500337_3262910_2019-07-06_0e16_RGBNIR_Browse.tif",
"clear_confidence_percent": 49,
"clear_percent": 24,
"cloud_cover": 0.456,
"cloud_percent": 29,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.367041373284479,
51.54311893932209
],
[
7.42326047422882,
51.68776252758914
],
[
7.457678580303141,
51.76910132178002
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.367041373284479,
51.54311893932209
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 35,
"id": "2500337_3262910_2019-07-06_0e16",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 11,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e16",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2500337",
"sun_azimuth": 139.3,
"sun_elevation": 55.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.09,
"view_angle": 3,
"visible_confidence_percent": 47,
"visible_percent": 35,
"updated": "2019-07-07T04:28:48.503Z",
"published": "2019-07-06T14:11:30.027Z"
},
"sort": [
1562422290027,
"2500337_3262910_2019-07-06_0e16"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2500018_3262910_2019-07-06_1050",
"_score": null,
"_source": {
"acquired": "2019-07-06T08:37:51.787215Z",
"anomalous_pixels": 0.29,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2500018:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.13,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2500018_3262910_2019-07-06_1050_RGBNIR_Browse.tif",
"clear_confidence_percent": 79,
"clear_percent": 73,
"cloud_cover": 0.292,
"cloud_percent": 15,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.313912177124867,
51.54242499021648
],
[
7.256577277230486,
51.69287044223874
],
[
7.253744864511154,
51.76639238642813
],
[
7.586081290246244,
51.7708540756737
],
[
7.618611121174344,
51.683877998352884
],
[
7.62204434871293,
51.57054813892351
],
[
7.438280844710131,
51.544079774459206
],
[
7.313912177124867,
51.54242499021648
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 6,
"id": "2500018_3262910_2019-07-06_1050",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1050",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2500018",
"sun_azimuth": 112.8,
"sun_elevation": 45.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.58,
"view_angle": 5,
"visible_confidence_percent": 65,
"visible_percent": 78,
"updated": "2019-07-07T05:14:51.271Z",
"published": "2019-07-06T10:34:15.446Z"
},
"sort": [
1562409255446,
"2500018_3262910_2019-07-06_1050"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2498269_3262910_2019-07-05_0f3d",
"_score": null,
"_source": {
"acquired": "2019-07-05T08:38:26.025505Z",
"anomalous_pixels": 0.46,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2498269:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.14,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2498269_3262910_2019-07-05_0f3d_RGBNIR_Browse.tif",
"clear_confidence_percent": 46,
"clear_percent": 16,
"cloud_cover": 0.458,
"cloud_percent": 50,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.274687552496525,
51.541891176010985
],
[
7.260868811653718,
51.579243049346495
],
[
7.253744864511154,
51.76639238642813
],
[
7.543080115325459,
51.77026983193849
],
[
7.622387671466788,
51.55742260927433
],
[
7.622730994220648,
51.54648177354079
],
[
7.274687552496525,
51.541891176010985
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 10,
"id": "2498269_3262910_2019-07-05_0f3d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 22,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f3d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2498269",
"sun_azimuth": 112.8,
"sun_elevation": 45.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.41,
"view_angle": 5,
"visible_confidence_percent": 50,
"visible_percent": 38,
"updated": "2019-07-06T05:16:59.519Z",
"published": "2019-07-05T14:42:14.328Z"
},
"sort": [
1562337734328,
"2498269_3262910_2019-07-05_0f3d"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2498262_3262910_2019-07-05_1006",
"_score": null,
"_source": {
"acquired": "2019-07-05T10:10:52.312691Z",
"anomalous_pixels": 0.35,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2498262:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.29,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2498262_3262910_2019-07-05_1006_RGBNIR_Browse.tif",
"clear_confidence_percent": 63,
"clear_percent": 40,
"cloud_cover": 0.349,
"cloud_percent": 51,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.303698325197574,
51.54226484661233
],
[
7.39922788145872,
51.768357708655934
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.303698325197574,
51.54226484661233
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2498262_3262910_2019-07-05_1006",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1006",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2498262",
"sun_azimuth": 142,
"sun_elevation": 56.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.36,
"view_angle": 5,
"visible_confidence_percent": 55,
"visible_percent": 47,
"updated": "2019-07-06T05:42:29.910Z",
"published": "2019-07-05T14:32:45.412Z"
},
"sort": [
1562337165412,
"2498262_3262910_2019-07-05_1006"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2496421_3262910_2019-07-04_100a",
"_score": null,
"_source": {
"acquired": "2019-07-04T10:11:41.27762Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2496421:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2496421_3262910_2019-07-04_100a_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.257864737557456,
51.65886003387783
],
[
7.253744864511154,
51.76639238642813
],
[
7.305157446901473,
51.76708291479919
],
[
7.263357901619193,
51.66961412882522
],
[
7.257864737557456,
51.65886003387783
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2496421_3262910_2019-07-04_100a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "100a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2496421",
"sun_azimuth": 142.1,
"sun_elevation": 56.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.03,
"view_angle": 3,
"visible_confidence_percent": 99,
"visible_percent": 100,
"updated": "2019-07-05T04:54:12.295Z",
"published": "2019-07-04T16:24:18.071Z"
},
"sort": [
1562257458071,
"2496421_3262910_2019-07-04_100a"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2496255_3262910_2019-07-04_1066",
"_score": null,
"_source": {
"acquired": "2019-07-04T10:20:18.448922Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2496255:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.63,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2496255_3262910_2019-07-04_1066_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 100,
"cloud_cover": 0.051,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.434504294417687,
51.54397301600141
],
[
7.525828146944066,
51.76989803653305
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.434504294417687,
51.54397301600141
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2496255_3262910_2019-07-04_1066",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-04T16:22:15Z",
"quality_category": "test",
"rows": 8000,
"satellite_id": "1066",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2496255",
"sun_azimuth": 146.8,
"sun_elevation": 58,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-07T07:49:35Z",
"usable_data": 0.32,
"view_angle": 0.4,
"visible_confidence_percent": 85,
"visible_percent": 100
},
"sort": [
1562257335000,
"2496255_3262910_2019-07-04_1066"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2496241_3262910_2019-07-04_0f4e",
"_score": null,
"_source": {
"acquired": "2019-07-04T10:11:48.400667Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2496241:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.08,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2496241_3262910_2019-07-04_0f4e_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.008,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.25812222962285,
51.652150741343505
],
[
7.306359076539977,
51.76708291479919
],
[
7.615864539143475,
51.771225863203995
],
[
7.621100211139818,
51.60195931770169
],
[
7.597668433188971,
51.54616151432284
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2496241_3262910_2019-07-04_0f4e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f4e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2496241",
"sun_azimuth": 142.7,
"sun_elevation": 56.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.91,
"view_angle": 4.4,
"visible_confidence_percent": 93,
"visible_percent": 100,
"updated": "2019-07-05T05:21:59.733Z",
"published": "2019-07-04T14:39:11.712Z"
},
"sort": [
1562251151712,
"2496241_3262910_2019-07-04_0f4e"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2496025_3262910_2019-07-04_100d",
"_score": null,
"_source": {
"acquired": "2019-07-04T08:36:58.658506Z",
"anomalous_pixels": 0.06,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2496025:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.63,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2496025_3262910_2019-07-04_100d_RGBNIR_Browse.tif",
"clear_confidence_percent": 81,
"clear_percent": 75,
"cloud_cover": 0.058,
"cloud_percent": 14,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.522738242159339,
51.545147345261014
],
[
7.438709998152454,
51.76888886213746
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.522738242159339,
51.545147345261014
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2496025_3262910_2019-07-04_100d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "100d",
"shadow_percent": 9,
"snow_ice_percent": 0,
"strip_id": "2496025",
"sun_azimuth": 112.7,
"sun_elevation": 45.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.31,
"view_angle": 5,
"visible_confidence_percent": 67,
"visible_percent": 85,
"updated": "2019-07-05T04:55:27.475Z",
"published": "2019-07-04T13:04:01.778Z"
},
"sort": [
1562245441778,
"2496025_3262910_2019-07-04_100d"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2494029_3262910_2019-07-03_1048",
"_score": null,
"_source": {
"acquired": "2019-07-03T08:36:53.365477Z",
"anomalous_pixels": 0.38,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2494029:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.14,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2494029_3262910_2019-07-03_1048_RGBNIR_Browse.tif",
"clear_confidence_percent": 57,
"clear_percent": 39,
"cloud_cover": 0.381,
"cloud_percent": 48,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.328074240721532,
51.54258513325706
],
[
7.254946494149658,
51.73466981698919
],
[
7.254517340707334,
51.74556533835522
],
[
7.409699225451406,
51.76846393985225
],
[
7.597153449058183,
51.77096030099486
],
[
7.617666983601232,
51.71441311242335
],
[
7.622730994220648,
51.54653514985796
],
[
7.328074240721532,
51.54258513325706
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2494029_3262910_2019-07-03_1048",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 5,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1048",
"shadow_percent": 7,
"snow_ice_percent": 0,
"strip_id": "2494029",
"sun_azimuth": 112.8,
"sun_elevation": 45.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.48,
"view_angle": 2,
"visible_confidence_percent": 53,
"visible_percent": 51,
"updated": "2019-07-04T06:01:19.885Z",
"published": "2019-07-03T12:51:17.266Z"
},
"sort": [
1562158277266,
"2494029_3262910_2019-07-03_1048"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2492136_3262910_2019-07-02_0f42",
"_score": null,
"_source": {
"acquired": "2019-07-02T10:10:44.780673Z",
"anomalous_pixels": 0.18,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2492136:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.16,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2492136_3262910_2019-07-02_0f42_RGBNIR_Browse.tif",
"clear_confidence_percent": 87,
"clear_percent": 73,
"cloud_cover": 0.182,
"cloud_percent": 20,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.261898779915294,
51.554327420233975
],
[
7.350561881099267,
51.767720316227766
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2492136_3262910_2019-07-02_0f42",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f42",
"shadow_percent": 6,
"snow_ice_percent": 0,
"strip_id": "2492136",
"sun_azimuth": 142.3,
"sun_elevation": 57,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.65,
"view_angle": 2.9,
"visible_confidence_percent": 74,
"visible_percent": 79,
"updated": "2019-07-03T04:29:20.067Z",
"published": "2019-07-02T14:24:05.692Z"
},
"sort": [
1562077445692,
"2492136_3262910_2019-07-02_0f42"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2491980_3262910_2019-07-02_0f3c",
"_score": null,
"_source": {
"acquired": "2019-07-02T08:37:34.133083Z",
"anomalous_pixels": 0.26,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2491980:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.29,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2491980_3262910_2019-07-02_0f3c_RGBNIR_Browse.tif",
"clear_confidence_percent": 74,
"clear_percent": 48,
"cloud_cover": 0.261,
"cloud_percent": 41,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.480938696877059,
51.76942000936878
],
[
7.567026877407096,
51.545787875719476
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2491980_3262910_2019-07-02_0f3c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-07-02T12:27:59Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f3c",
"shadow_percent": 9,
"snow_ice_percent": 0,
"strip_id": "2491980",
"sun_azimuth": 112.9,
"sun_elevation": 45.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-30T06:53:20Z",
"usable_data": 0.44,
"view_angle": 1,
"visible_confidence_percent": 63,
"visible_percent": 58
},
"sort": [
1562070479000,
"2491980_3262910_2019-07-02_0f3c"
]
},
{
"_index": "v4_item_psorthotile_2019q3",
"_type": "_doc",
"_id": "2489978_3262910_2019-07-01_0f02",
"_score": null,
"_source": {
"acquired": "2019-07-01T12:56:15.55844Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2489978:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.91,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2489978_3262910_2019-07-01_0f02_RGBNIR_Browse.tif",
"clear_confidence_percent": 86,
"clear_percent": 66,
"cloud_cover": 0.03,
"cloud_percent": 27,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.542565131194672,
51.545414234047854
],
[
7.550890707975742,
51.56958786278518
],
[
7.603075766562243,
51.700478038028955
],
[
7.618096137043556,
51.698243771912004
],
[
7.622730994220648,
51.54653514985796
],
[
7.542565131194672,
51.545414234047854
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4.1,
"heavy_haze_percent": 0,
"id": "2489978_3262910_2019-07-01_0f02",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f02",
"shadow_percent": 5,
"snow_ice_percent": 0,
"strip_id": "2489978",
"sun_azimuth": 217.5,
"sun_elevation": 57.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"usable_data": 0.06,
"view_angle": 1,
"visible_confidence_percent": 71,
"visible_percent": 72,
"updated": "2019-07-01T16:22:27.655Z",
"published": "2019-07-01T16:22:27.653Z"
},
"sort": [
1561998147653,
"2489978_3262910_2019-07-01_0f02"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2487128_3262910_2019-06-30_100a",
"_score": null,
"_source": {
"acquired": "2019-06-30T10:09:37.114045Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2487128:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.33,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2487128_3262910_2019-06-30_100a_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.004,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.558272147183701,
51.77042917188902
],
[
7.529776358613441,
51.70138235247531
],
[
7.461884284037908,
51.54445342708896
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2487128_3262910_2019-06-30_100a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "100a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2487128",
"sun_azimuth": 142,
"sun_elevation": 57.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.66,
"view_angle": 1,
"visible_confidence_percent": 99,
"visible_percent": 100,
"updated": "2019-07-01T04:46:22.200Z",
"published": "2019-06-30T14:56:46.830Z"
},
"sort": [
1561906606830,
"2487128_3262910_2019-06-30_100a"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2487005_3262910_2019-06-30_0f4e",
"_score": null,
"_source": {
"acquired": "2019-06-30T10:09:43.65416Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2487005:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.71,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2487005_3262910_2019-06-30_0f4e_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.463000082987949,
51.54440004832971
],
[
7.556040549283619,
51.77042917188902
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.463000082987949,
51.54440004832971
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2487005_3262910_2019-06-30_0f4e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f4e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2487005",
"sun_azimuth": 142.7,
"sun_elevation": 57.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.29,
"view_angle": 2.6,
"visible_confidence_percent": 96,
"visible_percent": 100,
"updated": "2019-07-01T04:53:40.411Z",
"published": "2019-06-30T12:37:03.144Z"
},
"sort": [
1561898223144,
"2487005_3262910_2019-06-30_0f4e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2484417_3262910_2019-06-29_1021",
"_score": null,
"_source": {
"acquired": "2019-06-29T10:08:47.161478Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2484417:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.7,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2484417_3262910_2019-06-29_1021_RGBNIR_Browse.tif",
"clear_confidence_percent": 100,
"clear_percent": 100,
"cloud_cover": 0.003,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.418797278428658,
51.76862328617798
],
[
7.324726843871411,
51.542531752306154
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2484417_3262910_2019-06-29_1021",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1021",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2484417",
"sun_azimuth": 141.9,
"sun_elevation": 57.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.3,
"view_angle": 1,
"visible_confidence_percent": 100,
"visible_percent": 100,
"updated": "2019-06-30T07:00:40.604Z",
"published": "2019-06-29T14:56:47.626Z"
},
"sort": [
1561820207626,
"2484417_3262910_2019-06-29_1021"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2484421_3262910_2019-06-29_0f35",
"_score": null,
"_source": {
"acquired": "2019-06-29T10:10:15.439512Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2484421:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.3,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2484421_3262910_2019-06-29_0f35_RGBNIR_Browse.tif",
"clear_confidence_percent": 100,
"clear_percent": 100,
"cloud_cover": 0.004,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.309963965455492,
51.54237160907772
],
[
7.401631140735731,
51.768357708655934
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.309963965455492,
51.54237160907772
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2484421_3262910_2019-06-29_0f35",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f35",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2484421",
"sun_azimuth": 141.9,
"sun_elevation": 57.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.7,
"view_angle": 5,
"visible_confidence_percent": 94,
"visible_percent": 100,
"updated": "2019-06-30T06:30:47.434Z",
"published": "2019-06-29T14:38:33.307Z"
},
"sort": [
1561819113307,
"2484421_3262910_2019-06-29_0f35"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2484167_3262910_2019-06-29_1043",
"_score": null,
"_source": {
"acquired": "2019-06-29T08:34:09.323106Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2484167:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.25,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2484167_3262910_2019-06-29_1043_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.004,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.497074866308411,
51.76963246651125
],
[
7.584364676476952,
51.54600138386852
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2484167_3262910_2019-06-29_1043",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1043",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2484167",
"sun_azimuth": 112.9,
"sun_elevation": 45.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.74,
"view_angle": 5,
"visible_confidence_percent": 94,
"visible_percent": 100,
"updated": "2019-06-30T07:31:23.460Z",
"published": "2019-06-29T10:43:59.462Z"
},
"sort": [
1561805039462,
"2484167_3262910_2019-06-29_1043"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2481740_3262910_2019-06-28_1105",
"_score": null,
"_source": {
"acquired": "2019-06-28T10:09:33.72026Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=Dec2016_1105_highQE_10:strip_id=2481740:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.98,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2481740_3262910_2019-06-28_1105_RGBNIR_Browse.tif",
"clear_confidence_percent": 100,
"clear_percent": 100,
"cloud_cover": 0,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.582991385461517,
51.54594800692519
],
[
7.608998084066305,
51.610754820556195
],
[
7.619984412189777,
51.63691802620989
],
[
7.622730994220648,
51.54653514985796
],
[
7.582991385461517,
51.54594800692519
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2481740_3262910_2019-06-28_1105",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1105",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2481740",
"sun_azimuth": 142.9,
"sun_elevation": 57.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"usable_data": 0.02,
"view_angle": 0,
"visible_confidence_percent": 100,
"visible_percent": 100,
"updated": "2019-06-28T15:01:29.176Z",
"published": "2019-06-28T15:01:29.175Z"
},
"sort": [
1561734089175,
"2481740_3262910_2019-06-28_1105"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2481742_3262910_2019-06-28_0f15",
"_score": null,
"_source": {
"acquired": "2019-06-28T10:11:43.274436Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2481742:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.13,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2481742_3262910_2019-06-28_0f15_RGBNIR_Browse.tif",
"clear_confidence_percent": 100,
"clear_percent": 100,
"cloud_cover": 0.005,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.615950369831941,
51.771225863203995
],
[
7.61723783015891,
51.72845021980169
],
[
7.539217734344551,
51.545414234047854
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2481742_3262910_2019-06-28_0f15",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f15",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2481742",
"sun_azimuth": 142.5,
"sun_elevation": 57.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.86,
"view_angle": 4,
"visible_confidence_percent": 96,
"visible_percent": 100,
"updated": "2019-06-30T07:10:20.984Z",
"published": "2019-06-28T14:46:13.871Z"
},
"sort": [
1561733173871,
"2481742_3262910_2019-06-28_0f15"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2481461_3262910_2019-06-28_0f2a",
"_score": null,
"_source": {
"acquired": "2019-06-28T08:38:20.351043Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2481461:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.58,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2481461_3262910_2019-06-28_0f2a_RGBNIR_Browse.tif",
"clear_confidence_percent": 94,
"clear_percent": 97,
"cloud_cover": 0.003,
"cloud_percent": 2,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.50205304623936,
51.544880454908736
],
[
7.418711447740193,
51.76857017079857
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.50205304623936,
51.544880454908736
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.7,
"heavy_haze_percent": 0,
"id": "2481461_3262910_2019-06-28_0f2a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-28T10:52:53Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2481461",
"sun_azimuth": 112.9,
"sun_elevation": 46,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-30T01:17:03Z",
"usable_data": 0.42,
"view_angle": 5,
"visible_confidence_percent": 71,
"visible_percent": 98
},
"sort": [
1561719173000,
"2481461_3262910_2019-06-28_0f2a"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2478724_3262910_2019-06-27_1054",
"_score": null,
"_source": {
"acquired": "2019-06-27T08:36:12.963761Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2478724:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.67,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2478724_3262910_2019-06-27_1054_RGBNIR_Browse.tif",
"clear_confidence_percent": 93,
"clear_percent": 100,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.336571478879532,
51.76750785008495
],
[
7.426522040390475,
51.5439196366786
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.7,
"heavy_haze_percent": 0,
"id": "2478724_3262910_2019-06-27_1054",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1054",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2478724",
"sun_azimuth": 113.1,
"sun_elevation": 46.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.32,
"view_angle": 4,
"visible_confidence_percent": 79,
"visible_percent": 100,
"updated": "2019-06-28T05:25:01.877Z",
"published": "2019-06-27T10:48:49.797Z"
},
"sort": [
1561632529797,
"2478724_3262910_2019-06-27_1054"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2476899_3262910_2019-06-26_1038",
"_score": null,
"_source": {
"acquired": "2019-06-26T10:12:29.574861Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2476899:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.79,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2476899_3262910_2019-06-26_1038_RGBNIR_Browse.tif",
"clear_confidence_percent": 55,
"clear_percent": 35,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.385494971304377,
51.768145245513246
],
[
7.288077139897008,
51.54210470244462
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2476899_3262910_2019-06-26_1038",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 63,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1038",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2476899",
"sun_azimuth": 142.3,
"sun_elevation": 57.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.21,
"view_angle": 5,
"visible_confidence_percent": 54,
"visible_percent": 99,
"updated": "2019-06-27T05:03:45.613Z",
"published": "2019-06-26T22:29:17.279Z"
},
"sort": [
1561588157279,
"2476899_3262910_2019-06-26_1038"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2476225_3262910_2019-06-26_1012",
"_score": null,
"_source": {
"acquired": "2019-06-26T10:09:57.326345Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2476225:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.53,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2476225_3262910_2019-06-26_1012_RGBNIR_Browse.tif",
"clear_confidence_percent": 74,
"clear_percent": 88,
"cloud_cover": 0.003,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.393992209462377,
51.543439219955395
],
[
7.488148474708089,
51.76947312374814
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.393992209462377,
51.543439219955395
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2476225_3262910_2019-06-26_1012",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 11,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1012",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2476225",
"sun_azimuth": 142.2,
"sun_elevation": 57.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.47,
"view_angle": 4,
"visible_confidence_percent": 60,
"visible_percent": 100,
"updated": "2019-06-27T04:45:13.906Z",
"published": "2019-06-26T14:20:11.277Z"
},
"sort": [
1561558811277,
"2476225_3262910_2019-06-26_1012"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2476033_3262910_2019-06-26_0f49",
"_score": null,
"_source": {
"acquired": "2019-06-26T08:38:51.446466Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2476033:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.11,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2476033_3262910_2019-06-26_0f49_RGBNIR_Browse.tif",
"clear_confidence_percent": 57,
"clear_percent": 48,
"cloud_cover": 0.008,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.283699774785312,
51.54199793935304
],
[
7.259924674080606,
51.60563764436431
],
[
7.253744864511154,
51.76639238642813
],
[
7.554409766202792,
51.77037605863469
],
[
7.621443533893678,
51.59017600486186
],
[
7.622730994220648,
51.54653514985796
],
[
7.283699774785312,
51.54199793935304
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 1,
"id": "2476033_3262910_2019-06-26_0f49",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 51,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f49",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2476033",
"sun_azimuth": 113,
"sun_elevation": 46.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.88,
"view_angle": 4,
"visible_confidence_percent": 54,
"visible_percent": 98,
"updated": "2019-06-27T04:53:44.207Z",
"published": "2019-06-26T11:06:11.720Z"
},
"sort": [
1561547171720,
"2476033_3262910_2019-06-26_0f49"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2474244_3262910_2019-06-25_1060",
"_score": null,
"_source": {
"acquired": "2019-06-25T10:21:30.776718Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2474244:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.72,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2474244_3262910_2019-06-25_1060_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.023,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.467978262918898,
51.54445342708896
],
[
7.561190390591499,
51.77048228508086
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.467978262918898,
51.54445342708896
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2474244_3262910_2019-06-25_1060",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-25T22:44:35Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1060",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2474244",
"sun_azimuth": 147.1,
"sun_elevation": 58.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-15T15:47:15Z",
"usable_data": 0.26,
"view_angle": 3,
"visible_confidence_percent": 78,
"visible_percent": 100
},
"sort": [
1561502675000,
"2474244_3262910_2019-06-25_1060"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2473856_3262910_2019-06-25_1063",
"_score": null,
"_source": {
"acquired": "2019-06-25T10:06:50.372524Z",
"anomalous_pixels": 0.04,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2473856:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.39,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2473856_3262910_2019-06-25_1063_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.037,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.442057395002576,
51.76894197714185
],
[
7.530377173432692,
51.545254100963604
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2473856_3262910_2019-06-25_1063",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-25T16:48:10Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1063",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2473856",
"sun_azimuth": 141.1,
"sun_elevation": 57.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-15T15:52:14Z",
"usable_data": 0.57,
"view_angle": 1.1,
"visible_confidence_percent": 86,
"visible_percent": 100
},
"sort": [
1561481290000,
"2473856_3262910_2019-06-25_1063"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2473674_3262910_2019-06-25_0f35",
"_score": null,
"_source": {
"acquired": "2019-06-25T10:08:06.229685Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2473674:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.72,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2473674_3262910_2019-06-25_0f35_RGBNIR_Browse.tif",
"clear_confidence_percent": 92,
"clear_percent": 100,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.408497595812902,
51.76846393985225
],
[
7.319491171875068,
51.542531752306154
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2473674_3262910_2019-06-25_0f35",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f35",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2473674",
"sun_azimuth": 142,
"sun_elevation": 57.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.28,
"view_angle": 2,
"visible_confidence_percent": 78,
"visible_percent": 100,
"updated": "2019-06-26T05:20:01.342Z",
"published": "2019-06-25T14:54:18.607Z"
},
"sort": [
1561474458607,
"2473674_3262910_2019-06-25_0f35"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2473679_3262910_2019-06-25_1021",
"_score": null,
"_source": {
"acquired": "2019-06-25T10:06:38.355018Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2473679:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.08,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2473679_3262910_2019-06-25_1021_RGBNIR_Browse.tif",
"clear_confidence_percent": 87,
"clear_percent": 99,
"cloud_cover": 0.01,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.258036398934384,
51.65486652701792
],
[
7.30249669555907,
51.76697668035272
],
[
7.615950369831941,
51.771225863203995
],
[
7.62075688838596,
51.612300520762325
],
[
7.593891882896528,
51.54616151432284
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2473679_3262910_2019-06-25_1021",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1021",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2473679",
"sun_azimuth": 142,
"sun_elevation": 57.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.91,
"view_angle": 3,
"visible_confidence_percent": 67,
"visible_percent": 100,
"updated": "2019-06-26T05:29:57.752Z",
"published": "2019-06-25T12:50:29.656Z"
},
"sort": [
1561467029656,
"2473679_3262910_2019-06-25_1021"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2473378_3262910_2019-06-25_1049",
"_score": null,
"_source": {
"acquired": "2019-06-25T08:38:24.745702Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2473378:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.89,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2473378_3262910_2019-06-25_1049_RGBNIR_Browse.tif",
"clear_confidence_percent": 70,
"clear_percent": 67,
"cloud_cover": 0.001,
"cloud_percent": 1,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.620327734943637,
51.54648177354079
],
[
7.583077216149983,
51.64623935119033
],
[
7.538960242279157,
51.77021671849664
],
[
7.615950369831941,
51.77117275088715
],
[
7.622730994220648,
51.54824315894557
],
[
7.622730994220648,
51.54653514985796
],
[
7.620327734943637,
51.54648177354079
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 2,
"id": "2473378_3262910_2019-06-25_1049",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 27,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1049",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2473378",
"sun_azimuth": 113.2,
"sun_elevation": 46.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.11,
"view_angle": 5,
"visible_confidence_percent": 57,
"visible_percent": 95,
"updated": "2019-06-26T05:52:02.469Z",
"published": "2019-06-25T10:59:05.743Z"
},
"sort": [
1561460345743,
"2473378_3262910_2019-06-25_1049"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2470809_3262910_2019-06-24_1069",
"_score": null,
"_source": {
"acquired": "2019-06-24T10:05:52.953583Z",
"anomalous_pixels": 0.09,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2470809:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.32,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2470809_3262910_2019-06-24_1069_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 95,
"cloud_cover": 0.088,
"cloud_percent": 3,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.468836569803544,
51.769260665855654
],
[
7.556898856168266,
51.5456277439502
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2470809_3262910_2019-06-24_1069",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-24T22:57:43Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1069",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2470809",
"sun_azimuth": 141.2,
"sun_elevation": 57.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-26T19:02:54Z",
"usable_data": 0.59,
"view_angle": 1,
"visible_confidence_percent": 80,
"visible_percent": 96
},
"sort": [
1561417063000,
"2470809_3262910_2019-06-24_1069"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2470985_3262910_2019-06-24_0e26",
"_score": null,
"_source": {
"acquired": "2019-06-24T10:00:07.459095Z",
"anomalous_pixels": 0.04,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2470985:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.08,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2470985_3262910_2019-06-24_0e26_RGBNIR_Browse.tif",
"clear_confidence_percent": 79,
"clear_percent": 87,
"cloud_cover": 0.037,
"cloud_percent": 3,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.257607245492061,
51.665408623346075
],
[
7.300608420412847,
51.76697668035272
],
[
7.615864539143475,
51.771225863203995
],
[
7.621014380451353,
51.60387848183329
],
[
7.596895956992789,
51.54616151432284
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2470985_3262910_2019-06-24_0e26",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 6,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e26",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2470985",
"sun_azimuth": 138.6,
"sun_elevation": 56.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.88,
"view_angle": 3,
"visible_confidence_percent": 68,
"visible_percent": 96,
"updated": "2019-06-25T06:01:39.065Z",
"published": "2019-06-24T14:17:42.251Z"
},
"sort": [
1561385862251,
"2470985_3262910_2019-06-24_0e26"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2468316_3262910_2019-06-23_0e3a",
"_score": null,
"_source": {
"acquired": "2019-06-23T10:01:14.13091Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2468316:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.82,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2468316_3262910_2019-06-23_0e3a_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 100,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.373993659050115,
51.767985897499955
],
[
7.280781531377515,
51.544560184419616
],
[
7.278807425542827,
51.54194455771332
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2468316_3262910_2019-06-23_0e3a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e3a",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2468316",
"sun_azimuth": 139.6,
"sun_elevation": 56.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.18,
"view_angle": 3.1,
"visible_confidence_percent": 72,
"visible_percent": 100,
"updated": "2019-06-24T05:06:39.003Z",
"published": "2019-06-23T14:14:52.098Z"
},
"sort": [
1561299292098,
"2468316_3262910_2019-06-23_0e3a"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2467892_3262910_2019-06-23_1052",
"_score": null,
"_source": {
"acquired": "2019-06-23T08:36:28.395433Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2467892:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.72,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2467892_3262910_2019-06-23_1052_RGBNIR_Browse.tif",
"clear_confidence_percent": 63,
"clear_percent": 67,
"cloud_cover": 0.01,
"cloud_percent": 30,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.557842993741378,
51.5456277439502
],
[
7.549431586271843,
51.5660666767346
],
[
7.469694876688191,
51.769260665855654
],
[
7.615950369831941,
51.771119638507834
],
[
7.622730994220648,
51.54648177354079
],
[
7.557842993741378,
51.5456277439502
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2467892_3262910_2019-06-23_1052",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1052",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2467892",
"sun_azimuth": 113.3,
"sun_elevation": 46.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.27,
"view_angle": 0.1,
"visible_confidence_percent": 52,
"visible_percent": 69,
"updated": "2019-06-24T05:27:29.368Z",
"published": "2019-06-23T10:46:47.108Z"
},
"sort": [
1561286807108,
"2467892_3262910_2019-06-23_1052"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2467898_3262910_2019-06-23_1053",
"_score": null,
"_source": {
"acquired": "2019-06-23T08:39:32.365332Z",
"anomalous_pixels": 0.16,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2467898:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.1,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2467898_3262910_2019-06-23_1053_RGBNIR_Browse.tif",
"clear_confidence_percent": 73,
"clear_percent": 61,
"cloud_cover": 0.153,
"cloud_percent": 33,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.286446356816181,
51.542051320930135
],
[
7.259581351326748,
51.61315329834595
],
[
7.253744864511154,
51.76639238642813
],
[
7.56196286678768,
51.77048228508086
],
[
7.62075688838596,
51.61134112683019
],
[
7.622730994220648,
51.54648177354079
],
[
7.286446356816181,
51.542051320930135
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.7,
"heavy_haze_percent": 0,
"id": "2467898_3262910_2019-06-23_1053",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 2,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1053",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2467898",
"sun_azimuth": 113.3,
"sun_elevation": 46.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.74,
"view_angle": 4,
"visible_confidence_percent": 55,
"visible_percent": 66,
"updated": "2019-06-24T05:24:05.658Z",
"published": "2019-06-23T10:23:14.707Z"
},
"sort": [
1561285394707,
"2467898_3262910_2019-06-23_1053"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2465919_3262910_2019-06-22_106e",
"_score": null,
"_source": {
"acquired": "2019-06-22T10:06:52.259945Z",
"anomalous_pixels": 0.1,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2465919:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.73,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2465919_3262910_2019-06-22_106e_RGBNIR_Browse.tif",
"clear_confidence_percent": 49,
"clear_percent": 20,
"cloud_cover": 0.1,
"cloud_percent": 66,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.314770484009512,
51.767242266000125
],
[
7.402231955554983,
51.54359935942669
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2465919_3262910_2019-06-22_106e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 13,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-23T08:51:00Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "106e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2465919",
"sun_azimuth": 141.6,
"sun_elevation": 57.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-15T17:40:34Z",
"usable_data": 0.17,
"view_angle": 1.1,
"visible_confidence_percent": 50,
"visible_percent": 34
},
"sort": [
1561279860000,
"2465919_3262910_2019-06-22_106e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2465615_3262910_2019-06-22_100e",
"_score": null,
"_source": {
"acquired": "2019-06-22T10:07:41.816666Z",
"anomalous_pixels": 0.18,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2465615:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.62,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2465615_3262910_2019-06-22_100e_RGBNIR_Browse.tif",
"clear_confidence_percent": 37,
"clear_percent": 13,
"cloud_cover": 0.176,
"cloud_percent": 52,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.258208060311315,
51.650180363609714
],
[
7.263014578865334,
51.66232078851015
],
[
7.620928549762889,
51.606703770302886
],
[
7.620842719074424,
51.59982681797596
],
[
7.598440909385153,
51.54616151432284
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 1,
"id": "2465615_3262910_2019-06-22_100e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 30,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "100e",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2465615",
"sun_azimuth": 142.3,
"sun_elevation": 57.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.2,
"view_angle": 1.1,
"visible_confidence_percent": 42,
"visible_percent": 45,
"updated": "2019-06-23T04:32:11.505Z",
"published": "2019-06-22T16:46:14.404Z"
},
"sort": [
1561221974404,
"2465615_3262910_2019-06-22_100e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2465608_3262910_2019-06-22_1038",
"_score": null,
"_source": {
"acquired": "2019-06-22T10:10:27.217086Z",
"anomalous_pixels": 0.17,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2465608:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.61,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2465608_3262910_2019-06-22_1038_RGBNIR_Browse.tif",
"clear_confidence_percent": 41,
"clear_percent": 15,
"cloud_cover": 0.171,
"cloud_percent": 65,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.262413764046081,
51.54173103052824
],
[
7.258894705819031,
51.63143086483251
],
[
7.5441959142755,
51.58548315596581
],
[
7.527373099336431,
51.545254100963604
],
[
7.262413764046081,
51.54173103052824
]
]
],
[
[
[
7.568314337734064,
51.64362957334352
],
[
7.256577277230486,
51.69404092483232
],
[
7.255718970345839,
51.71329633722005
],
[
7.575953269007417,
51.6618948637418
],
[
7.568314337734064,
51.64362957334352
]
]
],
[
[
[
7.601530814169879,
51.718560893178044
],
[
7.301810050051351,
51.76697668035272
],
[
7.301810050051351,
51.7670297976072
],
[
7.615950369831941,
51.771225863203995
],
[
7.616465353962727,
51.7536422726769
],
[
7.601530814169879,
51.718560893178044
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2465608_3262910_2019-06-22_1038",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 16,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1038",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2465608",
"sun_azimuth": 142.5,
"sun_elevation": 57.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.21,
"view_angle": 3,
"visible_confidence_percent": 45,
"visible_percent": 34,
"updated": "2019-06-23T05:00:51.426Z",
"published": "2019-06-22T16:44:05.850Z"
},
"sort": [
1561221845850,
"2465608_3262910_2019-06-22_1038"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2463201_3262910_2019-06-21_105d",
"_score": null,
"_source": {
"acquired": "2019-06-21T10:23:55.994229Z",
"anomalous_pixels": 0.2,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2463201:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.31,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2463201_3262910_2019-06-21_105d_RGBNIR_Browse.tif",
"clear_confidence_percent": 80,
"clear_percent": 52,
"cloud_cover": 0.199,
"cloud_percent": 36,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.564537787441619,
51.7705353982102
],
[
7.469179892557404,
51.54445342708896
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2463201_3262910_2019-06-21_105d",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-22T12:41:42Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105d",
"shadow_percent": 10,
"snow_ice_percent": 0,
"strip_id": "2463201",
"sun_azimuth": 147.8,
"sun_elevation": 58.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-15T21:12:15Z",
"usable_data": 0.5,
"view_angle": 4,
"visible_confidence_percent": 72,
"visible_percent": 63
},
"sort": [
1561207302000,
"2463201_3262910_2019-06-21_105d"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2465244_3262910_2019-06-22_0f4d",
"_score": null,
"_source": {
"acquired": "2019-06-22T08:39:58.46425Z",
"anomalous_pixels": 0.06,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2465244:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.2,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2465244_3262910_2019-06-22_0f4d_RGBNIR_Browse.tif",
"clear_confidence_percent": 62,
"clear_percent": 66,
"cloud_cover": 0.062,
"cloud_percent": 8,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.519476675997682,
51.7699511503499
],
[
7.60264661311992,
51.546268267645964
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.7,
"heavy_haze_percent": 0,
"id": "2465244_3262910_2019-06-22_0f4d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 25,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f4d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2465244",
"sun_azimuth": 113.4,
"sun_elevation": 46.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.74,
"view_angle": 4.1,
"visible_confidence_percent": 53,
"visible_percent": 91,
"updated": "2019-06-23T04:43:14.216Z",
"published": "2019-06-22T12:24:58.581Z"
},
"sort": [
1561206298581,
"2465244_3262910_2019-06-22_0f4d"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2463123_3262910_2019-06-21_0e19",
"_score": null,
"_source": {
"acquired": "2019-06-21T09:55:15.602203Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2463123:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.89,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2463123_3262910_2019-06-21_0e19_RGBNIR_Browse.tif",
"clear_confidence_percent": 81,
"clear_percent": 71,
"cloud_cover": 0.029,
"cloud_percent": 19,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.533810400971277,
51.54530747872097
],
[
7.587540411950144,
51.68584691099099
],
[
7.616293692585798,
51.75922089046133
],
[
7.622730994220648,
51.54648177354079
],
[
7.533810400971277,
51.54530747872097
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2463123_3262910_2019-06-21_0e19",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e19",
"shadow_percent": 9,
"snow_ice_percent": 0,
"strip_id": "2463123",
"sun_azimuth": 139.3,
"sun_elevation": 56.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.08,
"view_angle": 6.6,
"visible_confidence_percent": 68,
"visible_percent": 80,
"updated": "2019-06-22T04:33:37.417Z",
"published": "2019-06-22T00:28:03.616Z"
},
"sort": [
1561163283616,
"2463123_3262910_2019-06-21_0e19"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2462556_3262910_2019-06-21_0f35",
"_score": null,
"_source": {
"acquired": "2019-06-21T10:05:55.600875Z",
"anomalous_pixels": 0.2,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2462556:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.39,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2462556_3262910_2019-06-21_0f35_RGBNIR_Browse.tif",
"clear_confidence_percent": 83,
"clear_percent": 56,
"cloud_cover": 0.201,
"cloud_percent": 31,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.344210410152885,
51.542798656434506
],
[
7.433216834090717,
51.76878263194118
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.344210410152885,
51.542798656434506
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2462556_3262910_2019-06-21_0f35",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f35",
"shadow_percent": 12,
"snow_ice_percent": 0,
"strip_id": "2462556",
"sun_azimuth": 142.2,
"sun_elevation": 57.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.41,
"view_angle": 3,
"visible_confidence_percent": 72,
"visible_percent": 68,
"updated": "2019-06-22T05:09:05.861Z",
"published": "2019-06-21T12:51:32.042Z"
},
"sort": [
1561121492042,
"2462556_3262910_2019-06-21_0f35"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2462337_3262910_2019-06-21_1043",
"_score": null,
"_source": {
"acquired": "2019-06-21T08:38:51.721953Z",
"anomalous_pixels": 0.06,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2462337:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.7,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2462337_3262910_2019-06-21_1043_RGBNIR_Browse.tif",
"clear_confidence_percent": 78,
"clear_percent": 46,
"cloud_cover": 0.055,
"cloud_percent": 35,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.550032401091095,
51.545520989124256
],
[
7.534153723725137,
51.58729635959346
],
[
7.46617581846114,
51.76920755122628
],
[
7.615950369831941,
51.77117275088715
],
[
7.622730994220648,
51.54648177354079
],
[
7.550032401091095,
51.545520989124256
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2462337_3262910_2019-06-21_1043",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1043",
"shadow_percent": 17,
"snow_ice_percent": 0,
"strip_id": "2462337",
"sun_azimuth": 113.4,
"sun_elevation": 46.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.24,
"view_angle": 5,
"visible_confidence_percent": 71,
"visible_percent": 64,
"updated": "2019-06-22T05:38:50.752Z",
"published": "2019-06-21T10:51:19.748Z"
},
"sort": [
1561114279748,
"2462337_3262910_2019-06-21_1043"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2460104_3262910_2019-06-20_0f12",
"_score": null,
"_source": {
"acquired": "2019-06-20T10:08:09.919916Z",
"anomalous_pixels": 0.36,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2460104:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.63,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2460104_3262910_2019-06-20_0f12_RGBNIR_Browse.tif",
"clear_confidence_percent": 36,
"clear_percent": 3,
"cloud_cover": 0.361,
"cloud_percent": 90,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.25906636719596,
51.6273283785184
],
[
7.271597647711797,
51.65848732146026
],
[
7.620928549762889,
51.60473141763294
],
[
7.621615195270607,
51.58500317818715
],
[
7.605736517904647,
51.546268267645964
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 5,
"id": "2460104_3262910_2019-06-20_0f12",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f12",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2460104",
"sun_azimuth": 142.8,
"sun_elevation": 57.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.01,
"view_angle": 2.1,
"visible_confidence_percent": 44,
"visible_percent": 4,
"updated": "2019-06-21T05:19:24.056Z",
"published": "2019-06-20T18:21:47.295Z"
},
"sort": [
1561054907295,
"2460104_3262910_2019-06-20_0f12"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2459687_3262910_2019-06-20_104a",
"_score": null,
"_source": {
"acquired": "2019-06-20T08:38:43.253533Z",
"anomalous_pixels": 0.21,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2459687:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.73,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2459687_3262910_2019-06-20_104a_RGBNIR_Browse.tif",
"clear_confidence_percent": 35,
"clear_percent": 14,
"cloud_cover": 0.206,
"cloud_percent": 63,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.34189298156434,
51.542798656434506
],
[
7.319920325317391,
51.60004007245497
],
[
7.619726920124385,
51.64410893155701
],
[
7.622645163532182,
51.54648177354079
],
[
7.34189298156434,
51.542798656434506
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 4,
"id": "2459687_3262910_2019-06-20_104a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 15,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "104a",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2459687",
"sun_azimuth": 113.5,
"sun_elevation": 46.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.06,
"view_angle": 2,
"visible_confidence_percent": 41,
"visible_percent": 32,
"updated": "2019-06-21T05:30:07.662Z",
"published": "2019-06-20T17:28:54.427Z"
},
"sort": [
1561051734427,
"2459687_3262910_2019-06-20_104a"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2460077_3262910_2019-06-20_0e26",
"_score": null,
"_source": {
"acquired": "2019-06-20T09:58:01.919699Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2460077:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2460077_3262910_2019-06-20_0e26_RGBNIR_Browse.tif",
"clear_confidence_percent": 35,
"clear_percent": 8,
"cloud_cover": 0.03,
"cloud_percent": 71,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.257864737557456,
51.658434076578935
],
[
7.253744864511154,
51.76639238642813
],
[
7.301552557985959,
51.7670297976072
],
[
7.277949118658182,
51.70691423560749
],
[
7.257864737557456,
51.658434076578935
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 11,
"id": "2460077_3262910_2019-06-20_0e26",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 8,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e26",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2460077",
"sun_azimuth": 138.9,
"sun_elevation": 56.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0,
"view_angle": 4.1,
"visible_confidence_percent": 40,
"visible_percent": 16,
"updated": "2019-06-21T05:35:13.805Z",
"published": "2019-06-20T16:47:43.842Z"
},
"sort": [
1561049263842,
"2460077_3262910_2019-06-20_0e26"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2456812_3262910_2019-06-19_1054",
"_score": null,
"_source": {
"acquired": "2019-06-19T08:40:31.58453Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2456812:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.83,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2456812_3262910_2019-06-19_1054_RGBNIR_Browse.tif",
"clear_confidence_percent": 74,
"clear_percent": 74,
"cloud_cover": 0.001,
"cloud_percent": 21,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.281124854131372,
51.76676421070974
],
[
7.365925574334439,
51.54306555899736
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.7,
"heavy_haze_percent": 0,
"id": "2456812_3262910_2019-06-19_1054",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1054",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2456812",
"sun_azimuth": 113.8,
"sun_elevation": 46.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.17,
"view_angle": 2,
"visible_confidence_percent": 59,
"visible_percent": 78,
"updated": "2019-06-20T05:49:11.903Z",
"published": "2019-06-19T10:59:01.579Z"
},
"sort": [
1560941941579,
"2456812_3262910_2019-06-19_1054"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2455822_3262910_2019-06-18_1027",
"_score": null,
"_source": {
"acquired": "2019-06-18T10:10:04.509838Z",
"anomalous_pixels": 0.62,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2455822:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.13,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2455822_3262910_2019-06-18_1027_RGBNIR_Browse.tif",
"clear_confidence_percent": 35,
"clear_percent": 6,
"cloud_cover": 0.616,
"cloud_percent": 43,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.615864539143475,
51.771225863203995
],
[
7.61723783015891,
51.72807808001474
],
[
7.541020178802308,
51.54546761161737
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 16,
"id": "2455822_3262910_2019-06-18_1027",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 33,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1027",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2455822",
"sun_azimuth": 142.8,
"sun_elevation": 57.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.26,
"view_angle": 2.9,
"visible_confidence_percent": 43,
"visible_percent": 40,
"updated": "2019-06-19T05:22:35.002Z",
"published": "2019-06-19T02:19:31.853Z"
},
"sort": [
1560910771853,
"2455822_3262910_2019-06-18_1027"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2454333_3262910_2019-06-18_1011",
"_score": null,
"_source": {
"acquired": "2019-06-18T10:09:18.522916Z",
"anomalous_pixels": 0.18,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2454333:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.77,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2454333_3262910_2019-06-18_1011_RGBNIR_Browse.tif",
"clear_confidence_percent": 36,
"clear_percent": 5,
"cloud_cover": 0.177,
"cloud_percent": 37,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.485916876808008,
51.54466694149979
],
[
7.581017279626831,
51.770747850102545
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.485916876808008,
51.54466694149979
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 21,
"id": "2454333_3262910_2019-06-18_1011",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 35,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1011",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2454333",
"sun_azimuth": 142.8,
"sun_elevation": 57.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.05,
"view_angle": 4,
"visible_confidence_percent": 44,
"visible_percent": 40,
"updated": "2019-06-19T04:47:54.022Z",
"published": "2019-06-18T14:23:30.894Z"
},
"sort": [
1560867810894,
"2454333_3262910_2019-06-18_1011"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2454174_3262910_2019-06-18_0f2b",
"_score": null,
"_source": {
"acquired": "2019-06-18T08:39:42.518244Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2454174:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.38,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2454174_3262910_2019-06-18_0f2b_RGBNIR_Browse.tif",
"clear_confidence_percent": 74,
"clear_percent": 90,
"cloud_cover": 0.005,
"cloud_percent": 1,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.451498770733687,
51.769048206963134
],
[
7.535269522675176,
51.54536085641571
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2454174_3262910_2019-06-18_0f2b",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 7,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2b",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2454174",
"sun_azimuth": 113.8,
"sun_elevation": 46.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.62,
"view_angle": 2,
"visible_confidence_percent": 59,
"visible_percent": 98,
"updated": "2019-06-19T04:46:33.912Z",
"published": "2019-06-18T13:08:12.617Z"
},
"sort": [
1560863292617,
"2454174_3262910_2019-06-18_0f2b"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2452488_3262910_2019-06-17_1001",
"_score": null,
"_source": {
"acquired": "2019-06-17T10:09:54.911448Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2452488:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.67,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2452488_3262910_2019-06-17_1001_RGBNIR_Browse.tif",
"clear_confidence_percent": 82,
"clear_percent": 74,
"cloud_cover": 0.023,
"cloud_percent": 17,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.428238654159768,
51.768729516749275
],
[
7.333739066160198,
51.54269189497102
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2452488_3262910_2019-06-17_1001",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1001",
"shadow_percent": 7,
"snow_ice_percent": 0,
"strip_id": "2452488",
"sun_azimuth": 142.7,
"sun_elevation": 57.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.3,
"view_angle": 2,
"visible_confidence_percent": 67,
"visible_percent": 82,
"updated": "2019-06-18T05:08:12.144Z",
"published": "2019-06-18T01:07:45.928Z"
},
"sort": [
1560820065928,
"2452488_3262910_2019-06-17_1001"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2451884_3262910_2019-06-17_1003",
"_score": null,
"_source": {
"acquired": "2019-06-17T10:08:09.559468Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2451884:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.8,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2451884_3262910_2019-06-17_1003_RGBNIR_Browse.tif",
"clear_confidence_percent": 89,
"clear_percent": 90,
"cloud_cover": 0.015,
"cloud_percent": 6,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.498705649389239,
51.54482707665043
],
[
7.591316962242588,
51.77080096291937
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.498705649389239,
51.54482707665043
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2451884_3262910_2019-06-17_1003",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-17T16:37:57Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1003",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2451884",
"sun_azimuth": 142.6,
"sun_elevation": 57.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-13T05:09:07Z",
"usable_data": 0.18,
"view_angle": 3,
"visible_confidence_percent": 78,
"visible_percent": 93
},
"sort": [
1560789477000,
"2451884_3262910_2019-06-17_1003"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2451459_3262910_2019-06-17_1020",
"_score": null,
"_source": {
"acquired": "2019-06-17T08:39:52.272124Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2451459:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2451459_3262910_2019-06-17_1020_RGBNIR_Browse.tif",
"clear_confidence_percent": 96,
"clear_percent": 99,
"cloud_cover": 0,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.257521414803596,
51.6663668741272
],
[
7.257435584115132,
51.67078521275175
],
[
7.305929923097655,
51.542531752306154
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2451459_3262910_2019-06-17_1020",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1020",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2451459",
"sun_azimuth": 113.9,
"sun_elevation": 46.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.03,
"view_angle": 0,
"visible_confidence_percent": 77,
"visible_percent": 99,
"updated": "2019-06-18T05:33:28.407Z",
"published": "2019-06-17T10:55:38.250Z"
},
"sort": [
1560768938250,
"2451459_3262910_2019-06-17_1020"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2449590_3262910_2019-06-16_1014",
"_score": null,
"_source": {
"acquired": "2019-06-16T10:08:28.248572Z",
"anomalous_pixels": 0.34,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2449590:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.56,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2449590_3262910_2019-06-16_1014_RGBNIR_Browse.tif",
"clear_confidence_percent": 56,
"clear_percent": 21,
"cloud_cover": 0.337,
"cloud_percent": 67,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.468836569803544,
51.769260665855654
],
[
7.375967764884803,
51.543225699783676
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2449590_3262910_2019-06-16_1014",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1014",
"shadow_percent": 9,
"snow_ice_percent": 0,
"strip_id": "2449590",
"sun_azimuth": 142.8,
"sun_elevation": 57.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.1,
"view_angle": 1,
"visible_confidence_percent": 49,
"visible_percent": 32,
"updated": "2019-06-17T04:45:46.119Z",
"published": "2019-06-16T22:36:11.974Z"
},
"sort": [
1560724571974,
"2449590_3262910_2019-06-16_1014"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2448795_3262910_2019-06-16_0f2e",
"_score": null,
"_source": {
"acquired": "2019-06-16T08:40:24.203358Z",
"anomalous_pixels": 0.13,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2448795:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.18,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2448795_3262910_2019-06-16_0f2e_RGBNIR_Browse.tif",
"clear_confidence_percent": 82,
"clear_percent": 73,
"cloud_cover": 0.133,
"cloud_percent": 17,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.354166770014783,
51.54295879816008
],
[
7.349446082149228,
51.54712228521406
],
[
7.326443457640704,
51.60718351880771
],
[
7.280953192754444,
51.728343894460885
],
[
7.268765234992465,
51.76660485782122
],
[
7.615607047078081,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.354166770014783,
51.54295879816008
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2448795_3262910_2019-06-16_0f2e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2e",
"shadow_percent": 9,
"snow_ice_percent": 0,
"strip_id": "2448795",
"sun_azimuth": 114.5,
"sun_elevation": 47,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.69,
"view_angle": 1.5,
"visible_confidence_percent": 66,
"visible_percent": 82,
"updated": "2019-06-17T04:32:57.498Z",
"published": "2019-06-16T10:24:24.945Z"
},
"sort": [
1560680664945,
"2448795_3262910_2019-06-16_0f2e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2446097_3262910_2019-06-15_1050",
"_score": null,
"_source": {
"acquired": "2019-06-15T08:38:34.969576Z",
"anomalous_pixels": 0.27,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2446097:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.72,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2446097_3262910_2019-06-15_1050_RGBNIR_Browse.tif",
"clear_confidence_percent": 37,
"clear_percent": 10,
"cloud_cover": 0.271,
"cloud_percent": 85,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.257006430672809,
51.679993135805965
],
[
7.389099860219892,
51.69989288375638
],
[
7.450211310406718,
51.54423991167623
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.7,
"heavy_haze_percent": 0,
"id": "2446097_3262910_2019-06-15_1050",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1050",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2446097",
"sun_azimuth": 114.2,
"sun_elevation": 46.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.01,
"view_angle": 2.1,
"visible_confidence_percent": 42,
"visible_percent": 14,
"updated": "2019-06-16T05:14:15.867Z",
"published": "2019-06-15T12:38:03.024Z"
},
"sort": [
1560602283024,
"2446097_3262910_2019-06-15_1050"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2443846_3262910_2019-06-14_1027",
"_score": null,
"_source": {
"acquired": "2019-06-14T10:07:51.015578Z",
"anomalous_pixels": 0.1,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2443846:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.73,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2443846_3262910_2019-06-14_1027_RGBNIR_Browse.tif",
"clear_confidence_percent": 46,
"clear_percent": 34,
"cloud_cover": 0.099,
"cloud_percent": 31,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.404549384143528,
51.76841082428535
],
[
7.314255499878725,
51.54242499021648
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2443846_3262910_2019-06-14_1027",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 31,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1027",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2443846",
"sun_azimuth": 143.1,
"sun_elevation": 57.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.17,
"view_angle": 3.1,
"visible_confidence_percent": 46,
"visible_percent": 68,
"updated": "2019-06-15T05:39:25.221Z",
"published": "2019-06-14T14:13:56.796Z"
},
"sort": [
1560521636796,
"2443846_3262910_2019-06-14_1027"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2443756_3262910_2019-06-14_1011",
"_score": null,
"_source": {
"acquired": "2019-06-14T10:07:04.731409Z",
"anomalous_pixels": 0.34,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2443756:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.18,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2443756_3262910_2019-06-14_1011_RGBNIR_Browse.tif",
"clear_confidence_percent": 45,
"clear_percent": 29,
"cloud_cover": 0.336,
"cloud_percent": 26,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.266018652961596,
51.54173103052824
],
[
7.299835944216664,
51.630791540720075
],
[
7.3548534155225,
51.767720316227766
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.266018652961596,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 2,
"id": "2443756_3262910_2019-06-14_1011",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 37,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1011",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2443756",
"sun_azimuth": 143.1,
"sun_elevation": 57.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.48,
"view_angle": 2,
"visible_confidence_percent": 47,
"visible_percent": 71,
"updated": "2019-06-15T04:52:23.408Z",
"published": "2019-06-14T12:09:44.778Z"
},
"sort": [
1560514184778,
"2443756_3262910_2019-06-14_1011"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2443590_3262910_2019-06-14_0f3d",
"_score": null,
"_source": {
"acquired": "2019-06-14T08:38:26.844532Z",
"anomalous_pixels": 0.29,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2443590:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.53,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2443590_3262910_2019-06-14_0f3d_RGBNIR_Browse.tif",
"clear_confidence_percent": 42,
"clear_percent": 8,
"cloud_cover": 0.285,
"cloud_percent": 8,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.39073064330072,
51.76825147720959
],
[
7.47802045346926,
51.544560184419616
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 32,
"id": "2443590_3262910_2019-06-14_0f3d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 50,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f3d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2443590",
"sun_azimuth": 114.4,
"sun_elevation": 46.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.18,
"view_angle": 3,
"visible_confidence_percent": 47,
"visible_percent": 58,
"updated": "2019-06-15T05:23:23.200Z",
"published": "2019-06-14T10:39:03.943Z"
},
"sort": [
1560508743943,
"2443590_3262910_2019-06-14_0f3d"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2441676_3262910_2019-06-13_1003",
"_score": null,
"_source": {
"acquired": "2019-06-13T10:05:56.758107Z",
"anomalous_pixels": 0.34,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2441676:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.61,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2441676_3262910_2019-06-13_1003_RGBNIR_Browse.tif",
"clear_confidence_percent": 42,
"clear_percent": 11,
"cloud_cover": 0.337,
"cloud_percent": 84,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.262413764046081,
51.54173103052824
],
[
7.258208060311315,
51.64948804839703
],
[
7.547028326994832,
51.605744258084734
],
[
7.522738242159339,
51.54520072314362
],
[
7.262413764046081,
51.54173103052824
]
]
],
[
[
[
7.5682285070456,
51.66391797073368
],
[
7.255890631722769,
51.71116907006827
],
[
7.255118155526587,
51.73031087278193
],
[
7.5752666234997,
51.68116395138883
],
[
7.5682285070456,
51.66391797073368
]
]
],
[
[
[
7.597668433188971,
51.73881573964592
],
[
7.405922675158962,
51.76825147720959
],
[
7.405236029651245,
51.76841082428535
],
[
7.61097218990099,
51.77117275088715
],
[
7.597668433188971,
51.73881573964592
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2441676_3262910_2019-06-13_1003",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1003",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2441676",
"sun_azimuth": 142.9,
"sun_elevation": 57.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.05,
"view_angle": 4,
"visible_confidence_percent": 43,
"visible_percent": 16,
"updated": "2019-06-14T04:45:04.011Z",
"published": "2019-06-13T22:49:43.368Z"
},
"sort": [
1560466183368,
"2441676_3262910_2019-06-13_1003"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2436374_3262910_2019-06-10_1044",
"_score": null,
"_source": {
"acquired": "2019-06-10T10:11:01.9648Z",
"anomalous_pixels": 0.14,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2436374:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.08,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2436374_3262910_2019-06-10_1044_RGBNIR_Browse.tif",
"clear_confidence_percent": 53,
"clear_percent": 21,
"cloud_cover": 0.137,
"cloud_percent": 8,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.256062293099698,
51.70574408596755
],
[
7.28181149963909,
51.76676421070974
],
[
7.615950369831941,
51.771225863203995
],
[
7.61964108943592,
51.64773058537068
],
[
7.575438284876629,
51.54594800692519
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 22,
"id": "2436374_3262910_2019-06-10_1044",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 47,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1044",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2436374",
"sun_azimuth": 143.8,
"sun_elevation": 57.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.78,
"view_angle": 5,
"visible_confidence_percent": 51,
"visible_percent": 68,
"updated": "2019-06-11T18:13:11.605Z",
"published": "2019-06-11T18:13:11.603Z"
},
"sort": [
1560276791603,
"2436374_3262910_2019-06-10_1044"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2435797_3262910_2019-06-11_1069",
"_score": null,
"_source": {
"acquired": "2019-06-11T10:09:20.452141Z",
"anomalous_pixels": 0.18,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2435797:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.2,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2435797_3262910_2019-06-11_1069_RGBNIR_Browse.tif",
"clear_confidence_percent": 81,
"clear_percent": 34,
"cloud_cover": 0.177,
"cloud_percent": 63,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.518360877047643,
51.7699511503499
],
[
7.603161597250709,
51.546268267645964
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2435797_3262910_2019-06-11_1069",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-11T14:33:30Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1069",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2435797",
"sun_azimuth": 142.8,
"sun_elevation": 57.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-28T02:21:11Z",
"usable_data": 0.63,
"view_angle": 5,
"visible_confidence_percent": 60,
"visible_percent": 36
},
"sort": [
1560263610000,
"2435797_3262910_2019-06-11_1069"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2436153_3262910_2019-06-11_103a",
"_score": null,
"_source": {
"acquired": "2019-06-11T10:07:57.548336Z",
"anomalous_pixels": 0.11,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2436153:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.68,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2436153_3262910_2019-06-11_103a_RGBNIR_Browse.tif",
"clear_confidence_percent": 75,
"clear_percent": 61,
"cloud_cover": 0.106,
"cloud_percent": 34,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.425577902817365,
51.76867640149488
],
[
7.334168219602521,
51.542798656434506
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2436153_3262910_2019-06-11_103a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 1,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "103a",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2436153",
"sun_azimuth": 143.5,
"sun_elevation": 57.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.22,
"view_angle": 3,
"visible_confidence_percent": 57,
"visible_percent": 65,
"updated": "2019-06-12T05:08:25.245Z",
"published": "2019-06-11T14:08:48.266Z"
},
"sort": [
1560262128266,
"2436153_3262910_2019-06-11_103a"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2433359_3262910_2019-06-10_1034",
"_score": null,
"_source": {
"acquired": "2019-06-10T10:10:55.1983Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2433359:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.9,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2433359_3262910_2019-06-10_1034_RGBNIR_Browse.tif",
"clear_confidence_percent": 57,
"clear_percent": 42,
"cloud_cover": 0.008,
"cloud_percent": 1,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.261297965096041,
51.57028139758642
],
[
7.253744864511154,
51.76639238642813
],
[
7.34318044189131,
51.76761408328135
],
[
7.334168219602521,
51.74545905327661
],
[
7.261297965096041,
51.57028139758642
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 4,
"id": "2433359_3262910_2019-06-10_1034",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 51,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1034",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2433359",
"sun_azimuth": 143.8,
"sun_elevation": 57.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.1,
"view_angle": 1.9,
"visible_confidence_percent": 53,
"visible_percent": 94,
"updated": "2019-06-11T04:56:17.449Z",
"published": "2019-06-10T14:39:30.097Z"
},
"sort": [
1560177570097,
"2433359_3262910_2019-06-10_1034"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2433102_3262910_2019-06-10_0f2d",
"_score": null,
"_source": {
"acquired": "2019-06-10T08:37:58.36256Z",
"anomalous_pixels": 0.81,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2433102:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.11,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2433102_3262910_2019-06-10_0f2d_RGBNIR_Browse.tif",
"clear_confidence_percent": 38,
"clear_percent": 4,
"cloud_cover": 0.812,
"cloud_percent": 56,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.287647986454687,
51.542051320930135
],
[
7.259495520638285,
51.61533846777591
],
[
7.253744864511154,
51.76639238642813
],
[
7.557328009610589,
51.77042917188902
],
[
7.621186041828284,
51.5996668764595
],
[
7.622730994220648,
51.54653514985796
],
[
7.287647986454687,
51.542051320930135
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 34,
"id": "2433102_3262910_2019-06-10_0f2d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2433102",
"sun_azimuth": 114.9,
"sun_elevation": 46.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.08,
"view_angle": 3,
"visible_confidence_percent": 45,
"visible_percent": 8,
"updated": "2019-06-11T04:33:31.768Z",
"published": "2019-06-10T14:38:27.956Z"
},
"sort": [
1560177507956,
"2433102_3262910_2019-06-10_0f2d"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2430733_3262910_2019-06-09_1025",
"_score": null,
"_source": {
"acquired": "2019-06-09T10:10:38.558771Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2430733:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.42,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2430733_3262910_2019-06-09_1025_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 99,
"cloud_cover": 0.004,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.524626517305562,
51.77000426410425
],
[
7.429697775863668,
51.54397301600141
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2430733_3262910_2019-06-09_1025",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-09T14:14:55Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1025",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2430733",
"sun_azimuth": 143.6,
"sun_elevation": 57.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-13T11:32:04Z",
"usable_data": 0.58,
"view_angle": 5,
"visible_confidence_percent": 80,
"visible_percent": 100
},
"sort": [
1560089695000,
"2430733_3262910_2019-06-09_1025"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2430582_3262910_2019-06-09_104e",
"_score": null,
"_source": {
"acquired": "2019-06-09T08:39:43.76021Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2430582:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.77,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2430582_3262910_2019-06-09_104e_RGBNIR_Browse.tif",
"clear_confidence_percent": 95,
"clear_percent": 99,
"cloud_cover": 0.001,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.574494147303517,
51.54584125285066
],
[
7.499392294896957,
51.73876258919832
],
[
7.488234305396554,
51.76952623806501
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.574494147303517,
51.54584125285066
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.7,
"heavy_haze_percent": 0,
"id": "2430582_3262910_2019-06-09_104e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "104e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2430582",
"sun_azimuth": 115.2,
"sun_elevation": 46.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.23,
"view_angle": 2,
"visible_confidence_percent": 78,
"visible_percent": 99,
"updated": "2019-06-10T05:22:28.313Z",
"published": "2019-06-09T12:38:31.913Z"
},
"sort": [
1560083911913,
"2430582_3262910_2019-06-09_104e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2430649_3262910_2019-06-09_1001",
"_score": null,
"_source": {
"acquired": "2019-06-09T10:05:25.529456Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2430649:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.91,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2430649_3262910_2019-06-09_1001_RGBNIR_Browse.tif",
"clear_confidence_percent": 88,
"clear_percent": 97,
"cloud_cover": 0.002,
"cloud_percent": 1,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.541535162933097,
51.545414234047854
],
[
7.610628867147132,
51.72446284836219
],
[
7.616808676716587,
51.739666138305175
],
[
7.622730994220648,
51.54648177354079
],
[
7.541535162933097,
51.545414234047854
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2430649_3262910_2019-06-09_1001",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1001",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2430649",
"sun_azimuth": 143.5,
"sun_elevation": 57.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.09,
"view_angle": 2,
"visible_confidence_percent": 75,
"visible_percent": 98,
"updated": "2019-06-10T04:54:27.628Z",
"published": "2019-06-09T12:23:24.845Z"
},
"sort": [
1560083004845,
"2430649_3262910_2019-06-09_1001"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2425084_3262910_2019-06-07_106c",
"_score": null,
"_source": {
"acquired": "2019-06-07T10:10:30.286839Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2425084:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.86,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2425084_3262910_2019-06-07_106c_RGBNIR_Browse.tif",
"clear_confidence_percent": 84,
"clear_percent": 78,
"cloud_cover": 0.018,
"cloud_percent": 11,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.269280219123251,
51.76660485782122
],
[
7.354681754145571,
51.54295879816008
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 1,
"id": "2425084_3262910_2019-06-07_106c",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 8,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-07T14:36:40Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "106c",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2425084",
"sun_azimuth": 143.4,
"sun_elevation": 57.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-28T08:05:22Z",
"usable_data": 0.13,
"view_angle": 5.1,
"visible_confidence_percent": 62,
"visible_percent": 87
},
"sort": [
1559918200000,
"2425084_3262910_2019-06-07_106c"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2425247_3262910_2019-06-07_103c",
"_score": null,
"_source": {
"acquired": "2019-06-07T10:06:41.984066Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2425247:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.72,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2425247_3262910_2019-06-07_103c_RGBNIR_Browse.tif",
"clear_confidence_percent": 75,
"clear_percent": 84,
"cloud_cover": 0.009,
"cloud_percent": 7,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.407553458239791,
51.76846393985225
],
[
7.378800177604135,
51.69143389950238
],
[
7.320349478759715,
51.54247837129264
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 1,
"id": "2425247_3262910_2019-06-07_103c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "103c",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2425247",
"sun_azimuth": 143.9,
"sun_elevation": 57.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.27,
"view_angle": 5,
"visible_confidence_percent": 59,
"visible_percent": 91,
"updated": "2019-06-08T05:05:25.212Z",
"published": "2019-06-07T14:26:06.011Z"
},
"sort": [
1559917566011,
"2425247_3262910_2019-06-07_103c"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2425181_3262910_2019-06-07_105e",
"_score": null,
"_source": {
"acquired": "2019-06-07T10:22:55.66436Z",
"anomalous_pixels": 0.12,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2425181:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.08,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2425181_3262910_2019-06-07_105e_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 71,
"cloud_cover": 0.113,
"cloud_percent": 6,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.258208060311315,
51.65071290657843
],
[
7.307389044801554,
51.76713603192867
],
[
7.615950369831941,
51.771225863203995
],
[
7.621443533893678,
51.590815901244895
],
[
7.602560782431455,
51.546268267645964
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 3,
"id": "2425181_3262910_2019-06-07_105e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 19,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-07T14:25:06Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "105e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2425181",
"sun_azimuth": 149,
"sun_elevation": 58.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-28T07:00:00Z",
"usable_data": 0.81,
"view_angle": 5,
"visible_confidence_percent": 68,
"visible_percent": 90
},
"sort": [
1559917506000,
"2425181_3262910_2019-06-07_105e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2364142_3262910_2019-05-15_1066",
"_score": null,
"_source": {
"acquired": "2019-05-15T10:19:08.318519Z",
"anomalous_pixels": 0.1,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2364142:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.24,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2364142_3262910_2019-05-15_1066_RGBNIR_Browse.tif",
"clear_confidence_percent": 99,
"clear_percent": 100,
"cloud_cover": 0.093,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.288334631962403,
51.542051320930135
],
[
7.379830145865711,
51.76803901356689
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.288334631962403,
51.542051320930135
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2364142_3262910_2019-05-15_1066",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-06T17:34:39Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1066",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2364142",
"sun_azimuth": 151.4,
"sun_elevation": 54.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-06T11:04:47Z",
"usable_data": 0.67,
"view_angle": 2.1,
"visible_confidence_percent": 86,
"visible_percent": 100
},
"sort": [
1559842479000,
"2364142_3262910_2019-05-15_1066"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2385534_3262910_2019-05-23_1061",
"_score": null,
"_source": {
"acquired": "2019-05-23T10:18:53.44625Z",
"anomalous_pixels": 0.12,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2385534:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.37,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2385534_3262910_2019-05-23_1061_RGBNIR_Browse.tif",
"clear_confidence_percent": 85,
"clear_percent": 85,
"cloud_cover": 0.116,
"cloud_percent": 12,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.542479300506207,
51.77026983193849
],
[
7.448151373883567,
51.54418653266651
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2385534_3262910_2019-05-23_1061",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-05T17:08:31Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1061",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2385534",
"sun_azimuth": 150.5,
"sun_elevation": 56.2,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-05T13:03:19Z",
"usable_data": 0.52,
"view_angle": 1.1,
"visible_confidence_percent": 67,
"visible_percent": 88
},
"sort": [
1559754511000,
"2385534_3262910_2019-05-23_1061"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2377485_3262910_2019-05-19_1059",
"_score": null,
"_source": {
"acquired": "2019-05-19T10:19:33.560029Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2377485:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.89,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2377485_3262910_2019-05-19_1059_RGBNIR_Browse.tif",
"clear_confidence_percent": 44,
"clear_percent": 12,
"cloud_cover": 0.017,
"cloud_percent": 48,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.488320136085017,
51.54472031994595
],
[
7.52385404110938,
51.63153741797522
],
[
7.620585227009031,
51.61597800965915
],
[
7.622730994220648,
51.54648177354079
],
[
7.488320136085017,
51.54472031994595
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 25,
"id": "2377485_3262910_2019-05-19_1059",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 16,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-05T16:56:43Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1059",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2377485",
"sun_azimuth": 150.9,
"sun_elevation": 55.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-05T23:23:15Z",
"usable_data": 0.09,
"view_angle": 4,
"visible_confidence_percent": 54,
"visible_percent": 28
},
"sort": [
1559753803000,
"2377485_3262910_2019-05-19_1059"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2362848_3262910_2019-05-14_1060",
"_score": null,
"_source": {
"acquired": "2019-05-14T10:19:53.938205Z",
"anomalous_pixels": 0.19,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2362848:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.52,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2362848_3262910_2019-05-14_1060_RGBNIR_Browse.tif",
"clear_confidence_percent": 75,
"clear_percent": 37,
"cloud_cover": 0.182,
"cloud_percent": 54,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.485144400611827,
51.76947312374814
],
[
7.391846442250761,
51.543439219955395
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2362848_3262910_2019-05-14_1060",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-05T16:44:29Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1060",
"shadow_percent": 8,
"snow_ice_percent": 0,
"strip_id": "2362848",
"sun_azimuth": 151.6,
"sun_elevation": 54.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-06T15:52:16Z",
"usable_data": 0.3,
"view_angle": 1.2,
"visible_confidence_percent": 65,
"visible_percent": 46
},
"sort": [
1559753069000,
"2362848_3262910_2019-05-14_1060"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2385282_3262910_2019-05-23_106e",
"_score": null,
"_source": {
"acquired": "2019-05-23T10:09:21.007159Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2385282:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.54,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2385282_3262910_2019-05-23_106e_RGBNIR_Browse.tif",
"clear_confidence_percent": 90,
"clear_percent": 89,
"cloud_cover": 0.053,
"cloud_percent": 9,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.283528113408383,
51.54199793935304
],
[
7.260096335457535,
51.60083976783226
],
[
7.259323859261354,
51.62274594222264
],
[
7.60874059200091,
51.67616116405062
],
[
7.619726920124385,
51.64789035755213
],
[
7.622730994220648,
51.54648177354079
],
[
7.283528113408383,
51.54199793935304
]
]
],
[
[
[
7.254603171395799,
51.7450339104616
],
[
7.253744864511154,
51.76639238642813
],
[
7.40866925718983,
51.76846393985225
],
[
7.407639288928255,
51.76825147720959
],
[
7.254603171395799,
51.7450339104616
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2385282_3262910_2019-05-23_106e",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-05T16:31:36Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "106e",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2385282",
"sun_azimuth": 146.2,
"sun_elevation": 55.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-05T17:41:51Z",
"usable_data": 0.41,
"view_angle": 3,
"visible_confidence_percent": 69,
"visible_percent": 91
},
"sort": [
1559752296000,
"2385282_3262910_2019-05-23_106e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2420216_3262910_2019-06-05_0e20",
"_score": null,
"_source": {
"acquired": "2019-06-05T10:02:39.542536Z",
"anomalous_pixels": 0.08,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e14_family_rev2:strip_id=2420216:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.78,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2420216_3262910_2019-06-05_0e20_RGBNIR_Browse.tif",
"clear_confidence_percent": 51,
"clear_percent": 30,
"cloud_cover": 0.084,
"cloud_percent": 25,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.340262198483511,
51.54274527573408
],
[
7.377941870719488,
51.63350860596864
],
[
7.621271872516747,
51.59406856849298
],
[
7.622730994220648,
51.54648177354079
],
[
7.340262198483511,
51.54274527573408
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 1,
"id": "2420216_3262910_2019-06-05_0e20",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 42,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0e20",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2420216",
"sun_azimuth": 141.4,
"sun_elevation": 56.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.13,
"view_angle": 5,
"visible_confidence_percent": 48,
"visible_percent": 73,
"updated": "2019-06-06T05:23:14.530Z",
"published": "2019-06-05T16:30:38.651Z"
},
"sort": [
1559752238651,
"2420216_3262910_2019-06-05_0e20"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2419875_3262910_2019-06-05_1025",
"_score": null,
"_source": {
"acquired": "2019-06-05T10:08:19.759164Z",
"anomalous_pixels": 0.22,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2419875:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.28,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2419875_3262910_2019-06-05_1025_RGBNIR_Browse.tif",
"clear_confidence_percent": 63,
"clear_percent": 52,
"cloud_cover": 0.217,
"cloud_percent": 38,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.575180792811236,
51.7706947372232
],
[
7.510979437839683,
51.61619118828429
],
[
7.482741141334817,
51.54984435923208
],
[
7.479479575173161,
51.54461356299101
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2419875_3262910_2019-06-05_1025",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 3,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1025",
"shadow_percent": 5,
"snow_ice_percent": 0,
"strip_id": "2419875",
"sun_azimuth": 144,
"sun_elevation": 56.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.5,
"view_angle": 1,
"visible_confidence_percent": 54,
"visible_percent": 62,
"updated": "2019-06-06T05:06:36.678Z",
"published": "2019-06-05T15:10:06.069Z"
},
"sort": [
1559747406069,
"2419875_3262910_2019-06-05_1025"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2419784_3262910_2019-06-05_0f49",
"_score": null,
"_source": {
"acquired": "2019-06-05T08:38:45.597714Z",
"anomalous_pixels": 0.08,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2419784:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.43,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2419784_3262910_2019-06-05_0f49_RGBNIR_Browse.tif",
"clear_confidence_percent": 51,
"clear_percent": 29,
"cloud_cover": 0.083,
"cloud_percent": 6,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.427380347275122,
51.768729516749275
],
[
7.517073416720673,
51.5450939673158
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 3,
"id": "2419784_3262910_2019-06-05_0f49",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 59,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f49",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2419784",
"sun_azimuth": 115.8,
"sun_elevation": 46.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.48,
"view_angle": 4,
"visible_confidence_percent": 49,
"visible_percent": 90,
"updated": "2019-06-06T04:44:51.523Z",
"published": "2019-06-05T12:34:27.437Z"
},
"sort": [
1559738067437,
"2419784_3262910_2019-06-05_0f49"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2417185_3262910_2019-06-04_1032",
"_score": null,
"_source": {
"acquired": "2019-06-04T10:07:36.909367Z",
"anomalous_pixels": 0.23,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2417185:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.23,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2417185_3262910_2019-06-04_1032_RGBNIR_Browse.tif",
"clear_confidence_percent": 34,
"clear_percent": 7,
"cloud_cover": 0.234,
"cloud_percent": 22,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.284300589604564,
51.54199793935304
],
[
7.374336981803974,
51.767985897499955
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.284300589604564,
51.54199793935304
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 3,
"id": "2417185_3262910_2019-06-04_1032",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 66,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1032",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2417185",
"sun_azimuth": 144.3,
"sun_elevation": 56.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.54,
"view_angle": 0,
"visible_confidence_percent": 40,
"visible_percent": 74,
"updated": "2019-06-05T04:54:16.021Z",
"published": "2019-06-04T14:36:09.009Z"
},
"sort": [
1559658969009,
"2417185_3262910_2019-06-04_1032"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2416899_3262910_2019-06-04_1048",
"_score": null,
"_source": {
"acquired": "2019-06-04T08:40:58.287842Z",
"anomalous_pixels": 0.17,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2416899:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.69,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2416899_3262910_2019-06-04_1048_RGBNIR_Browse.tif",
"clear_confidence_percent": 37,
"clear_percent": 23,
"cloud_cover": 0.166,
"cloud_percent": 29,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.331164145506258,
51.767454733392995
],
[
7.416565680528579,
51.54375949833443
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 1,
"id": "2416899_3262910_2019-06-04_1048",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 42,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1048",
"shadow_percent": 4,
"snow_ice_percent": 0,
"strip_id": "2416899",
"sun_azimuth": 116,
"sun_elevation": 46.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.14,
"view_angle": 1,
"visible_confidence_percent": 43,
"visible_percent": 69,
"updated": "2019-06-05T05:16:50.688Z",
"published": "2019-06-04T10:25:13.094Z"
},
"sort": [
1559643913094,
"2416899_3262910_2019-06-04_1048"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2412378_3262910_2019-06-02_1067",
"_score": null,
"_source": {
"acquired": "2019-06-02T10:10:59.099368Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2412378:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.94,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2412378_3262910_2019-06-02_1067_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 100,
"cloud_cover": 0.005,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.256663107918951,
51.688507467708874
],
[
7.255890631722769,
51.710956337850284
],
[
7.319920325317391,
51.542531752306154
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2412378_3262910_2019-06-02_1067",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-02T16:35:16Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1067",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2412378",
"sun_azimuth": 144.3,
"sun_elevation": 56.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-28T13:13:06Z",
"usable_data": 0.05,
"view_angle": 5,
"visible_confidence_percent": 65,
"visible_percent": 100
},
"sort": [
1559493316000,
"2412378_3262910_2019-06-02_1067"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2409587_3262910_2019-06-01_1024",
"_score": null,
"_source": {
"acquired": "2019-06-01T10:07:27.686745Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2409587:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.19,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2409587_3262910_2019-06-01_1024_RGBNIR_Browse.tif",
"clear_confidence_percent": 58,
"clear_percent": 74,
"cloud_cover": 0.011,
"cloud_percent": 1,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.268936896369395,
51.541837794246014
],
[
7.361033225091955,
51.767773432607214
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.268936896369395,
51.541837794246014
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2409587_3262910_2019-06-01_1024",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 24,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1024",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2409587",
"sun_azimuth": 144.6,
"sun_elevation": 56.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.8,
"view_angle": 1,
"visible_confidence_percent": 48,
"visible_percent": 98,
"updated": "2019-06-02T04:55:27.579Z",
"published": "2019-06-01T14:31:40.045Z"
},
"sort": [
1559399500045,
"2409587_3262910_2019-06-01_1024"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2409446_3262910_2019-06-01_1065",
"_score": null,
"_source": {
"acquired": "2019-06-01T10:08:31.614496Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=DoveR_eap_preliminary_02:strip_id=2409446:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.85,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2409446_3262910_2019-06-01_1065_RGBNIR_Browse.tif",
"clear_confidence_percent": 91,
"clear_percent": 97,
"cloud_cover": 0.022,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.607624793050869,
51.546268267645964
],
[
7.532866263398168,
51.732118290909646
],
[
7.51793172360532,
51.7699511503499
],
[
7.615950369831941,
51.77117275088715
],
[
7.622730994220648,
51.54653514985796
],
[
7.607624793050869,
51.546268267645964
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.8,
"heavy_haze_percent": 0,
"id": "2409446_3262910_2019-06-01_1065",
"image_quality": 0,
"instrument": "PS2.SD",
"item_type": "PSOrthoTile",
"light_haze_percent": 2,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-06-01T14:14:16Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1065",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2409446",
"sun_azimuth": 144.5,
"sun_elevation": 56.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-28T13:06:45Z",
"usable_data": 0.13,
"view_angle": 5,
"visible_confidence_percent": 67,
"visible_percent": 99
},
"sort": [
1559398456000,
"2409446_3262910_2019-06-01_1065"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2409332_3262910_2019-06-01_0f4d",
"_score": null,
"_source": {
"acquired": "2019-06-01T08:38:51.264832Z",
"anomalous_pixels": 0.49,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2409332:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.18,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2409332_3262910_2019-06-01_0f4d_RGBNIR_Browse.tif",
"clear_confidence_percent": 40,
"clear_percent": 10,
"cloud_cover": 0.493,
"cloud_percent": 9,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.522738242159339,
51.77000426410425
],
[
7.56325032711465,
51.673233744946856
],
[
7.612860465047213,
51.546375020718614
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.7,
"heavy_haze_percent": 7,
"id": "2409332_3262910_2019-06-01_0f4d",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 72,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f4d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2409332",
"sun_azimuth": 116.7,
"sun_elevation": 46.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.33,
"view_angle": 4.9,
"visible_confidence_percent": 47,
"visible_percent": 82,
"updated": "2019-06-02T04:38:42.680Z",
"published": "2019-06-01T10:52:48.157Z"
},
"sort": [
1559386368157,
"2409332_3262910_2019-06-01_0f4d"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2407017_3262910_2019-05-31_1010",
"_score": null,
"_source": {
"acquired": "2019-05-31T10:10:08.512212Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2407017:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.9,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2407017_3262910_2019-05-31_1010_RGBNIR_Browse.tif",
"clear_confidence_percent": 73,
"clear_percent": 81,
"cloud_cover": 0.016,
"cloud_percent": 15,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.259152197884425,
51.625090502334594
],
[
7.39459302428163,
51.6032387694688
],
[
7.369616293938419,
51.54311893932209
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2407017_3262910_2019-05-31_1010",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1010",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2407017",
"sun_azimuth": 144.8,
"sun_elevation": 56.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.09,
"view_angle": 3,
"visible_confidence_percent": 58,
"visible_percent": 85,
"updated": "2019-06-01T04:28:43.196Z",
"published": "2019-05-31T14:37:28.472Z"
},
"sort": [
1559313448472,
"2407017_3262910_2019-05-31_1010"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2401964_3262910_2019-05-29_0f4c",
"_score": null,
"_source": {
"acquired": "2019-05-29T13:00:20.263364Z",
"anomalous_pixels": 0.14,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2401964:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.23,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2401964_3262910_2019-05-29_0f4c_RGBNIR_Browse.tif",
"clear_confidence_percent": 96,
"clear_percent": 96,
"cloud_cover": 0.135,
"cloud_percent": 2,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.285845541996928,
51.54199793935304
],
[
7.375967764884803,
51.76803901356689
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.285845541996928,
51.54199793935304
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2401964_3262910_2019-05-29_0f4c",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f4c",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2401964",
"sun_azimuth": 220.2,
"sun_elevation": 54.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"usable_data": 0.63,
"view_angle": 2,
"visible_confidence_percent": 83,
"visible_percent": 97,
"updated": "2019-06-05T16:35:16.949Z",
"published": "2019-05-29T16:17:07.485Z"
},
"sort": [
1559146627485,
"2401964_3262910_2019-05-29_0f4c"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2401392_3262910_2019-05-29_0f33",
"_score": null,
"_source": {
"acquired": "2019-05-29T08:41:56.084366Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2401392:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.25,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2401392_3262910_2019-05-29_0f33_RGBNIR_Browse.tif",
"clear_confidence_percent": 92,
"clear_percent": 91,
"cloud_cover": 0.047,
"cloud_percent": 4,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.499306464208492,
51.76968558064062
],
[
7.585222983361598,
51.54600138386852
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2401392_3262910_2019-05-29_0f33",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f33",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2401392",
"sun_azimuth": 117.3,
"sun_elevation": 46.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.71,
"view_angle": 0.1,
"visible_confidence_percent": 80,
"visible_percent": 95,
"updated": "2019-05-30T04:54:54.469Z",
"published": "2019-05-29T12:58:21.825Z"
},
"sort": [
1559134701825,
"2401392_3262910_2019-05-29_0f33"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2401354_3262910_2019-05-29_0f2e",
"_score": null,
"_source": {
"acquired": "2019-05-29T08:42:09.342755Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2401354:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.76,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2401354_3262910_2019-05-29_0f2e_RGBNIR_Browse.tif",
"clear_confidence_percent": 91,
"clear_percent": 87,
"cloud_cover": 0.013,
"cloud_percent": 7,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.568743491176387,
51.545787875719476
],
[
7.501709723485503,
51.72159172315026
],
[
7.48651769162726,
51.76952623806501
],
[
7.615950369831941,
51.7710134135617
],
[
7.622730994220648,
51.54648177354079
],
[
7.568743491176387,
51.545787875719476
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2401354_3262910_2019-05-29_0f2e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2e",
"shadow_percent": 5,
"snow_ice_percent": 0,
"strip_id": "2401354",
"sun_azimuth": 117.7,
"sun_elevation": 46.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.23,
"view_angle": 1.6,
"visible_confidence_percent": 81,
"visible_percent": 92,
"updated": "2019-05-30T04:22:45.587Z",
"published": "2019-05-29T10:04:26.526Z"
},
"sort": [
1559124266526,
"2401354_3262910_2019-05-29_0f2e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2398883_3262910_2019-05-28_1039",
"_score": null,
"_source": {
"acquired": "2019-05-28T10:11:00.092384Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2398883:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.98,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2398883_3262910_2019-05-28_1039_RGBNIR_Browse.tif",
"clear_confidence_percent": 35,
"clear_percent": 4,
"cloud_cover": 0.02,
"cloud_percent": 87,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.269537711188645,
51.700478038028955
],
[
7.256148123788162,
51.70271219382898
],
[
7.253744864511154,
51.76639238642813
],
[
7.267306113288566,
51.76660485782122
],
[
7.295372748416504,
51.76203650248019
],
[
7.269537711188645,
51.700478038028955
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 5,
"id": "2398883_3262910_2019-05-28_1039",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 3,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1039",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2398883",
"sun_azimuth": 145.6,
"sun_elevation": 56,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0,
"view_angle": 3,
"visible_confidence_percent": 43,
"visible_percent": 8,
"updated": "2019-06-05T16:52:39.989Z",
"published": "2019-05-28T18:10:59.249Z"
},
"sort": [
1559067059249,
"2398883_3262910_2019-05-28_1039"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2396303_3262910_2019-05-27_1105",
"_score": null,
"_source": {
"acquired": "2019-05-27T10:08:25.189113Z",
"anomalous_pixels": 0.2,
"asset_generation_token": "clue_udm=analytic:override_curve=Dec2016_1105_highQE_10:strip_id=2396303:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.77,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2396303_3262910_2019-05-27_1105_RGBNIR_Browse.tif",
"clear_confidence_percent": 38,
"clear_percent": 23,
"cloud_cover": 0.197,
"cloud_percent": 37,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.491066718115886,
51.54477369832951
],
[
7.487976813331159,
51.54536085641571
],
[
7.578957343103679,
51.7706947372232
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.491066718115886,
51.54477369832951
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 1,
"id": "2396303_3262910_2019-05-27_1105",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 30,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1105",
"shadow_percent": 7,
"snow_ice_percent": 0,
"strip_id": "2396303",
"sun_azimuth": 146.2,
"sun_elevation": 56.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"usable_data": 0.03,
"view_angle": 0,
"visible_confidence_percent": 44,
"visible_percent": 61,
"updated": "2019-06-05T17:07:42.995Z",
"published": "2019-05-27T16:16:09.490Z"
},
"sort": [
1558973769490,
"2396303_3262910_2019-05-27_1105"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2396321_3262910_2019-05-27_1010",
"_score": null,
"_source": {
"acquired": "2019-05-27T10:07:47.904426Z",
"anomalous_pixels": 0.26,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2396321:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.57,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2396321_3262910_2019-05-27_1010_RGBNIR_Browse.tif",
"clear_confidence_percent": 50,
"clear_percent": 49,
"cloud_cover": 0.257,
"cloud_percent": 33,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.433817648909971,
51.58548315596581
],
[
7.259667182015214,
51.6128868070721
],
[
7.253744864511154,
51.76639238642813
],
[
7.509606146824249,
51.76979180871183
],
[
7.433817648909971,
51.58548315596581
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2396321_3262910_2019-05-27_1010",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 12,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1010",
"shadow_percent": 4,
"snow_ice_percent": 0,
"strip_id": "2396321",
"sun_azimuth": 145.5,
"sun_elevation": 55.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.17,
"view_angle": 1,
"visible_confidence_percent": 46,
"visible_percent": 66,
"updated": "2019-06-05T21:06:24.868Z",
"published": "2019-05-27T16:07:38.082Z"
},
"sort": [
1558973258082,
"2396321_3262910_2019-05-27_1010"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2395878_3262910_2019-05-27_1049",
"_score": null,
"_source": {
"acquired": "2019-05-27T08:41:27.864205Z",
"anomalous_pixels": 0.34,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2395878:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.54,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2395878_3262910_2019-05-27_1049_RGBNIR_Browse.tif",
"clear_confidence_percent": 35,
"clear_percent": 15,
"cloud_cover": 0.343,
"cloud_percent": 53,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.488835120215806,
51.54472031994595
],
[
7.403261923816558,
51.768357708655934
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.488835120215806,
51.54472031994595
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 3,
"id": "2395878_3262910_2019-05-27_1049",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 24,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1049",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2395878",
"sun_azimuth": 117.7,
"sun_elevation": 45.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.12,
"view_angle": 1,
"visible_confidence_percent": 42,
"visible_percent": 42,
"updated": "2019-05-28T05:17:51.956Z",
"published": "2019-05-27T12:53:56.850Z"
},
"sort": [
1558961636850,
"2395878_3262910_2019-05-27_1049"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2388650_3262910_2019-05-24_1039",
"_score": null,
"_source": {
"acquired": "2019-05-24T10:08:38.123157Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2388650:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.87,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2388650_3262910_2019-05-24_1039_RGBNIR_Browse.tif",
"clear_confidence_percent": 61,
"clear_percent": 65,
"cloud_cover": 0.006,
"cloud_percent": 15,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.523424887667056,
51.54520072314362
],
[
7.560332083706852,
51.63425443854658
],
[
7.615864539143475,
51.766126795780465
],
[
7.622730994220648,
51.54648177354079
],
[
7.523424887667056,
51.54520072314362
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2388650_3262910_2019-05-24_1039",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 14,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-05-24T22:28:55Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1039",
"shadow_percent": 4,
"snow_ice_percent": 0,
"strip_id": "2388650",
"sun_azimuth": 146.1,
"sun_elevation": 55.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-09T06:47:11Z",
"usable_data": 0.12,
"view_angle": 4,
"visible_confidence_percent": 53,
"visible_percent": 84
},
"sort": [
1558736935000,
"2388650_3262910_2019-05-24_1039"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2388643_3262910_2019-05-24_100e",
"_score": null,
"_source": {
"acquired": "2019-05-24T10:10:03.42881Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2388643:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.6,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2388643_3262910_2019-05-24_100e_RGBNIR_Browse.tif",
"clear_confidence_percent": 68,
"clear_percent": 76,
"cloud_cover": 0.014,
"cloud_percent": 5,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.262413764046081,
51.54173103052824
],
[
7.260096335457535,
51.60169276071253
],
[
7.542565131194672,
51.555981771613986
],
[
7.538187766082974,
51.54536085641571
],
[
7.262413764046081,
51.54173103052824
]
]
],
[
[
[
7.567456030849417,
51.614059356973996
],
[
7.257693076180527,
51.66418416229719
],
[
7.25683476929588,
51.68478264452216
],
[
7.575781607630486,
51.633402057456344
],
[
7.567456030849417,
51.614059356973996
]
]
],
[
[
[
7.602732443808384,
51.69201916315795
],
[
7.254603171395799,
51.74816924466988
],
[
7.253744864511154,
51.76639238642813
],
[
7.615864539143475,
51.771225863203995
],
[
7.617323660847374,
51.72637683054529
],
[
7.602732443808384,
51.69201916315795
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2388643_3262910_2019-05-24_100e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 17,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "100e",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2388643",
"sun_azimuth": 146.1,
"sun_elevation": 55.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.39,
"view_angle": 3.9,
"visible_confidence_percent": 56,
"visible_percent": 94,
"updated": "2019-06-05T21:03:30.534Z",
"published": "2019-05-24T22:20:24.674Z"
},
"sort": [
1558736424674,
"2388643_3262910_2019-05-24_100e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2385721_3262910_2019-05-23_1009",
"_score": null,
"_source": {
"acquired": "2019-05-23T10:07:36.622201Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2385721:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.36,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2385721_3262910_2019-05-23_1009_RGBNIR_Browse.tif",
"clear_confidence_percent": 73,
"clear_percent": 85,
"cloud_cover": 0.03,
"cloud_percent": 6,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.334082388914058,
51.54263851414536
],
[
7.425663733505829,
51.76867640149488
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.334082388914058,
51.54263851414536
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2385721_3262910_2019-05-23_1009",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 7,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1009",
"shadow_percent": 1,
"snow_ice_percent": 0,
"strip_id": "2385721",
"sun_azimuth": 146.1,
"sun_elevation": 55.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.61,
"view_angle": 1,
"visible_confidence_percent": 61,
"visible_percent": 93,
"updated": "2019-06-05T21:51:10.477Z",
"published": "2019-05-23T16:38:28.956Z"
},
"sort": [
1558629508956,
"2385721_3262910_2019-05-23_1009"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2375885_3262910_2019-05-19_1029",
"_score": null,
"_source": {
"acquired": "2019-05-19T10:06:41.679495Z",
"anomalous_pixels": 0.59,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2375885:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.35,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2375885_3262910_2019-05-19_1029_RGBNIR_Browse.tif",
"clear_confidence_percent": 38,
"clear_percent": 5,
"cloud_cover": 0.589,
"cloud_percent": 30,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.327301764525351,
51.54258513325706
],
[
7.345927023922177,
51.598760530559254
],
[
7.401287817981871,
51.72946029806587
],
[
7.420084738755628,
51.76862328617798
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.327301764525351,
51.54258513325706
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 44,
"id": "2375885_3262910_2019-05-19_1029",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 20,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-05-20T08:13:56Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1029",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2375885",
"sun_azimuth": 146.5,
"sun_elevation": 54.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-09T09:14:15Z",
"usable_data": 0.06,
"view_angle": 0.1,
"visible_confidence_percent": 45,
"visible_percent": 26
},
"sort": [
1558340036000,
"2375885_3262910_2019-05-19_1029"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2374938_3262910_2019-05-19_1049",
"_score": null,
"_source": {
"acquired": "2019-05-19T08:44:43.354665Z",
"anomalous_pixels": 0.71,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2374938:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.12,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2374938_3262910_2019-05-19_1049_RGBNIR_Browse.tif",
"clear_confidence_percent": 38,
"clear_percent": 8,
"cloud_cover": 0.707,
"cloud_percent": 45,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.327473425902279,
51.54258513325706
],
[
7.254946494149658,
51.73631760102614
],
[
7.253744864511154,
51.76639238642813
],
[
7.594578528404243,
51.77096030099486
],
[
7.617924475666626,
51.70638235315961
],
[
7.622730994220648,
51.54653514985796
],
[
7.327473425902279,
51.54258513325706
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 29,
"id": "2374938_3262910_2019-05-19_1049",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 16,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1049",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2374938",
"sun_azimuth": 119.4,
"sun_elevation": 45,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.17,
"view_angle": 4,
"visible_confidence_percent": 44,
"visible_percent": 24,
"updated": "2019-06-05T22:30:06.344Z",
"published": "2019-05-19T12:48:36.986Z"
},
"sort": [
1558270116986,
"2374938_3262910_2019-05-19_1049"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2372447_3262910_2019-05-18_0f42",
"_score": null,
"_source": {
"acquired": "2019-05-18T10:09:17.886852Z",
"anomalous_pixels": 0.23,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2372447:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.47,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2372447_3262910_2019-05-18_0f42_RGBNIR_Browse.tif",
"clear_confidence_percent": 45,
"clear_percent": 18,
"cloud_cover": 0.232,
"cloud_percent": 42,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.505314612401017,
51.76973869470747
],
[
7.413046622301527,
51.543706118761136
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 10,
"id": "2372447_3262910_2019-05-18_0f42",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 29,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f42",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2372447",
"sun_azimuth": 147.3,
"sun_elevation": 54.4,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.3,
"view_angle": 0,
"visible_confidence_percent": 45,
"visible_percent": 47,
"updated": "2019-06-05T22:23:21.314Z",
"published": "2019-05-18T14:12:27.246Z"
},
"sort": [
1558188747246,
"2372447_3262910_2019-05-18_0f42"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2372327_3262910_2019-05-18_0f36",
"_score": null,
"_source": {
"acquired": "2019-05-18T08:42:28.969208Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2372327:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.95,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2372327_3262910_2019-05-18_0f36_RGBNIR_Browse.tif",
"clear_confidence_percent": 36,
"clear_percent": 3,
"cloud_cover": 0.029,
"cloud_percent": 60,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.258379721688244,
51.645866534980925
],
[
7.277090811773536,
51.64874246634333
],
[
7.319405341186602,
51.54247837129264
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 15,
"id": "2372327_3262910_2019-05-18_0f36",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 20,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f36",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2372327",
"sun_azimuth": 119.8,
"sun_elevation": 44.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.02,
"view_angle": 5,
"visible_confidence_percent": 47,
"visible_percent": 24,
"updated": "2019-06-05T23:13:43.193Z",
"published": "2019-05-18T12:42:00.768Z"
},
"sort": [
1558183320768,
"2372327_3262910_2019-05-18_0f36"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2364553_3262910_2019-05-15_1043",
"_score": null,
"_source": {
"acquired": "2019-05-15T08:45:23.910637Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2364553:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.35,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2364553_3262910_2019-05-15_1043_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 100,
"cloud_cover": 0.005,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.461884284037908,
51.76915443653439
],
[
7.493984961523683,
51.686112973699096
],
[
7.54514005184861,
51.54546761161737
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2364553_3262910_2019-05-15_1043",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1043",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2364553",
"sun_azimuth": 120.2,
"sun_elevation": 44.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.65,
"view_angle": 4,
"visible_confidence_percent": 83,
"visible_percent": 100,
"updated": "2019-06-06T16:28:40.701Z",
"published": "2019-05-15T18:35:15.883Z"
},
"sort": [
1557945315883,
"2364553_3262910_2019-05-15_1043"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2364225_3262910_2019-05-15_101f",
"_score": null,
"_source": {
"acquired": "2019-05-15T10:09:53.344468Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2364225:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.57,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2364225_3262910_2019-05-15_101f_RGBNIR_Browse.tif",
"clear_confidence_percent": 98,
"clear_percent": 100,
"cloud_cover": 0.006,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.467978262918898,
51.769260665855654
],
[
7.372362875969287,
51.54317231958419
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 0,
"id": "2364225_3262910_2019-05-15_101f",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "101f",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2364225",
"sun_azimuth": 147.3,
"sun_elevation": 53.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.42,
"view_angle": 3,
"visible_confidence_percent": 89,
"visible_percent": 100,
"updated": "2019-06-06T17:13:26.182Z",
"published": "2019-05-15T14:37:19.865Z"
},
"sort": [
1557931039865,
"2364225_3262910_2019-05-15_101f"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2362201_3262910_2019-05-14_104b",
"_score": null,
"_source": {
"acquired": "2019-05-14T08:41:38.025365Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2362201:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.39,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2362201_3262910_2019-05-14_104b_RGBNIR_Browse.tif",
"clear_confidence_percent": 82,
"clear_percent": 85,
"cloud_cover": 0.028,
"cloud_percent": 7,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.433731818221506,
51.54397301600141
],
[
7.344296240841349,
51.76761408328135
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54653514985796
],
[
7.433731818221506,
51.54397301600141
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2362201_3262910_2019-05-14_104b",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 2,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "104b",
"shadow_percent": 4,
"snow_ice_percent": 0,
"strip_id": "2362201",
"sun_azimuth": 120.6,
"sun_elevation": 44,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.58,
"view_angle": 3,
"visible_confidence_percent": 67,
"visible_percent": 91,
"updated": "2019-06-05T23:10:06.812Z",
"published": "2019-05-14T20:45:41.140Z"
},
"sort": [
1557866741140,
"2362201_3262910_2019-05-14_104b"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2358874_3262910_2019-05-13_0f34",
"_score": null,
"_source": {
"acquired": "2019-05-13T10:12:08.160248Z",
"anomalous_pixels": 0,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2358874:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.81,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2358874_3262910_2019-05-13_0f34_RGBNIR_Browse.tif",
"clear_confidence_percent": 97,
"clear_percent": 100,
"cloud_cover": 0.002,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.378027701407954,
51.76803901356689
],
[
7.280180716558262,
51.54194455771332
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2358874_3262910_2019-05-13_0f34",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f34",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2358874",
"sun_azimuth": 148.1,
"sun_elevation": 53.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.19,
"view_angle": 4.2,
"visible_confidence_percent": 81,
"visible_percent": 100,
"updated": "2019-06-07T04:12:48.512Z",
"published": "2019-05-13T14:49:13.989Z"
},
"sort": [
1557758953989,
"2358874_3262910_2019-05-13_0f34"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2358692_3262910_2019-05-13_0f44",
"_score": null,
"_source": {
"acquired": "2019-05-13T08:41:57.027175Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2358692:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.2,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2358692_3262910_2019-05-13_0f44_RGBNIR_Browse.tif",
"clear_confidence_percent": 88,
"clear_percent": 98,
"cloud_cover": 0.008,
"cloud_percent": 0,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.516043448459098,
51.76989803653305
],
[
7.604792380331536,
51.546268267645964
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2358692_3262910_2019-05-13_0f44",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-05-13T12:23:36Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f44",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2358692",
"sun_azimuth": 120.9,
"sun_elevation": 43.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-07T16:51:10Z",
"usable_data": 0.79,
"view_angle": 5,
"visible_confidence_percent": 62,
"visible_percent": 99
},
"sort": [
1557750216000,
"2358692_3262910_2019-05-13_0f44"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2356417_3262910_2019-05-12_101e",
"_score": null,
"_source": {
"acquired": "2019-05-12T10:08:24.177366Z",
"anomalous_pixels": 0.05,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2356417:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.86,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2356417_3262910_2019-05-12_101e_RGBNIR_Browse.tif",
"clear_confidence_percent": 82,
"clear_percent": 52,
"cloud_cover": 0.046,
"cloud_percent": 37,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.259924674080606,
51.60622401672857
],
[
7.584622168542347,
51.5548610885438
],
[
7.581103110315295,
51.54594800692519
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2356417_3262910_2019-05-12_101e",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "101e",
"shadow_percent": 10,
"snow_ice_percent": 0,
"strip_id": "2356417",
"sun_azimuth": 147.6,
"sun_elevation": 53.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.09,
"view_angle": 1,
"visible_confidence_percent": 68,
"visible_percent": 62,
"updated": "2019-06-06T23:19:03.573Z",
"published": "2019-05-12T18:24:17.344Z"
},
"sort": [
1557685457344,
"2356417_3262910_2019-05-12_101e"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2355949_3262910_2019-05-12_0f2b",
"_score": null,
"_source": {
"acquired": "2019-05-12T08:45:43.955106Z",
"anomalous_pixels": 0.16,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2355949:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.67,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2355949_3262910_2019-05-12_0f2b_RGBNIR_Browse.tif",
"clear_confidence_percent": 58,
"clear_percent": 45,
"cloud_cover": 0.155,
"cloud_percent": 39,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262327933357617,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.338288092648825,
51.76750785008495
],
[
7.423775458359609,
51.54386625729316
],
[
7.262327933357617,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.5,
"heavy_haze_percent": 0,
"id": "2355949_3262910_2019-05-12_0f2b",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-05-12T12:14:43Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f2b",
"shadow_percent": 11,
"snow_ice_percent": 0,
"strip_id": "2355949",
"sun_azimuth": 121,
"sun_elevation": 43.8,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-07T17:16:59Z",
"usable_data": 0.17,
"view_angle": 2,
"visible_confidence_percent": 51,
"visible_percent": 60
},
"sort": [
1557663283000,
"2355949_3262910_2019-05-12_0f2b"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2354012_3262910_2019-05-11_1003",
"_score": null,
"_source": {
"acquired": "2019-05-11T10:09:28.43515Z",
"anomalous_pixels": 0.09,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2354012:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.91,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2354012_3262910_2019-05-11_1003_RGBNIR_Browse.tif",
"clear_confidence_percent": 38,
"clear_percent": 4,
"cloud_cover": 0.086,
"cloud_percent": 76,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
[
7.439224982283243,
51.65763539585193
],
[
7.256748938607414,
51.686857940963264
],
[
7.256062293099698,
51.70659510688919
],
[
7.446606421491203,
51.67568214478173
],
[
7.439224982283243,
51.65763539585193
]
]
],
[
[
[
7.473042273538312,
51.734031948973765
],
[
7.272885108038767,
51.76628615035658
],
[
7.27125432495794,
51.766657975513226
],
[
7.488148474708089,
51.76952623806501
],
[
7.473042273538312,
51.734031948973765
]
]
]
],
"type": "MultiPolygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 19,
"id": "2354012_3262910_2019-05-11_1003",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1003",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2354012",
"sun_azimuth": 147.9,
"sun_elevation": 52.7,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0,
"view_angle": 3,
"visible_confidence_percent": 47,
"visible_percent": 4,
"updated": "2019-06-07T00:35:51.959Z",
"published": "2019-05-11T22:50:47.318Z"
},
"sort": [
1557615047318,
"2354012_3262910_2019-05-11_1003"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2348231_3262910_2019-05-09_1050",
"_score": null,
"_source": {
"acquired": "2019-05-09T08:44:07.292462Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2348231:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.81,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2348231_3262910_2019-05-09_1050_RGBNIR_Browse.tif",
"clear_confidence_percent": 65,
"clear_percent": 56,
"cloud_cover": 0.018,
"cloud_percent": 32,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.592175269127234,
51.54610813756735
],
[
7.56196286678768,
51.62429123408885
],
[
7.506602072727987,
51.76979180871183
],
[
7.615950369831941,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.592175269127234,
51.54610813756735
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2348231_3262910_2019-05-09_1050",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1050",
"shadow_percent": 6,
"snow_ice_percent": 0,
"strip_id": "2348231",
"sun_azimuth": 121.7,
"sun_elevation": 43.1,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.17,
"view_angle": 1.9,
"visible_confidence_percent": 56,
"visible_percent": 66,
"updated": "2019-06-07T04:14:28.664Z",
"published": "2019-05-09T15:47:47.232Z"
},
"sort": [
1557416867232,
"2348231_3262910_2019-05-09_1050"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2342783_3262910_2019-05-07_0e19",
"_score": null,
"_source": {
"acquired": "2019-05-07T09:57:28.154107Z",
"anomalous_pixels": 0.47,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2342783:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.5,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2342783_3262910_2019-05-07_0e19_RGBNIR_Browse.tif",
"clear_confidence_percent": 34,
"clear_percent": 6,
"cloud_cover": 0.471,
"cloud_percent": 86,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.262413764046081,
51.54173103052824
],
[
7.253744864511154,
51.76639238642813
],
[
7.491066718115886,
51.76957935231938
],
[
7.402918601062701,
51.54359935942669
],
[
7.262413764046081,
51.54173103052824
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 2,
"id": "2342783_3262910_2019-05-07_0e19",
"image_quality": 0,
"item_type": "PSOrthoTile",
"light_haze_percent": 4,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"rows": 8000,
"satellite_id": "0e19",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2342783",
"sun_azimuth": 145.5,
"sun_elevation": 51,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.03,
"view_angle": 5.3,
"visible_confidence_percent": 39,
"visible_percent": 11,
"updated": "2019-05-08T04:32:10.576Z",
"published": "2019-05-08T02:14:06.651Z"
},
"sort": [
1557281646651,
"2342783_3262910_2019-05-07_0e19"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2342484_3262910_2019-05-07_100d",
"_score": null,
"_source": {
"acquired": "2019-05-07T08:41:52.591527Z",
"anomalous_pixels": 0.08,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2342484:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.92,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2342484_3262910_2019-05-07_100d_RGBNIR_Browse.tif",
"clear_confidence_percent": 35,
"clear_percent": 8,
"cloud_cover": 0.082,
"cloud_percent": 65,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.279751563115939,
51.72297413953035
],
[
7.261984610603759,
51.766498622249685
],
[
7.590286993981013,
51.7708540756737
],
[
7.590286993981013,
51.77080096291937
],
[
7.279751563115939,
51.72297413953035
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 15,
"id": "2342484_3262910_2019-05-07_100d",
"image_quality": 0,
"item_type": "PSOrthoTile",
"light_haze_percent": 12,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"rows": 8000,
"satellite_id": "100d",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2342484",
"sun_azimuth": 122.2,
"sun_elevation": 42.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0,
"view_angle": 5,
"visible_confidence_percent": 43,
"visible_percent": 20,
"updated": "2019-05-08T04:31:45.264Z",
"published": "2019-05-07T16:52:10.039Z"
},
"sort": [
1557247930039,
"2342484_3262910_2019-05-07_100d"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2341373_3262910_2019-05-06_0e26",
"_score": null,
"_source": {
"acquired": "2019-05-06T09:55:45.132782Z",
"anomalous_pixels": 0.01,
"asset_generation_token": "clue_udm=analytic:override_curve=flock2p_0e16_family_rev2:strip_id=2341373:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.97,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2341373_3262910_2019-05-06_0e26_RGBNIR_Browse.tif",
"clear_confidence_percent": 47,
"clear_percent": 18,
"cloud_cover": 0.015,
"cloud_percent": 61,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.575781607630486,
51.54589462991924
],
[
7.59578015804275,
51.59940030601361
],
[
7.619383597370526,
51.657901624324936
],
[
7.622730994220648,
51.54653514985796
],
[
7.575781607630486,
51.54589462991924
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.9,
"heavy_haze_percent": 1,
"id": "2341373_3262910_2019-05-06_0e26",
"image_quality": 0,
"item_type": "PSOrthoTile",
"light_haze_percent": 13,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"rows": 8000,
"satellite_id": "0e26",
"shadow_percent": 6,
"snow_ice_percent": 0,
"strip_id": "2341373",
"sun_azimuth": 145.2,
"sun_elevation": 50.9,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.02,
"view_angle": 3,
"visible_confidence_percent": 48,
"visible_percent": 38,
"updated": "2019-05-07T04:56:05.357Z",
"published": "2019-05-07T02:35:11.677Z"
},
"sort": [
1557196511677,
"2341373_3262910_2019-05-06_0e26"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2340768_3262910_2019-05-06_0f12",
"_score": null,
"_source": {
"acquired": "2019-05-06T10:05:59.334451Z",
"anomalous_pixels": 0.06,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2340768:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.94,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2340768_3262910_2019-05-06_0f12_RGBNIR_Browse.tif",
"clear_confidence_percent": 35,
"clear_percent": 4,
"cloud_cover": 0.06,
"cloud_percent": 65,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.554667258268186,
51.54557436656853
],
[
7.594750189781174,
51.6474110393185
],
[
7.618010306355091,
51.70372284711736
],
[
7.622730994220648,
51.54653514985796
],
[
7.554667258268186,
51.54557436656853
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 7,
"id": "2340768_3262910_2019-05-06_0f12",
"image_quality": 0,
"item_type": "PSOrthoTile",
"light_haze_percent": 23,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"rows": 8000,
"satellite_id": "0f12",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2340768",
"sun_azimuth": 148.7,
"sun_elevation": 51.6,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0,
"view_angle": 2,
"visible_confidence_percent": 44,
"visible_percent": 27,
"updated": "2019-05-07T04:51:04.502Z",
"published": "2019-05-07T00:48:00.921Z"
},
"sort": [
1557190080921,
"2340768_3262910_2019-05-06_0f12"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2340564_3262910_2019-05-06_1014",
"_score": null,
"_source": {
"acquired": "2019-05-06T10:07:29.268495Z",
"anomalous_pixels": 0.51,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2340564:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.3,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2340564_3262910_2019-05-06_1014_RGBNIR_Browse.tif",
"clear_confidence_percent": 49,
"clear_percent": 14,
"cloud_cover": 0.51,
"cloud_percent": 75,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.31065061096321,
51.54237160907772
],
[
7.402403616931912,
51.768357708655934
],
[
7.615864539143475,
51.771225863203995
],
[
7.622730994220648,
51.54648177354079
],
[
7.31065061096321,
51.54237160907772
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2340564_3262910_2019-05-06_1014",
"image_quality": 0,
"item_type": "PSOrthoTile",
"light_haze_percent": 5,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"rows": 8000,
"satellite_id": "1014",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2340564",
"sun_azimuth": 148.5,
"sun_elevation": 51.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.19,
"view_angle": 1,
"visible_confidence_percent": 49,
"visible_percent": 23,
"updated": "2019-05-07T04:33:10.515Z",
"published": "2019-05-07T00:19:16.046Z"
},
"sort": [
1557188356046,
"2340564_3262910_2019-05-06_1014"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2340324_3262910_2019-05-06_0f22",
"_score": null,
"_source": {
"acquired": "2019-05-06T10:12:07.4286Z",
"anomalous_pixels": 0.02,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2340324:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.98,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2340324_3262910_2019-05-06_0f22_RGBNIR_Browse.tif",
"clear_confidence_percent": 35,
"clear_percent": 7,
"cloud_cover": 0.018,
"cloud_percent": 81,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.257006430672809,
51.68143004161748
],
[
7.253744864511154,
51.76639238642813
],
[
7.293484473270282,
51.76692356303572
],
[
7.280524039312121,
51.7357329103418
],
[
7.257006430672809,
51.68143004161748
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 1,
"id": "2340324_3262910_2019-05-06_0f22",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 10,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-05-06T18:40:49Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "0f22",
"shadow_percent": 0,
"snow_ice_percent": 0,
"strip_id": "2340324",
"sun_azimuth": 149,
"sun_elevation": 51.5,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-08-31T22:57:18Z",
"usable_data": 0,
"view_angle": 4,
"visible_confidence_percent": 41,
"visible_percent": 17
},
"sort": [
1557168049000,
"2340324_3262910_2019-05-06_0f22"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2337913_3262910_2019-05-05_103a",
"_score": null,
"_source": {
"acquired": "2019-05-05T10:08:22.322015Z",
"anomalous_pixels": 0.61,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2337913:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.33,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2337913_3262910_2019-05-05_103a_RGBNIR_Browse.tif",
"clear_confidence_percent": 56,
"clear_percent": 14,
"cloud_cover": 0.608,
"cloud_percent": 81,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.321121954955897,
51.54247837129264
],
[
7.370989584953852,
51.664823015668816
],
[
7.415278220201609,
51.76846393985225
],
[
7.60522153377386,
51.771119638507834
],
[
7.615864539143475,
51.76968558064062
],
[
7.622730994220648,
51.54653514985796
],
[
7.321121954955897,
51.54247837129264
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2337913_3262910_2019-05-05_103a",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"light_haze_percent": 0,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-05-06T00:54:23Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "103a",
"shadow_percent": 3,
"snow_ice_percent": 0,
"strip_id": "2337913",
"sun_azimuth": 148.7,
"sun_elevation": 51.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"updated": "2019-09-01T00:07:45Z",
"usable_data": 0.06,
"view_angle": 2,
"visible_confidence_percent": 49,
"visible_percent": 18
},
"sort": [
1557104063000,
"2337913_3262910_2019-05-05_103a"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2337108_3262910_2019-05-05_1054",
"_score": null,
"_source": {
"acquired": "2019-05-05T08:47:30.580814Z",
"anomalous_pixels": 0.17,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2337108:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.8,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2337108_3262910_2019-05-05_1054_RGBNIR_Browse.tif",
"clear_confidence_percent": 43,
"clear_percent": 19,
"cloud_cover": 0.171,
"cloud_percent": 70,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.257178092049739,
51.67733207871155
],
[
7.253744864511154,
51.76639238642813
],
[
7.467463278788109,
51.769260665855654
],
[
7.489435935035058,
51.71047768670163
],
[
7.257178092049739,
51.67733207871155
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 3.6,
"heavy_haze_percent": 0,
"id": "2337108_3262910_2019-05-05_1054",
"image_quality": 0,
"item_type": "PSOrthoTile",
"light_haze_percent": 7,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"rows": 8000,
"satellite_id": "1054",
"shadow_percent": 2,
"snow_ice_percent": 0,
"strip_id": "2337108",
"sun_azimuth": 122.7,
"sun_elevation": 42.3,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.03,
"view_angle": 4,
"visible_confidence_percent": 43,
"visible_percent": 29,
"updated": "2019-05-06T04:47:35.606Z",
"published": "2019-05-05T15:13:36.123Z"
},
"sort": [
1557069216123,
"2337108_3262910_2019-05-05_1054"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2337223_3262910_2019-05-04_1042",
"_score": null,
"_source": {
"acquired": "2019-05-04T10:10:05.603025Z",
"anomalous_pixels": 0.28,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2337223:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.33,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2337223_3262910_2019-05-04_1042_RGBNIR_Browse.tif",
"clear_confidence_percent": 65,
"clear_percent": 43,
"cloud_cover": 0.283,
"cloud_percent": 41,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.30584409240919,
51.54231822787634
],
[
7.400687003162619,
51.768357708655934
],
[
7.437079215071627,
51.76883574707057
],
[
7.616894507405051,
51.73971928768997
],
[
7.622730994220648,
51.54653514985796
],
[
7.30584409240919,
51.54231822787634
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2337223_3262910_2019-05-04_1042",
"image_quality": 0,
"item_type": "PSOrthoTile",
"light_haze_percent": 5,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"rows": 8000,
"satellite_id": "1042",
"shadow_percent": 9,
"snow_ice_percent": 0,
"strip_id": "2337223",
"sun_azimuth": 148.9,
"sun_elevation": 51,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr",
"udm2"
],
"usable_data": 0.39,
"view_angle": 5,
"visible_confidence_percent": 57,
"visible_percent": 58,
"updated": "2019-05-05T14:12:28.689Z",
"published": "2019-05-05T14:12:28.687Z"
},
"sort": [
1557065548687,
"2337223_3262910_2019-05-04_1042"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2335224_3262910_2019-05-04_1105",
"_score": null,
"_source": {
"acquired": "2019-05-04T10:09:40.378815Z",
"anomalous_pixels": 0.13,
"asset_generation_token": "clue_udm=analytic:override_curve=Dec2016_1105_highQE_10:strip_id=2335224:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.85,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2335224_3262910_2019-05-04_1105_RGBNIR_Browse.tif",
"clear_confidence_percent": 46,
"clear_percent": 22,
"cloud_cover": 0.127,
"cloud_percent": 39,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.324040198363694,
51.61667083652981
],
[
7.25906636719596,
51.627115252209066
],
[
7.253916525888082,
51.762673975163665
],
[
7.376826071769449,
51.74301442745221
],
[
7.324040198363694,
51.61667083652981
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"heavy_haze_percent": 0,
"id": "2335224_3262910_2019-05-04_1105",
"image_quality": 0,
"item_type": "PSOrthoTile",
"light_haze_percent": 28,
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"rows": 8000,
"satellite_id": "1105",
"shadow_percent": 10,
"snow_ice_percent": 0,
"strip_id": "2335224",
"sun_azimuth": 149.1,
"sun_elevation": 51,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"udm2"
],
"usable_data": 0.02,
"view_angle": 0,
"visible_confidence_percent": 50,
"visible_percent": 60,
"updated": "2019-05-04T22:05:10.669Z",
"published": "2019-05-04T21:12:03.905Z"
},
"sort": [
1557004323905,
"2335224_3262910_2019-05-04_1105"
]
},
{
"_index": "v4_item_psorthotile_2019q2",
"_type": "_doc",
"_id": "2334656_3262910_2019-05-04_1038",
"_score": null,
"_source": {
"acquired": "2019-05-04T10:06:30.091607Z",
"anomalous_pixels": 0.03,
"asset_generation_token": "clue_udm=analytic:override_curve=flock3p_revised_20:strip_id=2334656:region.itt_tileid=3262910:cmop/flock1",
"black_fill": 0.9,
"browse_image_id": "https://tiles.planet-labs.com/s3/planet-item-browse-prod/ps2-nir/2334656_3262910_2019-05-04_1038_RGBNIR_Browse.tif",
"cloud_cover": 0.031,
"columns": 8000,
"epsg_code": 32632,
"geometry": {
"coordinates": [
[
[
7.622387671466788,
51.551819095307025
],
[
7.537586951263722,
51.56505295140753
],
[
7.616207861897333,
51.757308299142316
],
[
7.62204434871293,
51.571455047762555
],
[
7.622387671466788,
51.551819095307025
]
]
],
"type": "Polygon"
},
"grid_cell": "3262910",
"ground_control": true,
"gsd": 4,
"id": "2334656_3262910_2019-05-04_1038",
"image_quality": 0,
"instrument": "PS2",
"item_type": "PSOrthoTile",
"origin_x": 379500,
"origin_y": 5736500,
"pixel_resolution": 3.125,
"provider": "planetscope",
"published": "2019-05-04T14:48:58Z",
"quality_category": "standard",
"rows": 8000,
"satellite_id": "1038",
"strip_id": "2334656",
"sun_azimuth": 148.8,
"sun_elevation": 51,
"supported_assets_list": [
"analytic_xml",
"analytic_dn",
"analytic",
"visual",
"analytic_dn_xml",
"visual_xml",
"udm",
"analytic_sr"
],
"updated": "2019-09-01T06:45:15Z",
"usable_data": 0.07,
"view_angle": 0
},
"sort": [
1556981338000,
"2334656_3262910_2019-05-04_1038"
]
}
]
},
"profile": {
"shards": [
{
"id": "[0eRnuwZ6S2-L68Ely754Cg][v4_item_psorthotile_2019q2][10]",
"searches": [
{
"query": [
{
"type": "BooleanQuery",
"description": "#(#ConstantScore(grid_cell:3262910) #cloud_cover:[-Infinity TO 100.0] #black_fill:[-Infinity TO 100.0] #acquired:[1554113149000 TO 1568039170999] #(#(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0 #ConstantScore(supported_assets_list:analytic))) #(-ConstantScore(quality_category:beta) +*:*)",
"time": "8.3s",
"time_in_nanos": 8385537201,
"breakdown": {
"score": 0,
"build_scorer_count": 42,
"match_count": 13,
"create_weight": 4440071,
"next_doc": 10232917,
"match": 40149381,
"create_weight_count": 1,
"next_doc_count": 21,
"score_count": 0,
"build_scorer": 8330714755,
"advance": 0,
"advance_count": 0
},
"children": [
{
"type": "BooleanQuery",
"description": "#ConstantScore(grid_cell:3262910) #cloud_cover:[-Infinity TO 100.0] #black_fill:[-Infinity TO 100.0] #acquired:[1554113149000 TO 1568039170999] #(#(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0 #ConstantScore(supported_assets_list:analytic))",
"time": "8.3s",
"time_in_nanos": 8382342934,
"breakdown": {
"score": 0,
"build_scorer_count": 50,
"match_count": 13,
"create_weight": 4344379,
"next_doc": 10142292,
"match": 40138242,
"create_weight_count": 1,
"next_doc_count": 21,
"score_count": 0,
"build_scorer": 8327655059,
"advance": 62874,
"advance_count": 3
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(grid_cell:3262910)",
"time": "424.3micros",
"time_in_nanos": 424394,
"breakdown": {
"score": 0,
"build_scorer_count": 50,
"match_count": 0,
"create_weight": 18078,
"next_doc": 33482,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 21,
"score_count": 0,
"build_scorer": 372037,
"advance": 722,
"advance_count": 3
},
"children": [
{
"type": "TermQuery",
"description": "grid_cell:3262910",
"time": "357.9micros",
"time_in_nanos": 357962,
"breakdown": {
"score": 0,
"build_scorer_count": 50,
"match_count": 0,
"create_weight": 2288,
"next_doc": 21928,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 21,
"score_count": 0,
"build_scorer": 333350,
"advance": 321,
"advance_count": 3
}
}
]
},
{
"type": "IndexOrDocValuesQuery",
"description": "cloud_cover:[-Infinity TO 100.0]",
"time": "26.2ms",
"time_in_nanos": 26257926,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 13,
"create_weight": 1208,
"next_doc": 0,
"match": 26124110,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 119276,
"advance": 13270,
"advance_count": 24
}
},
{
"type": "IndexOrDocValuesQuery",
"description": "black_fill:[-Infinity TO 100.0]",
"time": "7ms",
"time_in_nanos": 7059824,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 13,
"create_weight": 299,
"next_doc": 0,
"match": 7021013,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 35684,
"advance": 2766,
"advance_count": 24
}
},
{
"type": "IndexOrDocValuesQuery",
"description": "acquired:[1554113149000 TO 1568039170999]",
"time": "7ms",
"time_in_nanos": 7056239,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 13,
"create_weight": 383,
"next_doc": 0,
"match": 6963675,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 89588,
"advance": 2531,
"advance_count": 24
}
},
{
"type": "BooleanQuery",
"description": "#(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0 #ConstantScore(supported_assets_list:analytic)",
"time": "8.3s",
"time_in_nanos": 8341147644,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 4294021,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 8326850450,
"advance": 10003124,
"advance_count": 24
},
"children": [
{
"type": "BoostQuery",
"description": "(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0",
"time": "8.3s",
"time_in_nanos": 8339828746,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 4280424,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 8326570028,
"advance": 8978245,
"advance_count": 24
},
"children": [
{
"type": "BooleanQuery",
"description": "((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1",
"time": "8.3s",
"time_in_nanos": 8339783677,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 4274576,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 8326542739,
"advance": 8966313,
"advance_count": 24
},
"children": [
{
"type": "BooleanQuery",
"description": "#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))",
"time": "2.8s",
"time_in_nanos": 2806831369,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 4181351,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2793835677,
"advance": 8814292,
"advance_count": 24
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene)",
"time": "8.9ms",
"time_in_nanos": 8984674,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 30706,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 224122,
"advance": 8729797,
"advance_count": 24
},
"children": [
{
"type": "BooleanQuery",
"description": "item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene",
"time": "8.9ms",
"time_in_nanos": 8962100,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 24900,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 210844,
"advance": 8726307,
"advance_count": 24
},
"children": [
{
"type": "TermQuery",
"description": "item_type:PSOrthoTile",
"time": "8.7ms",
"time_in_nanos": 8776034,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 328,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 53674,
"advance": 8721983,
"advance_count": 24
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene3Band",
"time": "25.1micros",
"time_in_nanos": 25113,
"breakdown": {
"score": 0,
"build_scorer_count": 8,
"match_count": 0,
"create_weight": 209,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 24895,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene4Band",
"time": "13.5micros",
"time_in_nanos": 13555,
"breakdown": {
"score": 0,
"build_scorer_count": 8,
"match_count": 0,
"create_weight": 165,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 13381,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REOrthoTile",
"time": "12.4micros",
"time_in_nanos": 12436,
"breakdown": {
"score": 0,
"build_scorer_count": 8,
"match_count": 0,
"create_weight": 434,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 11993,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REScene",
"time": "13.3micros",
"time_in_nanos": 13376,
"breakdown": {
"score": 0,
"build_scorer_count": 8,
"match_count": 0,
"create_weight": 329,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 13038,
"advance": 0,
"advance_count": 0
}
}
]
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(DocValuesFieldExistsQuery [field=acquired])",
"time": "50.1micros",
"time_in_nanos": 50180,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 5497,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 35729,
"advance": 8905,
"advance_count": 24
},
"children": [
{
"type": "DocValuesFieldExistsQuery",
"description": "DocValuesFieldExistsQuery [field=acquired]",
"time": "1.2micros",
"time_in_nanos": 1224,
"breakdown": {
"score": 0,
"build_scorer_count": 0,
"match_count": 0,
"create_weight": 1223,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 0,
"advance": 0,
"advance_count": 0
}
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))",
"time": "2.7s",
"time_in_nanos": 2797588269,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 4121499,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2793416832,
"advance": 49889,
"advance_count": 24
},
"children": [
{
"type": "IntersectsPrefixTreeQuery",
"description": "IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14)",
"time": "2.7s",
"time_in_nanos": 2793406115,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 3328,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2793363104,
"advance": 39634,
"advance_count": 24
}
}
]
}
]
},
{
"type": "BooleanQuery",
"description": "#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)",
"time": "5.5s",
"time_in_nanos": 5532803513,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 69631,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 5532600265,
"advance": 133568,
"advance_count": 24
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene)",
"time": "308.6micros",
"time_in_nanos": 308654,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 32857,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 232419,
"advance": 43329,
"advance_count": 24
},
"children": [
{
"type": "BooleanQuery",
"description": "item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene",
"time": "281.8micros",
"time_in_nanos": 281891,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 27124,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 214763,
"advance": 39955,
"advance_count": 24
},
"children": [
{
"type": "TermQuery",
"description": "item_type:CustomL3A",
"time": "87.8micros",
"time_in_nanos": 87847,
"breakdown": {
"score": 0,
"build_scorer_count": 8,
"match_count": 0,
"create_weight": 777,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 87061,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:PSOrthoTile",
"time": "74.3micros",
"time_in_nanos": 74386,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 434,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 37715,
"advance": 36188,
"advance_count": 24
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene3Band",
"time": "14.1micros",
"time_in_nanos": 14102,
"breakdown": {
"score": 0,
"build_scorer_count": 8,
"match_count": 0,
"create_weight": 166,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 13927,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene4Band",
"time": "12.2micros",
"time_in_nanos": 12257,
"breakdown": {
"score": 0,
"build_scorer_count": 8,
"match_count": 0,
"create_weight": 162,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 12086,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REOrthoTile",
"time": "13.2micros",
"time_in_nanos": 13241,
"breakdown": {
"score": 0,
"build_scorer_count": 8,
"match_count": 0,
"create_weight": 162,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 13070,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REScene",
"time": "13.3micros",
"time_in_nanos": 13394,
"breakdown": {
"score": 0,
"build_scorer_count": 8,
"match_count": 0,
"create_weight": 146,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 13239,
"advance": 0,
"advance_count": 0
}
}
]
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(DocValuesFieldExistsQuery [field=acquired])",
"time": "48.8micros",
"time_in_nanos": 48888,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 3292,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 44049,
"advance": 1498,
"advance_count": 24
},
"children": [
{
"type": "DocValuesFieldExistsQuery",
"description": "DocValuesFieldExistsQuery [field=acquired]",
"time": "370nanos",
"time_in_nanos": 370,
"breakdown": {
"score": 0,
"build_scorer_count": 0,
"match_count": 0,
"create_weight": 369,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 0,
"advance": 0,
"advance_count": 0
}
}
]
},
{
"type": "BooleanQuery",
"description": "(ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1",
"time": "5.5s",
"time_in_nanos": 5532129082,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 13707,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 5532075702,
"advance": 39624,
"advance_count": 24
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14))",
"time": "2.7s",
"time_in_nanos": 2752312059,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 3060,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2752295909,
"advance": 13041,
"advance_count": 24
},
"children": [
{
"type": "IntersectsPrefixTreeQuery",
"description": "IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)",
"time": "2.7s",
"time_in_nanos": 2752247076,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 239,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2752238361,
"advance": 8427,
"advance_count": 24
}
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14))",
"time": "2.7s",
"time_in_nanos": 2779693455,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 3035,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2779675039,
"advance": 15332,
"advance_count": 24
},
"children": [
{
"type": "IntersectsPrefixTreeQuery",
"description": "IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)",
"time": "2.7s",
"time_in_nanos": 2779503762,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 158,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2779499256,
"advance": 4299,
"advance_count": 24
}
}
]
}
]
}
]
}
]
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(supported_assets_list:analytic)",
"time": "1.2ms",
"time_in_nanos": 1216089,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 3242,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 202079,
"advance": 1010719,
"advance_count": 24
},
"children": [
{
"type": "TermQuery",
"description": "supported_assets_list:analytic",
"time": "1.1ms",
"time_in_nanos": 1129373,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 273,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 121615,
"advance": 1007436,
"advance_count": 24
}
}
]
}
]
}
]
},
{
"type": "BooleanQuery",
"description": "-ConstantScore(quality_category:beta) +*:*",
"time": "130.2micros",
"time_in_nanos": 130268,
"breakdown": {
"score": 0,
"build_scorer_count": 24,
"match_count": 0,
"create_weight": 11128,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 111625,
"advance": 7466,
"advance_count": 24
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(quality_category:beta)",
"time": "3micros",
"time_in_nanos": 3051,
"breakdown": {
"score": 0,
"build_scorer_count": 0,
"match_count": 0,
"create_weight": 3050,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 0,
"advance": 0,
"advance_count": 0
},
"children": [
{
"type": "TermQuery",
"description": "quality_category:beta",
"time": "204nanos",
"time_in_nanos": 204,
"breakdown": {
"score": 0,
"build_scorer_count": 0,
"match_count": 0,
"create_weight": 203,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 0,
"advance": 0,
"advance_count": 0
}
}
]
},
{
"type": "MatchAllDocsQuery",
"description": "*:*",
"time": "744nanos",
"time_in_nanos": 744,
"breakdown": {
"score": 0,
"build_scorer_count": 0,
"match_count": 0,
"create_weight": 743,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 0,
"advance": 0,
"advance_count": 0
}
}
]
}
]
}
],
"rewrite_time": 104891,
"collector": [
{
"name": "CancellableCollector",
"reason": "search_cancelled",
"time": "35.3ms",
"time_in_nanos": 35395987,
"children": [
{
"name": "MultiCollector",
"reason": "search_top_hits",
"time": "35.1ms",
"time_in_nanos": 35120890
}
]
}
]
}
],
"aggregations": []
},
{
"id": "[0eRnuwZ6S2-L68Ely754Cg][v4_item_psorthotile_2019q3][6]",
"searches": [
{
"query": [
{
"type": "BooleanQuery",
"description": "#(#ConstantScore(grid_cell:3262910) #cloud_cover:[-Infinity TO 100.0] #black_fill:[-Infinity TO 100.0] #acquired:[1554113149000 TO 1568039170999] #(#(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0 #ConstantScore(supported_assets_list:analytic))) #(-ConstantScore(quality_category:beta) +*:*)",
"time": "5.4s",
"time_in_nanos": 5463162605,
"breakdown": {
"score": 0,
"build_scorer_count": 43,
"match_count": 7,
"create_weight": 5644792,
"next_doc": 392848,
"match": 14566850,
"create_weight_count": 1,
"next_doc_count": 12,
"score_count": 0,
"build_scorer": 5442558052,
"advance": 0,
"advance_count": 0
},
"children": [
{
"type": "BooleanQuery",
"description": "#ConstantScore(grid_cell:3262910) #cloud_cover:[-Infinity TO 100.0] #black_fill:[-Infinity TO 100.0] #acquired:[1554113149000 TO 1568039170999] #(#(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0 #ConstantScore(supported_assets_list:analytic))",
"time": "5.4s",
"time_in_nanos": 5458410117,
"breakdown": {
"score": 0,
"build_scorer_count": 48,
"match_count": 7,
"create_weight": 5543839,
"next_doc": 349426,
"match": 14559775,
"create_weight_count": 1,
"next_doc_count": 12,
"score_count": 0,
"build_scorer": 5437932438,
"advance": 24568,
"advance_count": 3
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(grid_cell:3262910)",
"time": "401.7micros",
"time_in_nanos": 401761,
"breakdown": {
"score": 0,
"build_scorer_count": 48,
"match_count": 0,
"create_weight": 19530,
"next_doc": 21484,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 10,
"score_count": 0,
"build_scorer": 359199,
"advance": 1484,
"advance_count": 5
},
"children": [
{
"type": "TermQuery",
"description": "grid_cell:3262910",
"time": "354.4micros",
"time_in_nanos": 354450,
"breakdown": {
"score": 0,
"build_scorer_count": 48,
"match_count": 0,
"create_weight": 1673,
"next_doc": 13895,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 10,
"score_count": 0,
"build_scorer": 337917,
"advance": 901,
"advance_count": 5
}
}
]
},
{
"type": "IndexOrDocValuesQuery",
"description": "cloud_cover:[-Infinity TO 100.0]",
"time": "3.5ms",
"time_in_nanos": 3565048,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 1,
"create_weight": 849,
"next_doc": 0,
"match": 3513807,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 44044,
"advance": 6316,
"advance_count": 15
}
},
{
"type": "IndexOrDocValuesQuery",
"description": "black_fill:[-Infinity TO 100.0]",
"time": "17.2micros",
"time_in_nanos": 17205,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 1,
"create_weight": 352,
"next_doc": 0,
"match": 4380,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 9287,
"advance": 3154,
"advance_count": 15
}
},
{
"type": "IndexOrDocValuesQuery",
"description": "acquired:[1554113149000 TO 1568039170999]",
"time": "11ms",
"time_in_nanos": 11066088,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 7,
"create_weight": 437,
"next_doc": 0,
"match": 11021520,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 35396,
"advance": 8697,
"advance_count": 15
}
},
{
"type": "BooleanQuery",
"description": "#(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0 #ConstantScore(supported_assets_list:analytic)",
"time": "5.4s",
"time_in_nanos": 5443117888,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 5493342,
"next_doc": 25200,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 2,
"score_count": 0,
"build_scorer": 5437330831,
"advance": 268482,
"advance_count": 15
},
"children": [
{
"type": "BoostQuery",
"description": "(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0",
"time": "5.4s",
"time_in_nanos": 5442883011,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 5469822,
"next_doc": 23033,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 2,
"score_count": 0,
"build_scorer": 5437165522,
"advance": 224601,
"advance_count": 15
},
"children": [
{
"type": "BooleanQuery",
"description": "((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1",
"time": "5.4s",
"time_in_nanos": 5442836868,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 5443652,
"next_doc": 22232,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 2,
"score_count": 0,
"build_scorer": 5437148891,
"advance": 222060,
"advance_count": 15
},
"children": [
{
"type": "BooleanQuery",
"description": "#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))",
"time": "1.7s",
"time_in_nanos": 1763197169,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 4176330,
"next_doc": 13880,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 2,
"score_count": 0,
"build_scorer": 1758872518,
"advance": 134408,
"advance_count": 15
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene)",
"time": "271.8micros",
"time_in_nanos": 271840,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 32761,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 129647,
"advance": 109399,
"advance_count": 17
},
"children": [
{
"type": "BooleanQuery",
"description": "item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene",
"time": "254.4micros",
"time_in_nanos": 254414,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 27411,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 120648,
"advance": 106322,
"advance_count": 17
},
"children": [
{
"type": "TermQuery",
"description": "item_type:PSOrthoTile",
"time": "132.5micros",
"time_in_nanos": 132518,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 465,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 28631,
"advance": 103389,
"advance_count": 17
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene3Band",
"time": "9.1micros",
"time_in_nanos": 9107,
"breakdown": {
"score": 0,
"build_scorer_count": 5,
"match_count": 0,
"create_weight": 442,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 8659,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene4Band",
"time": "8.2micros",
"time_in_nanos": 8257,
"breakdown": {
"score": 0,
"build_scorer_count": 5,
"match_count": 0,
"create_weight": 657,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 7594,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REOrthoTile",
"time": "7.6micros",
"time_in_nanos": 7644,
"breakdown": {
"score": 0,
"build_scorer_count": 5,
"match_count": 0,
"create_weight": 189,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 7449,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REScene",
"time": "8.1micros",
"time_in_nanos": 8101,
"breakdown": {
"score": 0,
"build_scorer_count": 5,
"match_count": 0,
"create_weight": 415,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 7680,
"advance": 0,
"advance_count": 0
}
}
]
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(DocValuesFieldExistsQuery [field=acquired])",
"time": "40.9micros",
"time_in_nanos": 40995,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 11087,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 23027,
"advance": 6848,
"advance_count": 17
},
"children": [
{
"type": "DocValuesFieldExistsQuery",
"description": "DocValuesFieldExistsQuery [field=acquired]",
"time": "11.6micros",
"time_in_nanos": 11660,
"breakdown": {
"score": 0,
"build_scorer_count": 3,
"match_count": 0,
"create_weight": 1284,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 9082,
"advance": 1286,
"advance_count": 4
}
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))",
"time": "1.7s",
"time_in_nanos": 1758618956,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 5612,
"next_doc": 3075,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 2,
"score_count": 0,
"build_scorer": 1758597971,
"advance": 12265,
"advance_count": 15
},
"children": [
{
"type": "IntersectsPrefixTreeQuery",
"description": "IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14)",
"time": "1.7s",
"time_in_nanos": 1758580016,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 957,
"next_doc": 2104,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 2,
"score_count": 0,
"build_scorer": 1758567030,
"advance": 9892,
"advance_count": 15
}
}
]
}
]
},
{
"type": "BooleanQuery",
"description": "#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)",
"time": "3.6s",
"time_in_nanos": 3679523884,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 1252455,
"next_doc": 5835,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 1,
"score_count": 0,
"build_scorer": 3678189918,
"advance": 75644,
"advance_count": 15
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene)",
"time": "1.4ms",
"time_in_nanos": 1434654,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 1216219,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 173908,
"advance": 44495,
"advance_count": 16
},
"children": [
{
"type": "BooleanQuery",
"description": "item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene",
"time": "1.4ms",
"time_in_nanos": 1416610,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 1211831,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 162884,
"advance": 41863,
"advance_count": 16
},
"children": [
{
"type": "TermQuery",
"description": "item_type:CustomL3A",
"time": "58micros",
"time_in_nanos": 58060,
"breakdown": {
"score": 0,
"build_scorer_count": 5,
"match_count": 0,
"create_weight": 589,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 57465,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:PSOrthoTile",
"time": "65.9micros",
"time_in_nanos": 65924,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 2791,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 24050,
"advance": 39051,
"advance_count": 16
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene3Band",
"time": "11micros",
"time_in_nanos": 11031,
"breakdown": {
"score": 0,
"build_scorer_count": 5,
"match_count": 0,
"create_weight": 535,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 10490,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene4Band",
"time": "7.5micros",
"time_in_nanos": 7591,
"breakdown": {
"score": 0,
"build_scorer_count": 5,
"match_count": 0,
"create_weight": 170,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 7415,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REOrthoTile",
"time": "27.9micros",
"time_in_nanos": 27930,
"breakdown": {
"score": 0,
"build_scorer_count": 5,
"match_count": 0,
"create_weight": 205,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 27719,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REScene",
"time": "7.9micros",
"time_in_nanos": 7937,
"breakdown": {
"score": 0,
"build_scorer_count": 5,
"match_count": 0,
"create_weight": 146,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 7785,
"advance": 0,
"advance_count": 0
}
}
]
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(DocValuesFieldExistsQuery [field=acquired])",
"time": "37.8micros",
"time_in_nanos": 37882,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 3811,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 32466,
"advance": 1573,
"advance_count": 16
},
"children": [
{
"type": "DocValuesFieldExistsQuery",
"description": "DocValuesFieldExistsQuery [field=acquired]",
"time": "12.8micros",
"time_in_nanos": 12841,
"breakdown": {
"score": 0,
"build_scorer_count": 3,
"match_count": 0,
"create_weight": 355,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 12254,
"advance": 225,
"advance_count": 3
}
}
]
},
{
"type": "BooleanQuery",
"description": "(ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1",
"time": "3.6s",
"time_in_nanos": 3677862744,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 17427,
"next_doc": 3881,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 1,
"score_count": 0,
"build_scorer": 3677820105,
"advance": 21299,
"advance_count": 15
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14))",
"time": "1.6s",
"time_in_nanos": 1621670616,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 4157,
"next_doc": 2513,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 1,
"score_count": 0,
"build_scorer": 1621655749,
"advance": 8165,
"advance_count": 15
},
"children": [
{
"type": "IntersectsPrefixTreeQuery",
"description": "IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)",
"time": "1.6s",
"time_in_nanos": 1621629413,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 453,
"next_doc": 463,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 1,
"score_count": 0,
"build_scorer": 1621622813,
"advance": 5652,
"advance_count": 15
}
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14))",
"time": "2s",
"time_in_nanos": 2056109772,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 2991,
"next_doc": 411,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 1,
"score_count": 0,
"build_scorer": 2056100686,
"advance": 5652,
"advance_count": 15
},
"children": [
{
"type": "IntersectsPrefixTreeQuery",
"description": "IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)",
"time": "2s",
"time_in_nanos": 2055997876,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 151,
"next_doc": 157,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 1,
"score_count": 0,
"build_scorer": 2055994290,
"advance": 3246,
"advance_count": 15
}
}
]
}
]
}
]
}
]
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(supported_assets_list:analytic)",
"time": "158.3micros",
"time_in_nanos": 158306,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 3470,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 118141,
"advance": 36662,
"advance_count": 17
},
"children": [
{
"type": "TermQuery",
"description": "supported_assets_list:analytic",
"time": "101micros",
"time_in_nanos": 101035,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 313,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 66278,
"advance": 34411,
"advance_count": 17
}
}
]
}
]
}
]
},
{
"type": "BooleanQuery",
"description": "-ConstantScore(quality_category:beta) +*:*",
"time": "89.8micros",
"time_in_nanos": 89851,
"breakdown": {
"score": 0,
"build_scorer_count": 15,
"match_count": 0,
"create_weight": 15092,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 69337,
"advance": 5391,
"advance_count": 15
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(quality_category:beta)",
"time": "6.4micros",
"time_in_nanos": 6465,
"breakdown": {
"score": 0,
"build_scorer_count": 1,
"match_count": 0,
"create_weight": 3505,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2958,
"advance": 0,
"advance_count": 0
},
"children": [
{
"type": "TermQuery",
"description": "quality_category:beta",
"time": "2.5micros",
"time_in_nanos": 2573,
"breakdown": {
"score": 0,
"build_scorer_count": 1,
"match_count": 0,
"create_weight": 250,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2321,
"advance": 0,
"advance_count": 0
}
}
]
},
{
"type": "MatchAllDocsQuery",
"description": "*:*",
"time": "2.5micros",
"time_in_nanos": 2546,
"breakdown": {
"score": 0,
"build_scorer_count": 3,
"match_count": 0,
"create_weight": 343,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 1599,
"advance": 598,
"advance_count": 2
}
}
]
}
]
}
],
"rewrite_time": 123381,
"collector": [
{
"name": "CancellableCollector",
"reason": "search_cancelled",
"time": "19.3ms",
"time_in_nanos": 19357132,
"children": [
{
"name": "MultiCollector",
"reason": "search_top_hits",
"time": "19ms",
"time_in_nanos": 19099671
}
]
}
]
}
],
"aggregations": []
},
{
"id": "[6Xc6Jv1SQb-5ifJQKAyQPg][v4_item_psorthotile_2019q2][2]",
"searches": [
{
"query": [
{
"type": "BooleanQuery",
"description": "#(#ConstantScore(grid_cell:3262910) #cloud_cover:[-Infinity TO 100.0] #black_fill:[-Infinity TO 100.0] #acquired:[1554113149000 TO 1568039170999] #(#(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0 #ConstantScore(supported_assets_list:analytic))) #(-ConstantScore(quality_category:beta) +*:*)",
"time": "7.7s",
"time_in_nanos": 7702481320,
"breakdown": {
"score": 0,
"build_scorer_count": 50,
"match_count": 14,
"create_weight": 306625,
"next_doc": 747838,
"match": 43683646,
"create_weight_count": 1,
"next_doc_count": 25,
"score_count": 0,
"build_scorer": 7657743121,
"advance": 0,
"advance_count": 0
},
"children": [
{
"type": "BooleanQuery",
"description": "#ConstantScore(grid_cell:3262910) #cloud_cover:[-Infinity TO 100.0] #black_fill:[-Infinity TO 100.0] #acquired:[1554113149000 TO 1568039170999] #(#(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0 #ConstantScore(supported_assets_list:analytic))",
"time": "7.7s",
"time_in_nanos": 7700163885,
"breakdown": {
"score": 0,
"build_scorer_count": 59,
"match_count": 14,
"create_weight": 230216,
"next_doc": 711027,
"match": 43672727,
"create_weight_count": 1,
"next_doc_count": 25,
"score_count": 0,
"build_scorer": 7655541545,
"advance": 8270,
"advance_count": 1
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(grid_cell:3262910)",
"time": "527.8micros",
"time_in_nanos": 527803,
"breakdown": {
"score": 0,
"build_scorer_count": 59,
"match_count": 0,
"create_weight": 93288,
"next_doc": 32916,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 25,
"score_count": 0,
"build_scorer": 401196,
"advance": 317,
"advance_count": 1
},
"children": [
{
"type": "TermQuery",
"description": "grid_cell:3262910",
"time": "382.1micros",
"time_in_nanos": 382190,
"breakdown": {
"score": 0,
"build_scorer_count": 59,
"match_count": 0,
"create_weight": 1666,
"next_doc": 20772,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 25,
"score_count": 0,
"build_scorer": 359553,
"advance": 113,
"advance_count": 1
}
}
]
},
{
"type": "IndexOrDocValuesQuery",
"description": "cloud_cover:[-Infinity TO 100.0]",
"time": "28.4ms",
"time_in_nanos": 28459585,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 14,
"create_weight": 1060,
"next_doc": 0,
"match": 28363464,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 80056,
"advance": 14937,
"advance_count": 26
}
},
{
"type": "IndexOrDocValuesQuery",
"description": "black_fill:[-Infinity TO 100.0]",
"time": "112.3micros",
"time_in_nanos": 112360,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 14,
"create_weight": 269,
"next_doc": 0,
"match": 74959,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 33976,
"advance": 3088,
"advance_count": 26
}
},
{
"type": "IndexOrDocValuesQuery",
"description": "acquired:[1554113149000 TO 1568039170999]",
"time": "15.2ms",
"time_in_nanos": 15267790,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 14,
"create_weight": 269,
"next_doc": 0,
"match": 15195689,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 68842,
"advance": 2922,
"advance_count": 26
}
},
{
"type": "BooleanQuery",
"description": "#(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0 #ConstantScore(supported_assets_list:analytic)",
"time": "7.6s",
"time_in_nanos": 7631681417,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 115491,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 7631043513,
"advance": 522359,
"advance_count": 26
},
"children": [
{
"type": "BoostQuery",
"description": "(ConstantScore(((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1))^0.0",
"time": "7.6s",
"time_in_nanos": 7631270730,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 104213,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 7630746904,
"advance": 419559,
"advance_count": 26
},
"children": [
{
"type": "BooleanQuery",
"description": "((#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))) (#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)))~1",
"time": "7.6s",
"time_in_nanos": 7631219648,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 99660,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 7630716810,
"advance": 403124,
"advance_count": 26
},
"children": [
{
"type": "BooleanQuery",
"description": "#ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))",
"time": "2.6s",
"time_in_nanos": 2655352735,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 46043,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2655038342,
"advance": 268296,
"advance_count": 26
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene)",
"time": "543.1micros",
"time_in_nanos": 543103,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 21576,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 314392,
"advance": 207081,
"advance_count": 26
},
"children": [
{
"type": "BooleanQuery",
"description": "item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene",
"time": "451.9micros",
"time_in_nanos": 451942,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 17295,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 231924,
"advance": 202669,
"advance_count": 26
},
"children": [
{
"type": "TermQuery",
"description": "item_type:PSOrthoTile",
"time": "254.5micros",
"time_in_nanos": 254536,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 375,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 56324,
"advance": 197783,
"advance_count": 26
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene3Band",
"time": "20micros",
"time_in_nanos": 20010,
"breakdown": {
"score": 0,
"build_scorer_count": 9,
"match_count": 0,
"create_weight": 173,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 19827,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:PSScene4Band",
"time": "14.4micros",
"time_in_nanos": 14419,
"breakdown": {
"score": 0,
"build_scorer_count": 9,
"match_count": 0,
"create_weight": 594,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 13815,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REOrthoTile",
"time": "18.1micros",
"time_in_nanos": 18177,
"breakdown": {
"score": 0,
"build_scorer_count": 9,
"match_count": 0,
"create_weight": 319,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 17848,
"advance": 0,
"advance_count": 0
}
},
{
"type": "TermQuery",
"description": "item_type:REScene",
"time": "21.5micros",
"time_in_nanos": 21502,
"breakdown": {
"score": 0,
"build_scorer_count": 9,
"match_count": 0,
"create_weight": 182,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 21310,
"advance": 0,
"advance_count": 0
}
}
]
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(DocValuesFieldExistsQuery [field=acquired])",
"time": "49.7micros",
"time_in_nanos": 49721,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 3573,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 36660,
"advance": 9434,
"advance_count": 26
},
"children": [
{
"type": "DocValuesFieldExistsQuery",
"description": "DocValuesFieldExistsQuery [field=acquired]",
"time": "681nanos",
"time_in_nanos": 681,
"breakdown": {
"score": 0,
"build_scorer_count": 0,
"match_count": 0,
"create_weight": 680,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 0,
"advance": 0,
"advance_count": 0
}
}
]
},
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14))",
"time": "2.6s",
"time_in_nanos": 2654403087,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 3349,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2654379840,
"advance": 19844,
"advance_count": 26
},
"children": [
{
"type": "IntersectsPrefixTreeQuery",
"description": "IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((2.6367 37.5097, 10.6348 37.3702, 26.7188 33.9434, 25.4004 38.891, 29.4434 40.4469, 41.6602 49.2678, 28.2129 56.17, 32.168 70.2, 25.4004 71.7464, 17.1387 71.329, 1.4062 61.5227, -19.6875 68.4315, -31.0254 64.7741, -10.459 50.1769, -11.0742 35.7465, -2.9883 35.8891, 2.6367 37.5097)),detailLevel=18,prefixGridScanLevel=14)",
"time": "2.6s",
"time_in_nanos": 2654344853,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 703,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 2654328973,
"advance": 15123,
"advance_count": 26
}
}
]
}
]
},
{
"type": "BooleanQuery",
"description": "#ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene) #ConstantScore(DocValuesFieldExistsQuery [field=acquired]) #((ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((10.8984 -36.8796, 32.3437 -36.5979, 50.2734 -25.006, 53.4375 14.094, 44.1211 11.8674, 30.9375 34.1618, 14.5898 35.03, 8.4375 38.2727, -9.668 35.3174, -20.5664 21.1255, -18.8086 10.6606, -9.4922 0.5273, 4.2188 4.2149, 7.7344 -7.0137, 10.8984 -36.8796)),detailLevel=18,prefixGridScanLevel=14)) ConstantScore(IntersectsPrefixTreeQuery(fieldName=geometry,queryShape=POLYGON ((-73.8281 -21.6166, -80.8594 -50.2893, -72.7734 -57.1362, -64.6875 -56.7527, -30.9375 -3.8643, -75.2344 27.3718, -49.2187 47.9899, -61.5234 69.4112, -168.75 71.7464, -167.6953 59.3556, -94.9219 2.4602, -73.8281 -21.6166)),detailLevel=18,prefixGridScanLevel=14)))~1)",
"time": "4.9s",
"time_in_nanos": 4975724965,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 44959,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 4975568161,
"advance": 111791,
"advance_count": 26
},
"children": [
{
"type": "ConstantScoreQuery",
"description": "ConstantScore(item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene)",
"time": "471.5micros",
"time_in_nanos": 471558,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 20740,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 398885,
"advance": 51879,
"advance_count": 26
},
"children": [
{
"type": "BooleanQuery",
"description": "item_type:CustomL3A item_type:PSOrthoTile item_type:PSScene3Band item_type:PSScene4Band item_type:REOrthoTile item_type:REScene",
"time": "385micros",
"time_in_nanos": 385068,
"breakdown": {
"score": 0,
"build_scorer_count": 27,
"match_count": 0,
"create_weight": 18072,
"next_doc": 0,
"match": 0,
"create_weight_count": 1,
"next_doc_count": 0,
"score_count": 0,
"build_scorer": 319534,
"advance": 47408,
"advance_count": 26
},
"children": [
{
"type": "TermQuery",
"description": "item_type:CustomL3A",
"time": "75.2micros",
"time_in_nanos": 75256,
"breakdown": {
"score": 0,
"build_scorer_count": 9,
"match_count": 0,
"create_weight": 357,
"next_doc": 0,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment