pyogrio 0.12.0__cp314-cp314t-macosx_12_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. pyogrio/.dylibs/libgdal.37.3.11.4.dylib +0 -0
  2. pyogrio/__init__.py +57 -0
  3. pyogrio/_compat.py +54 -0
  4. pyogrio/_env.py +59 -0
  5. pyogrio/_err.cpython-314t-darwin.so +0 -0
  6. pyogrio/_geometry.cpython-314t-darwin.so +0 -0
  7. pyogrio/_io.cpython-314t-darwin.so +0 -0
  8. pyogrio/_ogr.cpython-314t-darwin.so +0 -0
  9. pyogrio/_version.py +21 -0
  10. pyogrio/_vsi.cpython-314t-darwin.so +0 -0
  11. pyogrio/core.py +387 -0
  12. pyogrio/errors.py +25 -0
  13. pyogrio/gdal_data/GDAL-targets-release.cmake +19 -0
  14. pyogrio/gdal_data/GDAL-targets.cmake +106 -0
  15. pyogrio/gdal_data/GDALConfig.cmake +24 -0
  16. pyogrio/gdal_data/GDALConfigVersion.cmake +65 -0
  17. pyogrio/gdal_data/GDALLogoBW.svg +138 -0
  18. pyogrio/gdal_data/GDALLogoColor.svg +126 -0
  19. pyogrio/gdal_data/GDALLogoGS.svg +126 -0
  20. pyogrio/gdal_data/LICENSE.TXT +467 -0
  21. pyogrio/gdal_data/MM_m_idofic.csv +321 -0
  22. pyogrio/gdal_data/copyright +467 -0
  23. pyogrio/gdal_data/cubewerx_extra.wkt +48 -0
  24. pyogrio/gdal_data/default.rsc +0 -0
  25. pyogrio/gdal_data/ecw_cs.wkt +1453 -0
  26. pyogrio/gdal_data/eedaconf.json +23 -0
  27. pyogrio/gdal_data/epsg.wkt +1 -0
  28. pyogrio/gdal_data/esri_StatePlane_extra.wkt +631 -0
  29. pyogrio/gdal_data/gdal_algorithm.schema.json +220 -0
  30. pyogrio/gdal_data/gdalg.schema.json +36 -0
  31. pyogrio/gdal_data/gdalicon.png +0 -0
  32. pyogrio/gdal_data/gdalinfo_output.schema.json +390 -0
  33. pyogrio/gdal_data/gdalmdiminfo_output.schema.json +326 -0
  34. pyogrio/gdal_data/gdaltileindex.xsd +253 -0
  35. pyogrio/gdal_data/gdalvrt.xsd +927 -0
  36. pyogrio/gdal_data/gfs.xsd +246 -0
  37. pyogrio/gdal_data/gml_registry.xml +117 -0
  38. pyogrio/gdal_data/gml_registry.xsd +66 -0
  39. pyogrio/gdal_data/grib2_center.csv +251 -0
  40. pyogrio/gdal_data/grib2_process.csv +102 -0
  41. pyogrio/gdal_data/grib2_subcenter.csv +63 -0
  42. pyogrio/gdal_data/grib2_table_4_2_0_0.csv +261 -0
  43. pyogrio/gdal_data/grib2_table_4_2_0_1.csv +261 -0
  44. pyogrio/gdal_data/grib2_table_4_2_0_13.csv +261 -0
  45. pyogrio/gdal_data/grib2_table_4_2_0_14.csv +261 -0
  46. pyogrio/gdal_data/grib2_table_4_2_0_15.csv +261 -0
  47. pyogrio/gdal_data/grib2_table_4_2_0_16.csv +261 -0
  48. pyogrio/gdal_data/grib2_table_4_2_0_17.csv +11 -0
  49. pyogrio/gdal_data/grib2_table_4_2_0_18.csv +261 -0
  50. pyogrio/gdal_data/grib2_table_4_2_0_19.csv +261 -0
  51. pyogrio/gdal_data/grib2_table_4_2_0_190.csv +261 -0
  52. pyogrio/gdal_data/grib2_table_4_2_0_191.csv +261 -0
  53. pyogrio/gdal_data/grib2_table_4_2_0_2.csv +261 -0
  54. pyogrio/gdal_data/grib2_table_4_2_0_20.csv +261 -0
  55. pyogrio/gdal_data/grib2_table_4_2_0_21.csv +261 -0
  56. pyogrio/gdal_data/grib2_table_4_2_0_3.csv +261 -0
  57. pyogrio/gdal_data/grib2_table_4_2_0_4.csv +261 -0
  58. pyogrio/gdal_data/grib2_table_4_2_0_5.csv +261 -0
  59. pyogrio/gdal_data/grib2_table_4_2_0_6.csv +261 -0
  60. pyogrio/gdal_data/grib2_table_4_2_0_7.csv +261 -0
  61. pyogrio/gdal_data/grib2_table_4_2_10_0.csv +261 -0
  62. pyogrio/gdal_data/grib2_table_4_2_10_1.csv +261 -0
  63. pyogrio/gdal_data/grib2_table_4_2_10_191.csv +261 -0
  64. pyogrio/gdal_data/grib2_table_4_2_10_2.csv +261 -0
  65. pyogrio/gdal_data/grib2_table_4_2_10_3.csv +261 -0
  66. pyogrio/gdal_data/grib2_table_4_2_10_4.csv +261 -0
  67. pyogrio/gdal_data/grib2_table_4_2_1_0.csv +261 -0
  68. pyogrio/gdal_data/grib2_table_4_2_1_1.csv +261 -0
  69. pyogrio/gdal_data/grib2_table_4_2_1_2.csv +261 -0
  70. pyogrio/gdal_data/grib2_table_4_2_20_0.csv +261 -0
  71. pyogrio/gdal_data/grib2_table_4_2_20_1.csv +261 -0
  72. pyogrio/gdal_data/grib2_table_4_2_20_2.csv +261 -0
  73. pyogrio/gdal_data/grib2_table_4_2_2_0.csv +261 -0
  74. pyogrio/gdal_data/grib2_table_4_2_2_3.csv +261 -0
  75. pyogrio/gdal_data/grib2_table_4_2_2_4.csv +261 -0
  76. pyogrio/gdal_data/grib2_table_4_2_2_5.csv +261 -0
  77. pyogrio/gdal_data/grib2_table_4_2_2_6.csv +261 -0
  78. pyogrio/gdal_data/grib2_table_4_2_3_0.csv +261 -0
  79. pyogrio/gdal_data/grib2_table_4_2_3_1.csv +261 -0
  80. pyogrio/gdal_data/grib2_table_4_2_3_2.csv +28 -0
  81. pyogrio/gdal_data/grib2_table_4_2_3_3.csv +8 -0
  82. pyogrio/gdal_data/grib2_table_4_2_3_4.csv +14 -0
  83. pyogrio/gdal_data/grib2_table_4_2_3_5.csv +11 -0
  84. pyogrio/gdal_data/grib2_table_4_2_3_6.csv +11 -0
  85. pyogrio/gdal_data/grib2_table_4_2_4_0.csv +261 -0
  86. pyogrio/gdal_data/grib2_table_4_2_4_1.csv +261 -0
  87. pyogrio/gdal_data/grib2_table_4_2_4_10.csv +261 -0
  88. pyogrio/gdal_data/grib2_table_4_2_4_2.csv +261 -0
  89. pyogrio/gdal_data/grib2_table_4_2_4_3.csv +261 -0
  90. pyogrio/gdal_data/grib2_table_4_2_4_4.csv +261 -0
  91. pyogrio/gdal_data/grib2_table_4_2_4_5.csv +261 -0
  92. pyogrio/gdal_data/grib2_table_4_2_4_6.csv +261 -0
  93. pyogrio/gdal_data/grib2_table_4_2_4_7.csv +261 -0
  94. pyogrio/gdal_data/grib2_table_4_2_4_8.csv +261 -0
  95. pyogrio/gdal_data/grib2_table_4_2_4_9.csv +261 -0
  96. pyogrio/gdal_data/grib2_table_4_2_local_Canada.csv +5 -0
  97. pyogrio/gdal_data/grib2_table_4_2_local_HPC.csv +2 -0
  98. pyogrio/gdal_data/grib2_table_4_2_local_MRMS.csv +175 -0
  99. pyogrio/gdal_data/grib2_table_4_2_local_NCEP.csv +401 -0
  100. pyogrio/gdal_data/grib2_table_4_2_local_NDFD.csv +38 -0
  101. pyogrio/gdal_data/grib2_table_4_2_local_index.csv +7 -0
  102. pyogrio/gdal_data/grib2_table_4_5.csv +261 -0
  103. pyogrio/gdal_data/grib2_table_versions.csv +3 -0
  104. pyogrio/gdal_data/gt_datum.csv +229 -0
  105. pyogrio/gdal_data/gt_ellips.csv +24 -0
  106. pyogrio/gdal_data/header.dxf +1124 -0
  107. pyogrio/gdal_data/inspire_cp_BasicPropertyUnit.gfs +57 -0
  108. pyogrio/gdal_data/inspire_cp_CadastralBoundary.gfs +60 -0
  109. pyogrio/gdal_data/inspire_cp_CadastralParcel.gfs +81 -0
  110. pyogrio/gdal_data/inspire_cp_CadastralZoning.gfs +161 -0
  111. pyogrio/gdal_data/jpfgdgml_AdmArea.gfs +59 -0
  112. pyogrio/gdal_data/jpfgdgml_AdmBdry.gfs +49 -0
  113. pyogrio/gdal_data/jpfgdgml_AdmPt.gfs +59 -0
  114. pyogrio/gdal_data/jpfgdgml_BldA.gfs +54 -0
  115. pyogrio/gdal_data/jpfgdgml_BldL.gfs +54 -0
  116. pyogrio/gdal_data/jpfgdgml_Cntr.gfs +54 -0
  117. pyogrio/gdal_data/jpfgdgml_CommBdry.gfs +49 -0
  118. pyogrio/gdal_data/jpfgdgml_CommPt.gfs +59 -0
  119. pyogrio/gdal_data/jpfgdgml_Cstline.gfs +54 -0
  120. pyogrio/gdal_data/jpfgdgml_ElevPt.gfs +54 -0
  121. pyogrio/gdal_data/jpfgdgml_GCP.gfs +94 -0
  122. pyogrio/gdal_data/jpfgdgml_LeveeEdge.gfs +49 -0
  123. pyogrio/gdal_data/jpfgdgml_RailCL.gfs +54 -0
  124. pyogrio/gdal_data/jpfgdgml_RdASL.gfs +44 -0
  125. pyogrio/gdal_data/jpfgdgml_RdArea.gfs +54 -0
  126. pyogrio/gdal_data/jpfgdgml_RdCompt.gfs +59 -0
  127. pyogrio/gdal_data/jpfgdgml_RdEdg.gfs +59 -0
  128. pyogrio/gdal_data/jpfgdgml_RdMgtBdry.gfs +49 -0
  129. pyogrio/gdal_data/jpfgdgml_RdSgmtA.gfs +59 -0
  130. pyogrio/gdal_data/jpfgdgml_RvrMgtBdry.gfs +49 -0
  131. pyogrio/gdal_data/jpfgdgml_SBAPt.gfs +49 -0
  132. pyogrio/gdal_data/jpfgdgml_SBArea.gfs +54 -0
  133. pyogrio/gdal_data/jpfgdgml_SBBdry.gfs +44 -0
  134. pyogrio/gdal_data/jpfgdgml_WA.gfs +54 -0
  135. pyogrio/gdal_data/jpfgdgml_WL.gfs +54 -0
  136. pyogrio/gdal_data/jpfgdgml_WStrA.gfs +54 -0
  137. pyogrio/gdal_data/jpfgdgml_WStrL.gfs +54 -0
  138. pyogrio/gdal_data/leaflet_template.html +102 -0
  139. pyogrio/gdal_data/nitf_spec.xml +3288 -0
  140. pyogrio/gdal_data/nitf_spec.xsd +171 -0
  141. pyogrio/gdal_data/ogr_fields_override.schema.json +125 -0
  142. pyogrio/gdal_data/ogrinfo_output.schema.json +528 -0
  143. pyogrio/gdal_data/ogrvrt.xsd +528 -0
  144. pyogrio/gdal_data/osmconf.ini +134 -0
  145. pyogrio/gdal_data/ozi_datum.csv +131 -0
  146. pyogrio/gdal_data/ozi_ellips.csv +35 -0
  147. pyogrio/gdal_data/pci_datum.txt +530 -0
  148. pyogrio/gdal_data/pci_ellips.txt +129 -0
  149. pyogrio/gdal_data/pdfcomposition.xsd +703 -0
  150. pyogrio/gdal_data/pds4_template.xml +65 -0
  151. pyogrio/gdal_data/plscenesconf.json +1985 -0
  152. pyogrio/gdal_data/ruian_vf_ob_v1.gfs +1455 -0
  153. pyogrio/gdal_data/ruian_vf_st_uvoh_v1.gfs +86 -0
  154. pyogrio/gdal_data/ruian_vf_st_v1.gfs +1489 -0
  155. pyogrio/gdal_data/ruian_vf_v1.gfs +2126 -0
  156. pyogrio/gdal_data/s57agencies.csv +249 -0
  157. pyogrio/gdal_data/s57attributes.csv +484 -0
  158. pyogrio/gdal_data/s57expectedinput.csv +1008 -0
  159. pyogrio/gdal_data/s57objectclasses.csv +287 -0
  160. pyogrio/gdal_data/seed_2d.dgn +0 -0
  161. pyogrio/gdal_data/seed_3d.dgn +0 -0
  162. pyogrio/gdal_data/stateplane.csv +259 -0
  163. pyogrio/gdal_data/template_tiles.mapml +28 -0
  164. pyogrio/gdal_data/tms_LINZAntarticaMapTileGrid.json +190 -0
  165. pyogrio/gdal_data/tms_MapML_APSTILE.json +268 -0
  166. pyogrio/gdal_data/tms_MapML_CBMTILE.json +346 -0
  167. pyogrio/gdal_data/tms_NZTM2000.json +243 -0
  168. pyogrio/gdal_data/trailer.dxf +434 -0
  169. pyogrio/gdal_data/usage +4 -0
  170. pyogrio/gdal_data/vcpkg-cmake-wrapper.cmake +23 -0
  171. pyogrio/gdal_data/vcpkg.spdx.json +291 -0
  172. pyogrio/gdal_data/vcpkg_abi_info.txt +45 -0
  173. pyogrio/gdal_data/vdv452.xml +349 -0
  174. pyogrio/gdal_data/vdv452.xsd +45 -0
  175. pyogrio/gdal_data/vicar.json +164 -0
  176. pyogrio/geopandas.py +978 -0
  177. pyogrio/proj_data/CH +22 -0
  178. pyogrio/proj_data/GL27 +23 -0
  179. pyogrio/proj_data/ITRF2000 +24 -0
  180. pyogrio/proj_data/ITRF2008 +94 -0
  181. pyogrio/proj_data/ITRF2014 +55 -0
  182. pyogrio/proj_data/ITRF2020 +91 -0
  183. pyogrio/proj_data/copyright +34 -0
  184. pyogrio/proj_data/deformation_model.schema.json +582 -0
  185. pyogrio/proj_data/nad.lst +142 -0
  186. pyogrio/proj_data/nad27 +810 -0
  187. pyogrio/proj_data/nad83 +745 -0
  188. pyogrio/proj_data/other.extra +53 -0
  189. pyogrio/proj_data/proj-config-version.cmake +44 -0
  190. pyogrio/proj_data/proj-config.cmake +79 -0
  191. pyogrio/proj_data/proj-targets-release.cmake +19 -0
  192. pyogrio/proj_data/proj-targets.cmake +107 -0
  193. pyogrio/proj_data/proj.db +0 -0
  194. pyogrio/proj_data/proj.ini +59 -0
  195. pyogrio/proj_data/proj4-targets-release.cmake +19 -0
  196. pyogrio/proj_data/proj4-targets.cmake +107 -0
  197. pyogrio/proj_data/projjson.schema.json +1174 -0
  198. pyogrio/proj_data/triangulation.schema.json +214 -0
  199. pyogrio/proj_data/usage +9 -0
  200. pyogrio/proj_data/vcpkg.spdx.json +203 -0
  201. pyogrio/proj_data/vcpkg_abi_info.txt +28 -0
  202. pyogrio/proj_data/world +214 -0
  203. pyogrio/raw.py +897 -0
  204. pyogrio/tests/__init__.py +0 -0
  205. pyogrio/tests/conftest.py +588 -0
  206. pyogrio/tests/fixtures/README.md +108 -0
  207. pyogrio/tests/fixtures/curve.gpkg +0 -0
  208. pyogrio/tests/fixtures/curvepolygon.gpkg +0 -0
  209. pyogrio/tests/fixtures/line_zm.gpkg +0 -0
  210. pyogrio/tests/fixtures/list_field_values_file.parquet +0 -0
  211. pyogrio/tests/fixtures/list_nested_struct_file.parquet +0 -0
  212. pyogrio/tests/fixtures/multisurface.gpkg +0 -0
  213. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.cpg +1 -0
  214. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.dbf +0 -0
  215. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.prj +1 -0
  216. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shp +0 -0
  217. pyogrio/tests/fixtures/naturalearth_lowres/naturalearth_lowres.shx +0 -0
  218. pyogrio/tests/fixtures/sample.osm.pbf +0 -0
  219. pyogrio/tests/fixtures/test_gpkg_nulls.gpkg +0 -0
  220. pyogrio/tests/test_arrow.py +1160 -0
  221. pyogrio/tests/test_core.py +702 -0
  222. pyogrio/tests/test_geopandas_io.py +3218 -0
  223. pyogrio/tests/test_path.py +374 -0
  224. pyogrio/tests/test_raw_io.py +1473 -0
  225. pyogrio/tests/test_util.py +56 -0
  226. pyogrio/util.py +258 -0
  227. pyogrio-0.12.0.dist-info/METADATA +125 -0
  228. pyogrio-0.12.0.dist-info/RECORD +231 -0
  229. pyogrio-0.12.0.dist-info/WHEEL +6 -0
  230. pyogrio-0.12.0.dist-info/licenses/LICENSE +21 -0
  231. pyogrio-0.12.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,1985 @@
