examples¶
[1]:
# import dependencies
import xradarsat2
[2]:
# Specify the directory that contains the level 1 files
folder_path = "/home/datawork-cersat-public/cache/project/sarwing/data/RS2/L1/VV_VH/2020/234/RS2_OK123649_PK1086794_DK1033082_SCWA_20200821_133300_VV_VH_SGF"
[3]:
# Apply rs2_reader to load every datasets (as a datatree) from the level 1 directory and display it
dt = xradarsat2.rs2_reader(folder_path)
dt
[3]:
<xarray.DatasetView> Dimensions: () Data variables: *empty* Attributes: product_path: /home/datawork-cersat-public/cache/project/sarwin... satellite: RADARSAT-2 inputDatasetId: /Fred/RSAT-2/525985P rawDataStartTime: 2020-08-21T13:33:00.289027 satelliteHeight_units: m satelliteHeight: 793996.3316241935
datatree.DataTree
- timeStamp: 11
- timeStamp(timeStamp)datetime64[ns]2020-08-21T13:32:59.965779 ... 2...
array(['2020-08-21T13:32:59.965779000', '2020-08-21T13:33:07.608590000', '2020-08-21T13:33:15.251400000', '2020-08-21T13:33:22.894211000', '2020-08-21T13:33:30.537021000', '2020-08-21T13:33:38.179832000', '2020-08-21T13:33:45.822642000', '2020-08-21T13:33:53.465452000', '2020-08-21T13:34:01.108263000', '2020-08-21T13:34:08.751074000', '2020-08-21T13:34:16.393884000'], dtype='datetime64[ns]')
- yaw(timeStamp)float643.62 3.634 3.647 ... 3.721 3.731
- units :
- deg
- xpath :
- /product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/yaw
- Description :
- Spacecraft yaw angle (units = deg). Positive for nose right rotation about the z axis (i.e. clockwise when looking along the z axis). When Right-Looking, a small positive yaw generally means that the SAR antenna is pointing slightly backwards. When Left-Looking, a small positive yaw generally means it is pointing slightly forwards.
array([3.62049778, 3.63365899, 3.64652961, 3.65702093, 3.67243187, 3.68081034, 3.6905809 , 3.70261566, 3.7134148 , 3.72126462, 3.73117966])
- roll(timeStamp)float64-29.8 -29.8 -29.8 ... -29.8 -29.8
- units :
- deg
- xpath :
- /product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/roll
- Description :
- Spacecraft roll angle (units = deg). Positive for left side up rotation about the x axis (i.e. clockwise when looking along the x axis). Roll is negative for Right-Looking and positive for Left-Looking.
array([-29.79890423, -29.80361317, -29.8010257 , -29.80103688, -29.80344879, -29.7999625 , -29.80098175, -29.8012263 , -29.79569133, -29.80060407, -29.80360114])
- pitch(timeStamp)float640.00105 0.0002288 ... 0.0002899
- units :
- deg
- xpath :
- /product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/pitch
- Description :
- Spacecraft pitch angle (units = deg). Positive for nose up rotation about the y axis (i.e. clockwise when looking along the y axis).
array([ 1.05034540e-03, 2.28787239e-04, -8.64985941e-05, 1.06547621e-03, -3.20427131e-03, -1.58235328e-03, -1.11302229e-03, -1.34512395e-03, -1.48608164e-03, -2.19826353e-04, 2.89850744e-04])
- xPosition(timeStamp)float64-2.264e+06 -2.283e+06 ... -2.45e+06
- units :
- m
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/xPosition
- Description :
- (units = m)
array([-2263609.14207332, -2282829.32769217, -2301922.70252158, -2320887.60680403, -2339722.37750286, -2358425.37920876, -2376994.95872088, -2395429.48096627, -2413727.32091636, -2431886.8584209 , -2449906.47878358])
- yPosition(timeStamp)float64-6.252e+06 ... -6.386e+06
- units :
- m
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/yPosition
- Description :
- (units = m)
array([-6252116.77098198, -6267377.87400214, -6282223.42531529, -6296652.63569106, -6310664.73842626, -6324259.00412853, -6337434.72013708, -6350191.20891913, -6362527.82021551, -6374443.93068184, -6385938.94422785])
- zPosition(timeStamp)float642.681e+06 2.629e+06 ... 2.151e+06
- units :
- m
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/zPosition
- Description :
- (units = m)
array([2680758.81370294, 2628520.89240576, 2576116.4102974 , 2523548.67445082, 2470821.03030166, 2417936.78650863, 2364899.31914961, 2311711.98674188, 2258378.15257799, 2204901.20490021, 2151284.53973749])
- xVelocity(timeStamp)float64-2.523e+03 ... -2.348e+03
- units :
- m/s
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/xVelocity
- Description :
- (units = m/s)
array([-2523.02895273, -2506.54654236, -2489.84582924, -2472.92775964, -2455.79330131, -2438.44342473, -2420.87913653, -2403.10145415, -2385.11140925, -2366.91005817, -2348.49847354])
- yVelocity(timeStamp)float64-2.024e+03 -1.97e+03 ... -1.476e+03
- units :
- m/s
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/yVelocity
- Description :
- (units = m/s)
array([-2023.94216785, -1969.62393044, -1915.20019793, -1860.67465177, -1806.05100536, -1751.33292846, -1696.52415635, -1641.62840103, -1586.64937544, -1531.59081074, -1476.45644241])
- zVelocity(timeStamp)float64-6.824e+03 ... -7.024e+03
- units :
- m/s
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/zVelocity
- Description :
- (units = m/s)
array([-6823.8681275 , -6845.87928881, -6867.45667764, -6888.59892215, -6909.30466278, -6929.57258937, -6949.4013952 , -6968.78981521, -6987.73660902, -7006.24056657, -7024.30050348])
- attitudeDataSource :
- Downlink
- attitudeOffsetsApplied :
- true
- Description :
- Attitude Information Data Store. Orbit Information Data Store. State Vector Data Store. Earth Centered Rotating (ECR) coordinates.
<xarray.DatasetView> Dimensions: (timeStamp: 11) Coordinates: * timeStamp (timeStamp) datetime64[ns] 2020-08-21T13:32:59.965779 ... 2020... Data variables: yaw (timeStamp) float64 3.62 3.634 3.647 3.657 ... 3.713 3.721 3.731 roll (timeStamp) float64 -29.8 -29.8 -29.8 -29.8 ... -29.8 -29.8 -29.8 pitch (timeStamp) float64 0.00105 0.0002288 ... -0.0002198 0.0002899 xPosition (timeStamp) float64 -2.264e+06 -2.283e+06 ... -2.45e+06 yPosition (timeStamp) float64 -6.252e+06 -6.267e+06 ... -6.386e+06 zPosition (timeStamp) float64 2.681e+06 2.629e+06 ... 2.205e+06 2.151e+06 xVelocity (timeStamp) float64 -2.523e+03 -2.507e+03 ... -2.348e+03 yVelocity (timeStamp) float64 -2.024e+03 -1.97e+03 ... -1.476e+03 zVelocity (timeStamp) float64 -6.824e+03 -6.846e+03 ... -7.024e+03 Attributes: attitudeDataSource: Downlink attitudeOffsetsApplied: true Description: Attitude Information Data Store. Orbit Informati...
orbitAndAttitude- line: 11
- pixel: 11
- line(line)int640 1018 2037 ... 8149 9168 10187
- rasterAttributes_sampledLineSpacing_units :
- m
- rasterAttributes_sampledLineSpacing_value :
- 50.0
array([ 0, 1018, 2037, 3056, 4074, 5093, 6112, 7130, 8149, 9168, 10187])
- pixel(pixel)int640 1044 2088 ... 8355 9399 10444
- rasterAttributes_sampledPixelSpacing_units :
- m
- rasterAttributes_sampledPixelSpacing_value :
- 50.0
array([ 0, 1044, 2088, 3133, 4177, 5222, 6266, 7310, 8355, 9399, 10444])
- latitude(line, pixel)float6423.47 23.38 23.3 ... 18.14 18.04
- units :
- deg
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/latitude
- Description :
- Geodetic latitude (units = deg)
array([[23.46702587, 23.38408317, 23.29952541, 23.2133558 , 23.1255863 , 23.03623205, 22.94530657, 22.8528176 , 22.75876515, 22.66314534, 22.56596683], [23.01706995, 22.93377836, 22.84890662, 22.76245783, 22.67444386, 22.58487977, 22.49377899, 22.40114913, 22.30699011, 22.21129798, 22.11408139], [22.56708802, 22.48344613, 22.39825874, 22.31152882, 22.22326815, 22.13349168, 22.04221272, 21.94943876, 21.85516955, 21.75940096, 21.66214147], [22.11707085, 22.03307742, 21.94757295, 21.86056028, 21.77205112, 21.68206035, 21.59060118, 21.49768099, 21.40329946, 21.30745238, 21.21014825], [21.66702922, 21.58268287, 21.49685967, 21.40956236, 21.32080254, 21.230595 , 21.13895286, 21.04588334, 20.95138598, 20.85545644, 20.75810301], [21.21695433, 21.13225385, 21.04611053, 20.95852699, 20.86951478, 20.7790886 , 20.68726147, 20.59404055, 20.49942528, 20.40341123, 20.30600672], [20.76685581, 20.68179985, 20.59533481, 20.50746321, 20.41819651, 20.32754933, 20.23553459, 20.14215932, 20.04742281, 19.95132051, 19.85386056], [20.31672659, 20.23131396, 20.14452583, 20.05636462, 19.96684173, 19.87597171, 19.78376739, 19.69023572, 19.5953759 , 19.49918331, 19.40166609], [19.86657475, 19.78080412, 19.69369136, 19.60523877, 19.51545767, 19.42436255, 19.33196614, 19.23827526, 19.14328901, 19.04700261, 18.94942408], [19.41639455, 19.33026473, 19.24282596, 19.15408047, 19.0640395 , 18.97271747, 18.88012703, 18.78627493, 18.69116016, 18.5947779 , 18.49713614], [18.96619285, 18.87970255, 18.79193628, 18.70289616, 18.61259337, 18.52104226, 18.42825539, 18.33423941, 18.23899318, 18.14251178, 18.04480305]])
- longitude(line, pixel)float64-117.3 -116.8 ... -113.8 -113.3
- units :
- deg
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/longitude
- Description :
- Geodetic longitude (units = deg)
array([[-117.26487342, -116.76191381, -116.25957296, -115.75782984, -115.25671434, -114.75627141, -114.25653357, -113.75749969, -113.25912799, -112.76135901, -112.26420088], [-117.35232066, -116.85110926, -116.35050354, -115.85048203, -115.35107401, -114.85232383, -114.35426346, -113.85689145, -113.36016588, -112.86402735, -112.36848402], [-117.43985019, -116.94034434, -116.44143105, -115.94308838, -115.44534497, -114.94824448, -114.4518183 , -113.95606444, -113.4609406 , -112.96638698, -112.47241089], [-117.52740753, -117.02956729, -116.53230676, -116.0356036 , -115.53948588, -115.0439967 , -114.54916695, -114.05499436, -113.56143652, -113.06843369, -112.57599327], [-117.61505811, -117.11884205, -116.62319282, -116.12808762, -115.63355394, -115.13963424, -114.64635885, -114.15372502, -113.66168999, -113.17019365, -112.67924265], [-117.70275195, -117.20812118, -116.71404459, -116.220499 , -115.72751137, -115.23512364, -114.74336568, -114.25223444, -113.76168706, -113.2716635 , -112.78217045], [-117.79054708, -117.29746145, -116.8049173 , -116.31289106, -115.82140914, -115.3305129 , -114.84023166, -114.35056194, -113.86146058, -113.37286719, -112.88478777], [-117.87840075, -117.38682233, -116.89577291, -116.40522857, -115.91521524, -115.42577375, -114.93693303, -114.44868931, -113.96099931, -113.47380268, -112.98710545], [-117.96636357, -117.47625338, -116.9866597 , -116.49755823, -116.00897437, -115.52094845, -115.03350885, -114.54665144, -114.06033264, -113.57449182, -113.08913437], [-118.05440048, -117.56572138, -117.07754657, -116.58985135, -116.10266066, -115.61601429, -115.12994027, -114.64443418, -114.15945235, -113.67493418, -113.19088502], [-118.14255421, -117.65526846, -117.16847467, -116.6821478 , -116.1963123 , -115.71100748, -115.22626088, -114.74206776, -114.25838419, -113.77514931, -113.29236792]])
- height(line, pixel)float640.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0
- units :
- m
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/height
- Description :
- Geodetic height above reference ellipsoid (units = m)
array([[0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]])
- productFormat :
- GeoTIFF
- outputMediaInterleaving :
- BSQ
- rasterAttributes_dataType :
- Magnitude Detected
- rasterAttributes_bitsPerSample_dataStream :
- Magnitude
- rasterAttributes_bitsPerSample_value :
- 16
- rasterAttributes_numberOfSamplesPerLine :
- 10445
- rasterAttributes_numberOfLines :
- 10188
- rasterAttributes_sampledPixelSpacing_units :
- m
- rasterAttributes_sampledPixelSpacing_value :
- 50.0
- rasterAttributes_sampledLineSpacing_units :
- m
- rasterAttributes_sampledLineSpacing_value :
- 50.0
- rasterAttributes_lineTimeOrdering :
- Increasing
- rasterAttributes_pixelTimeOrdering :
- Decreasing
<xarray.DatasetView> Dimensions: (line: 11, pixel: 11) Coordinates: * line (line) int64 0 1018 2037 3056 4074 5093 6112 7130 8149 9168 10187 * pixel (pixel) int64 0 1044 2088 3133 4177 ... 6266 7310 8355 9399 10444 Data variables: latitude (line, pixel) float64 23.47 23.38 23.3 ... 18.24 18.14 18.04 longitude (line, pixel) float64 -117.3 -116.8 -116.3 ... -113.8 -113.3 height (line, pixel) float64 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0 0.0 Attributes: (12/13) productFormat: GeoTIFF outputMediaInterleaving: BSQ rasterAttributes_dataType: Magnitude Detected rasterAttributes_bitsPerSample_dataStream: Magnitude rasterAttributes_bitsPerSample_value: 16 rasterAttributes_numberOfSamplesPerLine: 10445 ... ... rasterAttributes_sampledPixelSpacing_units: m rasterAttributes_sampledPixelSpacing_value: 50.0 rasterAttributes_sampledLineSpacing_units: m rasterAttributes_sampledLineSpacing_value: 50.0 rasterAttributes_lineTimeOrdering: Increasing rasterAttributes_pixelTimeOrdering: Decreasing
geolocationGrid- timeOfDopplerCentroidEstimate: 6
- n-Coefficients: 5
- timeOfDopplerCentroidEstimate(timeOfDopplerCentroidEstimate)datetime64[ns]2020-08-21T13:33:00.078000 ... 2...
array(['2020-08-21T13:33:00.078000000', '2020-08-21T13:33:14.905482000', '2020-08-21T13:33:29.732964000', '2020-08-21T13:33:44.560445000', '2020-08-21T13:33:59.387929000', '2020-08-21T13:34:14.215413000'], dtype='datetime64[ns]')
- n-Coefficients(n-Coefficients)int640 1 2 3 4
array([0, 1, 2, 3, 4])
- dopplerAmbiguity(timeOfDopplerCentroidEstimate)int640 0 0 0 0 0
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerAmbiguity
- Description :
- Doppler ambiguity number used during processing
array([0, 0, 0, 0, 0, 0])
- dopplerAmbiguityConfidence(timeOfDopplerCentroidEstimate)float640.9977 0.9977 ... 0.9977 0.9977
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerAmbiguityConfidence
- Description :
- Doppler ambiguity confidence estimate.Range from 0.0 (no confidence) to 1.0 (highest confidence)
array([0.99767178, 0.99767178, 0.99767178, 0.99767178, 0.99767178, 0.99767178])
- dopplerCentroidReferenceTime(timeOfDopplerCentroidEstimate)float640.005571 0.005571 ... 0.005571
- units :
- s
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerCentroidReferenceTime
- Description :
- 2-way slant range time used as reference in Doppler Centroid polynomial calculation (t0) (units = s)
array([0.00557096, 0.00557096, 0.00557096, 0.00557096, 0.00557096, 0.00557096])
- dopplerCentroidPolynomialPeriod(timeOfDopplerCentroidEstimate)float640.00202 0.00202 ... 0.00202 0.00202
- units :
- s
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerCentroidPolynomialPeriod
- Description :
- Approximate 2-way slant range time period in seconds corresponding to the slant range swath width. This is the period over which the Doppler centroid polynomial is valid, measured from Doppler centroid reference time (t0). For ScanSAR, this is the time corresponding to the full combined swath width.(units = s).
array([0.00201974, 0.00201974, 0.00201974, 0.00201974, 0.00201974, 0.00201974])
- dopplerCentroidCoefficients(timeOfDopplerCentroidEstimate, n-Coefficients)float64-285.6 1.378e+05 ... -9.349e+13
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerCentroidCoefficients
- Description :
- List of up to 5 Doppler Centroid coefficients d0, d1, d2, d3, and d4 as a function of slant range timetSR where the Doppler Centroid frequency used in processing in Hz = d0 + d1(tSR - t0) + d2(tSR-t0)^2 + d3(tSR-t0)^3 + d4(tSR-t0)^4
array([[-2.85575806e+02, 1.37831453e+05, -1.21193000e+08, 3.94997391e+10, -1.34915005e+12], [-2.80333588e+02, 1.26907000e+05, -1.31823800e+08, 5.58269604e+10, -6.69678620e+12], [-2.76706696e+02, 8.77571250e+04, -8.25159280e+07, 4.22429491e+10, -7.64669277e+12], [-2.81461395e+02, 1.16822062e+05, -1.41468000e+08, 7.32061614e+10, -1.17599602e+13], [-2.84597290e+02, 1.51054047e+05, -2.16231808e+08, 1.39377295e+11, -2.94232900e+13], [-3.56742188e+02, 4.78471906e+05, -6.84912512e+08, 4.27556504e+11, -9.34918415e+13]])
- dopplerCentroidConfidence(timeOfDopplerCentroidEstimate)float640.9977 0.9977 ... 0.9965 0.9934
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerCentroidConfidence
- Description :
- Doppler Centroid confidence estimate.Range from 0.0 (no confidence) to 1.0 (highest confidence)
array([0.99767178, 0.99773097, 0.99749231, 0.99723858, 0.99646318, 0.99338239])
- Description :
- Doppler Centroid Data Store
<xarray.DatasetView> Dimensions: (timeOfDopplerCentroidEstimate: 6, n-Coefficients: 5) Coordinates: * timeOfDopplerCentroidEstimate (timeOfDopplerCentroidEstimate) datetime64[ns] ... * n-Coefficients (n-Coefficients) int64 0 1 2 3 4 Data variables: dopplerAmbiguity (timeOfDopplerCentroidEstimate) int64 0 ... dopplerAmbiguityConfidence (timeOfDopplerCentroidEstimate) float64 ... dopplerCentroidReferenceTime (timeOfDopplerCentroidEstimate) float64 ... dopplerCentroidPolynomialPeriod (timeOfDopplerCentroidEstimate) float64 ... dopplerCentroidCoefficients (timeOfDopplerCentroidEstimate, n-Coefficients) float64 ... dopplerCentroidConfidence (timeOfDopplerCentroidEstimate) float64 ... Attributes: Description: Doppler Centroid Data Store
dopplerCentroid- dopplerRateReferenceTime: 1
- n-RateValuesCoefficients: 3
- dopplerRateReferenceTime(dopplerRateReferenceTime)float640.005571
array([0.005571])
- n-RateValuesCoefficients(n-RateValuesCoefficients)int640 1 2
array([0, 1, 2])
- dopplerRateValues(dopplerRateReferenceTime, n-RateValuesCoefficients)float64-2.174e+03 3.742e+05 -4.152e+07
- RateReferenceTime units :
- s
- dopplerRateReferenceTime_xpath :
- /product/imageGenerationParameters/dopplerRateValues/dopplerRateReferenceTime
- dopplerRateValuesCoefficients_xpath :
- /product/imageGenerationParameters/dopplerRateValues/dopplerRateValuesCoefficients
- Description :
- List of up to 5 Doppler rate values coefficients r0, r1, r2, r3, and r4 as a function of slant range time tSR where the Doppler frequency rate (in Hz per second of zero Doppler time) = r0 + r1(tSR - t0) + r2(tSR-t0)^2 + r3(tSR-t0)^3 + r4(tSR-t0)^4
array([[-2.17426709e+03, 3.74150500e+05, -4.15207000e+07]])
- Description :
- Doppler Rate Values Data Store.
<xarray.DatasetView> Dimensions: (dopplerRateReferenceTime: 1, n-RateValuesCoefficients: 3) Coordinates: * dopplerRateReferenceTime (dopplerRateReferenceTime) float64 0.005571 * n-RateValuesCoefficients (n-RateValuesCoefficients) int64 0 1 2 Data variables: dopplerRateValues (dopplerRateReferenceTime, n-RateValuesCoefficients) float64 ... Attributes: Description: Doppler Rate Values Data Store.
dopplerRateValues
<xarray.DatasetView> Dimensions: () Data variables: *empty*
doppler- pole: 2
- n-amplitudeCoefficients: 4
- n-phaseCoefficients: 4
- pole(pole)<U2'VV' 'VH'
- type :
- rs2prod:polarizationIdentifiers
array(['VV', 'VH'], dtype='<U2')
- n-amplitudeCoefficients(n-amplitudeCoefficients)int640 1 2 3
array([0, 1, 2, 3])
- n-phaseCoefficients(n-phaseCoefficients)int640 1 2 3
array([0, 1, 2, 3])
- replicaQualityValid(pole)<U4'true' 'true'
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/replicaQualityValid
- Description :
- true = able to reconstruct all chirps or chirp reconstruction not requested (nominal chirp used) and all quality measures were acceptablefalse = unable to reconstruct chirp during processing and chirp reconstruction was requested or the quality is below acceptable levels.
array(['true', 'true'], dtype='<U4')
- crossCorrelationWidth(pole)float641.033 1.039
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/crossCorrelationWidth
- Description :
- 3-dB pulse width of chirp replica cross-correlation function between reconstructed chirp and nominal chirp (units = samples)
array([1.03279197, 1.03857994])
- sideLobeLevel(pole)float64-13.25 -13.28
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/sideLobeLevel
- units :
- dB
- Description :
- First side lobe level of chirp replica cross-correlation function between reconstructed chirp and nominal chirp (units = dB)
array([-13.25045967, -13.27672958])
- integratedSideLobeRatio(pole)float64-9.973 -10.17
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/integratedSideLobeRatio
- units :
- dB
- Description :
- Integrated Side-Lobe Ratio of chirp replica cross-correlation function between reconstructed chirp and nominal chirp (units = dB)
array([ -9.97302055, -10.17140007])
- crossCorrelationPeakLoc(pole)float6437.8 38.01
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/crossCorrelationPeakLoc
- Description :
- Cross correlation peak location. (units = samples)
array([37.80487061, 38.00939941])
- chirpPower(pole)float6464.57 64.32
- xpath :
- /product/imageGenerationParameters/chirp/chirpPower
- units :
- dB
- Description :
- (units = dB)
array([64.56515429, 64.31606258])
- amplitudeCoefficients(pole, n-amplitudeCoefficients)float641.0 -633.5 ... -2.676e+12
- xpath :
- /product/imageGenerationParameters/chirp/amplitudeCoefficients
- Description :
- List of range chirp amplitude coefficients (-, s^-1, s^-2, s^-3, ...)
array([[ 1.00000000e+00, -6.33520325e+02, -1.87412900e+06, -2.85720707e+12], [ 1.00000000e+00, -9.45641296e+02, -6.72616640e+07, -2.67615391e+12]])
- phaseCoefficients(pole, n-phaseCoefficients)float640.2693 -4.153e+03 ... -1.081e+12
- xpath :
- /product/imageGenerationParameters/chirp/phaseCoefficients
- Description :
- List of range chirp phase coefficients (cycles, Hz, Hz/s, Hz/s^2, ...)
array([[ 2.69284606e-01, -4.15260791e+03, -1.39638292e+11, -6.50867376e+11], [ 8.35320711e-01, 5.38344849e+02, -1.39637801e+11, -1.08056602e+12]])
- VV_wing :
- Combined
- VV_pulse :
- 11.58
- VH_wing :
- Combined
- VH_pulse :
- 11.58
- Description :
- Chirp Quality Data Store
<xarray.DatasetView> Dimensions: (pole: 2, n-amplitudeCoefficients: 4, n-phaseCoefficients: 4) Coordinates: * pole (pole) <U2 'VV' 'VH' * n-amplitudeCoefficients (n-amplitudeCoefficients) int64 0 1 2 3 * n-phaseCoefficients (n-phaseCoefficients) int64 0 1 2 3 Data variables: replicaQualityValid (pole) <U4 'true' 'true' crossCorrelationWidth (pole) float64 1.033 1.039 sideLobeLevel (pole) float64 -13.25 -13.28 integratedSideLobeRatio (pole) float64 -9.973 -10.17 crossCorrelationPeakLoc (pole) float64 37.8 38.01 chirpPower (pole) float64 64.57 64.32 amplitudeCoefficients (pole, n-amplitudeCoefficients) float64 1.0 ... ... phaseCoefficients (pole, n-phaseCoefficients) float64 0.2693 ... -... Attributes: VV_wing: Combined VV_pulse: 11.58 VH_wing: Combined VH_pulse: 11.58 Description: Chirp Quality Data Store
chirp
<xarray.DatasetView> Dimensions: () Data variables: *empty*
imageGenerationParameters- beam: 4
- pole: 2
- NbOfNoiseLevelValues: 99
- beam(beam)<U3'W1' 'W2' 'W30' 'S7'
array(['W1', 'W2', 'W30', 'S7'], dtype='<U3')
- pole(pole)<U2'VH' 'VV'
array(['VH', 'VV'], dtype='<U2')
- pulsesReceivedPerDwell(beam)int6458 58 58 58
- xpath :
- /product/sourceAttributes/radarParameters/pulsesReceivedPerDwell
- Description :
- ScanSAR burst parameter for ScanSAR only. Number of pulses received and recorded per dwell for each beam. Beam attribute values are same as those used in the beams list.
array([58, 58, 58, 58])
- numberOfPulseIntervalsPerDwell(beam)int6465 66 65 67
- xpath :
- /product/sourceAttributes/radarParameters/numberOfPulseIntervalsPerDwell
- Description :
- ScanSAR burst parameter for ScanSAR only. Number of pulse transmission intervals per dwell for each beam. Beam attribute values are same as those used in the beams list.
array([65, 66, 65, 67])
- rank(beam)int647 8 7 9
- xpath :
- /product/sourceAttributes/radarParameters/rank
- Description :
- Rank, one entry per beam. The number of transmitted pulse repetition intervals between transmission and reception for each beam. Samples per echo line. Used to determine sample window length. Beam attribute values are same as those used in the beams list.
array([7, 8, 7, 9])
- settableGain(beam, pole)float64-1.0 -1.0 -1.0 ... -1.0 -1.0 -1.0
- xpath :
- /product/sourceAttributes/radarParameters/settableGain
- wing :
- Combined
- units :
- dB
- Description :
- Gain values used on the instrument. Gain values will be specified either in terms of polarization or wing, not both. Beam attribute values are same as those used in the beams list. (units = dB). Wing can be either fore or aft.
array([[-1.00000002, -1.00000002], [-1.00000002, -1.00000002], [-1.00000002, -1.00000002], [-1.00000002, -1.00000002]])
- pulseRepetitionFrequency(beam)float641.283e+03 1.341e+03 ... 1.295e+03
- xpath :
- /product/sourceAttributes/radarParameters/pulseRepetitionFrequency
- units :
- Hz
- Description :
- Transmitted pulse repetition frequency for each beam. Beam attribute values are same as those used in the beams list (units = Hz). For products with two wing identifiers (Fore and Aft), the received PRF is effectively double the transmitted PRF.
array([1282.70239258, 1341.37744141, 1079.41113281, 1295.29333496])
- samplesPerEchoLine(beam)int646768 7920 7944 7320
- xpath :
- /product/sourceAttributes/radarParameters/samplesPerEchoLine
- Description :
- Number of samples per echo line for each beam. Used to determine sample window length. Beam attribute values are same as those used in the beams list.
array([6768, 7920, 7944, 7320])
- noiseLevelValues_BetaNought(NbOfNoiseLevelValues)float64-27.3 -27.94 ... -23.45 -21.21
- pixelFirstNoiseValue :
- 56
- stepSize :
- 106
- numberOfNoiseLevelValues :
- 99
- xpath :
- /product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues
- noiseLevelValues_units :
- dB
- Description :
- Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)
array([-27.2963505, -27.9428406, -28.3900394, -28.6201305, -28.6178207, -28.4289093, -28.1081009, -27.7574291, -27.42869 , -27.2105999, -27.1420097, -27.2563591, -27.5131302, -27.8319302, -28.1735001, -28.4091702, -28.5033894, -28.3580303, -27.8952103, -26.6417007, -26.7915897, -26.7310009, -26.5711899, -26.3841705, -26.2168102, -26.1536598, -26.2285194, -26.4345798, -26.7091198, -26.9525204, -27.1482391, -27.2234993, -27.1391392, -26.9442501, -26.6505108, -26.3193207, -26.0311298, -25.8394508, -25.7523594, -25.4270897, -26.9549007, -27.7762699, -28.2030697, -28.22649 , -27.8993607, -27.2982998, -26.5392704, -25.8587208, -25.4805107, -25.4868908, -25.8762302, -26.4272404, -26.9455509, -27.2762909, -27.2887192, -26.9830704, -26.4028606, -25.7073307, -25.1028099, -24.8336201, -25.0222301, -25.4923401, -25.9939404, -26.5458603, -26.7674198, -26.5393105, -24.6516209, -25.4983597, -25.8719997, -25.9356098, -25.7380295, -25.4667091, -25.1535892, -24.92799 , -24.7548103, -24.6821404, -24.7129803, -24.8224792, -24.9161301, -24.9473991, -24.91255 , -24.8140697, -24.6360397, -24.4484005, -24.3730507, -24.3983898, -24.5143909, -24.6595592, -24.7207108, -24.6310101, -24.4746704, -24.3230495, -24.3624096, -24.6485405, -24.9454803, -25.0374603, -24.6079502, -23.4525509, -21.2124996])
- noiseLevelValues_SigmaNought(NbOfNoiseLevelValues)float64-28.5 -29.16 ... -28.12 -25.97
- pixelFirstNoiseValue :
- 56
- stepSize :
- 106
- numberOfNoiseLevelValues :
- 99
- xpath :
- /product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues
- noiseLevelValues_units :
- dB
- Description :
- Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)
array([-28.5002995, -29.1613598, -29.6233292, -29.8684101, -29.8813 , -29.7078209, -29.4026508, -29.0678501, -28.7552204, -28.5534706, -28.5014591, -28.6326408, -28.9064693, -29.2425995, -29.6017494, -29.8552704, -29.9675999, -29.84062 , -29.3964596, -28.1618996, -28.3310204, -28.2899609, -28.1499805, -27.9830894, -27.8361702, -27.7937794, -27.8897209, -28.1171894, -28.4134693, -28.6789608, -28.8971195, -28.9951706, -28.9339695, -28.7625999, -28.4927692, -28.1858597, -27.9223499, -27.7557507, -27.6941509, -27.3947906, -28.9489307, -29.7970695, -30.2510796, -30.3021603, -30.0031605, -29.4306908, -28.7007504, -28.0497704, -27.7016392, -27.7386208, -28.1590691, -28.7417507, -29.2922592, -29.6557693, -29.70154 , -29.4298306, -28.8841591, -28.2237797, -27.6550407, -27.4222698, -27.6479607, -28.1558399, -28.6958904, -29.2869701, -29.54842 , -29.3609505, -27.5146503, -28.4035702, -28.8201904, -28.9276104, -28.7746792, -28.5488701, -28.2821598, -28.1038895, -27.9789696, -27.9555302, -28.0365906, -28.1973305, -28.3432808, -28.4279308, -28.4475594, -28.4046993, -28.2834892, -28.1538696, -28.1378098, -28.2237206, -28.4016304, -28.6100998, -28.73596 , -28.7124596, -28.6238308, -28.5414906, -28.6517696, -29.0105209, -29.3818207, -29.5499897, -29.1985493, -28.1231709, -25.9651794])
- noiseLevelValues_Gamma(NbOfNoiseLevelValues)float64-26.65 -27.33 ... -27.85 -25.71
- pixelFirstNoiseValue :
- 56
- stepSize :
- 106
- numberOfNoiseLevelValues :
- 99
- xpath :
- /product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues
- noiseLevelValues_units :
- dB
- Description :
- Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)
array([-26.6453304, -27.3258991, -27.8073502, -28.0718803, -28.1041908, -27.9500809, -27.6642609, -27.3487797, -27.0554295, -26.8729191, -26.8401203, -26.9904709, -27.2834492, -27.63867 , -28.01688 , -28.2894096, -28.4207191, -28.3126793, -27.8874092, -26.6716995, -26.8596191, -26.8373203, -26.7160492, -26.5678291, -26.4395294, -26.4157009, -26.5301609, -26.7760906, -27.0907803, -27.37463 , -27.6110897, -27.7273808, -27.6843605, -27.5311203, -27.2793503, -26.9904499, -26.7448807, -26.5961494, -26.5523701, -26.27075 , -27.8425694, -28.7083092, -29.1798496, -29.2483902, -28.9667797, -28.4116192, -27.6989098, -27.0650902, -26.7340298, -26.7879906, -27.2253609, -27.8248501, -28.3920898, -28.7722492, -28.8345699, -28.5793209, -28.0500107, -27.405899 , -26.8533306, -26.6366291, -26.8782997, -27.4020405, -27.9578495, -28.5645809, -28.8415794, -28.6695404, -26.8385601, -27.7426891, -28.1744003, -28.2967796, -28.1587009, -27.9476204, -27.6954994, -27.5317001, -27.4211292, -27.4118996, -27.5070305, -27.6817093, -27.8414593, -27.9397793, -27.9729309, -27.9434509, -27.8354607, -27.7189293, -27.7157993, -27.8144894, -28.0050201, -28.2259502, -28.3641205, -28.3527603, -28.2761002, -28.2055798, -28.3274994, -28.6977291, -29.0803204, -29.2596092, -28.9191093, -27.8544998, -25.7070904])
- acquisitionType :
- ScanSAR Wide
- beams :
- ['W1', 'W2', 'W30', 'S7']
- polarizations :
- ['VV', 'VH']
- pulses :
- 11.58
- radarCenterFrequency_units :
- Hz
- radarCenterFrequency :
- 5404999242.769673
- pulseLength_pulse :
- 11.58
- pulseLength_units :
- s
- pulseLength :
- 4.152204895019531e-05
- pulseBandwidth_pulse :
- 11.58
- pulseBandwidth_units :
- Hz
- pulseBandwidth :
- 11597107.86
- antennaPointing :
- Right
- adcSamplingRate_pulse :
- 11.58
- adcSamplingRate_units :
- Hz
- adcSamplingRate :
- 12667968.75
- yawSteeringFlag :
- YawSteeringOn
- geodeticFlag :
- Off-Geocentric
- rawBitsPerSample :
- 4
- Description :
- Radar Parameters Data Store. Information describing the characteristics of the sensor used to acquire the data
<xarray.DatasetView> Dimensions: (beam: 4, pole: 2, NbOfNoiseLevelValues: 99) Coordinates: * beam (beam) <U3 'W1' 'W2' 'W30' 'S7' * pole (pole) <U2 'VH' 'VV' Dimensions without coordinates: NbOfNoiseLevelValues Data variables: pulsesReceivedPerDwell (beam) int64 58 58 58 58 numberOfPulseIntervalsPerDwell (beam) int64 65 66 65 67 rank (beam) int64 7 8 7 9 settableGain (beam, pole) float64 -1.0 -1.0 ... -1.0 -1.0 pulseRepetitionFrequency (beam) float64 1.283e+03 ... 1.295e+03 samplesPerEchoLine (beam) int64 6768 7920 7944 7320 noiseLevelValues_BetaNought (NbOfNoiseLevelValues) float64 -27.3 ... ... noiseLevelValues_SigmaNought (NbOfNoiseLevelValues) float64 -28.5 ... ... noiseLevelValues_Gamma (NbOfNoiseLevelValues) float64 -26.65 ...... Attributes: (12/20) acquisitionType: ScanSAR Wide beams: ['W1', 'W2', 'W30', 'S7'] polarizations: ['VV', 'VH'] pulses: 11.58 radarCenterFrequency_units: Hz radarCenterFrequency: 5404999242.769673 ... ... adcSamplingRate_units: Hz adcSamplingRate: 12667968.75 yawSteeringFlag: YawSteeringOn geodeticFlag: Off-Geocentric rawBitsPerSample: 4 Description: Radar Parameters Data Store. Information des...
radarParameters- pixels: 10445
- pixels(pixels)int640 1 2 3 ... 10441 10442 10443 10444
array([ 0, 1, 2, ..., 10442, 10443, 10444])
- lutBeta(pixels)float641.358e+07 1.358e+07 ... 1.358e+07
- offset :
- 0.0
array([13583140., 13583140., 13583140., ..., 13583140., 13583140., 13583140.])
- lutGamma(pixels)float641.163e+07 1.163e+07 ... 3.815e+07
- offset :
- 0.0
array([11631990., 11632840., 11633700., ..., 38133200., 38140940., 38148680.])
- lutSigma(pixels)float641.788e+07 1.788e+07 ... 4.049e+07
- offset :
- 0.0
array([17883090., 17883650., 17884200., ..., 40480150., 40487440., 40494730.])
- Description :
- RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and Associates Ltd., 2003 All Rights Reserved.Three output scaling Look-up Tables (LUTs) are included with every product. These LUTs allow one to convert the digital numbers foundin the output product to sigma-nought, beta-nought, or gamma-noughtvalues (depending on which LUT is used) by applying a constantoffset and range dependent gain to the SAR imagery.There is one entry in the gains list for each range sample in theimagery. In order to convert the digital number of a given rangesample to a calibrated value, the digital value is first squared,then the offset (B) is added and the result is divided by thegain value (A) corresponding to the range sample.i.e., calibrated value = ( digital value^2 + B ) / A
<xarray.DatasetView> Dimensions: (pixels: 10445) Coordinates: * pixels (pixels) int64 0 1 2 3 4 5 ... 10439 10440 10441 10442 10443 10444 Data variables: lutBeta (pixels) float64 1.358e+07 1.358e+07 ... 1.358e+07 1.358e+07 lutGamma (pixels) float64 1.163e+07 1.163e+07 ... 3.814e+07 3.815e+07 lutSigma (pixels) float64 1.788e+07 1.788e+07 ... 4.049e+07 4.049e+07 Attributes: Description: RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and...
lut- product_path :
- /home/datawork-cersat-public/cache/project/sarwing/data/RS2/L1/VV_VH/2020/234/RS2_OK123649_PK1086794_DK1033082_SCWA_20200821_133300_VV_VH_SGF
- satellite :
- RADARSAT-2
- inputDatasetId :
- /Fred/RSAT-2/525985P
- rawDataStartTime :
- 2020-08-21T13:33:00.289027
- satelliteHeight_units :
- m
- satelliteHeight :
- 793996.3316241935
[4]:
# Example for extracting a dataset from the datatree
dt["radarParameters"].ds
[4]:
<xarray.DatasetView> Dimensions: (beam: 4, pole: 2, NbOfNoiseLevelValues: 99) Coordinates: * beam (beam) <U3 'W1' 'W2' 'W30' 'S7' * pole (pole) <U2 'VH' 'VV' Dimensions without coordinates: NbOfNoiseLevelValues Data variables: pulsesReceivedPerDwell (beam) int64 58 58 58 58 numberOfPulseIntervalsPerDwell (beam) int64 65 66 65 67 rank (beam) int64 7 8 7 9 settableGain (beam, pole) float64 -1.0 -1.0 ... -1.0 -1.0 pulseRepetitionFrequency (beam) float64 1.283e+03 ... 1.295e+03 samplesPerEchoLine (beam) int64 6768 7920 7944 7320 noiseLevelValues_BetaNought (NbOfNoiseLevelValues) float64 -27.3 ... ... noiseLevelValues_SigmaNought (NbOfNoiseLevelValues) float64 -28.5 ... ... noiseLevelValues_Gamma (NbOfNoiseLevelValues) float64 -26.65 ...... Attributes: (12/20) acquisitionType: ScanSAR Wide beams: ['W1', 'W2', 'W30', 'S7'] polarizations: ['VV', 'VH'] pulses: 11.58 radarCenterFrequency_units: Hz radarCenterFrequency: 5404999242.769673 ... ... adcSamplingRate_units: Hz adcSamplingRate: 12667968.75 yawSteeringFlag: YawSteeringOn geodeticFlag: Off-Geocentric rawBitsPerSample: 4 Description: Radar Parameters Data Store. Information des...
xarray.DatasetView
- beam: 4
- pole: 2
- NbOfNoiseLevelValues: 99
- beam(beam)<U3'W1' 'W2' 'W30' 'S7'
array(['W1', 'W2', 'W30', 'S7'], dtype='<U3')
- pole(pole)<U2'VH' 'VV'
array(['VH', 'VV'], dtype='<U2')
- pulsesReceivedPerDwell(beam)int6458 58 58 58
- xpath :
- /product/sourceAttributes/radarParameters/pulsesReceivedPerDwell
- Description :
- ScanSAR burst parameter for ScanSAR only. Number of pulses received and recorded per dwell for each beam. Beam attribute values are same as those used in the beams list.
array([58, 58, 58, 58])
- numberOfPulseIntervalsPerDwell(beam)int6465 66 65 67
- xpath :
- /product/sourceAttributes/radarParameters/numberOfPulseIntervalsPerDwell
- Description :
- ScanSAR burst parameter for ScanSAR only. Number of pulse transmission intervals per dwell for each beam. Beam attribute values are same as those used in the beams list.
array([65, 66, 65, 67])
- rank(beam)int647 8 7 9
- xpath :
- /product/sourceAttributes/radarParameters/rank
- Description :
- Rank, one entry per beam. The number of transmitted pulse repetition intervals between transmission and reception for each beam. Samples per echo line. Used to determine sample window length. Beam attribute values are same as those used in the beams list.
array([7, 8, 7, 9])
- settableGain(beam, pole)float64-1.0 -1.0 -1.0 ... -1.0 -1.0 -1.0
- xpath :
- /product/sourceAttributes/radarParameters/settableGain
- wing :
- Combined
- units :
- dB
- Description :
- Gain values used on the instrument. Gain values will be specified either in terms of polarization or wing, not both. Beam attribute values are same as those used in the beams list. (units = dB). Wing can be either fore or aft.
array([[-1.00000002, -1.00000002], [-1.00000002, -1.00000002], [-1.00000002, -1.00000002], [-1.00000002, -1.00000002]])
- pulseRepetitionFrequency(beam)float641.283e+03 1.341e+03 ... 1.295e+03
- xpath :
- /product/sourceAttributes/radarParameters/pulseRepetitionFrequency
- units :
- Hz
- Description :
- Transmitted pulse repetition frequency for each beam. Beam attribute values are same as those used in the beams list (units = Hz). For products with two wing identifiers (Fore and Aft), the received PRF is effectively double the transmitted PRF.
array([1282.70239258, 1341.37744141, 1079.41113281, 1295.29333496])
- samplesPerEchoLine(beam)int646768 7920 7944 7320
- xpath :
- /product/sourceAttributes/radarParameters/samplesPerEchoLine
- Description :
- Number of samples per echo line for each beam. Used to determine sample window length. Beam attribute values are same as those used in the beams list.
array([6768, 7920, 7944, 7320])
- noiseLevelValues_BetaNought(NbOfNoiseLevelValues)float64-27.3 -27.94 ... -23.45 -21.21
- pixelFirstNoiseValue :
- 56
- stepSize :
- 106
- numberOfNoiseLevelValues :
- 99
- xpath :
- /product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues
- noiseLevelValues_units :
- dB
- Description :
- Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)
array([-27.2963505, -27.9428406, -28.3900394, -28.6201305, -28.6178207, -28.4289093, -28.1081009, -27.7574291, -27.42869 , -27.2105999, -27.1420097, -27.2563591, -27.5131302, -27.8319302, -28.1735001, -28.4091702, -28.5033894, -28.3580303, -27.8952103, -26.6417007, -26.7915897, -26.7310009, -26.5711899, -26.3841705, -26.2168102, -26.1536598, -26.2285194, -26.4345798, -26.7091198, -26.9525204, -27.1482391, -27.2234993, -27.1391392, -26.9442501, -26.6505108, -26.3193207, -26.0311298, -25.8394508, -25.7523594, -25.4270897, -26.9549007, -27.7762699, -28.2030697, -28.22649 , -27.8993607, -27.2982998, -26.5392704, -25.8587208, -25.4805107, -25.4868908, -25.8762302, -26.4272404, -26.9455509, -27.2762909, -27.2887192, -26.9830704, -26.4028606, -25.7073307, -25.1028099, -24.8336201, -25.0222301, -25.4923401, -25.9939404, -26.5458603, -26.7674198, -26.5393105, -24.6516209, -25.4983597, -25.8719997, -25.9356098, -25.7380295, -25.4667091, -25.1535892, -24.92799 , -24.7548103, -24.6821404, -24.7129803, -24.8224792, -24.9161301, -24.9473991, -24.91255 , -24.8140697, -24.6360397, -24.4484005, -24.3730507, -24.3983898, -24.5143909, -24.6595592, -24.7207108, -24.6310101, -24.4746704, -24.3230495, -24.3624096, -24.6485405, -24.9454803, -25.0374603, -24.6079502, -23.4525509, -21.2124996])
- noiseLevelValues_SigmaNought(NbOfNoiseLevelValues)float64-28.5 -29.16 ... -28.12 -25.97
- pixelFirstNoiseValue :
- 56
- stepSize :
- 106
- numberOfNoiseLevelValues :
- 99
- xpath :
- /product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues
- noiseLevelValues_units :
- dB
- Description :
- Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)
array([-28.5002995, -29.1613598, -29.6233292, -29.8684101, -29.8813 , -29.7078209, -29.4026508, -29.0678501, -28.7552204, -28.5534706, -28.5014591, -28.6326408, -28.9064693, -29.2425995, -29.6017494, -29.8552704, -29.9675999, -29.84062 , -29.3964596, -28.1618996, -28.3310204, -28.2899609, -28.1499805, -27.9830894, -27.8361702, -27.7937794, -27.8897209, -28.1171894, -28.4134693, -28.6789608, -28.8971195, -28.9951706, -28.9339695, -28.7625999, -28.4927692, -28.1858597, -27.9223499, -27.7557507, -27.6941509, -27.3947906, -28.9489307, -29.7970695, -30.2510796, -30.3021603, -30.0031605, -29.4306908, -28.7007504, -28.0497704, -27.7016392, -27.7386208, -28.1590691, -28.7417507, -29.2922592, -29.6557693, -29.70154 , -29.4298306, -28.8841591, -28.2237797, -27.6550407, -27.4222698, -27.6479607, -28.1558399, -28.6958904, -29.2869701, -29.54842 , -29.3609505, -27.5146503, -28.4035702, -28.8201904, -28.9276104, -28.7746792, -28.5488701, -28.2821598, -28.1038895, -27.9789696, -27.9555302, -28.0365906, -28.1973305, -28.3432808, -28.4279308, -28.4475594, -28.4046993, -28.2834892, -28.1538696, -28.1378098, -28.2237206, -28.4016304, -28.6100998, -28.73596 , -28.7124596, -28.6238308, -28.5414906, -28.6517696, -29.0105209, -29.3818207, -29.5499897, -29.1985493, -28.1231709, -25.9651794])
- noiseLevelValues_Gamma(NbOfNoiseLevelValues)float64-26.65 -27.33 ... -27.85 -25.71
- pixelFirstNoiseValue :
- 56
- stepSize :
- 106
- numberOfNoiseLevelValues :
- 99
- xpath :
- /product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues
- noiseLevelValues_units :
- dB
- Description :
- Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)
array([-26.6453304, -27.3258991, -27.8073502, -28.0718803, -28.1041908, -27.9500809, -27.6642609, -27.3487797, -27.0554295, -26.8729191, -26.8401203, -26.9904709, -27.2834492, -27.63867 , -28.01688 , -28.2894096, -28.4207191, -28.3126793, -27.8874092, -26.6716995, -26.8596191, -26.8373203, -26.7160492, -26.5678291, -26.4395294, -26.4157009, -26.5301609, -26.7760906, -27.0907803, -27.37463 , -27.6110897, -27.7273808, -27.6843605, -27.5311203, -27.2793503, -26.9904499, -26.7448807, -26.5961494, -26.5523701, -26.27075 , -27.8425694, -28.7083092, -29.1798496, -29.2483902, -28.9667797, -28.4116192, -27.6989098, -27.0650902, -26.7340298, -26.7879906, -27.2253609, -27.8248501, -28.3920898, -28.7722492, -28.8345699, -28.5793209, -28.0500107, -27.405899 , -26.8533306, -26.6366291, -26.8782997, -27.4020405, -27.9578495, -28.5645809, -28.8415794, -28.6695404, -26.8385601, -27.7426891, -28.1744003, -28.2967796, -28.1587009, -27.9476204, -27.6954994, -27.5317001, -27.4211292, -27.4118996, -27.5070305, -27.6817093, -27.8414593, -27.9397793, -27.9729309, -27.9434509, -27.8354607, -27.7189293, -27.7157993, -27.8144894, -28.0050201, -28.2259502, -28.3641205, -28.3527603, -28.2761002, -28.2055798, -28.3274994, -28.6977291, -29.0803204, -29.2596092, -28.9191093, -27.8544998, -25.7070904])
- beamPandasIndex
PandasIndex(Index(['W1', 'W2', 'W30', 'S7'], dtype='object', name='beam'))
- polePandasIndex
PandasIndex(Index(['VH', 'VV'], dtype='object', name='pole'))
- acquisitionType :
- ScanSAR Wide
- beams :
- ['W1', 'W2', 'W30', 'S7']
- polarizations :
- ['VV', 'VH']
- pulses :
- 11.58
- radarCenterFrequency_units :
- Hz
- radarCenterFrequency :
- 5404999242.769673
- pulseLength_pulse :
- 11.58
- pulseLength_units :
- s
- pulseLength :
- 4.152204895019531e-05
- pulseBandwidth_pulse :
- 11.58
- pulseBandwidth_units :
- Hz
- pulseBandwidth :
- 11597107.86
- antennaPointing :
- Right
- adcSamplingRate_pulse :
- 11.58
- adcSamplingRate_units :
- Hz
- adcSamplingRate :
- 12667968.75
- yawSteeringFlag :
- YawSteeringOn
- geodeticFlag :
- Off-Geocentric
- rawBitsPerSample :
- 4
- Description :
- Radar Parameters Data Store. Information describing the characteristics of the sensor used to acquire the data
[5]:
# Add digital numbers to the datatree and display it
dt = xradarsat2.load_digital_number(
chunks={"line": 5000, "sample": 5000},
dt=dt,
resolution={"line": 50, "sample": 50},
)
dt
[5]:
<xarray.DatasetView> Dimensions: () Data variables: *empty* Attributes: product_path: /home/datawork-cersat-public/cache/project/sarwin... satellite: RADARSAT-2 inputDatasetId: /Fred/RSAT-2/525985P rawDataStartTime: 2020-08-21T13:33:00.289027 satelliteHeight_units: m satelliteHeight: 793996.3316241935
datatree.DataTree
- timeStamp: 11
- timeStamp(timeStamp)datetime64[ns]2020-08-21T13:32:59.965779 ... 2...
array(['2020-08-21T13:32:59.965779000', '2020-08-21T13:33:07.608590000', '2020-08-21T13:33:15.251400000', '2020-08-21T13:33:22.894211000', '2020-08-21T13:33:30.537021000', '2020-08-21T13:33:38.179832000', '2020-08-21T13:33:45.822642000', '2020-08-21T13:33:53.465452000', '2020-08-21T13:34:01.108263000', '2020-08-21T13:34:08.751074000', '2020-08-21T13:34:16.393884000'], dtype='datetime64[ns]')
- yaw(timeStamp)float643.62 3.634 3.647 ... 3.721 3.731
- units :
- deg
- xpath :
- /product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/yaw
- Description :
- Spacecraft yaw angle (units = deg). Positive for nose right rotation about the z axis (i.e. clockwise when looking along the z axis). When Right-Looking, a small positive yaw generally means that the SAR antenna is pointing slightly backwards. When Left-Looking, a small positive yaw generally means it is pointing slightly forwards.
array([3.62049778, 3.63365899, 3.64652961, 3.65702093, 3.67243187, 3.68081034, 3.6905809 , 3.70261566, 3.7134148 , 3.72126462, 3.73117966])
- roll(timeStamp)float64-29.8 -29.8 -29.8 ... -29.8 -29.8
- units :
- deg
- xpath :
- /product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/roll
- Description :
- Spacecraft roll angle (units = deg). Positive for left side up rotation about the x axis (i.e. clockwise when looking along the x axis). Roll is negative for Right-Looking and positive for Left-Looking.
array([-29.79890423, -29.80361317, -29.8010257 , -29.80103688, -29.80344879, -29.7999625 , -29.80098175, -29.8012263 , -29.79569133, -29.80060407, -29.80360114])
- pitch(timeStamp)float640.00105 0.0002288 ... 0.0002899
- units :
- deg
- xpath :
- /product/sourceAttributes/orbitAndAttitude/attitudeInformation/attitudeAngles/pitch
- Description :
- Spacecraft pitch angle (units = deg). Positive for nose up rotation about the y axis (i.e. clockwise when looking along the y axis).
array([ 1.05034540e-03, 2.28787239e-04, -8.64985941e-05, 1.06547621e-03, -3.20427131e-03, -1.58235328e-03, -1.11302229e-03, -1.34512395e-03, -1.48608164e-03, -2.19826353e-04, 2.89850744e-04])
- xPosition(timeStamp)float64-2.264e+06 -2.283e+06 ... -2.45e+06
- units :
- m
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/xPosition
- Description :
- (units = m)
array([-2263609.14207332, -2282829.32769217, -2301922.70252158, -2320887.60680403, -2339722.37750286, -2358425.37920876, -2376994.95872088, -2395429.48096627, -2413727.32091636, -2431886.8584209 , -2449906.47878358])
- yPosition(timeStamp)float64-6.252e+06 ... -6.386e+06
- units :
- m
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/yPosition
- Description :
- (units = m)
array([-6252116.77098198, -6267377.87400214, -6282223.42531529, -6296652.63569106, -6310664.73842626, -6324259.00412853, -6337434.72013708, -6350191.20891913, -6362527.82021551, -6374443.93068184, -6385938.94422785])
- zPosition(timeStamp)float642.681e+06 2.629e+06 ... 2.151e+06
- units :
- m
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/zPosition
- Description :
- (units = m)
array([2680758.81370294, 2628520.89240576, 2576116.4102974 , 2523548.67445082, 2470821.03030166, 2417936.78650863, 2364899.31914961, 2311711.98674188, 2258378.15257799, 2204901.20490021, 2151284.53973749])
- xVelocity(timeStamp)float64-2.523e+03 ... -2.348e+03
- units :
- m/s
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/xVelocity
- Description :
- (units = m/s)
array([-2523.02895273, -2506.54654236, -2489.84582924, -2472.92775964, -2455.79330131, -2438.44342473, -2420.87913653, -2403.10145415, -2385.11140925, -2366.91005817, -2348.49847354])
- yVelocity(timeStamp)float64-2.024e+03 -1.97e+03 ... -1.476e+03
- units :
- m/s
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/yVelocity
- Description :
- (units = m/s)
array([-2023.94216785, -1969.62393044, -1915.20019793, -1860.67465177, -1806.05100536, -1751.33292846, -1696.52415635, -1641.62840103, -1586.64937544, -1531.59081074, -1476.45644241])
- zVelocity(timeStamp)float64-6.824e+03 ... -7.024e+03
- units :
- m/s
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/stateVector/zVelocity
- Description :
- (units = m/s)
array([-6823.8681275 , -6845.87928881, -6867.45667764, -6888.59892215, -6909.30466278, -6929.57258937, -6949.4013952 , -6968.78981521, -6987.73660902, -7006.24056657, -7024.30050348])
- attitudeDataSource :
- Downlink
- attitudeOffsetsApplied :
- true
- Description :
- Attitude Information Data Store. Orbit Information Data Store. State Vector Data Store. Earth Centered Rotating (ECR) coordinates.
<xarray.DatasetView> Dimensions: (timeStamp: 11) Coordinates: * timeStamp (timeStamp) datetime64[ns] 2020-08-21T13:32:59.965779 ... 2020... Data variables: yaw (timeStamp) float64 3.62 3.634 3.647 3.657 ... 3.713 3.721 3.731 roll (timeStamp) float64 -29.8 -29.8 -29.8 -29.8 ... -29.8 -29.8 -29.8 pitch (timeStamp) float64 0.00105 0.0002288 ... -0.0002198 0.0002899 xPosition (timeStamp) float64 -2.264e+06 -2.283e+06 ... -2.45e+06 yPosition (timeStamp) float64 -6.252e+06 -6.267e+06 ... -6.386e+06 zPosition (timeStamp) float64 2.681e+06 2.629e+06 ... 2.205e+06 2.151e+06 xVelocity (timeStamp) float64 -2.523e+03 -2.507e+03 ... -2.348e+03 yVelocity (timeStamp) float64 -2.024e+03 -1.97e+03 ... -1.476e+03 zVelocity (timeStamp) float64 -6.824e+03 -6.846e+03 ... -7.024e+03 Attributes: attitudeDataSource: Downlink attitudeOffsetsApplied: true Description: Attitude Information Data Store. Orbit Informati...
orbitAndAttitude- line: 11
- pixel: 11
- line(line)int640 1018 2037 ... 8149 9168 10187
- rasterAttributes_sampledLineSpacing_units :
- m
- rasterAttributes_sampledLineSpacing_value :
- 50.0
array([ 0, 1018, 2037, 3056, 4074, 5093, 6112, 7130, 8149, 9168, 10187])
- pixel(pixel)int640 1044 2088 ... 8355 9399 10444
- rasterAttributes_sampledPixelSpacing_units :
- m
- rasterAttributes_sampledPixelSpacing_value :
- 50.0
array([ 0, 1044, 2088, 3133, 4177, 5222, 6266, 7310, 8355, 9399, 10444])
- latitude(line, pixel)float6423.47 23.38 23.3 ... 18.14 18.04
- units :
- deg
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/latitude
- Description :
- Geodetic latitude (units = deg)
array([[23.46702587, 23.38408317, 23.29952541, 23.2133558 , 23.1255863 , 23.03623205, 22.94530657, 22.8528176 , 22.75876515, 22.66314534, 22.56596683], [23.01706995, 22.93377836, 22.84890662, 22.76245783, 22.67444386, 22.58487977, 22.49377899, 22.40114913, 22.30699011, 22.21129798, 22.11408139], [22.56708802, 22.48344613, 22.39825874, 22.31152882, 22.22326815, 22.13349168, 22.04221272, 21.94943876, 21.85516955, 21.75940096, 21.66214147], [22.11707085, 22.03307742, 21.94757295, 21.86056028, 21.77205112, 21.68206035, 21.59060118, 21.49768099, 21.40329946, 21.30745238, 21.21014825], [21.66702922, 21.58268287, 21.49685967, 21.40956236, 21.32080254, 21.230595 , 21.13895286, 21.04588334, 20.95138598, 20.85545644, 20.75810301], [21.21695433, 21.13225385, 21.04611053, 20.95852699, 20.86951478, 20.7790886 , 20.68726147, 20.59404055, 20.49942528, 20.40341123, 20.30600672], [20.76685581, 20.68179985, 20.59533481, 20.50746321, 20.41819651, 20.32754933, 20.23553459, 20.14215932, 20.04742281, 19.95132051, 19.85386056], [20.31672659, 20.23131396, 20.14452583, 20.05636462, 19.96684173, 19.87597171, 19.78376739, 19.69023572, 19.5953759 , 19.49918331, 19.40166609], [19.86657475, 19.78080412, 19.69369136, 19.60523877, 19.51545767, 19.42436255, 19.33196614, 19.23827526, 19.14328901, 19.04700261, 18.94942408], [19.41639455, 19.33026473, 19.24282596, 19.15408047, 19.0640395 , 18.97271747, 18.88012703, 18.78627493, 18.69116016, 18.5947779 , 18.49713614], [18.96619285, 18.87970255, 18.79193628, 18.70289616, 18.61259337, 18.52104226, 18.42825539, 18.33423941, 18.23899318, 18.14251178, 18.04480305]])
- longitude(line, pixel)float64-117.3 -116.8 ... -113.8 -113.3
- units :
- deg
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/longitude
- Description :
- Geodetic longitude (units = deg)
array([[-117.26487342, -116.76191381, -116.25957296, -115.75782984, -115.25671434, -114.75627141, -114.25653357, -113.75749969, -113.25912799, -112.76135901, -112.26420088], [-117.35232066, -116.85110926, -116.35050354, -115.85048203, -115.35107401, -114.85232383, -114.35426346, -113.85689145, -113.36016588, -112.86402735, -112.36848402], [-117.43985019, -116.94034434, -116.44143105, -115.94308838, -115.44534497, -114.94824448, -114.4518183 , -113.95606444, -113.4609406 , -112.96638698, -112.47241089], [-117.52740753, -117.02956729, -116.53230676, -116.0356036 , -115.53948588, -115.0439967 , -114.54916695, -114.05499436, -113.56143652, -113.06843369, -112.57599327], [-117.61505811, -117.11884205, -116.62319282, -116.12808762, -115.63355394, -115.13963424, -114.64635885, -114.15372502, -113.66168999, -113.17019365, -112.67924265], [-117.70275195, -117.20812118, -116.71404459, -116.220499 , -115.72751137, -115.23512364, -114.74336568, -114.25223444, -113.76168706, -113.2716635 , -112.78217045], [-117.79054708, -117.29746145, -116.8049173 , -116.31289106, -115.82140914, -115.3305129 , -114.84023166, -114.35056194, -113.86146058, -113.37286719, -112.88478777], [-117.87840075, -117.38682233, -116.89577291, -116.40522857, -115.91521524, -115.42577375, -114.93693303, -114.44868931, -113.96099931, -113.47380268, -112.98710545], [-117.96636357, -117.47625338, -116.9866597 , -116.49755823, -116.00897437, -115.52094845, -115.03350885, -114.54665144, -114.06033264, -113.57449182, -113.08913437], [-118.05440048, -117.56572138, -117.07754657, -116.58985135, -116.10266066, -115.61601429, -115.12994027, -114.64443418, -114.15945235, -113.67493418, -113.19088502], [-118.14255421, -117.65526846, -117.16847467, -116.6821478 , -116.1963123 , -115.71100748, -115.22626088, -114.74206776, -114.25838419, -113.77514931, -113.29236792]])
- height(line, pixel)float640.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0
- units :
- m
- xpath :
- /product/imageAttributes/geographicInformation/geolocationGrid/imageTiePoint/geodeticCoordinate/height
- Description :
- Geodetic height above reference ellipsoid (units = m)
array([[0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]])
- productFormat :
- GeoTIFF
- outputMediaInterleaving :
- BSQ
- rasterAttributes_dataType :
- Magnitude Detected
- rasterAttributes_bitsPerSample_dataStream :
- Magnitude
- rasterAttributes_bitsPerSample_value :
- 16
- rasterAttributes_numberOfSamplesPerLine :
- 10445
- rasterAttributes_numberOfLines :
- 10188
- rasterAttributes_sampledPixelSpacing_units :
- m
- rasterAttributes_sampledPixelSpacing_value :
- 50.0
- rasterAttributes_sampledLineSpacing_units :
- m
- rasterAttributes_sampledLineSpacing_value :
- 50.0
- rasterAttributes_lineTimeOrdering :
- Increasing
- rasterAttributes_pixelTimeOrdering :
- Decreasing
<xarray.DatasetView> Dimensions: (line: 11, pixel: 11) Coordinates: * line (line) int64 0 1018 2037 3056 4074 5093 6112 7130 8149 9168 10187 * pixel (pixel) int64 0 1044 2088 3133 4177 ... 6266 7310 8355 9399 10444 Data variables: latitude (line, pixel) float64 23.47 23.38 23.3 ... 18.24 18.14 18.04 longitude (line, pixel) float64 -117.3 -116.8 -116.3 ... -113.8 -113.3 height (line, pixel) float64 0.0 0.0 0.0 0.0 0.0 ... 0.0 0.0 0.0 0.0 0.0 Attributes: (12/13) productFormat: GeoTIFF outputMediaInterleaving: BSQ rasterAttributes_dataType: Magnitude Detected rasterAttributes_bitsPerSample_dataStream: Magnitude rasterAttributes_bitsPerSample_value: 16 rasterAttributes_numberOfSamplesPerLine: 10445 ... ... rasterAttributes_sampledPixelSpacing_units: m rasterAttributes_sampledPixelSpacing_value: 50.0 rasterAttributes_sampledLineSpacing_units: m rasterAttributes_sampledLineSpacing_value: 50.0 rasterAttributes_lineTimeOrdering: Increasing rasterAttributes_pixelTimeOrdering: Decreasing
geolocationGrid- timeOfDopplerCentroidEstimate: 6
- n-Coefficients: 5
- timeOfDopplerCentroidEstimate(timeOfDopplerCentroidEstimate)datetime64[ns]2020-08-21T13:33:00.078000 ... 2...
array(['2020-08-21T13:33:00.078000000', '2020-08-21T13:33:14.905482000', '2020-08-21T13:33:29.732964000', '2020-08-21T13:33:44.560445000', '2020-08-21T13:33:59.387929000', '2020-08-21T13:34:14.215413000'], dtype='datetime64[ns]')
- n-Coefficients(n-Coefficients)int640 1 2 3 4
array([0, 1, 2, 3, 4])
- dopplerAmbiguity(timeOfDopplerCentroidEstimate)int640 0 0 0 0 0
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerAmbiguity
- Description :
- Doppler ambiguity number used during processing
array([0, 0, 0, 0, 0, 0])
- dopplerAmbiguityConfidence(timeOfDopplerCentroidEstimate)float640.9977 0.9977 ... 0.9977 0.9977
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerAmbiguityConfidence
- Description :
- Doppler ambiguity confidence estimate.Range from 0.0 (no confidence) to 1.0 (highest confidence)
array([0.99767178, 0.99767178, 0.99767178, 0.99767178, 0.99767178, 0.99767178])
- dopplerCentroidReferenceTime(timeOfDopplerCentroidEstimate)float640.005571 0.005571 ... 0.005571
- units :
- s
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerCentroidReferenceTime
- Description :
- 2-way slant range time used as reference in Doppler Centroid polynomial calculation (t0) (units = s)
array([0.00557096, 0.00557096, 0.00557096, 0.00557096, 0.00557096, 0.00557096])
- dopplerCentroidPolynomialPeriod(timeOfDopplerCentroidEstimate)float640.00202 0.00202 ... 0.00202 0.00202
- units :
- s
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerCentroidPolynomialPeriod
- Description :
- Approximate 2-way slant range time period in seconds corresponding to the slant range swath width. This is the period over which the Doppler centroid polynomial is valid, measured from Doppler centroid reference time (t0). For ScanSAR, this is the time corresponding to the full combined swath width.(units = s).
array([0.00201974, 0.00201974, 0.00201974, 0.00201974, 0.00201974, 0.00201974])
- dopplerCentroidCoefficients(timeOfDopplerCentroidEstimate, n-Coefficients)float64-285.6 1.378e+05 ... -9.349e+13
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerCentroidCoefficients
- Description :
- List of up to 5 Doppler Centroid coefficients d0, d1, d2, d3, and d4 as a function of slant range timetSR where the Doppler Centroid frequency used in processing in Hz = d0 + d1(tSR - t0) + d2(tSR-t0)^2 + d3(tSR-t0)^3 + d4(tSR-t0)^4
array([[-2.85575806e+02, 1.37831453e+05, -1.21193000e+08, 3.94997391e+10, -1.34915005e+12], [-2.80333588e+02, 1.26907000e+05, -1.31823800e+08, 5.58269604e+10, -6.69678620e+12], [-2.76706696e+02, 8.77571250e+04, -8.25159280e+07, 4.22429491e+10, -7.64669277e+12], [-2.81461395e+02, 1.16822062e+05, -1.41468000e+08, 7.32061614e+10, -1.17599602e+13], [-2.84597290e+02, 1.51054047e+05, -2.16231808e+08, 1.39377295e+11, -2.94232900e+13], [-3.56742188e+02, 4.78471906e+05, -6.84912512e+08, 4.27556504e+11, -9.34918415e+13]])
- dopplerCentroidConfidence(timeOfDopplerCentroidEstimate)float640.9977 0.9977 ... 0.9965 0.9934
- xpath :
- /product/imageGenerationParameters/dopplerCentroid/dopplerCentroidConfidence
- Description :
- Doppler Centroid confidence estimate.Range from 0.0 (no confidence) to 1.0 (highest confidence)
array([0.99767178, 0.99773097, 0.99749231, 0.99723858, 0.99646318, 0.99338239])
- Description :
- Doppler Centroid Data Store
<xarray.DatasetView> Dimensions: (timeOfDopplerCentroidEstimate: 6, n-Coefficients: 5) Coordinates: * timeOfDopplerCentroidEstimate (timeOfDopplerCentroidEstimate) datetime64[ns] ... * n-Coefficients (n-Coefficients) int64 0 1 2 3 4 Data variables: dopplerAmbiguity (timeOfDopplerCentroidEstimate) int64 0 ... dopplerAmbiguityConfidence (timeOfDopplerCentroidEstimate) float64 ... dopplerCentroidReferenceTime (timeOfDopplerCentroidEstimate) float64 ... dopplerCentroidPolynomialPeriod (timeOfDopplerCentroidEstimate) float64 ... dopplerCentroidCoefficients (timeOfDopplerCentroidEstimate, n-Coefficients) float64 ... dopplerCentroidConfidence (timeOfDopplerCentroidEstimate) float64 ... Attributes: Description: Doppler Centroid Data Store
dopplerCentroid- dopplerRateReferenceTime: 1
- n-RateValuesCoefficients: 3
- dopplerRateReferenceTime(dopplerRateReferenceTime)float640.005571
array([0.005571])
- n-RateValuesCoefficients(n-RateValuesCoefficients)int640 1 2
array([0, 1, 2])
- dopplerRateValues(dopplerRateReferenceTime, n-RateValuesCoefficients)float64-2.174e+03 3.742e+05 -4.152e+07
- RateReferenceTime units :
- s
- dopplerRateReferenceTime_xpath :
- /product/imageGenerationParameters/dopplerRateValues/dopplerRateReferenceTime
- dopplerRateValuesCoefficients_xpath :
- /product/imageGenerationParameters/dopplerRateValues/dopplerRateValuesCoefficients
- Description :
- List of up to 5 Doppler rate values coefficients r0, r1, r2, r3, and r4 as a function of slant range time tSR where the Doppler frequency rate (in Hz per second of zero Doppler time) = r0 + r1(tSR - t0) + r2(tSR-t0)^2 + r3(tSR-t0)^3 + r4(tSR-t0)^4
array([[-2.17426709e+03, 3.74150500e+05, -4.15207000e+07]])
- Description :
- Doppler Rate Values Data Store.
<xarray.DatasetView> Dimensions: (dopplerRateReferenceTime: 1, n-RateValuesCoefficients: 3) Coordinates: * dopplerRateReferenceTime (dopplerRateReferenceTime) float64 0.005571 * n-RateValuesCoefficients (n-RateValuesCoefficients) int64 0 1 2 Data variables: dopplerRateValues (dopplerRateReferenceTime, n-RateValuesCoefficients) float64 ... Attributes: Description: Doppler Rate Values Data Store.
dopplerRateValues
<xarray.DatasetView> Dimensions: () Data variables: *empty*
doppler- pole: 2
- n-amplitudeCoefficients: 4
- n-phaseCoefficients: 4
- pole(pole)<U2'VV' 'VH'
- type :
- rs2prod:polarizationIdentifiers
array(['VV', 'VH'], dtype='<U2')
- n-amplitudeCoefficients(n-amplitudeCoefficients)int640 1 2 3
array([0, 1, 2, 3])
- n-phaseCoefficients(n-phaseCoefficients)int640 1 2 3
array([0, 1, 2, 3])
- replicaQualityValid(pole)<U4'true' 'true'
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/replicaQualityValid
- Description :
- true = able to reconstruct all chirps or chirp reconstruction not requested (nominal chirp used) and all quality measures were acceptablefalse = unable to reconstruct chirp during processing and chirp reconstruction was requested or the quality is below acceptable levels.
array(['true', 'true'], dtype='<U4')
- crossCorrelationWidth(pole)float641.033 1.039
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/crossCorrelationWidth
- Description :
- 3-dB pulse width of chirp replica cross-correlation function between reconstructed chirp and nominal chirp (units = samples)
array([1.03279197, 1.03857994])
- sideLobeLevel(pole)float64-13.25 -13.28
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/sideLobeLevel
- units :
- dB
- Description :
- First side lobe level of chirp replica cross-correlation function between reconstructed chirp and nominal chirp (units = dB)
array([-13.25045967, -13.27672958])
- integratedSideLobeRatio(pole)float64-9.973 -10.17
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/integratedSideLobeRatio
- units :
- dB
- Description :
- Integrated Side-Lobe Ratio of chirp replica cross-correlation function between reconstructed chirp and nominal chirp (units = dB)
array([ -9.97302055, -10.17140007])
- crossCorrelationPeakLoc(pole)float6437.8 38.01
- xpath :
- /product/imageGenerationParameters/chirp/chirpQuality/crossCorrelationPeakLoc
- Description :
- Cross correlation peak location. (units = samples)
array([37.80487061, 38.00939941])
- chirpPower(pole)float6464.57 64.32
- xpath :
- /product/imageGenerationParameters/chirp/chirpPower
- units :
- dB
- Description :
- (units = dB)
array([64.56515429, 64.31606258])
- amplitudeCoefficients(pole, n-amplitudeCoefficients)float641.0 -633.5 ... -2.676e+12
- xpath :
- /product/imageGenerationParameters/chirp/amplitudeCoefficients
- Description :
- List of range chirp amplitude coefficients (-, s^-1, s^-2, s^-3, ...)
array([[ 1.00000000e+00, -6.33520325e+02, -1.87412900e+06, -2.85720707e+12], [ 1.00000000e+00, -9.45641296e+02, -6.72616640e+07, -2.67615391e+12]])
- phaseCoefficients(pole, n-phaseCoefficients)float640.2693 -4.153e+03 ... -1.081e+12
- xpath :
- /product/imageGenerationParameters/chirp/phaseCoefficients
- Description :
- List of range chirp phase coefficients (cycles, Hz, Hz/s, Hz/s^2, ...)
array([[ 2.69284606e-01, -4.15260791e+03, -1.39638292e+11, -6.50867376e+11], [ 8.35320711e-01, 5.38344849e+02, -1.39637801e+11, -1.08056602e+12]])
- VV_wing :
- Combined
- VV_pulse :
- 11.58
- VH_wing :
- Combined
- VH_pulse :
- 11.58
- Description :
- Chirp Quality Data Store
<xarray.DatasetView> Dimensions: (pole: 2, n-amplitudeCoefficients: 4, n-phaseCoefficients: 4) Coordinates: * pole (pole) <U2 'VV' 'VH' * n-amplitudeCoefficients (n-amplitudeCoefficients) int64 0 1 2 3 * n-phaseCoefficients (n-phaseCoefficients) int64 0 1 2 3 Data variables: replicaQualityValid (pole) <U4 'true' 'true' crossCorrelationWidth (pole) float64 1.033 1.039 sideLobeLevel (pole) float64 -13.25 -13.28 integratedSideLobeRatio (pole) float64 -9.973 -10.17 crossCorrelationPeakLoc (pole) float64 37.8 38.01 chirpPower (pole) float64 64.57 64.32 amplitudeCoefficients (pole, n-amplitudeCoefficients) float64 1.0 ... ... phaseCoefficients (pole, n-phaseCoefficients) float64 0.2693 ... -... Attributes: VV_wing: Combined VV_pulse: 11.58 VH_wing: Combined VH_pulse: 11.58 Description: Chirp Quality Data Store
chirp
<xarray.DatasetView> Dimensions: () Data variables: *empty*
imageGenerationParameters- beam: 4
- pole: 2
- NbOfNoiseLevelValues: 99
- beam(beam)<U3'W1' 'W2' 'W30' 'S7'
array(['W1', 'W2', 'W30', 'S7'], dtype='<U3')
- pole(pole)<U2'VH' 'VV'
array(['VH', 'VV'], dtype='<U2')
- pulsesReceivedPerDwell(beam)int6458 58 58 58
- xpath :
- /product/sourceAttributes/radarParameters/pulsesReceivedPerDwell
- Description :
- ScanSAR burst parameter for ScanSAR only. Number of pulses received and recorded per dwell for each beam. Beam attribute values are same as those used in the beams list.
array([58, 58, 58, 58])
- numberOfPulseIntervalsPerDwell(beam)int6465 66 65 67
- xpath :
- /product/sourceAttributes/radarParameters/numberOfPulseIntervalsPerDwell
- Description :
- ScanSAR burst parameter for ScanSAR only. Number of pulse transmission intervals per dwell for each beam. Beam attribute values are same as those used in the beams list.
array([65, 66, 65, 67])
- rank(beam)int647 8 7 9
- xpath :
- /product/sourceAttributes/radarParameters/rank
- Description :
- Rank, one entry per beam. The number of transmitted pulse repetition intervals between transmission and reception for each beam. Samples per echo line. Used to determine sample window length. Beam attribute values are same as those used in the beams list.
array([7, 8, 7, 9])
- settableGain(beam, pole)float64-1.0 -1.0 -1.0 ... -1.0 -1.0 -1.0
- xpath :
- /product/sourceAttributes/radarParameters/settableGain
- wing :
- Combined
- units :
- dB
- Description :
- Gain values used on the instrument. Gain values will be specified either in terms of polarization or wing, not both. Beam attribute values are same as those used in the beams list. (units = dB). Wing can be either fore or aft.
array([[-1.00000002, -1.00000002], [-1.00000002, -1.00000002], [-1.00000002, -1.00000002], [-1.00000002, -1.00000002]])
- pulseRepetitionFrequency(beam)float641.283e+03 1.341e+03 ... 1.295e+03
- xpath :
- /product/sourceAttributes/radarParameters/pulseRepetitionFrequency
- units :
- Hz
- Description :
- Transmitted pulse repetition frequency for each beam. Beam attribute values are same as those used in the beams list (units = Hz). For products with two wing identifiers (Fore and Aft), the received PRF is effectively double the transmitted PRF.
array([1282.70239258, 1341.37744141, 1079.41113281, 1295.29333496])
- samplesPerEchoLine(beam)int646768 7920 7944 7320
- xpath :
- /product/sourceAttributes/radarParameters/samplesPerEchoLine
- Description :
- Number of samples per echo line for each beam. Used to determine sample window length. Beam attribute values are same as those used in the beams list.
array([6768, 7920, 7944, 7320])
- noiseLevelValues_BetaNought(NbOfNoiseLevelValues)float64-27.3 -27.94 ... -23.45 -21.21
- pixelFirstNoiseValue :
- 56
- stepSize :
- 106
- numberOfNoiseLevelValues :
- 99
- xpath :
- /product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues
- noiseLevelValues_units :
- dB
- Description :
- Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)
array([-27.2963505, -27.9428406, -28.3900394, -28.6201305, -28.6178207, -28.4289093, -28.1081009, -27.7574291, -27.42869 , -27.2105999, -27.1420097, -27.2563591, -27.5131302, -27.8319302, -28.1735001, -28.4091702, -28.5033894, -28.3580303, -27.8952103, -26.6417007, -26.7915897, -26.7310009, -26.5711899, -26.3841705, -26.2168102, -26.1536598, -26.2285194, -26.4345798, -26.7091198, -26.9525204, -27.1482391, -27.2234993, -27.1391392, -26.9442501, -26.6505108, -26.3193207, -26.0311298, -25.8394508, -25.7523594, -25.4270897, -26.9549007, -27.7762699, -28.2030697, -28.22649 , -27.8993607, -27.2982998, -26.5392704, -25.8587208, -25.4805107, -25.4868908, -25.8762302, -26.4272404, -26.9455509, -27.2762909, -27.2887192, -26.9830704, -26.4028606, -25.7073307, -25.1028099, -24.8336201, -25.0222301, -25.4923401, -25.9939404, -26.5458603, -26.7674198, -26.5393105, -24.6516209, -25.4983597, -25.8719997, -25.9356098, -25.7380295, -25.4667091, -25.1535892, -24.92799 , -24.7548103, -24.6821404, -24.7129803, -24.8224792, -24.9161301, -24.9473991, -24.91255 , -24.8140697, -24.6360397, -24.4484005, -24.3730507, -24.3983898, -24.5143909, -24.6595592, -24.7207108, -24.6310101, -24.4746704, -24.3230495, -24.3624096, -24.6485405, -24.9454803, -25.0374603, -24.6079502, -23.4525509, -21.2124996])
- noiseLevelValues_SigmaNought(NbOfNoiseLevelValues)float64-28.5 -29.16 ... -28.12 -25.97
- pixelFirstNoiseValue :
- 56
- stepSize :
- 106
- numberOfNoiseLevelValues :
- 99
- xpath :
- /product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues
- noiseLevelValues_units :
- dB
- Description :
- Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)
array([-28.5002995, -29.1613598, -29.6233292, -29.8684101, -29.8813 , -29.7078209, -29.4026508, -29.0678501, -28.7552204, -28.5534706, -28.5014591, -28.6326408, -28.9064693, -29.2425995, -29.6017494, -29.8552704, -29.9675999, -29.84062 , -29.3964596, -28.1618996, -28.3310204, -28.2899609, -28.1499805, -27.9830894, -27.8361702, -27.7937794, -27.8897209, -28.1171894, -28.4134693, -28.6789608, -28.8971195, -28.9951706, -28.9339695, -28.7625999, -28.4927692, -28.1858597, -27.9223499, -27.7557507, -27.6941509, -27.3947906, -28.9489307, -29.7970695, -30.2510796, -30.3021603, -30.0031605, -29.4306908, -28.7007504, -28.0497704, -27.7016392, -27.7386208, -28.1590691, -28.7417507, -29.2922592, -29.6557693, -29.70154 , -29.4298306, -28.8841591, -28.2237797, -27.6550407, -27.4222698, -27.6479607, -28.1558399, -28.6958904, -29.2869701, -29.54842 , -29.3609505, -27.5146503, -28.4035702, -28.8201904, -28.9276104, -28.7746792, -28.5488701, -28.2821598, -28.1038895, -27.9789696, -27.9555302, -28.0365906, -28.1973305, -28.3432808, -28.4279308, -28.4475594, -28.4046993, -28.2834892, -28.1538696, -28.1378098, -28.2237206, -28.4016304, -28.6100998, -28.73596 , -28.7124596, -28.6238308, -28.5414906, -28.6517696, -29.0105209, -29.3818207, -29.5499897, -29.1985493, -28.1231709, -25.9651794])
- noiseLevelValues_Gamma(NbOfNoiseLevelValues)float64-26.65 -27.33 ... -27.85 -25.71
- pixelFirstNoiseValue :
- 56
- stepSize :
- 106
- numberOfNoiseLevelValues :
- 99
- xpath :
- /product/sourceAttributes/radarParameters/referenceNoiseLevel/noiseLevelValues
- noiseLevelValues_units :
- dB
- Description :
- Estimated noise level values as a function of georeferenced image pixel position in range. For SSG and SPG products, these apply to intermediate georeferenced image data prior to geocoding. (units = dB)
array([-26.6453304, -27.3258991, -27.8073502, -28.0718803, -28.1041908, -27.9500809, -27.6642609, -27.3487797, -27.0554295, -26.8729191, -26.8401203, -26.9904709, -27.2834492, -27.63867 , -28.01688 , -28.2894096, -28.4207191, -28.3126793, -27.8874092, -26.6716995, -26.8596191, -26.8373203, -26.7160492, -26.5678291, -26.4395294, -26.4157009, -26.5301609, -26.7760906, -27.0907803, -27.37463 , -27.6110897, -27.7273808, -27.6843605, -27.5311203, -27.2793503, -26.9904499, -26.7448807, -26.5961494, -26.5523701, -26.27075 , -27.8425694, -28.7083092, -29.1798496, -29.2483902, -28.9667797, -28.4116192, -27.6989098, -27.0650902, -26.7340298, -26.7879906, -27.2253609, -27.8248501, -28.3920898, -28.7722492, -28.8345699, -28.5793209, -28.0500107, -27.405899 , -26.8533306, -26.6366291, -26.8782997, -27.4020405, -27.9578495, -28.5645809, -28.8415794, -28.6695404, -26.8385601, -27.7426891, -28.1744003, -28.2967796, -28.1587009, -27.9476204, -27.6954994, -27.5317001, -27.4211292, -27.4118996, -27.5070305, -27.6817093, -27.8414593, -27.9397793, -27.9729309, -27.9434509, -27.8354607, -27.7189293, -27.7157993, -27.8144894, -28.0050201, -28.2259502, -28.3641205, -28.3527603, -28.2761002, -28.2055798, -28.3274994, -28.6977291, -29.0803204, -29.2596092, -28.9191093, -27.8544998, -25.7070904])
- acquisitionType :
- ScanSAR Wide
- beams :
- ['W1', 'W2', 'W30', 'S7']
- polarizations :
- ['VV', 'VH']
- pulses :
- 11.58
- radarCenterFrequency_units :
- Hz
- radarCenterFrequency :
- 5404999242.769673
- pulseLength_pulse :
- 11.58
- pulseLength_units :
- s
- pulseLength :
- 4.152204895019531e-05
- pulseBandwidth_pulse :
- 11.58
- pulseBandwidth_units :
- Hz
- pulseBandwidth :
- 11597107.86
- antennaPointing :
- Right
- adcSamplingRate_pulse :
- 11.58
- adcSamplingRate_units :
- Hz
- adcSamplingRate :
- 12667968.75
- yawSteeringFlag :
- YawSteeringOn
- geodeticFlag :
- Off-Geocentric
- rawBitsPerSample :
- 4
- Description :
- Radar Parameters Data Store. Information describing the characteristics of the sensor used to acquire the data
<xarray.DatasetView> Dimensions: (beam: 4, pole: 2, NbOfNoiseLevelValues: 99) Coordinates: * beam (beam) <U3 'W1' 'W2' 'W30' 'S7' * pole (pole) <U2 'VH' 'VV' Dimensions without coordinates: NbOfNoiseLevelValues Data variables: pulsesReceivedPerDwell (beam) int64 58 58 58 58 numberOfPulseIntervalsPerDwell (beam) int64 65 66 65 67 rank (beam) int64 7 8 7 9 settableGain (beam, pole) float64 -1.0 -1.0 ... -1.0 -1.0 pulseRepetitionFrequency (beam) float64 1.283e+03 ... 1.295e+03 samplesPerEchoLine (beam) int64 6768 7920 7944 7320 noiseLevelValues_BetaNought (NbOfNoiseLevelValues) float64 -27.3 ... ... noiseLevelValues_SigmaNought (NbOfNoiseLevelValues) float64 -28.5 ... ... noiseLevelValues_Gamma (NbOfNoiseLevelValues) float64 -26.65 ...... Attributes: (12/20) acquisitionType: ScanSAR Wide beams: ['W1', 'W2', 'W30', 'S7'] polarizations: ['VV', 'VH'] pulses: 11.58 radarCenterFrequency_units: Hz radarCenterFrequency: 5404999242.769673 ... ... adcSamplingRate_units: Hz adcSamplingRate: 12667968.75 yawSteeringFlag: YawSteeringOn geodeticFlag: Off-Geocentric rawBitsPerSample: 4 Description: Radar Parameters Data Store. Information des...
radarParameters- pixels: 10445
- pixels(pixels)int640 1 2 3 ... 10441 10442 10443 10444
array([ 0, 1, 2, ..., 10442, 10443, 10444])
- lutBeta(pixels)float641.358e+07 1.358e+07 ... 1.358e+07
- offset :
- 0.0
array([13583140., 13583140., 13583140., ..., 13583140., 13583140., 13583140.])
- lutGamma(pixels)float641.163e+07 1.163e+07 ... 3.815e+07
- offset :
- 0.0
array([11631990., 11632840., 11633700., ..., 38133200., 38140940., 38148680.])
- lutSigma(pixels)float641.788e+07 1.788e+07 ... 4.049e+07
- offset :
- 0.0
array([17883090., 17883650., 17884200., ..., 40480150., 40487440., 40494730.])
- Description :
- RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and Associates Ltd., 2003 All Rights Reserved.Three output scaling Look-up Tables (LUTs) are included with every product. These LUTs allow one to convert the digital numbers foundin the output product to sigma-nought, beta-nought, or gamma-noughtvalues (depending on which LUT is used) by applying a constantoffset and range dependent gain to the SAR imagery.There is one entry in the gains list for each range sample in theimagery. In order to convert the digital number of a given rangesample to a calibrated value, the digital value is first squared,then the offset (B) is added and the result is divided by thegain value (A) corresponding to the range sample.i.e., calibrated value = ( digital value^2 + B ) / A
<xarray.DatasetView> Dimensions: (pixels: 10445) Coordinates: * pixels (pixels) int64 0 1 2 3 4 5 ... 10439 10440 10441 10442 10443 10444 Data variables: lutBeta (pixels) float64 1.358e+07 1.358e+07 ... 1.358e+07 1.358e+07 lutGamma (pixels) float64 1.163e+07 1.163e+07 ... 3.814e+07 3.815e+07 lutSigma (pixels) float64 1.788e+07 1.788e+07 ... 4.049e+07 4.049e+07 Attributes: Description: RADARSAT Product LUT. (c) COPYRIGHT MacDonald Dettwiler and...
lut- pol: 2
- line: 203
- sample: 208
- pol(pol)<U2'VV' 'VH'
array(['VV', 'VH'], dtype='<U2')
- line(line)float6424.5 74.5 ... 1.007e+04 1.012e+04
array([ 24.5, 74.5, 124.5, ..., 10024.5, 10074.5, 10124.5])
- sample(sample)float6424.5 74.5 ... 1.032e+04 1.037e+04
array([ 24.5, 74.5, 124.5, ..., 10274.5, 10324.5, 10374.5])
- digital_number(pol, line, sample)uint16dask.array<chunksize=(1, 203, 208), meta=np.ndarray>
- comment :
- not denoised digital number, resampled at "{'line': 50, 'sample': 50}" with rasterio.enums.Resampling.rms
- history :
- digital_number: imagery_V*.tif
Array Chunk Bytes 164.94 kiB 82.47 kiB Shape (2, 203, 208) (1, 203, 208) Dask graph 2 chunks in 3 graph layers Data type uint16 numpy.ndarray
<xarray.DatasetView> Dimensions: (pol: 2, line: 203, sample: 208) Coordinates: * pol (pol) <U2 'VV' 'VH' * line (line) float64 24.5 74.5 124.5 ... 1.007e+04 1.012e+04 * sample (sample) float64 24.5 74.5 124.5 ... 1.032e+04 1.037e+04 Data variables: digital_number (pol, line, sample) uint16 dask.array<chunksize=(1, 203, 208), meta=np.ndarray>
digital_numbers- product_path :
- /home/datawork-cersat-public/cache/project/sarwing/data/RS2/L1/VV_VH/2020/234/RS2_OK123649_PK1086794_DK1033082_SCWA_20200821_133300_VV_VH_SGF
- satellite :
- RADARSAT-2
- inputDatasetId :
- /Fred/RSAT-2/525985P
- rawDataStartTime :
- 2020-08-21T13:33:00.289027
- satelliteHeight_units :
- m
- satelliteHeight :
- 793996.3316241935