<xarray.Dataset>
Dimensions: (time: 13, y: 12023, wavelength: 425, x: 13739)
Coordinates:
* time (time) datetime64[us] 2022-02-24 2022-02-28 ... 2022-05-29
* wavelength (wavelength) float32 377.2 382.2 387.2 ... 2.496e+03 2.501e+03
* x (x) float64 7.177e+05 7.177e+05 ... 7.864e+05 7.864e+05
* y (y) float64 3.866e+06 3.866e+06 ... 3.806e+06 3.806e+06
Data variables:
reflectance (time, y, wavelength, x) float32 dask.array<chunksize=(1, 1, 425, 13739), meta=np.ndarray>
spatial_ref int64 ...
Attributes: (12/13)
description: flight_products/20220224/box_mosaics/box_rfl_p...
samples: 13739
lines: 12023
bands: 425
header offset: 0
file type: ENVI Standard
... ...
interleave: bil
byte order: 0
map info: ['UTM', '1', '1', '717720', '3865865', '5', '5...
coordinate system string: ['PROJCS["WGS_1984_UTM_Zone_10N"', 'GEOGCS["GC...
wavelength: ['377.1956495', '382.20564950000005', '387.215...
fwhm: ['5.57', '5.58', '5.58', '5.58', '5.5900000000... Dimensions: time : 13y : 12023wavelength : 425x : 13739
Coordinates: (4)
time
(time)
datetime64[us]
2022-02-24 ... 2022-05-29
array(['2022-02-24T00:00:00.000000', '2022-02-28T00:00:00.000000',
'2022-03-08T00:00:00.000000', '2022-03-16T00:00:00.000000',
'2022-03-22T00:00:00.000000', '2022-04-05T00:00:00.000000',
'2022-04-12T00:00:00.000000', '2022-04-20T00:00:00.000000',
'2022-04-29T00:00:00.000000', '2022-05-03T00:00:00.000000',
'2022-05-11T00:00:00.000000', '2022-05-17T00:00:00.000000',
'2022-05-29T00:00:00.000000'], dtype='datetime64[us]') wavelength
(wavelength)
float32
377.2 382.2 ... 2.496e+03 2.501e+03
array([ 377.19565, 382.20566, 387.21564, ..., 2490.8557 , 2495.8657 ,
2500.8757 ], dtype=float32) x
(x)
float64
7.177e+05 7.177e+05 ... 7.864e+05
array([717722.5, 717727.5, 717732.5, ..., 786402.5, 786407.5, 786412.5]) y
(y)
float64
3.866e+06 3.866e+06 ... 3.806e+06
array([3865862.5, 3865857.5, 3865852.5, ..., 3805762.5, 3805757.5, 3805752.5]) Data variables: (2)
reflectance
(time, y, wavelength, x)
float32
dask.array<chunksize=(1, 1, 425, 13739), meta=np.ndarray>
Array
Chunk
Bytes
3.32 TiB
22.27 MiB
Shape
(13, 12023, 425, 13739)
(1, 1, 425, 13739)
Count
156300 Tasks
156299 Chunks
Type
float32
numpy.ndarray
13
1
13739
425
12023
spatial_ref
()
int64
...
crs_wkt : PROJCRS["WGS 84 / UTM zone 10N",BASEGEOGCRS["WGS 84",DATUM["World Geodetic System 1984",ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ID["EPSG",6326]],PRIMEM["Greenwich",0,ANGLEUNIT["Degree",0.0174532925199433]]],CONVERSION["UTM zone 10N",METHOD["Transverse Mercator",ID["EPSG",9807]],PARAMETER["Latitude of natural origin",0,ANGLEUNIT["Degree",0.0174532925199433],ID["EPSG",8801]],PARAMETER["Longitude of natural origin",-123,ANGLEUNIT["Degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["Scale factor at natural origin",0.9996,SCALEUNIT["unity",1],ID["EPSG",8805]],PARAMETER["False easting",500000,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]],ID["EPSG",16010]],CS[Cartesian,2],AXIS["(E)",east,ORDER[1],LENGTHUNIT["metre",1,ID["EPSG",9001]]],AXIS["(N)",north,ORDER[2],LENGTHUNIT["metre",1,ID["EPSG",9001]]]] semi_major_axis : 6378137.0 semi_minor_axis : 6356752.314245179 inverse_flattening : 298.257223563 reference_ellipsoid_name : WGS 84 longitude_of_prime_meridian : 0.0 prime_meridian_name : Greenwich geographic_crs_name : WGS 84 horizontal_datum_name : World Geodetic System 1984 projected_crs_name : WGS 84 / UTM zone 10N grid_mapping_name : transverse_mercator latitude_of_projection_origin : 0.0 longitude_of_central_meridian : -123.0 false_easting : 500000.0 false_northing : 0.0 scale_factor_at_central_meridian : 0.9996 spatial_ref : PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]] GeoTransform : 717720.0 5.0 -0.0 3865865.0 -0.0 -5.0 [1 values with dtype=int64] Indexes: (4)
PandasIndex
PandasIndex(DatetimeIndex(['2022-02-24', '2022-02-28', '2022-03-08', '2022-03-16',
'2022-03-22', '2022-04-05', '2022-04-12', '2022-04-20',
'2022-04-29', '2022-05-03', '2022-05-11', '2022-05-17',
'2022-05-29'],
dtype='datetime64[ns]', name='time', freq=None)) PandasIndex
PandasIndex(Float64Index([ 377.1956481933594, 382.2056579589844, 387.21563720703125,
392.22564697265625, 397.22564697265625, 402.23565673828125,
407.2456359863281, 412.2556457519531, 417.2656555175781,
422.275634765625,
...
2455.795654296875, 2460.8056640625, 2465.815673828125,
2470.815673828125, 2475.82568359375, 2480.835693359375,
2485.845703125, 2490.855712890625, 2495.86572265625,
2500.875732421875],
dtype='float64', name='wavelength', length=425)) PandasIndex
PandasIndex(Float64Index([717722.5, 717727.5, 717732.5, 717737.5, 717742.5, 717747.5,
717752.5, 717757.5, 717762.5, 717767.5,
...
786367.5, 786372.5, 786377.5, 786382.5, 786387.5, 786392.5,
786397.5, 786402.5, 786407.5, 786412.5],
dtype='float64', name='x', length=13739)) PandasIndex
PandasIndex(Float64Index([3865862.5, 3865857.5, 3865852.5, 3865847.5, 3865842.5, 3865837.5,
3865832.5, 3865827.5, 3865822.5, 3865817.5,
...
3805797.5, 3805792.5, 3805787.5, 3805782.5, 3805777.5, 3805772.5,
3805767.5, 3805762.5, 3805757.5, 3805752.5],
dtype='float64', name='y', length=12023)) Attributes: (13)
description : flight_products/20220224/box_mosaics/box_rfl_phase_l2a samples : 13739 lines : 12023 bands : 425 header offset : 0 file type : ENVI Standard data type : 4 interleave : bil byte order : 0 map info : ['UTM', '1', '1', '717720', '3865865', '5', '5', '10', 'North', 'WGS-84'] coordinate system string : ['PROJCS["WGS_1984_UTM_Zone_10N"', 'GEOGCS["GCS_WGS_1984"', 'DATUM["D_WGS_1984"', 'SPHEROID["WGS_1984"', '6378137.0', '298.257223563]]', 'PRIMEM["Greenwich"', '0.0]', 'UNIT["Degree"', '0.0174532925199433]]', 'PROJECTION["Transverse_Mercator"]', 'PARAMETER["False_Easting"', '500000.0]', 'PARAMETER["False_Northing"', '0.0]', 'PARAMETER["Central_Meridian"', '-123.0]', 'PARAMETER["Scale_Factor"', '0.9996]', 'PARAMETER["Latitude_Of_Origin"', '0.0]', 'UNIT["Meter"', '1.0]]'] wavelength : ['377.1956495', '382.20564950000005', '387.2156495', '392.2256495', '397.2256495', '402.2356495', '407.24564949999996', '412.2556495', '417.2656495', '422.27564950000004', '427.2856495', '432.29564949999997', '437.29564949999997', '442.3056495', '447.3156495', '452.3256495', '457.3356495', '462.34564950000004', '467.3556495', '472.35564949999997', '477.36564949999996', '482.3756495', '487.3856495', '492.3956495', '497.4056495', '502.4156495', '507.4256495', '512.4256495000001', '517.4356495', '522.4456495000001', '527.4556495', '532.4656494999999', '537.4756495', '542.4856495', '547.4856495', '552.4956495', '557.5056495', '562.5156495', '567.5256495', '572.5356495', '577.5456495', '582.5556495000001', '587.5556495000001', '592.5656495000001', '597.5756494999999', '602.5856495', '607.5956495', '612.6056494999999', '617.6156495', '622.6156495', '627.6256495', '632.6356495', '637.6456495', '642.6556495', '647.6656495000001', '652.6756495', '657.6856495', '662.6856495', '667.6956495000001', '672.7056495', '677.7156494999999', '682.7256495', '687.7356495', '692.7456494999999', '697.7456494999999', '702.7556495', '707.7656495', '712.7756495000001', '717.7856495', '722.7956495', '727.8056495000001', '732.8156495', '737.8156495', '742.8256494999999', '747.8356495', '752.8456495', '757.8556494999999', '762.8656495', '767.8756495', '772.8756495', '777.8856495', '782.8956495', '787.9056495', '792.9156495000001', '797.9256495', '802.9356495', '807.9456495000001', '812.9456495000001', '817.9556494999999', '822.9656494999999', '827.9756495', '832.9856495', '837.9956495', '843.0056495', '848.0056495', '853.0156495', '858.0256495000001', '863.0356495', '868.0456495', '873.0556495000001', '878.0656495', '883.0756494999999', '888.0756494999999', '893.0856495', '898.0956495', '903.1056495', '908.1156495', '913.1256495', '918.1356495', '923.1456495', '928.1456495', '933.1556495', '938.1656495000001', '943.1756495', '948.1856495', '953.1956495000001', '958.2056494999999', '963.2056494999999', '968.2156495', '973.2256495', '978.2356495', '983.2456495', '988.2556495', '993.2656495', '998.2756495', '1003.2756494999999', '1008.2856495000001', '1013.2956495000001', '1018.3056495000001', '1023.3156495', '1028.3256494999998', '1033.3356494999998', '1038.3356495', '1043.3456495', '1048.3556495', '1053.3656494999998', '1058.3756495', '1063.3856495', '1068.3956495', '1073.4056495', '1078.4056495', '1083.4156495', '1088.4256495', '1093.4356495', '1098.4456495', '1103.4556495000002', '1108.4656495', '1113.4656495', '1118.4756495', '1123.4856495000001', '1128.4956495000001', '1133.5056495', '1138.5156494999999', '1143.5256494999999', '1148.5356495', '1153.5356495', '1158.5456494999999', '1163.5556494999998', '1168.5656495', '1173.5756495', '1178.5856495', '1183.5956495', '1188.5956495', '1193.6056495', '1198.6156495', '1203.6256495', '1208.6356495', '1213.6456495', '1218.6556495', '1223.6656495', '1228.6656495', '1233.6756495000002', '1238.6856495', '1243.6956495', '1248.7056495', '1253.7156495', '1258.7256495000001', '1263.7256495', '1268.7356495', '1273.7456495', '1278.7556495000001', '1283.7656495', '1288.7756495', '1293.7856494999999', '1298.7956494999999', '1303.7956495', '1308.8056495', '1313.8156495', '1318.8256494999998', '1323.8356495', '1328.8456495', '1333.8556495', '1338.8556494999998', '1343.8656495', '1348.8756495', '1353.8856495', '1358.8956495', '1363.9056495', '1368.9156495000002', '1373.9256495', '1378.9256495', '1383.9356495', '1388.9456495000002', '1393.9556495000002', '1398.9656495', '1403.9756495', '1408.9856495', '1413.9856495000001', '1418.9956495', '1424.0056495', '1429.0156494999999', '1434.0256495', '1439.0356495', '1444.0456495', '1449.0556495', '1454.0556495', '1459.0656495', '1464.0756495', '1469.0856495', '1474.0956495', '1479.1056494999998', '1484.1156495', '1489.1156495', '1494.1256495', '1499.1356495', '1504.1456495', '1509.1556495', '1514.1656495', '1519.1756495', '1524.1856495', '1529.1856495', '1534.1956495', '1539.2056495', '1544.2156495', '1549.2256495000001', '1554.2356495000001', '1559.2456495', '1564.2456495', '1569.2556495000001', '1574.2656495', '1579.2756495', '1584.2856494999999', '1589.2956494999999', '1594.3056495', '1599.3156495', '1604.3156494999998', '1609.3256494999998', '1614.3356495', '1619.3456495', '1624.3556495', '1629.3656495', '1634.3756495', '1639.3756495', '1644.3856495', '1649.3956495', '1654.4056495', '1659.4156495000002', '1664.4256495', '1669.4356495', '1674.4456495', '1679.4456495000002', '1684.4556495', '1689.4656495', '1694.4756495', '1699.4856495', '1704.4956495000001', '1709.5056495000001', '1714.5056495', '1719.5156494999999', '1724.5256495', '1729.5356495', '1734.5456495', '1739.5556495', '1744.5656494999998', '1749.5756495', '1754.5756495', '1759.5856495', '1764.5956494999998', '1769.6056495', '1774.6156495', '1779.6256495', '1784.6356495', '1789.6356495', '1794.6456495', '1799.6556495', '1804.6656495', '1809.6756495', '1814.6856495000002', '1819.6956495000002', '1824.7056495', '1829.7056495', '1834.7156495000002', '1839.7256495000001', '1844.7356495', '1849.7456495', '1854.7556495', '1859.7656494999999', '1864.7756495', '1869.7756494999999', '1874.7856494999999', '1879.7956495', '1884.8056495', '1889.8156495', '1894.8256495', '1899.8356495', '1904.8356495', '1909.8456495', '1914.8556495', '1919.8656495', '1924.8756495', '1929.8856495', '1934.8956495', '1939.9056495', '1944.9056495000002', '1949.9156495', '1954.9256495', '1959.9356495', '1964.9456495', '1969.9556495', '1974.9656495000002', '1979.9656495', '1984.9756495', '1989.9856495', '1994.9956495000001', '2000.0056495', '2005.0156495', '2010.0256495', '2015.0356495', '2020.0356495', '2025.0456495', '2030.0556494999998', '2035.0656494999998', '2040.0756494999998', '2045.0856494999998', '2050.0956494999996', '2055.0956495', '2060.1056495000003', '2065.1156495', '2070.1256495', '2075.1356495', '2080.1456494999998', '2085.1556495', '2090.1656494999997', '2095.1656495', '2100.1756495', '2105.1856495', '2110.1956495', '2115.2056495', '2120.2156495', '2125.2256495', '2130.2256494999997', '2135.2356495000004', '2140.2456495', '2145.2556495000003', '2150.2656495', '2155.2756495', '2160.2856495', '2165.2956495', '2170.2956495', '2175.3056494999996', '2180.3156495', '2185.3256495', '2190.3356495000003', '2195.3456495', '2200.3556495000003', '2205.3556495', '2210.3656495', '2215.3756495', '2220.3856495', '2225.3956494999998', '2230.4056495', '2235.4156495', '2240.4256495', '2245.4256495', '2250.4356495', '2255.4456495', '2260.4556494999997', '2265.4656495', '2270.4756494999997', '2275.4856495000004', '2280.4856495', '2285.4956495', '2290.5056495', '2295.5156495', '2300.5256495', '2305.5356495', '2310.5456495', '2315.5556494999996', '2320.5556495', '2325.5656495000003', '2330.5756495', '2335.5856495', '2340.5956495', '2345.6056495', '2350.6156495', '2355.6156495', '2360.6256495000002', '2365.6356495', '2370.6456495', '2375.6556495', '2380.6656495', '2385.6756495', '2390.6856495', '2395.6856494999997', '2400.6956495', '2405.7056495', '2410.7156495000004', '2415.7256495', '2420.7356495', '2425.7456495', '2430.7456495', '2435.7556495', '2440.7656494999997', '2445.7756495', '2450.7856495', '2455.7956495000003', '2460.8056495', '2465.8156495000003', '2470.8156495', '2475.8256495', '2480.8356495', '2485.8456495', '2490.8556495', '2495.8656494999996', '2500.8756495000002'] fwhm : ['5.57', '5.58', '5.58', '5.58', '5.590000000000001', '5.590000000000001', '5.590000000000001', '5.6', '5.6', '5.6', '5.6', '5.61', '5.61', '5.61', '5.62', '5.62', '5.62', '5.62', '5.63', '5.63', '5.63', '5.64', '5.64', '5.64', '5.64', '5.6499999999999995', '5.6499999999999995', '5.6499999999999995', '5.6499999999999995', '5.66', '5.66', '5.66', '5.66', '5.66', '5.67', '5.67', '5.67', '5.67', '5.68', '5.68', '5.68', '5.68', '5.68', '5.6899999999999995', '5.6899999999999995', '5.6899999999999995', '5.6899999999999995', '5.6899999999999995', '5.7', '5.7', '5.7', '5.7', '5.7', '5.7', '5.71', '5.71', '5.71', '5.71', '5.71', '5.71', '5.720000000000001', '5.720000000000001', '5.720000000000001', '5.720000000000001', '5.720000000000001', '5.720000000000001', '5.720000000000001', '5.7299999999999995', '5.7299999999999995', '5.7299999999999995', '5.7299999999999995', '5.7299999999999995', '5.7299999999999995', '5.7299999999999995', '5.7299999999999995', '5.74', '5.74', '5.74', '5.74', '5.74', '5.74', '5.74', '5.74', '5.74', '5.75', '5.75', '5.75', '5.75', '5.75', '5.75', '5.75', '5.75', '5.75', '5.75', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.760000000000001', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.77', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.78', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.79', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.8100000000000005', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.819999999999999', '5.83', '5.83', '5.83', '5.83', '5.83', '5.83', '5.83', '5.83', '5.83', '5.83', '5.83', '5.83', '5.83', '5.84', '5.84', '5.84', '5.84', '5.84', '5.84', '5.84', '5.84', '5.84', '5.84', '5.84', '5.84', '5.8500000000000005', '5.8500000000000005', '5.8500000000000005', '5.8500000000000005', '5.8500000000000005', '5.8500000000000005', '5.8500000000000005', '5.8500000000000005', '5.8500000000000005', '5.859999999999999', '5.859999999999999', '5.859999999999999', '5.859999999999999', '5.859999999999999', '5.859999999999999', '5.859999999999999', '5.859999999999999', '5.859999999999999', '5.87', '5.87', '5.87', '5.87', '5.87', '5.87', '5.87', '5.87', '5.88', '5.88', '5.88', '5.88', '5.88', '5.88', '5.88', '5.88', '5.890000000000001', '5.890000000000001', '5.890000000000001', '5.890000000000001', '5.890000000000001', '5.890000000000001', '5.890000000000001', '5.8999999999999995', '5.8999999999999995', '5.8999999999999995', '5.8999999999999995', '5.8999999999999995', '5.8999999999999995', '5.8999999999999995', '5.91', '5.91', '5.91', '5.91', '5.91', '5.91', '5.92', '5.92', '5.92', '5.92', '5.92', '5.92', '5.930000000000001', '5.930000000000001', '5.930000000000001', '5.930000000000001', '5.930000000000001', '5.930000000000001', '5.94', '5.94', '5.94', '5.94', '5.94', '5.95', '5.95', '5.95', '5.95', '5.95', '5.95', '5.96', '5.96', '5.96', '5.96', '5.96', '5.97', '5.97', '5.97', '5.97', '5.97', '5.98', '5.98', '5.98', '5.98', '5.98', '5.989999999999999', '5.989999999999999', '5.989999999999999', '5.989999999999999', '5.989999999999999', '6.0', '6.0', '6.0', '6.0', '6.01', '6.01', '6.01', '6.01', '6.01', '6.0200000000000005', '6.0200000000000005', '6.0200000000000005', '6.0200000000000005', '6.029999999999999']