1
+ {
2
+ "v1_data": {
3
+ "PSOrthoTile": {
4
+ "fields": [
5
+ {
6
+ "name": "acquired",
7
+ "type": "datetime"
8
+ },
9
+ {
10
+ "name": "anomalous_pixels",
11
+ "type": "double"
12
+ },
13
+ {
14
+ "name": "black_fill",
15
+ "type": "double"
16
+ },
17
+ {
18
+ "name": "clear_confidence_percent",
19
+ "type": "double"
20
+ },
21
+ {
22
+ "name": "clear_percent",
23
+ "type": "double"
24
+ },
25
+ {
26
+ "name": "cloud_cover",
27
+ "type": "double"
28
+ },
29
+ {
30
+ "name": "cloud_percent",
31
+ "type": "double"
32
+ },
33
+ {
34
+ "name": "columns",
35
+ "type": "int"
36
+ },
37
+ {
38
+ "name": "epsg_code",
39
+ "type": "int"
40
+ },
41
+ {
42
+ "name": "grid_cell",
43
+ "type": "string"
44
+ },
45
+ {
46
+ "name": "ground_control",
47
+ "type": "boolean"
48
+ },
49
+ {
50
+ "name": "gsd",
51
+ "type": "double"
52
+ },
53
+ {
54
+ "name": "heavy_haze_percent",
55
+ "type": "double"
56
+ },
57
+ {
58
+ "name": "instrument",
59
+ "type": "string"
60
+ },
61
+ {
62
+ "name": "item_type",
63
+ "type": "string"
64
+ },
65
+ {
66
+ "name": "light_haze_percent",
67
+ "type": "double"
68
+ },
69
+ {
70
+ "name": "origin_x",
71
+ "type": "double"
72
+ },
73
+ {
74
+ "name": "origin_y",
75
+ "type": "double"
76
+ },
77
+ {
78
+ "name": "pixel_resolution",
79
+ "type": "double"
80
+ },
81
+ {
82
+ "name": "provider",
83
+ "type": "string"
84
+ },
85
+ {
86
+ "name": "published",
87
+ "type": "datetime"
88
+ },
89
+ {
90
+ "name": "publishing_stage",
91
+ "type": "string"
92
+ },
93
+ {
94
+ "name": "quality_category",
95
+ "type": "string"
96
+ },
97
+ {
98
+ "name": "rows",
99
+ "type": "int"
100
+ },
101
+ {
102
+ "name": "satellite_azimuth",
103
+ "type": "double"
104
+ },
105
+ {
106
+ "name": "satellite_id",
107
+ "type": "string"
108
+ },
109
+ {
110
+ "name": "shadow_percent",
111
+ "type": "double"
112
+ },
113
+ {
114
+ "name": "snow_ice_percent",
115
+ "type": "double"
116
+ },
117
+ {
118
+ "name": "strip_id",
119
+ "type": "string"
120
+ },
121
+ {
122
+ "name": "sun_azimuth",
123
+ "type": "double"
124
+ },
125
+ {
126
+ "name": "sun_elevation",
127
+ "type": "double"
128
+ },
129
+ {
130
+ "name": "updated",
131
+ "type": "datetime"
132
+ },
133
+ {
134
+ "name": "usable_data",
135
+ "type": "double"
136
+ },
137
+ {
138
+ "name": "view_angle",
139
+ "type": "double"
140
+ },
141
+ {
142
+ "name": "visible_confidence_percent",
143
+ "type": "double"
144
+ },
145
+ {
146
+ "name": "visible_percent",
147
+ "type": "double"
148
+ }
149
+ ],
150
+ "assets": [
151
+ "analytic",
152
+ "analytic_5b",
153
+ "analytic_5b_xml",
154
+ "analytic_dn",
155
+ "analytic_dn_xml",
156
+ "analytic_sr",
157
+ "analytic_xml",
158
+ "udm",
159
+ "udm2",
160
+ "visual",
161
+ "visual_xml"
162
+ ]
163
+ },
164
+ "REOrthoTile": {
165
+ "fields": [
166
+ {
167
+ "name": "acquired",
168
+ "type": "datetime"
169
+ },
170
+ {
171
+ "name": "anomalous_pixels",
172
+ "type": "double"
173
+ },
174
+ {
175
+ "name": "black_fill",
176
+ "type": "double"
177
+ },
178
+ {
179
+ "name": "catalog_id",
180
+ "type": "string"
181
+ },
182
+ {
183
+ "name": "cloud_cover",
184
+ "type": "double"
185
+ },
186
+ {
187
+ "name": "columns",
188
+ "type": "int"
189
+ },
190
+ {
191
+ "name": "epsg_code",
192
+ "type": "int"
193
+ },
194
+ {
195
+ "name": "grid_cell",
196
+ "type": "string"
197
+ },
198
+ {
199
+ "name": "ground_control",
200
+ "type": "boolean"
201
+ },
202
+ {
203
+ "name": "gsd",
204
+ "type": "double"
205
+ },
206
+ {
207
+ "name": "item_type",
208
+ "type": "string"
209
+ },
210
+ {
211
+ "name": "origin_x",
212
+ "type": "double"
213
+ },
214
+ {
215
+ "name": "origin_y",
216
+ "type": "double"
217
+ },
218
+ {
219
+ "name": "pixel_resolution",
220
+ "type": "double"
221
+ },
222
+ {
223
+ "name": "provider",
224
+ "type": "string"
225
+ },
226
+ {
227
+ "name": "published",
228
+ "type": "datetime"
229
+ },
230
+ {
231
+ "name": "rows",
232
+ "type": "int"
233
+ },
234
+ {
235
+ "name": "satellite_id",
236
+ "type": "string"
237
+ },
238
+ {
239
+ "name": "strip_id",
240
+ "type": "string"
241
+ },
242
+ {
243
+ "name": "sun_azimuth",
244
+ "type": "double"
245
+ },
246
+ {
247
+ "name": "sun_elevation",
248
+ "type": "double"
249
+ },
250
+ {
251
+ "name": "updated",
252
+ "type": "datetime"
253
+ },
254
+ {
255
+ "name": "usable_data",
256
+ "type": "double"
257
+ },
258
+ {
259
+ "name": "view_angle",
260
+ "type": "double"
261
+ }
262
+ ],
263
+ "assets": [
264
+ "analytic",
265
+ "analytic_sr",
266
+ "analytic_xml",
267
+ "udm",
268
+ "visual",
269
+ "visual_xml"
270
+ ]
271
+ },
272
+ "PSScene": {
273
+ "fields": [
274
+ {
275
+ "name": "acquired",
276
+ "type": "datetime"
277
+ },
278
+ {
279
+ "name": "anomalous_pixels",
280
+ "type": "double"
281
+ },
282
+ {
283
+ "name": "clear_confidence_percent",
284
+ "type": "double"
285
+ },
286
+ {
287
+ "name": "clear_percent",
288
+ "type": "double"
289
+ },
290
+ {
291
+ "name": "cloud_cover",
292
+ "type": "double"
293
+ },
294
+ {
295
+ "name": "cloud_percent",
296
+ "type": "double"
297
+ },
298
+ {
299
+ "name": "epsg_code",
300
+ "type": "int"
301
+ },
302
+ {
303
+ "name": "ground_control",
304
+ "type": "boolean"
305
+ },
306
+ {
307
+ "name": "gsd",
308
+ "type": "double"
309
+ },
310
+ {
311
+ "name": "heavy_haze_percent",
312
+ "type": "double"
313
+ },
314
+ {
315
+ "name": "instrument",
316
+ "type": "string"
317
+ },
318
+ {
319
+ "name": "item_type",
320
+ "type": "string"
321
+ },
322
+ {
323
+ "name": "light_haze_percent",
324
+ "type": "double"
325
+ },
326
+ {
327
+ "name": "pixel_resolution",
328
+ "type": "double"
329
+ },
330
+ {
331
+ "name": "provider",
332
+ "type": "string"
333
+ },
334
+ {
335
+ "name": "published",
336
+ "type": "datetime"
337
+ },
338
+ {
339
+ "name": "publishing_stage",
340
+ "type": "string"
341
+ },
342
+ {
343
+ "name": "quality_category",
344
+ "type": "string"
345
+ },
346
+ {
347
+ "name": "rows",
348
+ "type": "int"
349
+ },
350
+ {
351
+ "name": "satellite_azimuth",
352
+ "type": "double"
353
+ },
354
+ {
355
+ "name": "satellite_id",
356
+ "type": "string"
357
+ },
358
+ {
359
+ "name": "shadow_percent",
360
+ "type": "double"
361
+ },
362
+ {
363
+ "name": "snow_ice_percent",
364
+ "type": "double"
365
+ },
366
+ {
367
+ "name": "strip_id",
368
+ "type": "string"
369
+ },
370
+ {
371
+ "name": "sun_azimuth",
372
+ "type": "double"
373
+ },
374
+ {
375
+ "name": "sun_elevation",
376
+ "type": "double"
377
+ },
378
+ {
379
+ "name": "updated",
380
+ "type": "datetime"
381
+ },
382
+ {
383
+ "name": "usable_data",
384
+ "type": "double"
385
+ },
386
+ {
387
+ "name": "view_angle",
388
+ "type": "double"
389
+ },
390
+ {
391
+ "name": "visible_confidence_percent",
392
+ "type": "double"
393
+ },
394
+ {
395
+ "name": "visible_percent",
396
+ "type": "double"
397
+ }
398
+ ],
399
+ "assets": [
400
+ "ortho_analytic_4b",
401
+ "ortho_analytic_8b",
402
+ "ortho_analytic_8b_sr",
403
+ "ortho_analytic_8b_xml",
404
+ "ortho_analytic_4b_sr",
405
+ "ortho_analytic_4b_xml",
406
+ "basic_analytic_4b",
407
+ "basic_analytic_8b",
408
+ "basic_analytic_8b_xml",
409
+ "basic_analytic_4b_rpc",
410
+ "basic_analytic_4b_xml",
411
+ "basic_udm2",
412
+ "ortho_udm2",
413
+ "ortho_visual"
414
+ ]
415
+ },
416
+ "PSScene3Band": {
417
+ "fields": [
418
+ {
419
+ "name": "acquired",
420
+ "type": "datetime"
421
+ },
422
+ {
423
+ "name": "anomalous_pixels",
424
+ "type": "double"
425
+ },
426
+ {
427
+ "name": "cloud_cover",
428
+ "type": "double"
429
+ },
430
+ {
431
+ "name": "columns",
432
+ "type": "int"
433
+ },
434
+ {
435
+ "name": "epsg_code",
436
+ "type": "int"
437
+ },
438
+ {
439
+ "name": "ground_control",
440
+ "type": "boolean"
441
+ },
442
+ {
443
+ "name": "gsd",
444
+ "type": "double"
445
+ },
446
+ {
447
+ "name": "instrument",
448
+ "type": "string"
449
+ },
450
+ {
451
+ "name": "item_type",
452
+ "type": "string"
453
+ },
454
+ {
455
+ "name": "origin_x",
456
+ "type": "double"
457
+ },
458
+ {
459
+ "name": "origin_y",
460
+ "type": "double"
461
+ },
462
+ {
463
+ "name": "pixel_resolution",
464
+ "type": "double"
465
+ },
466
+ {
467
+ "name": "provider",
468
+ "type": "string"
469
+ },
470
+ {
471
+ "name": "published",
472
+ "type": "datetime"
473
+ },
474
+ {
475
+ "name": "publishing_stage",
476
+ "type": "string"
477
+ },
478
+ {
479
+ "name": "quality_category",
480
+ "type": "string"
481
+ },
482
+ {
483
+ "name": "rows",
484
+ "type": "int"
485
+ },
486
+ {
487
+ "name": "satellite_azimuth",
488
+ "type": "double"
489
+ },
490
+ {
491
+ "name": "satellite_id",
492
+ "type": "string"
493
+ },
494
+ {
495
+ "name": "strip_id",
496
+ "type": "string"
497
+ },
498
+ {
499
+ "name": "sun_azimuth",
500
+ "type": "double"
501
+ },
502
+ {
503
+ "name": "sun_elevation",
504
+ "type": "double"
505
+ },
506
+ {
507
+ "name": "updated",
508
+ "type": "datetime"
509
+ },
510
+ {
511
+ "name": "usable_data",
512
+ "type": "double"
513
+ },
514
+ {
515
+ "name": "view_angle",
516
+ "type": "double"
517
+ }
518
+ ],
519
+ "assets": [
520
+ "analytic",
521
+ "analytic_dn",
522
+ "analytic_dn_xml",
523
+ "analytic_xml",
524
+ "basic_analytic",
525
+ "basic_analytic_dn",
526
+ "basic_analytic_dn_rpc",
527
+ "basic_analytic_dn_xml",
528
+ "basic_analytic_rpc",
529
+ "basic_analytic_xml",
530
+ "basic_udm",
531
+ "basic_udm2",
532
+ "udm",
533
+ "udm2",
534
+ "visual",
535
+ "visual_xml"
536
+ ]
537
+ },
538
+ "PSScene4Band": {
539
+ "fields": [
540
+ {
541
+ "name": "acquired",
542
+ "type": "datetime"
543
+ },
544
+ {
545
+ "name": "anomalous_pixels",
546
+ "type": "double"
547
+ },
548
+ {
549
+ "name": "clear_confidence_percent",
550
+ "type": "int"
551
+ },
552
+ {
553
+ "name": "clear_percent",
554
+ "type": "int"
555
+ },
556
+ {
557
+ "name": "cloud_cover",
558
+ "type": "double"
559
+ },
560
+ {
561
+ "name": "cloud_percent",
562
+ "type": "int"
563
+ },
564
+ {
565
+ "name": "columns",
566
+ "type": "int"
567
+ },
568
+ {
569
+ "name": "epsg_code",
570
+ "type": "int"
571
+ },
572
+ {
573
+ "name": "ground_control",
574
+ "type": "boolean"
575
+ },
576
+ {
577
+ "name": "gsd",
578
+ "type": "double"
579
+ },
580
+ {
581
+ "name": "heavy_haze_percent",
582
+ "type": "int"
583
+ },
584
+ {
585
+ "name": "instrument",
586
+ "type": "string"
587
+ },
588
+ {
589
+ "name": "item_type",
590
+ "type": "string"
591
+ },
592
+ {
593
+ "name": "light_haze_percent",
594
+ "type": "int"
595
+ },
596
+ {
597
+ "name": "origin_x",
598
+ "type": "double"
599
+ },
600
+ {
601
+ "name": "origin_y",
602
+ "type": "double"
603
+ },
604
+ {
605
+ "name": "pixel_resolution",
606
+ "type": "double"
607
+ },
608
+ {
609
+ "name": "provider",
610
+ "type": "string"
611
+ },
612
+ {
613
+ "name": "published",
614
+ "type": "datetime"
615
+ },
616
+ {
617
+ "name": "publishing_stage",
618
+ "type": "string"
619
+ },
620
+ {
621
+ "name": "quality_category",
622
+ "type": "string"
623
+ },
624
+ {
625
+ "name": "rows",
626
+ "type": "int"
627
+ },
628
+ {
629
+ "name": "satellite_azimuth",
630
+ "type": "double"
631
+ },
632
+ {
633
+ "name": "satellite_id",
634
+ "type": "string"
635
+ },
636
+ {
637
+ "name": "shadow_percent",
638
+ "type": "int"
639
+ },
640
+ {
641
+ "name": "snow_ice_percent",
642
+ "type": "int"
643
+ },
644
+ {
645
+ "name": "strip_id",
646
+ "type": "string"
647
+ },
648
+ {
649
+ "name": "sun_azimuth",
650
+ "type": "double"
651
+ },
652
+ {
653
+ "name": "sun_elevation",
654
+ "type": "double"
655
+ },
656
+ {
657
+ "name": "updated",
658
+ "type": "datetime"
659
+ },
660
+ {
661
+ "name": "usable_data",
662
+ "type": "double"
663
+ },
664
+ {
665
+ "name": "view_angle",
666
+ "type": "double"
667
+ },
668
+ {
669
+ "name": "visible_confidence_percent",
670
+ "type": "int"
671
+ },
672
+ {
673
+ "name": "visible_percent",
674
+ "type": "int"
675
+ }
676
+ ],
677
+ "assets": [
678
+ "analytic",
679
+ "analytic_dn",
680
+ "analytic_dn_xml",
681
+ "analytic_xml",
682
+ "basic_analytic",
683
+ "basic_analytic_dn",
684
+ "basic_analytic_dn_nitf",
685
+ "basic_analytic_dn_rpc",
686
+ "basic_analytic_dn_rpc_nitf",
687
+ "basic_analytic_dn_xml",
688
+ "basic_analytic_dn_xml_nitf",
689
+ "basic_analytic_nitf",
690
+ "basic_analytic_rpc",
691
+ "basic_analytic_rpc_nitf",
692
+ "basic_analytic_xml",
693
+ "basic_analytic_xml_nitf",
694
+ "basic_udm",
695
+ "basic_udm2",
696
+ "udm",
697
+ "udm2"
698
+ ]
699
+ },
700
+ "REScene": {
701
+ "fields": [
702
+ {
703
+ "name": "acquired",
704
+ "type": "datetime"
705
+ },
706
+ {
707
+ "name": "anomalous_pixels",
708
+ "type": "double"
709
+ },
710
+ {
711
+ "name": "black_fill",
712
+ "type": "double"
713
+ },
714
+ {
715
+ "name": "catalog_id",
716
+ "type": "string"
717
+ },
718
+ {
719
+ "name": "cloud_cover",
720
+ "type": "double"
721
+ },
722
+ {
723
+ "name": "columns",
724
+ "type": "int"
725
+ },
726
+ {
727
+ "name": "gsd",
728
+ "type": "double"
729
+ },
730
+ {
731
+ "name": "item_type",
732
+ "type": "string"
733
+ },
734
+ {
735
+ "name": "provider",
736
+ "type": "string"
737
+ },
738
+ {
739
+ "name": "published",
740
+ "type": "datetime"
741
+ },
742
+ {
743
+ "name": "rows",
744
+ "type": "int"
745
+ },
746
+ {
747
+ "name": "satellite_id",
748
+ "type": "string"
749
+ },
750
+ {
751
+ "name": "strip_id",
752
+ "type": "string"
753
+ },
754
+ {
755
+ "name": "sun_azimuth",
756
+ "type": "double"
757
+ },
758
+ {
759
+ "name": "sun_elevation",
760
+ "type": "double"
761
+ },
762
+ {
763
+ "name": "updated",
764
+ "type": "datetime"
765
+ },
766
+ {
767
+ "name": "usable_data",
768
+ "type": "double"
769
+ },
770
+ {
771
+ "name": "view_angle",
772
+ "type": "double"
773
+ }
774
+ ],
775
+ "assets": [
776
+ "basic_analytic_b1",
777
+ "basic_analytic_b1_nitf",
778
+ "basic_analytic_b2",
779
+ "basic_analytic_b2_nitf",
780
+ "basic_analytic_b3",
781
+ "basic_analytic_b3_nitf",
782
+ "basic_analytic_b4",
783
+ "basic_analytic_b4_nitf",
784
+ "basic_analytic_b5",
785
+ "basic_analytic_b5_nitf",
786
+ "basic_analytic_rpc",
787
+ "basic_analytic_sci",
788
+ "basic_analytic_xml",
789
+ "basic_analytic_xml_nitf",
790
+ "basic_udm",
791
+ "browse"
792
+ ]
793
+ },
794
+ "Landsat8L1G": {
795
+ "fields": [
796
+ {
797
+ "name": "acquired",
798
+ "type": "datetime"
799
+ },
800
+ {
801
+ "name": "anomalous_pixels",
802
+ "type": "double"
803
+ },
804
+ {
805
+ "name": "cloud_cover",
806
+ "type": "double"
807
+ },
808
+ {
809
+ "name": "collection",
810
+ "type": "int"
811
+ },
812
+ {
813
+ "name": "columns",
814
+ "type": "int"
815
+ },
816
+ {
817
+ "name": "data_type",
818
+ "type": "string"
819
+ },
820
+ {
821
+ "name": "epsg_code",
822
+ "type": "int"
823
+ },
824
+ {
825
+ "name": "gsd",
826
+ "type": "double"
827
+ },
828
+ {
829
+ "name": "instrument",
830
+ "type": "string"
831
+ },
832
+ {
833
+ "name": "item_type",
834
+ "type": "string"
835
+ },
836
+ {
837
+ "name": "origin_x",
838
+ "type": "double"
839
+ },
840
+ {
841
+ "name": "origin_y",
842
+ "type": "double"
843
+ },
844
+ {
845
+ "name": "pixel_resolution",
846
+ "type": "double"
847
+ },
848
+ {
849
+ "name": "processed",
850
+ "type": "datetime"
851
+ },
852
+ {
853
+ "name": "product_id",
854
+ "type": "string"
855
+ },
856
+ {
857
+ "name": "provider",
858
+ "type": "string"
859
+ },
860
+ {
861
+ "name": "published",
862
+ "type": "datetime"
863
+ },
864
+ {
865
+ "name": "quality_category",
866
+ "type": "string"
867
+ },
868
+ {
869
+ "name": "rows",
870
+ "type": "int"
871
+ },
872
+ {
873
+ "name": "satellite_id",
874
+ "type": "string"
875
+ },
876
+ {
877
+ "name": "sun_azimuth",
878
+ "type": "double"
879
+ },
880
+ {
881
+ "name": "sun_elevation",
882
+ "type": "double"
883
+ },
884
+ {
885
+ "name": "updated",
886
+ "type": "datetime"
887
+ },
888
+ {
889
+ "name": "usable_data",
890
+ "type": "double"
891
+ },
892
+ {
893
+ "name": "view_angle",
894
+ "type": "double"
895
+ },
896
+ {
897
+ "name": "wrs_path",
898
+ "type": "int"
899
+ },
900
+ {
901
+ "name": "wrs_row",
902
+ "type": "int"
903
+ }
904
+ ],
905
+ "assets": [
906
+ "analytic_b1",
907
+ "analytic_b2",
908
+ "analytic_b3",
909
+ "analytic_b4",
910
+ "analytic_b5",
911
+ "analytic_b6",
912
+ "analytic_b7",
913
+ "analytic_b8",
914
+ "analytic_b9",
915
+ "analytic_b10",
916
+ "analytic_b11",
917
+ "analytic_bqa",
918
+ "metadata_txt",
919
+ "visual"
920
+ ]
921
+ },
922
+ "Sentinel2L1C": {
923
+ "fields": [
924
+ {
925
+ "name": "abs_orbit_number",
926
+ "type": "int"
927
+ },
928
+ {
929
+ "name": "acquired",
930
+ "type": "datetime"
931
+ },
932
+ {
933
+ "name": "anomalous_pixels",
934
+ "type": "double"
935
+ },
936
+ {
937
+ "name": "black_fill",
938
+ "type": "double"
939
+ },
940
+ {
941
+ "name": "cloud_cover",
942
+ "type": "double"
943
+ },
944
+ {
945
+ "name": "columns",
946
+ "type": "int"
947
+ },
948
+ {
949
+ "name": "data_type",
950
+ "type": "string"
951
+ },
952
+ {
953
+ "name": "datatake_id",
954
+ "type": "string"
955
+ },
956
+ {
957
+ "name": "epsg_code",
958
+ "type": "int"
959
+ },
960
+ {
961
+ "name": "granule_id",
962
+ "type": "string"
963
+ },
964
+ {
965
+ "name": "gsd",
966
+ "type": "double"
967
+ },
968
+ {
969
+ "name": "instrument",
970
+ "type": "string"
971
+ },
972
+ {
973
+ "name": "item_type",
974
+ "type": "string"
975
+ },
976
+ {
977
+ "name": "mgrs_grid_id",
978
+ "type": "string"
979
+ },
980
+ {
981
+ "name": "origin_x",
982
+ "type": "double"
983
+ },
984
+ {
985
+ "name": "origin_y",
986
+ "type": "double"
987
+ },
988
+ {
989
+ "name": "pixel_resolution",
990
+ "type": "double"
991
+ },
992
+ {
993
+ "name": "product_generation_time",
994
+ "type": "datetime"
995
+ },
996
+ {
997
+ "name": "product_id",
998
+ "type": "string"
999
+ },
1000
+ {
1001
+ "name": "provider",
1002
+ "type": "string"
1003
+ },
1004
+ {
1005
+ "name": "published",
1006
+ "type": "datetime"
1007
+ },
1008
+ {
1009
+ "name": "quality_category",
1010
+ "type": "string"
1011
+ },
1012
+ {
1013
+ "name": "rel_orbit_number",
1014
+ "type": "int"
1015
+ },
1016
+ {
1017
+ "name": "rows",
1018
+ "type": "int"
1019
+ },
1020
+ {
1021
+ "name": "s2_processor_version",
1022
+ "type": "string"
1023
+ },
1024
+ {
1025
+ "name": "satellite_id",
1026
+ "type": "string"
1027
+ },
1028
+ {
1029
+ "name": "sun_azimuth",
1030
+ "type": "double"
1031
+ },
1032
+ {
1033
+ "name": "sun_elevation",
1034
+ "type": "double"
1035
+ },
1036
+ {
1037
+ "name": "updated",
1038
+ "type": "datetime"
1039
+ },
1040
+ {
1041
+ "name": "usable_data",
1042
+ "type": "double"
1043
+ },
1044
+ {
1045
+ "name": "view_angle",
1046
+ "type": "double"
1047
+ }
1048
+ ],
1049
+ "assets": [
1050
+ "analytic_b1",
1051
+ "analytic_b2",
1052
+ "analytic_b3",
1053
+ "analytic_b4",
1054
+ "analytic_b5",
1055
+ "analytic_b6",
1056
+ "analytic_b7",
1057
+ "analytic_b8",
1058
+ "analytic_b8a",
1059
+ "analytic_b9",
1060
+ "analytic_b10",
1061
+ "analytic_b11",
1062
+ "analytic_b12",
1063
+ "metadata_aux",
1064
+ "visual"
1065
+ ]
1066
+ },
1067
+ "SkySatScene": {
1068
+ "fields": [
1069
+ {
1070
+ "name": "acquired",
1071
+ "type": "datetime"
1072
+ },
1073
+ {
1074
+ "name": "anomalous_pixels",
1075
+ "type": "double"
1076
+ },
1077
+ {
1078
+ "name": "camera_id",
1079
+ "type": "string"
1080
+ },
1081
+ {
1082
+ "name": "clear_confidence_percent",
1083
+ "type": "int"
1084
+ },
1085
+ {
1086
+ "name": "clear_percent",
1087
+ "type": "int"
1088
+ },
1089
+ {
1090
+ "name": "cloud_cover",
1091
+ "type": "double"
1092
+ },
1093
+ {
1094
+ "name": "cloud_percent",
1095
+ "type": "int"
1096
+ },
1097
+ {
1098
+ "name": "ground_control",
1099
+ "type": "boolean"
1100
+ },
1101
+ {
1102
+ "name": "gsd",
1103
+ "type": "double"
1104
+ },
1105
+ {
1106
+ "name": "heavy_haze_percent",
1107
+ "type": "int"
1108
+ },
1109
+ {
1110
+ "name": "item_type",
1111
+ "type": "string"
1112
+ },
1113
+ {
1114
+ "name": "light_haze_percent",
1115
+ "type": "int"
1116
+ },
1117
+ {
1118
+ "name": "pixel_resolution",
1119
+ "type": "double"
1120
+ },
1121
+ {
1122
+ "name": "provider",
1123
+ "type": "string"
1124
+ },
1125
+ {
1126
+ "name": "published",
1127
+ "type": "datetime"
1128
+ },
1129
+ {
1130
+ "name": "publishing_stage",
1131
+ "type": "string"
1132
+ },
1133
+ {
1134
+ "name": "quality_category",
1135
+ "type": "string"
1136
+ },
1137
+ {
1138
+ "name": "satellite_id",
1139
+ "type": "string"
1140
+ },
1141
+ {
1142
+ "name": "satellite_azimuth",
1143
+ "type": "double"
1144
+ },
1145
+ {
1146
+ "name": "shadow_percent",
1147
+ "type": "int"
1148
+ },
1149
+ {
1150
+ "name": "snow_ice_percent",
1151
+ "type": "int"
1152
+ },
1153
+ {
1154
+ "name": "strip_id",
1155
+ "type": "string"
1156
+ },
1157
+ {
1158
+ "name": "sun_azimuth",
1159
+ "type": "double"
1160
+ },
1161
+ {
1162
+ "name": "sun_elevation",
1163
+ "type": "double"
1164
+ },
1165
+ {
1166
+ "name": "updated",
1167
+ "type": "datetime"
1168
+ },
1169
+ {
1170
+ "name": "view_angle",
1171
+ "type": "double"
1172
+ },
1173
+ {
1174
+ "name": "visible_confidence_percent",
1175
+ "type": "int"
1176
+ },
1177
+ {
1178
+ "name": "visible_percent",
1179
+ "type": "int"
1180
+ }
1181
+ ],
1182
+ "assets": [
1183
+ "basic_analytic",
1184
+ "basic_analytic_dn",
1185
+ "basic_analytic_dn_rpc",
1186
+ "basic_analytic_rpc",
1187
+ "basic_analytic_udm",
1188
+ "basic_analytic_udm2",
1189
+ "basic_l1a_panchromatic_dn",
1190
+ "basic_l1a_panchromatic_dn_rpc",
1191
+ "basic_panchromatic",
1192
+ "basic_panchromatic_dn",
1193
+ "basic_panchromatic_dn_rpc",
1194
+ "basic_panchromatic_rpc",
1195
+ "basic_panchromatic_udm2",
1196
+ "ortho_analytic",
1197
+ "ortho_analytic_sr",
1198
+ "ortho_analytic_dn",
1199
+ "ortho_analytic_udm",
1200
+ "ortho_analytic_udm2",
1201
+ "ortho_panchromatic",
1202
+ "ortho_panchromatic_dn",
1203
+ "ortho_panchromatic_udm",
1204
+ "ortho_panchromatic_udm2",
1205
+ "ortho_pansharpened",
1206
+ "ortho_pansharpened_udm",
1207
+ "ortho_pansharpened_udm2",
1208
+ "ortho_visual"
1209
+ ]
1210
+ },
1211
+ "SkySatCollect": {
1212
+ "fields": [
1213
+ {
1214
+ "name": "acquired",
1215
+ "type": "datetime"
1216
+ },
1217
+ {
1218
+ "name": "clear_confidence_percent",
1219
+ "type": "int"
1220
+ },
1221
+ {
1222
+ "name": "clear_percent",
1223
+ "type": "int"
1224
+ },
1225
+ {
1226
+ "name": "cloud_cover",
1227
+ "type": "double"
1228
+ },
1229
+ {
1230
+ "name": "cloud_percent",
1231
+ "type": "int"
1232
+ },
1233
+ {
1234
+ "name": "ground_control_ratio",
1235
+ "type": "double"
1236
+ },
1237
+ {
1238
+ "name": "gsd",
1239
+ "type": "double"
1240
+ },
1241
+ {
1242
+ "name": "heavy_haze_percent",
1243
+ "type": "int"
1244
+ },
1245
+ {
1246
+ "name": "item_type",
1247
+ "type": "string"
1248
+ },
1249
+ {
1250
+ "name": "light_haze_percent",
1251
+ "type": "int"
1252
+ },
1253
+ {
1254
+ "name": "pixel_resolution",
1255
+ "type": "double"
1256
+ },
1257
+ {
1258
+ "name": "provider",
1259
+ "type": "string"
1260
+ },
1261
+ {
1262
+ "name": "published",
1263
+ "type": "datetime"
1264
+ },
1265
+ {
1266
+ "name": "publishing_stage",
1267
+ "type": "string"
1268
+ },
1269
+ {
1270
+ "name": "quality_category",
1271
+ "type": "string"
1272
+ },
1273
+ {
1274
+ "name": "satellite_id",
1275
+ "type": "string"
1276
+ },
1277
+ {
1278
+ "name": "satellite_azimuth",
1279
+ "type": "double"
1280
+ },
1281
+ {
1282
+ "name": "shadow_percent",
1283
+ "type": "int"
1284
+ },
1285
+ {
1286
+ "name": "snow_ice_percent",
1287
+ "type": "int"
1288
+ },
1289
+ {
1290
+ "name": "strip_id",
1291
+ "type": "string"
1292
+ },
1293
+ {
1294
+ "name": "sun_azimuth",
1295
+ "type": "double"
1296
+ },
1297
+ {
1298
+ "name": "sun_elevation",
1299
+ "type": "double"
1300
+ },
1301
+ {
1302
+ "name": "updated",
1303
+ "type": "datetime"
1304
+ },
1305
+ {
1306
+ "name": "view_angle",
1307
+ "type": "double"
1308
+ },
1309
+ {
1310
+ "name": "visible_confidence_percent",
1311
+ "type": "int"
1312
+ },
1313
+ {
1314
+ "name": "visible_percent",
1315
+ "type": "int"
1316
+ }
1317
+ ],
1318
+ "assets": [
1319
+ "basic_l1a_all_frames",
1320
+ "ortho_analytic",
1321
+ "ortho_analytic_sr",
1322
+ "ortho_analytic_dn",
1323
+ "ortho_analytic_udm",
1324
+ "ortho_analytic_udm2",
1325
+ "ortho_panchromatic",
1326
+ "ortho_panchromatic_dn",
1327
+ "ortho_panchromatic_udm",
1328
+ "ortho_panchromatic_udm2",
1329
+ "ortho_pansharpened",
1330
+ "ortho_pansharpened_udm",
1331
+ "ortho_pansharpened_udm2",
1332
+ "ortho_visual"
1333
+ ]
1334
+ },
1335
+ "SkySatVideo": {
1336
+ "fields": [
1337
+ {
1338
+ "name": "acquired",
1339
+ "type": "datetime"
1340
+ },
1341
+ {
1342
+ "name": "camera_id",
1343
+ "type": "string"
1344
+ },
1345
+ {
1346
+ "name": "item_type",
1347
+ "type": "string"
1348
+ },
1349
+ {
1350
+ "name": "provider",
1351
+ "type": "string"
1352
+ },
1353
+ {
1354
+ "name": "published",
1355
+ "type": "datetime"
1356
+ },
1357
+ {
1358
+ "name": "publishing_stage",
1359
+ "type": "string"
1360
+ },
1361
+ {
1362
+ "name": "quality_category",
1363
+ "type": "string"
1364
+ },
1365
+ {
1366
+ "name": "satellite_azimuth",
1367
+ "type": "double"
1368
+ },
1369
+ {
1370
+ "name": "satellite_id",
1371
+ "type": "string"
1372
+ },
1373
+ {
1374
+ "name": "strip_id",
1375
+ "type": "string"
1376
+ },
1377
+ {
1378
+ "name": "sun_azimuth",
1379
+ "type": "double"
1380
+ },
1381
+ {
1382
+ "name": "sun_elevation",
1383
+ "type": "double"
1384
+ },
1385
+ {
1386
+ "name": "updated",
1387
+ "type": "datetime"
1388
+ },
1389
+ {
1390
+ "name": "view_angle",
1391
+ "type": "double"
1392
+ }
1393
+ ],
1394
+ "assets": [
1395
+ "video_file",
1396
+ "video_frames",
1397
+ "video_metadata"
1398
+ ]
1399
+ },
1400
+ "Sentinel1": {
1401
+ "fields": [
1402
+ {
1403
+ "name": "abs_orbit_number",
1404
+ "type": "int"
1405
+ },
1406
+ {
1407
+ "name": "acquired",
1408
+ "type": "datetime"
1409
+ },
1410
+ {
1411
+ "name": "anomalous_pixels",
1412
+ "type": "double"
1413
+ },
1414
+ {
1415
+ "name": "antenna_look_direction",
1416
+ "type": "string"
1417
+ },
1418
+ {
1419
+ "name": "black_fill",
1420
+ "type": "double"
1421
+ },
1422
+ {
1423
+ "name": "clear_percent",
1424
+ "type": "double"
1425
+ },
1426
+ {
1427
+ "name": "cloud_cover",
1428
+ "type": "double"
1429
+ },
1430
+ {
1431
+ "name": "cloud_percent",
1432
+ "type": "double"
1433
+ },
1434
+ {
1435
+ "name": "columns",
1436
+ "type": "int"
1437
+ },
1438
+ {
1439
+ "name": "datatake_id",
1440
+ "type": "string"
1441
+ },
1442
+ {
1443
+ "name": "epsg_code",
1444
+ "type": "int"
1445
+ },
1446
+ {
1447
+ "name": "granule_id",
1448
+ "type": "string"
1449
+ },
1450
+ {
1451
+ "name": "gsd",
1452
+ "type": "double"
1453
+ },
1454
+ {
1455
+ "name": "incidence_far",
1456
+ "type": "double"
1457
+ },
1458
+ {
1459
+ "name": "incidence_near",
1460
+ "type": "double"
1461
+ },
1462
+ {
1463
+ "name": "instrument",
1464
+ "type": "string"
1465
+ },
1466
+ {
1467
+ "name": "item_type",
1468
+ "type": "string"
1469
+ },
1470
+ {
1471
+ "name": "orbit_direction",
1472
+ "type": "string"
1473
+ },
1474
+ {
1475
+ "name": "origin_x",
1476
+ "type": "double"
1477
+ },
1478
+ {
1479
+ "name": "origin_y",
1480
+ "type": "double"
1481
+ },
1482
+ {
1483
+ "name": "pixel_resolution",
1484
+ "type": "double"
1485
+ },
1486
+ {
1487
+ "name": "polarisation_channels",
1488
+ "type": "string"
1489
+ },
1490
+ {
1491
+ "name": "polarisation_mode",
1492
+ "type": "string"
1493
+ },
1494
+ {
1495
+ "name": "provider",
1496
+ "type": "string"
1497
+ },
1498
+ {
1499
+ "name": "published",
1500
+ "type": "datetime"
1501
+ },
1502
+ {
1503
+ "name": "quality_category",
1504
+ "type": "string"
1505
+ },
1506
+ {
1507
+ "name": "rel_orbit_number",
1508
+ "type": "int"
1509
+ },
1510
+ {
1511
+ "name": "rows",
1512
+ "type": "int"
1513
+ },
1514
+ {
1515
+ "name": "satellite_id",
1516
+ "type": "string"
1517
+ },
1518
+ {
1519
+ "name": "sensor_mode",
1520
+ "type": "string"
1521
+ },
1522
+ {
1523
+ "name": "sun_azimuth",
1524
+ "type": "double"
1525
+ },
1526
+ {
1527
+ "name": "sun_elevation",
1528
+ "type": "double"
1529
+ },
1530
+ {
1531
+ "name": "updated",
1532
+ "type": "datetime"
1533
+ },
1534
+ {
1535
+ "name": "usable_data",
1536
+ "type": "double"
1537
+ },
1538
+ {
1539
+ "name": "view_angle",
1540
+ "type": "double"
1541
+ }
1542
+ ],
1543
+ "assets": [
1544
+ "ortho_analytic_vh",
1545
+ "ortho_analytic_vv"
1546
+ ]
1547
+ },
1548
+ "MOD09GA": {
1549
+ "fields": [
1550
+ {
1551
+ "name": "acquired",
1552
+ "type": "datetime"
1553
+ },
1554
+ {
1555
+ "name": "anomalous_pixels",
1556
+ "type": "double"
1557
+ },
1558
+ {
1559
+ "name": "black_fill",
1560
+ "type": "double"
1561
+ },
1562
+ {
1563
+ "name": "cloud_cover",
1564
+ "type": "double"
1565
+ },
1566
+ {
1567
+ "name": "data_type",
1568
+ "type": "string"
1569
+ },
1570
+ {
1571
+ "name": "gsd",
1572
+ "type": "double"
1573
+ },
1574
+ {
1575
+ "name": "instrument",
1576
+ "type": "string"
1577
+ },
1578
+ {
1579
+ "name": "item_type",
1580
+ "type": "string"
1581
+ },
1582
+ {
1583
+ "name": "pixel_resolution",
1584
+ "type": "double"
1585
+ },
1586
+ {
1587
+ "name": "product_generation_time",
1588
+ "type": "datetime"
1589
+ },
1590
+ {
1591
+ "name": "product_version",
1592
+ "type": "string"
1593
+ },
1594
+ {
1595
+ "name": "provider",
1596
+ "type": "string"
1597
+ },
1598
+ {
1599
+ "name": "published",
1600
+ "type": "datetime"
1601
+ },
1602
+ {
1603
+ "name": "quality_category",
1604
+ "type": "string"
1605
+ },
1606
+ {
1607
+ "name": "satellite_id",
1608
+ "type": "string"
1609
+ },
1610
+ {
1611
+ "name": "sgrid_tile_id",
1612
+ "type": "string"
1613
+ },
1614
+ {
1615
+ "name": "sun_azimuth",
1616
+ "type": "double"
1617
+ },
1618
+ {
1619
+ "name": "sun_elevation",
1620
+ "type": "double"
1621
+ },
1622
+ {
1623
+ "name": "updated",
1624
+ "type": "datetime"
1625
+ },
1626
+ {
1627
+ "name": "usable_data",
1628
+ "type": "double"
1629
+ },
1630
+ {
1631
+ "name": "view_angle",
1632
+ "type": "double"
1633
+ }
1634
+ ],
1635
+ "assets": [
1636
+ "analytic_gflags",
1637
+ "analytic_granule_pnt",
1638
+ "analytic_iobs_res",
1639
+ "analytic_num_observations_1km",
1640
+ "analytic_num_observations_500m",
1641
+ "analytic_obscov_500m",
1642
+ "analytic_orbit_pnt",
1643
+ "analytic_q_scan",
1644
+ "analytic_qc_500m",
1645
+ "analytic_range",
1646
+ "analytic_sensor_azimuth",
1647
+ "analytic_sensor_zenith",
1648
+ "analytic_solar_azimuth",
1649
+ "analytic_solar_zenith",
1650
+ "analytic_state_1km",
1651
+ "analytic_sur_refl_b01",
1652
+ "analytic_sur_refl_b02",
1653
+ "analytic_sur_refl_b03",
1654
+ "analytic_sur_refl_b04",
1655
+ "analytic_sur_refl_b05",
1656
+ "analytic_sur_refl_b06",
1657
+ "analytic_sur_refl_b07"
1658
+ ]
1659
+ },
1660
+ "MYD09GA": {
1661
+ "fields": [
1662
+ {
1663
+ "name": "acquired",
1664
+ "type": "datetime"
1665
+ },
1666
+ {
1667
+ "name": "anomalous_pixels",
1668
+ "type": "double"
1669
+ },
1670
+ {
1671
+ "name": "black_fill",
1672
+ "type": "double"
1673
+ },
1674
+ {
1675
+ "name": "cloud_cover",
1676
+ "type": "double"
1677
+ },
1678
+ {
1679
+ "name": "data_type",
1680
+ "type": "string"
1681
+ },
1682
+ {
1683
+ "name": "gsd",
1684
+ "type": "double"
1685
+ },
1686
+ {
1687
+ "name": "instrument",
1688
+ "type": "string"
1689
+ },
1690
+ {
1691
+ "name": "item_type",
1692
+ "type": "string"
1693
+ },
1694
+ {
1695
+ "name": "pixel_resolution",
1696
+ "type": "double"
1697
+ },
1698
+ {
1699
+ "name": "product_generation_time",
1700
+ "type": "datetime"
1701
+ },
1702
+ {
1703
+ "name": "product_version",
1704
+ "type": "string"
1705
+ },
1706
+ {
1707
+ "name": "provider",
1708
+ "type": "string"
1709
+ },
1710
+ {
1711
+ "name": "published",
1712
+ "type": "datetime"
1713
+ },
1714
+ {
1715
+ "name": "quality_category",
1716
+ "type": "string"
1717
+ },
1718
+ {
1719
+ "name": "satellite_id",
1720
+ "type": "string"
1721
+ },
1722
+ {
1723
+ "name": "sgrid_tile_id",
1724
+ "type": "string"
1725
+ },
1726
+ {
1727
+ "name": "sun_azimuth",
1728
+ "type": "double"
1729
+ },
1730
+ {
1731
+ "name": "sun_elevation",
1732
+ "type": "double"
1733
+ },
1734
+ {
1735
+ "name": "updated",
1736
+ "type": "datetime"
1737
+ },
1738
+ {
1739
+ "name": "usable_data",
1740
+ "type": "double"
1741
+ },
1742
+ {
1743
+ "name": "view_angle",
1744
+ "type": "double"
1745
+ }
1746
+ ],
1747
+ "assets": [
1748
+ "analytic_gflags",
1749
+ "analytic_granule_pnt",
1750
+ "analytic_iobs_res",
1751
+ "analytic_num_observations_1km",
1752
+ "analytic_num_observations_500m",
1753
+ "analytic_obscov_500m",
1754
+ "analytic_orbit_pnt",
1755
+ "analytic_q_scan",
1756
+ "analytic_qc_500m",
1757
+ "analytic_range",
1758
+ "analytic_sensor_azimuth",
1759
+ "analytic_sensor_zenith",
1760
+ "analytic_solar_azimuth",
1761
+ "analytic_solar_zenith",
1762
+ "analytic_state_1km",
1763
+ "analytic_sur_refl_b01",
1764
+ "analytic_sur_refl_b02",
1765
+ "analytic_sur_refl_b03",
1766
+ "analytic_sur_refl_b04",
1767
+ "analytic_sur_refl_b05",
1768
+ "analytic_sur_refl_b06",
1769
+ "analytic_sur_refl_b07"
1770
+ ]
1771
+ },
1772
+ "MOD09GQ": {
1773
+ "fields": [
1774
+ {
1775
+ "name": "acquired",
1776
+ "type": "datetime"
1777
+ },
1778
+ {
1779
+ "name": "anomalous_pixels",
1780
+ "type": "double"
1781
+ },
1782
+ {
1783
+ "name": "black_fill",
1784
+ "type": "double"
1785
+ },
1786
+ {
1787
+ "name": "clear_percent",
1788
+ "type": "double"
1789
+ },
1790
+ {
1791
+ "name": "cloud_cover",
1792
+ "type": "double"
1793
+ },
1794
+ {
1795
+ "name": "cloud_percent",
1796
+ "type": "double"
1797
+ },
1798
+ {
1799
+ "name": "data_type",
1800
+ "type": "string"
1801
+ },
1802
+ {
1803
+ "name": "gsd",
1804
+ "type": "double"
1805
+ },
1806
+ {
1807
+ "name": "instrument",
1808
+ "type": "string"
1809
+ },
1810
+ {
1811
+ "name": "item_type",
1812
+ "type": "string"
1813
+ },
1814
+ {
1815
+ "name": "pixel_resolution",
1816
+ "type": "double"
1817
+ },
1818
+ {
1819
+ "name": "product_generation_time",
1820
+ "type": "datetime"
1821
+ },
1822
+ {
1823
+ "name": "product_version",
1824
+ "type": "string"
1825
+ },
1826
+ {
1827
+ "name": "provider",
1828
+ "type": "string"
1829
+ },
1830
+ {
1831
+ "name": "published",
1832
+ "type": "datetime"
1833
+ },
1834
+ {
1835
+ "name": "quality_category",
1836
+ "type": "string"
1837
+ },
1838
+ {
1839
+ "name": "satellite_id",
1840
+ "type": "string"
1841
+ },
1842
+ {
1843
+ "name": "sgrid_tile_id",
1844
+ "type": "string"
1845
+ },
1846
+ {
1847
+ "name": "sun_azimuth",
1848
+ "type": "double"
1849
+ },
1850
+ {
1851
+ "name": "sun_elevation",
1852
+ "type": "double"
1853
+ },
1854
+ {
1855
+ "name": "updated",
1856
+ "type": "datetime"
1857
+ },
1858
+ {
1859
+ "name": "usable_data",
1860
+ "type": "double"
1861
+ },
1862
+ {
1863
+ "name": "view_angle",
1864
+ "type": "double"
1865
+ }
1866
+ ],
1867
+ "assets": [
1868
+ "analytic_granule_pnt",
1869
+ "analytic_iobs_res",
1870
+ "analytic_num_observations",
1871
+ "analytic_obscov",
1872
+ "analytic_orbit_pnt",
1873
+ "analytic_qc_250m",
1874
+ "analytic_sur_refl_b01",
1875
+ "analytic_sur_refl_b02"
1876
+ ]
1877
+ },
1878
+ "MYD09GQ": {
1879
+ "fields": [
1880
+ {
1881
+ "name": "acquired",
1882
+ "type": "datetime"
1883
+ },
1884
+ {
1885
+ "name": "anomalous_pixels",
1886
+ "type": "double"
1887
+ },
1888
+ {
1889
+ "name": "black_fill",
1890
+ "type": "double"
1891
+ },
1892
+ {
1893
+ "name": "clear_percent",
1894
+ "type": "double"
1895
+ },
1896
+ {
1897
+ "name": "cloud_cover",
1898
+ "type": "double"
1899
+ },
1900
+ {
1901
+ "name": "cloud_percent",
1902
+ "type": "double"
1903
+ },
1904
+ {
1905
+ "name": "data_type",
1906
+ "type": "string"
1907
+ },
1908
+ {
1909
+ "name": "gsd",
1910
+ "type": "double"
1911
+ },
1912
+ {
1913
+ "name": "instrument",
1914
+ "type": "string"
1915
+ },
1916
+ {
1917
+ "name": "item_type",
1918
+ "type": "string"
1919
+ },
1920
+ {
1921
+ "name": "pixel_resolution",
1922
+ "type": "double"
1923
+ },
1924
+ {
1925
+ "name": "product_generation_time",
1926
+ "type": "datetime"
1927
+ },
1928
+ {
1929
+ "name": "product_version",
1930
+ "type": "string"
1931
+ },
1932
+ {
1933
+ "name": "provider",
1934
+ "type": "string"
1935
+ },
1936
+ {
1937
+ "name": "published",
1938
+ "type": "datetime"
1939
+ },
1940
+ {
1941
+ "name": "quality_category",
1942
+ "type": "string"
1943
+ },
1944
+ {
1945
+ "name": "satellite_id",
1946
+ "type": "string"
1947
+ },
1948
+ {
1949
+ "name": "sgrid_tile_id",
1950
+ "type": "string"
1951
+ },
1952
+ {
1953
+ "name": "sun_azimuth",
1954
+ "type": "double"
1955
+ },
1956
+ {
1957
+ "name": "sun_elevation",
1958
+ "type": "double"
1959
+ },
1960
+ {
1961
+ "name": "updated",
1962
+ "type": "datetime"
1963
+ },
1964
+ {
1965
+ "name": "usable_data",
1966
+ "type": "double"
1967
+ },
1968
+ {
1969
+ "name": "view_angle",
1970
+ "type": "double"
1971
+ }
1972
+ ],
1973
+ "assets": [
1974
+ "analytic_granule_pnt",
1975
+ "analytic_iobs_res",
1976
+ "analytic_num_observations",
1977
+ "analytic_obscov",
1978
+ "analytic_orbit_pnt",
1979
+ "analytic_qc_250m",
1980
+ "analytic_sur_refl_b01",
1981
+ "analytic_sur_refl_b02"
1982
+ ]
1983
+ }
1984
+ }
1985
+ }