<xarray.Dataset> Dimensions: (band: 16, x: 2503, y: 1783) Coordinates: * band (band) int64 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 * x (x) float64 113.8 113.8 113.8 113.8 ... 114.5 114.5 114.5 114.5 * y (y) float64 22.57 22.57 22.57 22.57 ... 22.09 22.09 22.09 22.09 spatial_ref int64 ... Data variables: band_data (band, y, x) float32 ...
xarray.Dataset
- band: 16
- x: 2503
- y: 1783
- band(band)int641 2 3 4 5 6 7 ... 11 12 13 14 15 16
array([ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16])
- x(x)float64113.8 113.8 113.8 ... 114.5 114.5
array([113.784791, 113.785061, 113.78533 , ..., 114.458528, 114.458797, 114.459067])
- y(y)float6422.57 22.57 22.57 ... 22.09 22.09
array([22.57354 , 22.573271, 22.573001, ..., 22.09384 , 22.09357 , 22.093301])
- spatial_ref()int64...
- crs_wkt :
- GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AXIS["Latitude",NORTH],AXIS["Longitude",EAST],AUTHORITY["EPSG","4326"]]
- 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
- grid_mapping_name :
- latitude_longitude
- spatial_ref :
- GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AXIS["Latitude",NORTH],AXIS["Longitude",EAST],AUTHORITY["EPSG","4326"]]
- GeoTransform :
- 113.78465630535715 0.00026949458523585647 0.0 22.573674943111044 0.0 -0.00026949458523585647
[1 values with dtype=int64]
- band_data(band, y, x)float32...
- AREA_OR_POINT :
- Area
- long_name :
- ('SR_B1', 'SR_B2', 'SR_B3', 'SR_B4', 'SR_B5', 'SR_B7', 'QA_PIXEL', 'NDVI', 'FVC', 'TPW', 'TPWpos', 'EM', 'B6_VCID_1', 'B6_VCID_2', 'LST', 'BBE')
[71405584 values with dtype=float32]
- bandPandasIndex
PandasIndex(Int64Index([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16], dtype='int64', name='band'))
- xPandasIndex
PandasIndex(Float64Index([113.78479105264977, 113.785060547235, 113.78533004182023, 113.78559953640547, 113.78586903099071, 113.78613852557595, 113.78640802016118, 113.78667751474642, 113.78694700933166, 113.7872165039169, ... 114.45664105364276, 114.456910548228, 114.45718004281322, 114.45744953739846, 114.4577190319837, 114.45798852656894, 114.45825802115417, 114.4585275157394, 114.45879701032464, 114.45906650490988], dtype='float64', name='x', length=2503))
- yPandasIndex
PandasIndex(Float64Index([22.573540195818428, 22.57327070123319, 22.573001206647955, 22.57273171206272, 22.572462217477483, 22.572192722892247, 22.571923228307014, 22.571653733721778, 22.571384239136542, 22.571114744551306, ... 22.095726296195256, 22.09545680161002, 22.095187307024784, 22.094917812439547, 22.09464831785431, 22.094378823269075, 22.09410932868384, 22.093839834098603, 22.093570339513366, 22.09330084492813], dtype='float64', name='y', length=1783))