Download this notebook from github.
XSAR simple example
just open a dataset with xsar.open_dataset, and display denoised sigma0
in ‘VH’ polarisation
[1]:
import xarray as xr
import xsar
import os
[2]:
import holoviews as hv
hv.extension('bokeh')
from holoviews.operation.datashader import datashade,rasterize
import datashader as dh
[3]:
# get test file. You can replace with an path to other SAFE
filename = xsar.get_test_file('S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE')
filename
[3]:
'/tmp/S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE'
[4]:
# open the datatree with xarray
dt_xsar = xsar.open_datatree(filename,resolution='100m')
dt_xsar
[4]:
<xarray.DatasetView> Dimensions: () Data variables: *empty* Attributes: (12/17) name: SENTINEL1_DS:/tmp/S1A_IW_GRDH_1SDV_20170907T103020_201... short_name: SENTINEL1_DS:S1A_IW_GRDH_1SDV_20170907T103020_20170907... product: GRDH safe: S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_01826... swath: IW multidataset: False ... ... footprint: POLYGON ((-67.84221143971432 20.72564283093837, -70.22... coverage: 170km * 251km (line * sample ) pixel_line_m: <xarray.DataArray 'azimuthPixelSpacing' ()>\narray(10.... pixel_sample_m: <xarray.DataArray 'groundRangePixelSpacing' ()>\narray... orbit_pass: Descending platform_heading: -167.7668824808032
datatree.DataTree
- pol: 2
- line: 1677
- sample: 2518
- pol(pol)object'VV' 'VH'
- comment :
- ordered polarizations (copol, crosspol)
array(['VV', 'VH'], dtype=object)
- line(line)float644.5 14.5 ... 1.675e+04 1.676e+04
- axis :
- Y
- units :
- 1
- comment :
- azimuth direction, in pixels from full resolution tiff
array([4.50000e+00, 1.45000e+01, 2.45000e+01, ..., 1.67445e+04, 1.67545e+04, 1.67645e+04])
- sample(sample)float644.5 14.5 ... 2.516e+04 2.517e+04
- axis :
- X
- units :
- 1
- comment :
- cross track direction, in pixels from full resolution tiff
array([4.50000e+00, 1.45000e+01, 2.45000e+01, ..., 2.51545e+04, 2.51645e+04, 2.51745e+04])
- spatial_ref()int640
- 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
- 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"]]
- gcps :
- {'type': 'FeatureCollection', 'features': [{'type': 'Feature', 'properties': {'id': '6454affe-686a-48ff-aa94-0c607958db93', 'info': None, 'row': 0, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.84272045935658, 20.725315928894105, 0]}}, {'type': 'Feature', 'properties': {'id': '5044d6fa-b3da-48b5-b9fa-435676898c1b', 'info': None, 'row': 0, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-67.96143824043358, 20.74720891623757, 0]}}, {'type': 'Feature', 'properties': {'id': 'a8df10e6-b3d0-49a9-affc-5ef6d951e768', 'info': None, 'row': 0, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.08019009309605, 20.769019964484063, 0]}}, {'type': 'Feature', 'properties': {'id': 'd3e7e100-1288-47f7-ae68-6e1e4526e0c5', 'info': None, 'row': 0, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.19897593956232, 20.79074895817815, 0]}}, {'type': 'Feature', 'properties': {'id': '9fe79cd6-ac38-4863-aacb-0fd20c50bf7c', 'info': None, 'row': 0, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.31779570079716, 20.812395782075022, 0]}}, {'type': 'Feature', 'properties': {'id': 'ac2a325d-55d4-4cf9-bcf9-2a5bbed59e62', 'info': None, 'row': 0, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.43664929691909, 20.833960321216498, 0]}}, {'type': 'Feature', 'properties': {'id': '2f9230d0-40e7-479f-9569-6926cba5ae3b', 'info': None, 'row': 0, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.55553664732885, 20.855442460955388, 0]}}, {'type': 'Feature', 'properties': {'id': '8366f06d-5e4e-42c1-974a-6bb8eac7670c', 'info': None, 'row': 0, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.67445767071521, 20.876842086957183, 0]}}, {'type': 'Feature', 'properties': {'id': '1cd3bd94-ecc8-4faa-a288-85f5b2a7a614', 'info': None, 'row': 0, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.79341228502653, 20.89815908519576, 0]}}, {'type': 'Feature', 'properties': {'id': '3f37e6b9-11cd-496e-9b6a-2a496e1a39e6', 'info': None, 'row': 0, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.91240040745028, 20.919393341950713, 0]}}, {'type': 'Feature', 'properties': {'id': 'a4d16e3a-bd4b-4550-bdd3-bf275bfaaf02', 'info': None, 'row': 0, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.03142195441437, 20.940544743808864, 0]}}, {'type': 'Feature', 'properties': {'id': '097b5502-459c-4023-9409-ce4fbb7d92e5', 'info': None, 'row': 0, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.15047684160723, 20.961613177669054, 0]}}, {'type': 'Feature', 'properties': {'id': '3a0b3a9b-51cf-48c2-9f77-d4ec607b3fe1', 'info': None, 'row': 0, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.26956498400493, 20.982598530748223, 0]}}, {'type': 'Feature', 'properties': {'id': '29967e02-f3df-4d3c-aa16-59e8fd10bd29', 'info': None, 'row': 0, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.38868629589327, 21.00350069058663, 0]}}, {'type': 'Feature', 'properties': {'id': '871e307e-860b-4649-b338-0a08b0bc8cf1', 'info': None, 'row': 0, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.50784069087484, 21.02431954505029, 0]}}, {'type': 'Feature', 'properties': {'id': 'bb326494-0c7d-47ea-98fa-fafa254b5849', 'info': None, 'row': 0, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.62702808185843, 21.04505498233059, 0]}}, {'type': 'Feature', 'properties': {'id': '55c5b37b-1f50-4e5c-9791-290f9bec69ce', 'info': None, 'row': 0, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.7462483810368, 21.065706890941808, 0]}}, {'type': 'Feature', 'properties': {'id': '99bb8545-5dfe-4e8b-9bd1-15e104f08501', 'info': None, 'row': 0, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.86550149986937, 21.08627515971981, 0]}}, {'type': 'Feature', 'properties': {'id': '246b7828-1552-48e4-ab2e-c77eb5a5beaf', 'info': None, 'row': 0, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-69.98478734909823, 21.106759677826496, 0]}}, {'type': 'Feature', 'properties': {'id': '0a68d00b-8095-4d19-a307-fd666bb7a443', 'info': None, 'row': 0, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.10410583819342, 21.127160336434343, 0]}}, {'type': 'Feature', 'properties': {'id': '41e0447e-2682-47ba-afcc-417fcd35dc31', 'info': None, 'row': 84, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.8585921398808, 20.649698712048504, 0]}}, {'type': 'Feature', 'properties': {'id': '2ecf67cc-789d-48f8-91df-2df5348fbc80', 'info': None, 'row': 84, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-67.97725025109158, 20.671596760592553, 0]}}, {'type': 'Feature', 'properties': {'id': 'ccfccdc8-5c58-4c8e-9c21-5b00dcfc24ba', 'info': None, 'row': 84, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.0959422895449, 20.693413195575367, 0]}}, {'type': 'Feature', 'properties': {'id': '231faaf1-b13d-48f3-8a95-f1e4e7968b51', 'info': None, 'row': 84, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.21466817839861, 20.715147901784864, 0]}}, {'type': 'Feature', 'properties': {'id': '0c597f47-e0bc-4643-a826-9db4c5418e47', 'info': None, 'row': 84, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.33342783955857, 20.73680076421673, 0]}}, {'type': 'Feature', 'properties': {'id': '7b2bffce-7a95-46b6-b8aa-0d11c57bb801', 'info': None, 'row': 84, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.45222119409178, 20.7583716681517, 0]}}, {'type': 'Feature', 'properties': {'id': 'b3023449-4b5e-4f39-a364-2b1f1db441a6', 'info': None, 'row': 84, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.57104816235693, 20.77986049918012, 0]}}, {'type': 'Feature', 'properties': {'id': '9539858d-56ac-4f19-80d5-7672a5d336f1', 'info': None, 'row': 84, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.68990866400945, 20.8012671432036, 0]}}, {'type': 'Feature', 'properties': {'id': '171f6533-4ced-48a8-9bd7-0d76443f9f2a', 'info': None, 'row': 84, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.80880261797182, 20.82259148643039, 0]}}, {'type': 'Feature', 'properties': {'id': '1d2a3f74-f457-484e-9f6b-e03ed256dd3a', 'info': None, 'row': 84, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.92772994241103, 20.84383341537234, 0]}}, {'type': 'Feature', 'properties': {'id': '87a89442-ecc0-47d1-8688-6fbc89d58a02', 'info': None, 'row': 84, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.04669055473896, 20.864992816846257, 0]}}, {'type': 'Feature', 'properties': {'id': '81bd40c2-f61e-4313-90f2-2a2345a89fec', 'info': None, 'row': 84, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.16568437163141, 20.886069577978418, 0]}}, {'type': 'Feature', 'properties': {'id': '185bda49-00c0-438d-93eb-00ca1cda65be', 'info': None, 'row': 84, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.28471130905555, 20.90706358621084, 0]}}, {'type': 'Feature', 'properties': {'id': 'dbc5189e-13c0-431b-9120-050a9a3133fb', 'info': None, 'row': 84, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.40377128229271, 20.927974729306463, 0]}}, {'type': 'Feature', 'properties': {'id': '9157b2d5-8ab5-468f-816a-874fa2434f54', 'info': None, 'row': 84, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.52286420594629, 20.948802895351854, 0]}}, {'type': 'Feature', 'properties': {'id': '615389e7-00aa-4457-b2fd-ffaff93ad5e2', 'info': None, 'row': 84, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.64198999393231, 20.969547972756917, 0]}}, {'type': 'Feature', 'properties': {'id': 'c43d3774-f1e2-4455-913c-ac5c545d4aaa', 'info': None, 'row': 84, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.76114855945697, 20.990209850252437, 0]}}, {'type': 'Feature', 'properties': {'id': '63663acc-feed-46a0-9ef5-8d9c27efc004', 'info': None, 'row': 84, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.88033981499831, 21.010788416888495, 0]}}, {'type': 'Feature', 'properties': {'id': 'fd5675bc-5255-47f9-8290-65e4d4ef6046', 'info': None, 'row': 84, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-69.99956367231803, 21.031283562038222, 0]}}, {'type': 'Feature', 'properties': {'id': 'd24e02c1-1673-4266-8d1e-67f949cd7e51', 'info': None, 'row': 84, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.11882004190218, 21.051695177074635, 0]}}, {'type': 'Feature', 'properties': {'id': 'c4924c92-79dc-44d5-9e1b-145c5aaeee70', 'info': None, 'row': 168, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.87446382040501, 20.57408149520291, 0]}}, {'type': 'Feature', 'properties': {'id': 'cbf0b783-eb84-4b23-8ede-fb92a482c8e3', 'info': None, 'row': 168, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-67.99306226174957, 20.59598460494754, 0]}}, {'type': 'Feature', 'properties': {'id': '508f474f-6637-4192-bce6-7ae236089537', 'info': None, 'row': 168, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.11169448599375, 20.617806426666682, 0]}}, {'type': 'Feature', 'properties': {'id': '439ba487-2c0b-40d8-a456-9d2bfa576141', 'info': None, 'row': 168, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.23036041723492, 20.63954684539158, 0]}}, {'type': 'Feature', 'properties': {'id': '61276c6b-5a96-4617-90d1-bd846eae6cc2', 'info': None, 'row': 168, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.34905997831996, 20.661205746358448, 0]}}, {'type': 'Feature', 'properties': {'id': 'e382a28f-82d0-4c39-b76d-2a5f4cd0d9c4', 'info': None, 'row': 168, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.46779309126447, 20.682783015086898, 0]}}, {'type': 'Feature', 'properties': {'id': 'a298977a-b94d-46eb-82c2-c23371d08285', 'info': None, 'row': 168, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.58655967738501, 20.70427853740486, 0]}}, {'type': 'Feature', 'properties': {'id': 'e563bc23-0de1-486c-9191-6f3c34436c78', 'info': None, 'row': 168, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.7053596573037, 20.725692199450023, 0]}}, {'type': 'Feature', 'properties': {'id': '60c1d9ca-ad34-433b-91d5-8f47fc1b1c53', 'info': None, 'row': 168, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.82419295091711, 20.747023887665016, 0]}}, {'type': 'Feature', 'properties': {'id': '9e8c0f94-cef3-4ba8-a81b-128b890c6463', 'info': None, 'row': 168, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.9430594773718, 20.768273488793973, 0]}}, {'type': 'Feature', 'properties': {'id': 'b808733b-b4be-4f45-8ee3-b43e2e3afbb2', 'info': None, 'row': 168, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.06195915506358, 20.789440889883647, 0]}}, {'type': 'Feature', 'properties': {'id': '13c5b70f-96e4-4793-a091-78b72cde61e8', 'info': None, 'row': 168, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.18089190165558, 20.810525978287792, 0]}}, {'type': 'Feature', 'properties': {'id': '14d3fe59-13de-478a-b41a-470d9b0cd745', 'info': None, 'row': 168, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.29985763410617, 20.83152864167346, 0]}}, {'type': 'Feature', 'properties': {'id': '4acff6e7-37c3-4e86-a532-3ad3aa8c61a0', 'info': None, 'row': 168, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.41885626869215, 20.852448768026296, 0]}}, {'type': 'Feature', 'properties': {'id': '39efe38d-ceb2-45c0-b77a-c455b120bca9', 'info': None, 'row': 168, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.53788772101775, 20.873286245653418, 0]}}, {'type': 'Feature', 'properties': {'id': '5c3017c0-b81a-4dd0-9da8-88357b6563a1', 'info': None, 'row': 168, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.65695190600619, 20.894040963183254, 0]}}, {'type': 'Feature', 'properties': {'id': 'ff81189c-ea2a-4b7f-b94b-32879253597b', 'info': None, 'row': 168, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.77604873787718, 20.91471280956308, 0]}}, {'type': 'Feature', 'properties': {'id': '47377d5d-945b-4f2f-9f00-ebbb7e4dc6ff', 'info': None, 'row': 168, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.89517813012726, 20.935301674057186, 0]}}, {'type': 'Feature', 'properties': {'id': '1ef99f73-949d-419d-bc43-aa34b97cfd2d', 'info': None, 'row': 168, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.01433999553784, 20.955807446249953, 0]}}, {'type': 'Feature', 'properties': {'id': '32ea6e83-7bc1-46dc-a614-4b46d1e8b726', 'info': None, 'row': 168, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.13353424561095, 20.976230017714926, 0]}}, {'type': 'Feature', 'properties': {'id': 'f413d08a-0626-4d73-a359-ef0b36341553', 'info': None, 'row': 252, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.89032810813944, 20.49846287436611, 0]}}, {'type': 'Feature', 'properties': {'id': '57c94bcd-1ac9-432c-9012-87daf5f88b35', 'info': None, 'row': 252, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.00886725735738, 20.520371072945526, 0]}}, {'type': 'Feature', 'properties': {'id': '8f36c4cd-61ad-4442-8fbc-07e921499e1e', 'info': None, 'row': 252, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.1274400455615, 20.542198308572914, 0]}}, {'type': 'Feature', 'properties': {'id': '8ef0c66f-c7aa-44f8-a660-d740a66a7036', 'info': None, 'row': 252, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.24604639777641, 20.563944466520148, 0]}}, {'type': 'Feature', 'properties': {'id': '481e0144-dbff-4f20-b45e-f828a564818f', 'info': None, 'row': 252, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.36468623778755, 20.585609432263084, 0]}}, {'type': 'Feature', 'properties': {'id': '133ef0a5-e234-4f77-9c1c-0ac0cdef0a18', 'info': None, 'row': 252, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.48335948855726, 20.60719309155951, 0]}}, {'type': 'Feature', 'properties': {'id': 'ff16e966-1ca6-454e-9982-c408d7a9c8fd', 'info': None, 'row': 252, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.60206607235514, 20.628695330473594, 0]}}, {'type': 'Feature', 'properties': {'id': '92f0c071-85ef-4f4f-95ca-4599d05e95e1', 'info': None, 'row': 252, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.72080591076163, 20.650116035377224, 0]}}, {'type': 'Feature', 'properties': {'id': '8fcba1f4-bd5c-4f74-975c-9652486ee820', 'info': None, 'row': 252, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.83957892463611, 20.671455092945035, 0]}}, {'type': 'Feature', 'properties': {'id': '3aff4c3f-43bf-45d4-aa65-ae5a74015ba9', 'info': None, 'row': 252, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.95838503409296, 20.692712390150962, 0]}}, {'type': 'Feature', 'properties': {'id': 'a4af38da-8b06-4ba6-adb2-ada0623a97b6', 'info': None, 'row': 252, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.07722415850048, 20.713887814269384, 0]}}, {'type': 'Feature', 'properties': {'id': 'b49c27cb-f3ac-431a-857e-1724731b6d65', 'info': None, 'row': 252, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.19609621649973, 20.734981252879553, 0]}}, {'type': 'Feature', 'properties': {'id': 'f96a5c22-0e97-45f4-bd63-be22ec826e36', 'info': None, 'row': 252, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.31500112603254, 20.755992593871945, 0]}}, {'type': 'Feature', 'properties': {'id': '1615e04b-a77f-4cab-8e15-89a9c897bd60', 'info': None, 'row': 252, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.43393880436491, 20.776921725453565, 0]}}, {'type': 'Feature', 'properties': {'id': '55f4b61e-be00-4b8c-a00f-7f3c3ad25b3d', 'info': None, 'row': 252, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.55290916809638, 20.79776853615086, 0]}}, {'type': 'Feature', 'properties': {'id': '4a5f5c9d-2d16-434d-9f0c-6e156595cb0c', 'info': None, 'row': 252, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.67191213315081, 20.818532914809445, 0]}}, {'type': 'Feature', 'properties': {'id': '788876e7-df98-440f-8891-35543c60a9cf', 'info': None, 'row': 252, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.79094761475372, 20.839214750591545, 0]}}, {'type': 'Feature', 'properties': {'id': '2e10cfaa-5235-4758-b5e7-3745666b9a11', 'info': None, 'row': 252, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.91001552741103, 20.859813932973907, 0]}}, {'type': 'Feature', 'properties': {'id': '852882a1-a4de-4098-9554-5812a1be0cc5', 'info': None, 'row': 252, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.0291157849156, 20.880330351750587, 0]}}, {'type': 'Feature', 'properties': {'id': '722f2aac-0713-4058-902f-058503bb2c79', 'info': None, 'row': 252, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.14824829978272, 20.900763898695036, 0]}}, {'type': 'Feature', 'properties': {'id': '2306af98-87fd-446d-8422-a1754134261c', 'info': None, 'row': 336, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.90618762422991, 20.42284334732931, 0]}}, {'type': 'Feature', 'properties': {'id': 'e1690679-d004-485c-a6c8-26b21c51e7ed', 'info': None, 'row': 336, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.02466772513164, 20.444756652579883, 0]}}, {'type': 'Feature', 'properties': {'id': '233603bc-41cb-459f-9a43-f8876d0e29e3', 'info': None, 'row': 336, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.1431813213833, 20.466589319653522, 0]}}, {'type': 'Feature', 'properties': {'id': '22a7d861-bd09-42fc-ae53-12cf767bae8f', 'info': None, 'row': 336, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.26172833892879, 20.488341234060965, 0]}}, {'type': 'Feature', 'properties': {'id': '63f41e1c-d961-4445-892b-c8154b74b5e5', 'info': None, 'row': 336, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.38030870249054, 20.51001228151717, 0]}}, {'type': 'Feature', 'properties': {'id': '5c3b8448-5c3f-46fe-b41b-d03c00cae187', 'info': None, 'row': 336, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.49892233597654, 20.53160234801758, 0]}}, {'type': 'Feature', 'properties': {'id': '6d569b0c-95e6-40a0-a9eb-b9eaf1a3b49f', 'info': None, 'row': 336, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.61756916260623, 20.553111319861813, 0]}}, {'type': 'Feature', 'properties': {'id': 'b69e87d2-33dd-457b-b4f6-3c4e0df842b4', 'info': None, 'row': 336, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.73624910491283, 20.574539083654702, 0]}}, {'type': 'Feature', 'properties': {'id': '23715f38-8e73-4187-98e7-34c0b7ccbe09', 'info': None, 'row': 336, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.85496208471156, 20.59588552630136, 0]}}, {'type': 'Feature', 'properties': {'id': '61fd1d6c-c565-49a2-a602-76d2afe2b909', 'info': None, 'row': 336, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.97370802307671, 20.617150535003944, 0]}}, {'type': 'Feature', 'properties': {'id': 'dd9e50ac-4657-4098-ac94-8cf81fc26505', 'info': None, 'row': 336, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.09248684034192, 20.638333997262922, 0]}}, {'type': 'Feature', 'properties': {'id': '37727eb1-7a26-44b6-ae23-edcddfa84491', 'info': None, 'row': 336, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.21129845611996, 20.6594358008818, 0]}}, {'type': 'Feature', 'properties': {'id': '9cb33ded-42af-453a-b5ed-0adfa3016c12', 'info': None, 'row': 336, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.33014278933116, 20.680455833973408, 0]}}, {'type': 'Feature', 'properties': {'id': 'b0f29c0e-0ba7-43de-89db-43b5596e08b2', 'info': None, 'row': 336, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.44901975822685, 20.701393984965264, 0]}}, {'type': 'Feature', 'properties': {'id': '119d7d72-9a87-4a70-9616-5ea0ed0c4057', 'info': None, 'row': 336, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.56792928039803, 20.722250142602356, 0]}}, {'type': 'Feature', 'properties': {'id': '1b00ee87-fcf6-4884-8e4d-bef28e156be3', 'info': None, 'row': 336, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.68687127276522, 20.743024195946614, 0]}}, {'type': 'Feature', 'properties': {'id': 'f854611a-ef82-4a63-8ad7-d18ae85b6577', 'info': None, 'row': 336, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.80584565155456, 20.763716034374216, 0]}}, {'type': 'Feature', 'properties': {'id': '5f4adf67-e469-49ed-9ac5-70db3b022c1c', 'info': None, 'row': 336, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.92485233227566, 20.784325547573246, 0]}}, {'type': 'Feature', 'properties': {'id': '4f07c75b-df90-4e94-9e72-c89f12756b98', 'info': None, 'row': 336, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.04389122972741, 20.804852625546413, 0]}}, {'type': 'Feature', 'properties': {'id': 'a6c9b0df-6241-414c-8d09-20611c302400', 'info': None, 'row': 336, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.16296225743648, 20.825297160266675, 0]}}, {'type': 'Feature', 'properties': {'id': 'ff4fb8f3-84a7-43bb-8641-798401c6d4c4', 'info': None, 'row': 420, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.92204463629585, 20.347223340705792, 0]}}, {'type': 'Feature', 'properties': {'id': '0920b813-5daf-443b-84dc-848f55e9d44b', 'info': None, 'row': 420, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.04046581878175, 20.369141762115436, 0]}}, {'type': 'Feature', 'properties': {'id': 'c3e350d0-78e7-47e9-b615-8854f0138d0b', 'info': None, 'row': 420, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.15892035312682, 20.390979869965076, 0]}}, {'type': 'Feature', 'properties': {'id': '03e0b529-2bbd-4616-b941-e4e08f193a99', 'info': None, 'row': 420, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.27740816619813, 20.412737550004874, 0]}}, {'type': 'Feature', 'properties': {'id': '6c4d3ab9-fe67-4afa-b1b1-3d0c4d835e56', 'info': None, 'row': 420, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.39592918365179, 20.434414688188124, 0]}}, {'type': 'Feature', 'properties': {'id': 'f13e0f39-4384-4f7e-ba47-4a2b036e820f', 'info': None, 'row': 420, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.51448333033605, 20.456011170746805, 0]}}, {'type': 'Feature', 'properties': {'id': '59c302b5-a7ca-4b5f-af8d-80b8e23ead16', 'info': None, 'row': 420, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.63307053041541, 20.477526884214953, 0]}}, {'type': 'Feature', 'properties': {'id': 'f0bce605-e500-4357-ab16-94f34e0ca912', 'info': None, 'row': 420, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.75169070737239, 20.498961715429605, 0]}}, {'type': 'Feature', 'properties': {'id': '4605bd8d-0af3-43a4-9036-a741a7d10a1e', 'info': None, 'row': 420, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.87034378397593, 20.52031555152583, 0]}}, {'type': 'Feature', 'properties': {'id': 'e6158f6a-39a6-40c6-8a02-1cf85605d3a8', 'info': None, 'row': 420, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.98902968225912, 20.541588279933695, 0]}}, {'type': 'Feature', 'properties': {'id': 'e8898d13-442a-487e-9066-4c1025d137f5', 'info': None, 'row': 420, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.10774832351954, 20.56277978837941, 0]}}, {'type': 'Feature', 'properties': {'id': 'fa01349d-e395-4614-ab15-778e218e44ca', 'info': None, 'row': 420, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.22649962833998, 20.583889964890297, 0]}}, {'type': 'Feature', 'properties': {'id': '15dec74d-9e43-4134-b6f1-4844c257495b', 'info': None, 'row': 420, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.34528351661649, 20.604918697800976, 0]}}, {'type': 'Feature', 'properties': {'id': 'a1e72e49-26a6-4b7a-84d2-ce19a501e03d', 'info': None, 'row': 420, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.46409990758197, 20.6258658757587, 0]}}, {'type': 'Feature', 'properties': {'id': '672dc496-b279-4e3d-baf8-53c5d59e676d', 'info': None, 'row': 420, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.58294871981441, 20.646731387726117, 0]}}, {'type': 'Feature', 'properties': {'id': '269a297d-1149-421f-9412-8eca3e6bebb4', 'info': None, 'row': 420, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.70182987122615, 20.667515122980582, 0]}}, {'type': 'Feature', 'properties': {'id': '1e47c768-b0b1-44ca-98a6-96dc4113c171', 'info': None, 'row': 420, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.82074327903966, 20.688216971111377, 0]}}, {'type': 'Feature', 'properties': {'id': '28d16eef-05a4-497d-895f-80370dd5b074', 'info': None, 'row': 420, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.93968885976489, 20.708836822017297, 0]}}, {'type': 'Feature', 'properties': {'id': 'aca8012d-168c-4877-91e9-7aac5f14d52a', 'info': None, 'row': 420, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.05866652920508, 20.729374565909378, 0]}}, {'type': 'Feature', 'properties': {'id': '21399d6d-ec7f-412d-9718-56a095cac2a9', 'info': None, 'row': 420, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.17767620189842, 20.749830094960036, 0]}}, {'type': 'Feature', 'properties': {'id': '9d7d9dc2-d142-494e-b3b7-16b4e0e2a531', 'info': None, 'row': 504, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.9378922352157, 20.27160153121664, 0]}}, {'type': 'Feature', 'properties': {'id': '0ec2df52-6790-448e-a0e9-26ec742dad02', 'info': None, 'row': 504, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.05625498760828, 20.293525104452375, 0]}}, {'type': 'Feature', 'properties': {'id': '6adaafbc-7fac-41e6-b97e-7dd7f96b773d', 'info': None, 'row': 504, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.17465094891608, 20.31536868815047, 0]}}, {'type': 'Feature', 'properties': {'id': '8cbdb116-5c02-4be5-9d0e-f637555f2411', 'info': None, 'row': 504, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.29308004694398, 20.337132168302624, 0]}}, {'type': 'Feature', 'properties': {'id': '95903810-9361-4dea-a455-149f56df006b', 'info': None, 'row': 504, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.41154220826938, 20.358815431097586, 0]}}, {'type': 'Feature', 'properties': {'id': '79e380f4-9e03-491e-ae4b-cda5c22a3064', 'info': None, 'row': 504, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.53003735866065, 20.38041836299961, 0]}}, {'type': 'Feature', 'properties': {'id': '74d68464-bc6a-409a-be88-32c5e0457b42', 'info': None, 'row': 504, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.64856542320915, 20.401940850773332, 0]}}, {'type': 'Feature', 'properties': {'id': '7ac42fa4-ab1c-4064-a993-bf3e9a3a2cc9', 'info': None, 'row': 504, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.76712632633381, 20.42338278148515, 0]}}, {'type': 'Feature', 'properties': {'id': 'a3efe55b-05f7-4f78-a7c2-1ab72201c7b1', 'info': None, 'row': 504, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.88571999174954, 20.444744042498275, 0]}}, {'type': 'Feature', 'properties': {'id': '069860ae-2dca-4144-aed5-278a351580ad', 'info': None, 'row': 504, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.00434634244324, 20.4660245214693, 0]}}, {'type': 'Feature', 'properties': {'id': 'e3be2037-406b-4237-80bf-e310d6045155', 'info': None, 'row': 504, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.12300530067203, 20.48722410634901, 0]}}, {'type': 'Feature', 'properties': {'id': '29c49fd8-9df6-47da-9c45-e021ae5074a5', 'info': None, 'row': 504, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.24169678798182, 20.50834268538689, 0]}}, {'type': 'Feature', 'properties': {'id': '202f25eb-0427-4ec4-8d4f-b18b1d863eb6', 'info': None, 'row': 504, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.36042072523419, 20.52938014713714, 0]}}, {'type': 'Feature', 'properties': {'id': '758c9cad-d718-4c7d-9beb-0cc955a8a659', 'info': None, 'row': 504, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.47917703262956, 20.550336380463932, 0]}}, {'type': 'Feature', 'properties': {'id': '99d1bb89-124a-4ab5-a7e0-b07b130c8ae5', 'info': None, 'row': 504, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.59796562971583, 20.571211274544236, 0]}}, {'type': 'Feature', 'properties': {'id': '14c636c3-e3d9-4697-b4ec-ce16d704b2c9', 'info': None, 'row': 504, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.71678643537929, 20.592004718867386, 0]}}, {'type': 'Feature', 'properties': {'id': '3353ca6c-6b95-4624-8c80-8240cb09f0a6', 'info': None, 'row': 504, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.83563936782222, 20.612716603232677, 0]}}, {'type': 'Feature', 'properties': {'id': 'bcffb4e6-07ba-45c1-b6bf-c1fd7f7e1f88', 'info': None, 'row': 504, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.95452434454258, 20.63334681774726, 0]}}, {'type': 'Feature', 'properties': {'id': '78802bb2-3194-4b53-916a-908734862f31', 'info': None, 'row': 504, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.07344128234176, 20.65389525282924, 0]}}, {'type': 'Feature', 'properties': {'id': '2924e4a8-1dda-409e-923c-95e5938dbc65', 'info': None, 'row': 504, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.19239009676956, 20.674361800850367, 0]}}, {'type': 'Feature', 'properties': {'id': '7f0be614-ceff-4e3b-8c0d-67cf1a219f8e', 'info': None, 'row': 588, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.95373983413555, 20.195979721727486, 0]}}, {'type': 'Feature', 'properties': {'id': '2df9505e-ebfb-494c-bcd4-5803bee7dadf', 'info': None, 'row': 588, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.07204415643483, 20.217908446789316, 0]}}, {'type': 'Feature', 'properties': {'id': 'bf2f2c46-c3d6-4b19-97fb-ea90bb98c4e0', 'info': None, 'row': 588, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.19038154470536, 20.23975750633586, 0]}}, {'type': 'Feature', 'properties': {'id': 'c391df58-1623-4e9c-ab16-1a2e96706fb6', 'info': None, 'row': 588, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.30875192768984, 20.261526786600367, 0]}}, {'type': 'Feature', 'properties': {'id': '7243af49-1a09-4aac-ab0e-32a91353f426', 'info': None, 'row': 588, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.42715523288699, 20.28321617400705, 0]}}, {'type': 'Feature', 'properties': {'id': 'dc6d84ea-6655-496b-9d45-a897e5a1f28f', 'info': None, 'row': 588, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.54559138698528, 20.304825555252418, 0]}}, {'type': 'Feature', 'properties': {'id': 'fb335991-c294-4118-860e-164bff8e9b9d', 'info': None, 'row': 588, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.66406031600292, 20.326354817331715, 0]}}, {'type': 'Feature', 'properties': {'id': '541a603c-cfb4-4421-be4b-100fcd82139e', 'info': None, 'row': 588, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.78256194529521, 20.3478038475407, 0]}}, {'type': 'Feature', 'properties': {'id': '196c7a6a-797f-4dd1-9b09-06c2d6282cba', 'info': None, 'row': 588, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.90109619952315, 20.36917253347072, 0]}}, {'type': 'Feature', 'properties': {'id': '2268580f-0349-4d46-89df-c7d9e7e559ca', 'info': None, 'row': 588, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.01966300262737, 20.390460763004914, 0]}}, {'type': 'Feature', 'properties': {'id': '49149c84-3d0a-4fd1-8c28-1f738f296907', 'info': None, 'row': 588, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.13826227782451, 20.411668424318613, 0]}}, {'type': 'Feature', 'properties': {'id': '3a4af45c-dfe8-46a0-a8d7-5ce61c28b2cd', 'info': None, 'row': 588, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.25689394762365, 20.43279540588348, 0]}}, {'type': 'Feature', 'properties': {'id': '9f6841c9-ef46-416c-8b20-3248cd671dd1', 'info': None, 'row': 588, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.3755579338519, 20.453841596473314, 0]}}, {'type': 'Feature', 'properties': {'id': 'fd000a6a-3354-4b76-8b50-7a9e95bad420', 'info': None, 'row': 588, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.49425415767713, 20.474806885169166, 0]}}, {'type': 'Feature', 'properties': {'id': 'cb5dedec-946a-4606-919b-c78b9d425571', 'info': None, 'row': 588, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.61298253961728, 20.495691161362345, 0]}}, {'type': 'Feature', 'properties': {'id': 'ce3e8086-213b-4b28-afbb-df1d499237d1', 'info': None, 'row': 588, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.73174299953244, 20.516494314754194, 0]}}, {'type': 'Feature', 'properties': {'id': '6128ba02-558e-4510-a5f0-0f044458d090', 'info': None, 'row': 588, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.85053545660482, 20.53721623535398, 0]}}, {'type': 'Feature', 'properties': {'id': 'c9ec96bd-129f-40e2-b938-25bba0ecbd14', 'info': None, 'row': 588, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.9693598293203, 20.55785681347723, 0]}}, {'type': 'Feature', 'properties': {'id': '5d2cef76-0ea9-426d-8905-248e3afc3675', 'info': None, 'row': 588, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.08821603547845, 20.578415939749103, 0]}}, {'type': 'Feature', 'properties': {'id': 'bcea2f7a-e89b-4e16-8a55-5f408e4c6003', 'info': None, 'row': 588, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.20710399164066, 20.598893506740698, 0]}}, {'type': 'Feature', 'properties': {'id': 'b8d20cec-608a-41e3-bdd0-162fbc173317', 'info': None, 'row': 672, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.96957799270173, 20.12035575333296, 0]}}, {'type': 'Feature', 'properties': {'id': '1185c596-ecee-4785-bb51-ac6e6bff24cd', 'info': None, 'row': 672, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.08782443072272, 20.14228966385473, 0]}}, {'type': 'Feature', 'properties': {'id': '4d91be71-d5b2-4e12-ab43-75781e401cb1', 'info': None, 'row': 672, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.20610372048378, 20.1641442189547, 0]}}, {'type': 'Feature', 'properties': {'id': 'b18c8e84-06be-4af6-beb7-1c96451539df', 'info': None, 'row': 672, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.32441588216781, 20.18591932190654, 0]}}, {'type': 'Feature', 'properties': {'id': 'e881453f-1884-41b7-b03d-533f84999886', 'info': None, 'row': 672, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.44276084750558, 20.20761485993567, 0]}}, {'type': 'Feature', 'properties': {'id': '17326869-cdbb-4ec2-981a-9d321969b7c5', 'info': None, 'row': 672, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.56113852437427, 20.229230716322512, 0]}}, {'type': 'Feature', 'properties': {'id': '2a63cf0b-a269-46fa-bdce-e6207c7a9ae0', 'info': None, 'row': 672, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.6795488256306, 20.250766775726895, 0]}}, {'type': 'Feature', 'properties': {'id': 'bc09005f-4b21-49f9-8281-f4291612c0d3', 'info': None, 'row': 672, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.7979916765532, 20.272222925515617, 0]}}, {'type': 'Feature', 'properties': {'id': '1126a8b7-2e57-4f14-96b1-05caaee53f8a', 'info': None, 'row': 672, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.91646701121694, 20.293599055062273, 0]}}, {'type': 'Feature', 'properties': {'id': 'a72c5770-6590-411f-a415-f8c2dce14c9d', 'info': None, 'row': 672, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.03497476496854, 20.31489505436265, 0]}}, {'type': 'Feature', 'properties': {'id': '56aac2c9-64ba-497e-b1ef-8619083eb4fc', 'info': None, 'row': 672, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.15351486767736, 20.33611081282134, 0]}}, {'type': 'Feature', 'properties': {'id': '4701fc89-63f5-4602-8eba-e84bd27ae942', 'info': None, 'row': 672, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.27208724041809, 20.357246218679123, 0]}}, {'type': 'Feature', 'properties': {'id': 'f4e5c4d8-9b8e-4d32-9111-5975139235e0', 'info': None, 'row': 672, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.39069179657861, 20.37830115923999, 0]}}, {'type': 'Feature', 'properties': {'id': 'fedffb4a-8c94-494c-adcb-0f16f113e47b', 'info': None, 'row': 672, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.5093284469805, 20.399275521802384, 0]}}, {'type': 'Feature', 'properties': {'id': '5b453174-d22d-431e-923c-2a80e609a1c7', 'info': None, 'row': 672, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.62799710738203, 20.420169194987796, 0]}}, {'type': 'Feature', 'properties': {'id': '6291a5c2-d2e7-42ce-9624-f5e65fa17cbd', 'info': None, 'row': 672, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.74669770565492, 20.440982069979484, 0]}}, {'type': 'Feature', 'properties': {'id': '161610f8-6051-4383-a7ee-927fd85d302f', 'info': None, 'row': 672, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.86543018494694, 20.461714041029595, 0]}}, {'type': 'Feature', 'properties': {'id': 'd86d5e82-f808-4a3a-94d5-caa4fe9d2c7d', 'info': None, 'row': 672, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.98419449823334, 20.482365004455904, 0]}}, {'type': 'Feature', 'properties': {'id': '490e0dd3-89b2-4118-889a-f2f25e9de695', 'info': None, 'row': 672, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.10299058880405, 20.502934855228087, 0]}}, {'type': 'Feature', 'properties': {'id': '6b0e0b01-6834-406f-89d7-4026a738bc68', 'info': None, 'row': 672, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.22181834978947, 20.52342348174938, 0]}}, {'type': 'Feature', 'properties': {'id': '9e60d5da-4d4d-4e90-85ca-fcaa8a53b74c', 'info': None, 'row': 756, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.98541397272474, 20.044731286729498, 0]}}, {'type': 'Feature', 'properties': {'id': 'ec7453e6-1f1e-4688-b731-962126e596d8', 'info': None, 'row': 756, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.10360265242478, 20.06667039047287, 0]}}, {'type': 'Feature', 'properties': {'id': '1136b4b0-4993-4bbb-adb2-8a8f667cd8f0', 'info': None, 'row': 756, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.22182395318274, 20.088530445673562, 0]}}, {'type': 'Feature', 'properties': {'id': '39758111-3fb7-4af8-af95-e8d33834da71', 'info': None, 'row': 756, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.34007800750703, 20.110311376522343, 0]}}, {'type': 'Feature', 'properties': {'id': 'd9d8eade-4120-4b2f-aee7-edd92604ecfc', 'info': None, 'row': 756, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.45836475212444, 20.132013071176406, 0]}}, {'type': 'Feature', 'properties': {'id': '5087dcc4-bed7-4011-a008-2936d77b1053', 'info': None, 'row': 756, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.57668407154738, 20.15363540865813, 0]}}, {'type': 'Feature', 'properties': {'id': 'd2754192-c3af-43d6-bfe6-cc05251a1b96', 'info': None, 'row': 756, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.69503586221997, 20.175178270699796, 0]}}, {'type': 'Feature', 'properties': {'id': 'd79e5b4f-8e4b-4919-bb1f-23d9390068b3', 'info': None, 'row': 756, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.81342004911039, 20.196641544702697, 0]}}, {'type': 'Feature', 'properties': {'id': '026f42e7-228b-46dd-a3fe-3aa255360ed5', 'info': None, 'row': 756, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.93183657766151, 20.218025122181306, 0]}}, {'type': 'Feature', 'properties': {'id': '08d6f863-6736-4d78-9a64-d5be76c7e813', 'info': None, 'row': 756, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.05028539703827, 20.239328895679343, 0]}}, {'type': 'Feature', 'properties': {'id': '0b9c2f44-007b-49fa-9db5-d3fc8b562d60', 'info': None, 'row': 756, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.16876644507649, 20.260552756062484, 0]}}, {'type': 'Feature', 'properties': {'id': '1659dd3a-8e29-4104-8518-44cc55942d4c', 'info': None, 'row': 756, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.28727964086313, 20.281696591236084, 0]}}, {'type': 'Feature', 'properties': {'id': 'd09c79b9-2927-4942-a434-b8056ada5d96', 'info': None, 'row': 756, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.40582488717664, 20.30276028664447, 0]}}, {'type': 'Feature', 'properties': {'id': '22e57ab6-a3ed-4884-a2aa-05d8fc5ac9d8', 'info': None, 'row': 756, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.52440208188138, 20.323743727342062, 0]}}, {'type': 'Feature', 'properties': {'id': 'b257d9c5-f506-44bf-a1b2-c797fd42205e', 'info': None, 'row': 756, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.6430111346537, 20.344646800953395, 0]}}, {'type': 'Feature', 'properties': {'id': '50b0ca1a-5b86-4f7f-9c81-734e608c10df', 'info': None, 'row': 756, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.76165198300109, 20.36546940043673, 0]}}, {'type': 'Feature', 'properties': {'id': '62f96c5d-2949-4f15-8095-34310891d4c2', 'info': None, 'row': 756, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.88032459934126, 20.38621142521775, 0]}}, {'type': 'Feature', 'properties': {'id': '958d36fe-b52c-402b-844d-94cb86876c08', 'info': None, 'row': 756, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.99902897886993, 20.406872778953506, 0]}}, {'type': 'Feature', 'properties': {'id': '52854d19-bf53-49b1-adf1-f95a0dd3027f', 'info': None, 'row': 756, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.11776509601937, 20.427453361913027, 0]}}, {'type': 'Feature', 'properties': {'id': '27094cd9-6f22-4027-a2a2-34a10f5e1ee1', 'info': None, 'row': 756, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.23653281484854, 20.44795305732384, 0]}}, {'type': 'Feature', 'properties': {'id': '8baf2e9e-430b-4fcf-bd47-9eec41ed5d55', 'info': None, 'row': 840, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.00124528465147, 19.96910573941833, 0]}}, {'type': 'Feature', 'properties': {'id': 'db6d32c3-0516-4f47-9950-edbb77b195fc', 'info': None, 'row': 840, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.11937638900343, 19.99105003591389, 0]}}, {'type': 'Feature', 'properties': {'id': '35e3d7e2-805f-4c14-b762-23e8087023f0', 'info': None, 'row': 840, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.23754000066373, 20.012915612097903, 0]}}, {'type': 'Feature', 'properties': {'id': '1f3a5a71-e76c-4625-8a64-3c9456fd14bc', 'info': None, 'row': 840, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.35573621866156, 20.034702385993963, 0]}}, {'type': 'Feature', 'properties': {'id': 'a0af146d-2e09-43e6-bdcd-74d28d473617', 'info': None, 'row': 840, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.47396497776217, 20.05641024547756, 0]}}, {'type': 'Feature', 'properties': {'id': 'a6968c12-f972-4001-b372-dfc365cc38e0', 'info': None, 'row': 840, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.59222617036052, 20.078039071096082, 0]}}, {'type': 'Feature', 'properties': {'id': '33d1fb08-6769-4443-ba44-919c64373514', 'info': None, 'row': 840, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.71051969993256, 20.099588745928784, 0]}}, {'type': 'Feature', 'properties': {'id': '44ea15f1-8cfa-422a-8c0d-ac3242221535', 'info': None, 'row': 840, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.82884549393562, 20.121059157878634, 0]}}, {'type': 'Feature', 'properties': {'id': '05299669-4891-4f89-9403-d749258e27f9', 'info': None, 'row': 840, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.94720349612749, 20.14245019819945, 0]}}, {'type': 'Feature', 'properties': {'id': 'c7bf342f-148f-4aa6-b717-0844d08db0cb', 'info': None, 'row': 840, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.06559365210597, 20.163761758839936, 0]}}, {'type': 'Feature', 'properties': {'id': 'cd18b2cd-8ecd-4b52-99e2-5b38006d0bef', 'info': None, 'row': 840, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.18401589696586, 20.18499373022905, 0]}}, {'type': 'Feature', 'properties': {'id': 'ff4d36c2-2f18-4aeb-8ee7-069e5724d624', 'info': None, 'row': 840, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.30247015000229, 20.206146000370193, 0]}}, {'type': 'Feature', 'properties': {'id': '0455ba3f-5884-4fc3-8532-936cb9a3439f', 'info': None, 'row': 840, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.42095631810128, 20.22721845549881, 0]}}, {'type': 'Feature', 'properties': {'id': '144b0ce7-c41e-4fc5-9a5d-17c0c1677e9d', 'info': None, 'row': 840, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.53947430666706, 20.248210982056502, 0]}}, {'type': 'Feature', 'properties': {'id': 'f89d709c-0415-4906-ab04-546ff1563d38', 'info': None, 'row': 840, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.65802403451512, 20.26912346931474, 0]}}, {'type': 'Feature', 'properties': {'id': '5e2b8c65-1a42-4ed2-be3d-413604eee409', 'info': None, 'row': 840, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.77660544699924, 20.28995581162408, 0]}}, {'type': 'Feature', 'properties': {'id': '26eef199-45ab-4af3-8d4f-7fcee98c432d', 'info': None, 'row': 840, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.89521851967736, 20.31070790895499, 0]}}, {'type': 'Feature', 'properties': {'id': 'c7065c5e-7c4f-48dd-9329-9d9eb2cefc89', 'info': None, 'row': 840, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.0138632429924, 20.331379664123848, 0]}}, {'type': 'Feature', 'properties': {'id': '22392cd9-5a1c-4e9a-8d26-34c07535de87', 'info': None, 'row': 840, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.13253957671365, 20.3519709748536, 0]}}, {'type': 'Feature', 'properties': {'id': 'b61d1dc3-a5c7-43c9-8bea-d5e556320116', 'info': None, 'row': 840, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.25124736061255, 20.372481720202174, 0]}}, {'type': 'Feature', 'properties': {'id': '8957e7a0-aa2f-4d28-abbf-804488e6b75f', 'info': None, 'row': 924, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.01707001302202, 19.893478667952685, 0]}}, {'type': 'Feature', 'properties': {'id': '55a7385c-2e53-43ef-bc8f-fdbf4db72268', 'info': None, 'row': 924, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.13514380007804, 19.915428156538383, 0]}}, {'type': 'Feature', 'properties': {'id': '28e805d1-f22d-47b8-b9ad-c8c63d9bbdaf', 'info': None, 'row': 924, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.25325014560626, 19.93729928315707, 0]}}, {'type': 'Feature', 'properties': {'id': 'add941bb-09c5-4a8d-9441-7f31644a7017', 'info': None, 'row': 924, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.37138890952401, 19.959091921467387, 0]}}, {'type': 'Feature', 'properties': {'id': 'cadd11a1-7e94-44e1-9c08-686ecd98ada4', 'info': None, 'row': 924, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.48956001482257, 19.980805957351734, 0]}}, {'type': 'Feature', 'properties': {'id': 'ac389150-70e7-40fd-9385-9ad199704611', 'info': None, 'row': 924, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.60776340584816, 20.002441281038465, 0]}}, {'type': 'Feature', 'properties': {'id': 'bfbfcd29-e269-4551-a351-e740b7f1b32d', 'info': None, 'row': 924, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.72599902617328, 20.023997782982345, 0]}}, {'type': 'Feature', 'properties': {'id': '9200675c-2d5d-4a7c-b7f2-7ae79623be4e', 'info': None, 'row': 924, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.8442668096926, 20.045475352246875, 0]}}, {'type': 'Feature', 'properties': {'id': '62262ae3-2386-42ad-bbed-8bb1eba85652', 'info': None, 'row': 924, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.96256668006977, 20.066873876438283, 0]}}, {'type': 'Feature', 'properties': {'id': 'b8849ae5-9b39-4278-a8b1-3b899c226c94', 'info': None, 'row': 924, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.08089855481644, 20.08819324247764, 0]}}, {'type': 'Feature', 'properties': {'id': 'd548e55d-01ae-4e47-8744-16d30351db0d', 'info': None, 'row': 924, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.19926235118513, 20.109433337680684, 0]}}, {'type': 'Feature', 'properties': {'id': 'cd75a332-8499-46a0-9fa1-c28c6e2ff5b3', 'info': None, 'row': 924, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.31765799177609, 20.13059405076016, 0]}}, {'type': 'Feature', 'properties': {'id': '933fa21e-8408-45e9-9f27-141fed9dcee3', 'info': None, 'row': 924, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.43608540833874, 20.151675272481135, 0]}}, {'type': 'Feature', 'properties': {'id': 'a02bff89-4f1d-47dd-b5d4-d6f3c74ce4c3', 'info': None, 'row': 924, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.554544542725, 20.172676895793597, 0]}}, {'type': 'Feature', 'properties': {'id': 'aeadf7d6-343e-4925-8411-5551c78611f9', 'info': None, 'row': 924, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.67303534435604, 20.19359881534468, 0]}}, {'type': 'Feature', 'properties': {'id': '5e985e01-529a-4f82-b315-3f06cc12d823', 'info': None, 'row': 924, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.79155776390826, 20.21444092633752, 0]}}, {'type': 'Feature', 'properties': {'id': '41fc2ca3-f7a4-4e3a-bcf3-d17ef8b02663', 'info': None, 'row': 924, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.9101117432283, 20.2352031227593, 0]}}, {'type': 'Feature', 'properties': {'id': '375497ed-dcc3-4b05-931c-486befb04595', 'info': None, 'row': 924, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.0286972017585, 20.25588529504927, 0]}}, {'type': 'Feature', 'properties': {'id': 'ee43081d-5980-4dda-b594-cc3544347b74', 'info': None, 'row': 924, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.14731402000457, 20.27648732731969, 0]}}, {'type': 'Feature', 'properties': {'id': '20b5d869-a0ad-4a04-86e5-bd2f7e001c7f', 'info': None, 'row': 924, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.26596202019714, 20.297009095877804, 0]}}, {'type': 'Feature', 'properties': {'id': '4f1bc425-785a-4be2-90c1-145b6cbd02a9', 'info': None, 'row': 1008, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.03289454609663, 19.81785155810412, 0]}}, {'type': 'Feature', 'properties': {'id': '0939f774-3b52-4fb2-bc41-8d0f89c11927', 'info': None, 'row': 1008, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.1509110304453, 19.83980624030453, 0]}}, {'type': 'Feature', 'properties': {'id': '26f0f7de-451d-47a6-a8f9-c8848e1c32ae', 'info': None, 'row': 1008, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.2689601179216, 19.8616829176582, 0]}}, {'type': 'Feature', 'properties': {'id': '6d5342eb-91ed-4768-873d-23694f8a0afd', 'info': None, 'row': 1008, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.38704143725451, 19.883481420932547, 0]}}, {'type': 'Feature', 'properties': {'id': '41381f17-0275-4de5-99eb-3c3f0f666eb8', 'info': None, 'row': 1008, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.50515490031894, 19.90520163413464, 0]}}, {'type': 'Feature', 'properties': {'id': '5861d2c7-93f8-4b63-8709-81d0b503fe4f', 'info': None, 'row': 1008, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.62330050182656, 19.926843456879496, 0]}}, {'type': 'Feature', 'properties': {'id': 'a5360491-3f0d-4bee-9d12-b220113a50e7', 'info': None, 'row': 1008, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.74147822405949, 19.94840678674379, 0]}}, {'type': 'Feature', 'properties': {'id': 'b948cb2d-0701-432a-9d13-11693e2661d4', 'info': None, 'row': 1008, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.85968800698444, 19.96989151388719, 0]}}, {'type': 'Feature', 'properties': {'id': 'a186d291-5f73-4a33-a535-f4eeead4882c', 'info': None, 'row': 1008, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.9779297547331, 19.991297522372534, 0]}}, {'type': 'Feature', 'properties': {'id': '465b48ea-d08e-4756-847d-c8bdad9fa93b', 'info': None, 'row': 1008, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.09620335771396, 20.012624694271704, 0]}}, {'type': 'Feature', 'properties': {'id': 'd262d78d-47a1-42d6-bf35-5a71385e607f', 'info': None, 'row': 1008, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.21450871616906, 20.033872913935767, 0]}}, {'type': 'Feature', 'properties': {'id': '3beacd88-68ab-4d8b-9d77-6902e7e5cf7c', 'info': None, 'row': 1008, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.3328457562666, 20.055042070831515, 0]}}, {'type': 'Feature', 'properties': {'id': 'c9e18ba6-e7c2-4ea6-866e-de0baec0079c', 'info': None, 'row': 1008, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.4512144341668, 20.076132060170348, 0]}}, {'type': 'Feature', 'properties': {'id': 'b155f291-7e6b-43e6-8874-fec4f66c32ee', 'info': None, 'row': 1008, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.56961472715464, 20.0971427812291, 0]}}, {'type': 'Feature', 'properties': {'id': 'e5f7e407-0492-4bd8-ae00-d2c5b200ba3c', 'info': None, 'row': 1008, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.68804661408885, 20.118074133824692, 0]}}, {'type': 'Feature', 'properties': {'id': 'ccb3a759-d3a5-4c18-b78d-7b255b8ecae3', 'info': None, 'row': 1008, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.8065100501975, 20.138926013879907, 0]}}, {'type': 'Feature', 'properties': {'id': 'a42cf063-bd26-4524-8ab5-e4f05901c616', 'info': None, 'row': 1008, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.92500494376512, 20.159698309428713, 0]}}, {'type': 'Feature', 'properties': {'id': '4a3a33d1-e75c-456e-b891-38add6f50300', 'info': None, 'row': 1008, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.04353114457264, 20.180390898770074, 0]}}, {'type': 'Feature', 'properties': {'id': 'dbe73999-8721-4afb-ba1d-2c9b107b4f36', 'info': None, 'row': 1008, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.16208845613022, 20.201003652800036, 0]}}, {'type': 'Feature', 'properties': {'id': '756dcc58-fead-47cd-95f3-9eaf8a23362a', 'info': None, 'row': 1008, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.28067668520858, 20.221536445431575, 0]}}, {'type': 'Feature', 'properties': {'id': 'fbcdd061-14df-42fd-b854-4783bb84ff03', 'info': None, 'row': 1092, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.04870796077064, 19.742222263076524, 0]}}, {'type': 'Feature', 'properties': {'id': '4b18889a-adc7-4c59-bf26-d8cf5380ab27', 'info': None, 'row': 1092, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.16666797295606, 19.76418222568664, 0]}}, {'type': 'Feature', 'properties': {'id': '4f943a94-792a-4b9e-88e2-89082cd2c03b', 'info': None, 'row': 1092, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.28466026238942, 19.786064470872002, 0]}}, {'type': 'Feature', 'properties': {'id': 'c6cf0c5f-2013-4464-a59f-58d694ee956b', 'info': None, 'row': 1092, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.40268467771305, 19.807868870409926, 0]}}, {'type': 'Feature', 'properties': {'id': '6c736c26-a301-4b76-9ff8-70ccb09ea3f0', 'info': None, 'row': 1092, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.5207411571193, 19.82959531313532, 0]}}, {'type': 'Feature', 'properties': {'id': 'd970a8f5-7dc4-4afe-9f81-cc23df053c0c', 'info': None, 'row': 1092, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.6388296553987, 19.851243691295224, 0]}}, {'type': 'Feature', 'properties': {'id': '03998501-6030-4d05-a887-3ba1a500d056', 'info': None, 'row': 1092, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.75695011458899, 19.87281389515084, 0]}}, {'type': 'Feature', 'properties': {'id': '14521992-9e61-47de-8386-a9e602bb0c8f', 'info': None, 'row': 1092, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.87510245993218, 19.89430581229247, 0]}}, {'type': 'Feature', 'properties': {'id': 'f3c7009d-620d-4d0c-a180-3ee91b6937fb', 'info': None, 'row': 1092, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.99328660803123, 19.915719329173463, 0]}}, {'type': 'Feature', 'properties': {'id': 'bdb4e0d1-35d7-461e-aa2e-223991ece04c', 'info': None, 'row': 1092, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.11150247815708, 19.937054333174174, 0]}}, {'type': 'Feature', 'properties': {'id': 'fdaa0f13-d5ce-4eb1-a8da-f51908276f34', 'info': None, 'row': 1092, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.2297500008932, 19.958310714138953, 0]}}, {'type': 'Feature', 'properties': {'id': '92dd394d-8119-4fad-9eee-43afc245fa84', 'info': None, 'row': 1092, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.34802912094001, 19.979488364832584, 0]}}, {'type': 'Feature', 'properties': {'id': '5d6bbca2-84e0-48f6-823a-cd5904428582', 'info': None, 'row': 1092, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.46633979309935, 20.00058718017189, 0]}}, {'type': 'Feature', 'properties': {'id': 'ce3285ab-d22a-49f0-bee4-1bed88356ea3', 'info': None, 'row': 1092, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.58468197233265, 20.021607055425452, 0]}}, {'type': 'Feature', 'properties': {'id': 'b9977095-1034-4407-bd47-a29dbdbe248d', 'info': None, 'row': 1092, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.7030556004267, 20.042547883858784, 0]}}, {'type': 'Feature', 'properties': {'id': '6878f9b8-b848-40d3-babe-0a15f0fc5b9c', 'info': None, 'row': 1092, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.82146059326965, 20.063409554545814, 0]}}, {'type': 'Feature', 'properties': {'id': '0ca5fcd2-5791-4ddd-aa38-cf938da239ed', 'info': None, 'row': 1092, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.93989683408448, 20.08419195127958, 0]}}, {'type': 'Feature', 'properties': {'id': '29e9491e-e959-4d85-935f-a03b2d4e2575', 'info': None, 'row': 1092, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.05836417922421, 20.10489495370353, 0]}}, {'type': 'Feature', 'properties': {'id': '30c1574b-1971-431f-b542-e2ff251cbafc', 'info': None, 'row': 1092, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.17686248432821, 20.125518441954068, 0]}}, {'type': 'Feature', 'properties': {'id': 'c3650d6d-a5c3-4ed0-9d7e-8d4102a4b7ff', 'info': None, 'row': 1092, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.29539165917387, 20.146062307840978, 0]}}, {'type': 'Feature', 'properties': {'id': 'ca86506c-05bb-4929-ab15-db0b27fe4e21', 'info': None, 'row': 1176, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.06452137544463, 19.666592968048924, 0]}}, {'type': 'Feature', 'properties': {'id': 'd00c0681-5e46-4fd7-9265-a4bf46f9f14e', 'info': None, 'row': 1176, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.18242491546683, 19.688558211068738, 0]}}, {'type': 'Feature', 'properties': {'id': 'b6166272-20e8-478e-9d70-dcda6eefbeaf', 'info': None, 'row': 1176, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.30036040685724, 19.710446024085805, 0]}}, {'type': 'Feature', 'properties': {'id': '4d0ba9de-002e-49d1-bb13-86ce8965ddeb', 'info': None, 'row': 1176, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.41832791817158, 19.73225631988731, 0]}}, {'type': 'Feature', 'properties': {'id': '32eb3885-1200-48e4-9027-c6a7011dc8b9', 'info': None, 'row': 1176, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.53632741391965, 19.753988992135998, 0]}}, {'type': 'Feature', 'properties': {'id': '1316b684-2a93-4f67-9060-cf03b692ea30', 'info': None, 'row': 1176, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.65435880897081, 19.775643925710956, 0]}}, {'type': 'Feature', 'properties': {'id': '47155831-803c-4d2a-9f89-51f6b4abe088', 'info': None, 'row': 1176, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.77242200511849, 19.79722100355789, 0]}}, {'type': 'Feature', 'properties': {'id': 'c098d613-91ac-443c-afc4-7d3d7b21a76a', 'info': None, 'row': 1176, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.89051691287992, 19.818720110697747, 0]}}, {'type': 'Feature', 'properties': {'id': 'dd1eb271-c0c4-4ab5-b3c4-6acba0e6715c', 'info': None, 'row': 1176, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.00864346132936, 19.84014113597439, 0]}}, {'type': 'Feature', 'properties': {'id': 'c68dc05a-070a-4d37-94b5-a31d1b7b5bbc', 'info': None, 'row': 1176, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.1268015986002, 19.861483972076645, 0]}}, {'type': 'Feature', 'properties': {'id': '09e24c6a-67ed-4b4d-93b0-7cd237d74d7b', 'info': None, 'row': 1176, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.24499128561733, 19.882748514342136, 0]}}, {'type': 'Feature', 'properties': {'id': '6f4733d7-e5f0-4861-a1c0-c18d5e03017f', 'info': None, 'row': 1176, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.36321248561339, 19.903934658833656, 0]}}, {'type': 'Feature', 'properties': {'id': 'a1988937-4557-4aec-926e-39c12c8e6646', 'info': None, 'row': 1176, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.48146515203193, 19.925042300173427, 0]}}, {'type': 'Feature', 'properties': {'id': '8eb3a817-11d6-4423-a6f6-c26b71c4e0dc', 'info': None, 'row': 1176, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.59974921751065, 19.946071329621798, 0]}}, {'type': 'Feature', 'properties': {'id': 'd99d9ef0-3983-4d7e-9751-00313fd78fef', 'info': None, 'row': 1176, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.71806458676454, 19.967021633892877, 0]}}, {'type': 'Feature', 'properties': {'id': '4ade1e49-c9c5-4812-b6b7-c006139cdcde', 'info': None, 'row': 1176, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.83641113634181, 19.98789309521173, 0]}}, {'type': 'Feature', 'properties': {'id': '7ecf3a8d-20d7-4053-aba9-4a5ab61399ce', 'info': None, 'row': 1176, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.95478872440384, 20.00868559313044, 0]}}, {'type': 'Feature', 'properties': {'id': '1276483f-825e-4ede-9232-c4fd7d5c209f', 'info': None, 'row': 1176, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.0731972138758, 20.029399008636986, 0]}}, {'type': 'Feature', 'properties': {'id': 'd58487b8-ef18-47d5-873b-002b01b735bb', 'info': None, 'row': 1176, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.19163651252623, 20.0500332311081, 0]}}, {'type': 'Feature', 'properties': {'id': 'c225d27c-533f-4c4c-a84c-f7d8b8a76e62', 'info': None, 'row': 1176, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.31010663313916, 20.07058817025037, 0]}}, {'type': 'Feature', 'properties': {'id': '1dccf7f7-bf90-4728-b0aa-ea5cefe8da12', 'info': None, 'row': 1260, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.08032807289877, 19.59096233966195, 0]}}, {'type': 'Feature', 'properties': {'id': '7b0bb785-d0eb-47dd-84d7-7ba26f8705e5', 'info': None, 'row': 1260, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.1981753947179, 19.61293286777269, 0]}}, {'type': 'Feature', 'properties': {'id': 'c103993f-c6c5-426d-aa7e-27e5dc694631', 'info': None, 'row': 1260, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.31605452559414, 19.63482628695302, 0]}}, {'type': 'Feature', 'properties': {'id': 'af6893bc-e8cc-41bb-998e-b4350daca1c6', 'info': None, 'row': 1260, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.4339655531094, 19.656642513553393, 0]}}, {'type': 'Feature', 'properties': {'id': '53af9770-59b4-4181-b3bc-bfda3dc9f1a9', 'info': None, 'row': 1260, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.55190842544253, 19.678381438255883, 0]}}, {'type': 'Feature', 'properties': {'id': 'f12afc82-2b40-4bb7-ad0d-ecde88d3ed7e', 'info': None, 'row': 1260, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.66988304474698, 19.700042943674468, 0]}}, {'type': 'Feature', 'properties': {'id': 'f44c12b2-7788-43e0-9374-cbccf1a38750', 'info': None, 'row': 1260, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.78788931559981, 19.721626913357298, 0]}}, {'type': 'Feature', 'properties': {'id': 'ba01b360-0386-40c1-9076-7b35ae91775b', 'info': None, 'row': 1260, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.90592716381394, 19.743133235194485, 0]}}, {'type': 'Feature', 'properties': {'id': '9c0f8ed0-c6cc-43b9-aa9d-5dbfd5098bd5', 'info': None, 'row': 1260, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.02399653706026, 19.764561801451492, 0]}}, {'type': 'Feature', 'properties': {'id': 'cc83f32a-1a78-4df7-907c-6c5519e10d52', 'info': None, 'row': 1260, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.14209739579019, 19.785912507050817, 0]}}, {'type': 'Feature', 'properties': {'id': 'b124c8c8-9549-4121-a9b1-02440bdc0dd5', 'info': None, 'row': 1260, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.26022970064562, 19.807185247262, 0]}}, {'type': 'Feature', 'properties': {'id': '1c30501f-925e-468d-b351-c6d7bb4ea475', 'info': None, 'row': 1260, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.37839340071694, 19.828379915598333, 0]}}, {'type': 'Feature', 'properties': {'id': '92560db3-1592-4ea6-8f59-29b25496232d', 'info': None, 'row': 1260, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.49658842554079, 19.84949640243141, 0]}}, {'type': 'Feature', 'properties': {'id': 'e4e9bdf3-14c1-4d3b-9f7d-e99922042f8f', 'info': None, 'row': 1260, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.61481468252128, 19.870534594603942, 0]}}, {'type': 'Feature', 'properties': {'id': '6354a3c0-20cf-4314-90f0-50234f885503', 'info': None, 'row': 1260, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.73307206044464, 19.891494376131426, 0]}}, {'type': 'Feature', 'properties': {'id': 'aede673a-02a7-4672-a6c6-dd88f218e6ac', 'info': None, 'row': 1260, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.8513604388881, 19.91237562992687, 0]}}, {'type': 'Feature', 'properties': {'id': '5afd5955-2ad8-44ad-85b3-070a9e168493', 'info': None, 'row': 1260, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.96967970256027, 19.933178240348855, 0]}}, {'type': 'Feature', 'properties': {'id': '3e33c296-d337-4bc7-bfb4-04d7448ebc88', 'info': None, 'row': 1260, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.08802975892488, 19.95390209625898, 0]}}, {'type': 'Feature', 'properties': {'id': '61206157-916c-4e71-9fec-8912c1024f3c', 'info': None, 'row': 1260, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.20641055683001, 19.974547094174053, 0]}}, {'type': 'Feature', 'properties': {'id': '4007d3f6-12b6-42dc-bc8f-771fca31c007', 'info': None, 'row': 1260, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.32482210266414, 19.995113142578475, 0]}}, {'type': 'Feature', 'properties': {'id': '9308697b-687c-4dbb-853a-fb18748854bf', 'info': None, 'row': 1344, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.09613064710268, 19.515330892815182, 0]}}, {'type': 'Feature', 'properties': {'id': 'f9688d95-944e-42d1-9559-fa3a4fab1706', 'info': None, 'row': 1344, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.21392190660778, 19.53730670889034, 0]}}, {'type': 'Feature', 'properties': {'id': '59c0bb70-096a-4b77-8720-9800748c3cf1', 'info': None, 'row': 1344, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.3317449455394, 19.559205757763102, 0]}}, {'type': 'Feature', 'properties': {'id': '44c355d2-8e57-474b-9d1f-749c672040ad', 'info': None, 'row': 1344, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.44959974719444, 19.581027936361238, 0]}}, {'type': 'Feature', 'properties': {'id': '362731f7-485a-4bc8-a5db-43acd04b11f4', 'info': None, 'row': 1344, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.56748621724176, 19.602773127593043, 0]}}, {'type': 'Feature', 'properties': {'id': '5e2d70a8-3916-4216-be68-072c119683aa', 'info': None, 'row': 1344, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.68540426181842, 19.624441214939644, 0]}}, {'type': 'Feature', 'properties': {'id': 'e45e0b5b-d0e5-400d-9499-79411dbbf6d3', 'info': None, 'row': 1344, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.80335381469709, 19.646032087411964, 0]}}, {'type': 'Feature', 'properties': {'id': 'a263ced0-22cb-4e20-9c0d-43ed2f001325', 'info': None, 'row': 1344, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.9213348354139, 19.66754563910758, 0]}}, {'type': 'Feature', 'properties': {'id': 'a1505365-0f66-4607-b922-1f409a0a56c7', 'info': None, 'row': 1344, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.03934729399626, 19.68898176634654, 0]}}, {'type': 'Feature', 'properties': {'id': '002f9b58-d388-419d-9f70-9b4c1b97bcd2', 'info': None, 'row': 1344, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.15739115305821, 19.71034036439752, 0]}}, {'type': 'Feature', 'properties': {'id': 'f0f9dac3-d2f8-411e-9ae1-56f8db5cc5df', 'info': None, 'row': 1344, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.27546635416033, 19.73162132504829, 0]}}, {'type': 'Feature', 'properties': {'id': '83cdf920-1180-443e-a9d1-548daab831e3', 'info': None, 'row': 1344, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.39357281219404, 19.752824535673238, 0]}}, {'type': 'Feature', 'properties': {'id': '5da13434-f90b-4a30-84c0-a73b1d169ee2', 'info': None, 'row': 1344, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.51171041894808, 19.773949879964952, 0]}}, {'type': 'Feature', 'properties': {'id': '01ea765f-853d-457a-9da2-f5cdb76b5aea', 'info': None, 'row': 1344, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.6298790548067, 19.794997240097253, 0]}}, {'type': 'Feature', 'properties': {'id': '0a6b7b85-22a2-49e4-8a49-97a4d0329a1b', 'info': None, 'row': 1344, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.74807860560576, 19.81596649975196, 0]}}, {'type': 'Feature', 'properties': {'id': '9c77ef55-9853-46f2-b998-7df8c8621caa', 'info': None, 'row': 1344, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.86630897995889, 19.83685754715637, 0]}}, {'type': 'Feature', 'properties': {'id': '3472abf4-3a6f-4ac9-aa8c-c890d3fbff7c', 'info': None, 'row': 1344, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.9845701208011, 19.857670277029193, 0]}}, {'type': 'Feature', 'properties': {'id': '26827255-bae7-47d0-b65a-40619351aee4', 'info': None, 'row': 1344, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.10286200343984, 19.878404590113412, 0]}}, {'type': 'Feature', 'properties': {'id': '43ecb821-dd04-47a0-8d0d-ae5efb3b8755', 'info': None, 'row': 1344, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.22118461102004, 19.89906038877671, 0]}}, {'type': 'Feature', 'properties': {'id': '202054a4-f046-4e1d-b4d5-dc584d1445f4', 'info': None, 'row': 1344, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.33953787637994, 19.91963756854544, 0]}}, {'type': 'Feature', 'properties': {'id': '818c93d3-d35e-4a80-b1a8-3efb141aedbb', 'info': None, 'row': 1428, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.11193085234147, 19.43969888052907, 0]}}, {'type': 'Feature', 'properties': {'id': 'dd3d4ac8-b6e6-4cc6-9d8b-c34abcddda21', 'info': None, 'row': 1428, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.2296662042468, 19.46167999509662, 0]}}, {'type': 'Feature', 'properties': {'id': 'a41a7870-5d80-44f1-a06b-5a26139ab101', 'info': None, 'row': 1428, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.34743328402567, 19.483584679917687, 0]}}, {'type': 'Feature', 'properties': {'id': '98df159d-4610-45fb-847c-4d0fcc347625', 'info': None, 'row': 1428, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.46523197666451, 19.505412813635136, 0]}}, {'type': 'Feature', 'properties': {'id': '48d5a214-d86e-4403-8c3b-42c7917bd3c6', 'info': None, 'row': 1428, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.58306216852944, 19.527164275693497, 0]}}, {'type': 'Feature', 'properties': {'id': 'fa108aa8-f9eb-443a-988d-bf9fa037a221', 'info': None, 'row': 1428, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.70092378351836, 19.54883895295944, 0]}}, {'type': 'Feature', 'properties': {'id': '006a480c-f900-496a-91f7-c1a728985f5c', 'info': None, 'row': 1428, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.81881678242775, 19.570436739469287, 0]}}, {'type': 'Feature', 'properties': {'id': 'fad52a53-d1de-4650-ae97-c573d51044cd', 'info': None, 'row': 1428, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.93674114465742, 19.591957532965033, 0]}}, {'type': 'Feature', 'properties': {'id': '251dbfc7-9873-4f0b-80e8-e0b32cf7eb8d', 'info': None, 'row': 1428, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.05469684548945, 19.613401230705964, 0]}}, {'type': 'Feature', 'properties': {'id': '154e9fa5-a195-4974-8179-ef50e2208234', 'info': None, 'row': 1428, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.17268383755817, 19.63476772613424, 0]}}, {'type': 'Feature', 'properties': {'id': 'dadc3e65-375f-4bae-a9d4-4ef3566f10cf', 'info': None, 'row': 1428, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.29070204142408, 19.65605690725757, 0]}}, {'type': 'Feature', 'properties': {'id': 'e9eaa25b-40a4-47f9-86fa-b0fa41b0114c', 'info': None, 'row': 1428, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.40875134713151, 19.67726865704103, 0]}}, {'type': 'Feature', 'properties': {'id': '7c22e88e-bc1e-4931-9875-5e433e42b3e9', 'info': None, 'row': 1428, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.52683162608169, 19.698402855634033, 0]}}, {'type': 'Feature', 'properties': {'id': '4580d2c7-9460-4f0a-892b-fe57206631e2', 'info': None, 'row': 1428, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.64494275035733, 19.71945938387254, 0]}}, {'type': 'Feature', 'properties': {'id': '2e95c4a9-0c8a-4169-95b7-53d073711ef1', 'info': None, 'row': 1428, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.76308461469797, 19.74043812716831, 0]}}, {'type': 'Feature', 'properties': {'id': 'fa820e91-0383-483c-ad53-70d16813486c', 'info': None, 'row': 1428, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.88125715456721, 19.76133897861556, 0]}}, {'type': 'Feature', 'properties': {'id': 'be92c324-65b3-48ad-b981-64cd1deb5482', 'info': None, 'row': 1428, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.9994603521312, 19.782161839895966, 0]}}, {'type': 'Feature', 'properties': {'id': '17295bd2-bff4-49c2-9799-2a7591444a1f', 'info': None, 'row': 1428, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.11769422043146, 19.80290661834193, 0]}}, {'type': 'Feature', 'properties': {'id': '08db7625-e06a-4e73-abab-09d531ecfa5e', 'info': None, 'row': 1428, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.2359587545646, 19.82357321831577, 0]}}, {'type': 'Feature', 'properties': {'id': '3b0003da-554d-4f32-ae50-5012bc805660', 'info': None, 'row': 1428, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.35425383666053, 19.84416152643808, 0]}}, {'type': 'Feature', 'properties': {'id': '64875c0c-ff68-460f-99c3-de4e604aa3f3', 'info': None, 'row': 1512, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.12772275667578, 19.364064886931363, 0]}}, {'type': 'Feature', 'properties': {'id': '4d6468ef-2b9e-44f3-bb6b-38c3f1e247d4', 'info': None, 'row': 1512, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.24540274310321, 19.386051336881554, 0]}}, {'type': 'Feature', 'properties': {'id': '89620110-a9b0-44a9-9819-2d1179466fd5', 'info': None, 'row': 1512, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.36311432903499, 19.407961679571624, 0]}}, {'type': 'Feature', 'properties': {'id': 'd207d9d4-c831-467b-a843-3e94def7d10c', 'info': None, 'row': 1512, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.48085732208168, 19.429795779346396, 0]}}, {'type': 'Feature', 'properties': {'id': 'a78746bd-689a-4de7-91e8-cc06c84b464e', 'info': None, 'row': 1512, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.59863167062521, 19.451553527288944, 0]}}, {'type': 'Feature', 'properties': {'id': 'ff7362bf-0053-4875-a44e-59cbca11b2a1', 'info': None, 'row': 1512, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.71643736460028, 19.47323482247599, 0]}}, {'type': 'Feature', 'properties': {'id': 'f8d352f8-5608-47ba-8119-20bf06807839', 'info': None, 'row': 1512, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.83427438421705, 19.49483956243674, 0]}}, {'type': 'Feature', 'properties': {'id': '9d844572-b582-4117-b87f-5d69f261cf68', 'info': None, 'row': 1512, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.95214268017473, 19.51636763957659, 0]}}, {'type': 'Feature', 'properties': {'id': 'a55027eb-4406-4470-9f9c-68867a1e4521', 'info': None, 'row': 1512, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.07004217308501, 19.537818941177854, 0]}}, {'type': 'Feature', 'properties': {'id': '784e2b25-f68b-4bf8-9a0a-564e22a3d005', 'info': None, 'row': 1512, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.18797276305584, 19.559193351242932, 0]}}, {'type': 'Feature', 'properties': {'id': 'f7887fdd-159d-4ea4-9d59-6312e8a116b5', 'info': None, 'row': 1512, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.30593434292378, 19.580490752954404, 0]}}, {'type': 'Feature', 'properties': {'id': 'da5bc284-5db5-4dbc-939c-8539e031917f', 'info': None, 'row': 1512, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.42392681065549, 19.601711030928367, 0]}}, {'type': 'Feature', 'properties': {'id': '9c842db2-2143-4208-b6f3-89a4392ba995', 'info': None, 'row': 1512, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.54195007809541, 19.622854072759264, 0]}}, {'type': 'Feature', 'properties': {'id': '6d3a8f5a-e882-491c-96e3-c0701ad89e3b', 'info': None, 'row': 1512, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.66000407461485, 19.643919769617114, 0]}}, {'type': 'Feature', 'properties': {'id': 'b64ebb15-ffc4-4cbb-9c88-236059244a32', 'info': None, 'row': 1512, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.77808874539329, 19.664908015874584, 0]}}, {'type': 'Feature', 'properties': {'id': '5e7b95b6-cef0-4143-9ed6-641304df806e', 'info': None, 'row': 1512, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.89620404508331, 19.68581870792516, 0]}}, {'type': 'Feature', 'properties': {'id': '315cc4e1-b676-4c88-bdb3-b3f18c87dbb7', 'info': None, 'row': 1512, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-70.01434992852221, 19.706651742509862, 0]}}, {'type': 'Feature', 'properties': {'id': 'a65d59c0-ef21-467a-ab96-2248910101c8', 'info': None, 'row': 1512, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.13252634098073, 19.727407015007216, 0]}}, {'type': 'Feature', 'properties': {'id': 'b6bad1e8-1763-465a-91fc-e43a57f92515', 'info': None, 'row': 1512, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.25073321120948, 19.748084418262017, 0]}}, {'type': 'Feature', 'properties': {'id': '9e0b6cef-fbcf-4d28-8358-8a54390996db', 'info': None, 'row': 1512, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.36897045066833, 19.768683844188256, 0]}}, {'type': 'Feature', 'properties': {'id': '9c5394a0-7f49-4e21-b265-711ce9ecc8ec', 'info': None, 'row': 1596, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.14351466101009, 19.28843089333365, 0]}}, {'type': 'Feature', 'properties': {'id': 'b6e439b4-47b7-4d0e-a6ad-1ace91f3ad52', 'info': None, 'row': 1596, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.26113928195961, 19.31042267866649, 0]}}, {'type': 'Feature', 'properties': {'id': 'c4a40e0d-a73c-479d-8383-84925d250249', 'info': None, 'row': 1596, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.37879537404432, 19.332338679225565, 0]}}, {'type': 'Feature', 'properties': {'id': 'e387cf44-e765-41e7-b18f-10138cc69b85', 'info': None, 'row': 1596, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.49648266749882, 19.354178745057656, 0]}}, {'type': 'Feature', 'properties': {'id': '747c5b8d-629e-41ed-9534-2549fbee88cd', 'info': None, 'row': 1596, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.61420117272097, 19.375942778884387, 0]}}, {'type': 'Feature', 'properties': {'id': '62a62e87-ed54-4415-880d-db4746c616bf', 'info': None, 'row': 1596, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.73195094568219, 19.397630691992546, 0]}}, {'type': 'Feature', 'properties': {'id': 'ccda88ee-536c-4c3a-ad9b-a9719717cade', 'info': None, 'row': 1596, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.84973198600636, 19.419242385404193, 0]}}, {'type': 'Feature', 'properties': {'id': 'c3fc061d-a6bb-448e-9bd6-caf96fada029', 'info': None, 'row': 1596, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.96754421569204, 19.440777746188147, 0]}}, {'type': 'Feature', 'properties': {'id': '3de4bd8d-1e7f-4f5e-8e25-f68ad6a53af7', 'info': None, 'row': 1596, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.0853875006806, 19.462236651649743, 0]}}, {'type': 'Feature', 'properties': {'id': 'abfe39e4-6b2d-43c9-8288-5b9ea225a339', 'info': None, 'row': 1596, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.2032616885535, 19.483618976351618, 0]}}, {'type': 'Feature', 'properties': {'id': '7517dfbc-e6a0-41a2-a1d0-0ce99ea9b3aa', 'info': None, 'row': 1596, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.32116664442346, 19.504924598651236, 0]}}, {'type': 'Feature', 'properties': {'id': 'bc09e25b-4b35-474c-b75e-461de86d4ef1', 'info': None, 'row': 1596, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.43910227417946, 19.526153404815705, 0]}}, {'type': 'Feature', 'properties': {'id': '2d3e9aba-9716-4521-82e7-f5424a7e9930', 'info': None, 'row': 1596, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.55706853010913, 19.5473052898845, 0]}}, {'type': 'Feature', 'properties': {'id': 'b8f9434e-832a-499a-9600-b5903e07fa5a', 'info': None, 'row': 1596, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.67506539887233, 19.568380155361687, 0]}}, {'type': 'Feature', 'properties': {'id': '4b7c1088-1075-4bce-87c7-2c033b8d92f5', 'info': None, 'row': 1596, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.7930928760886, 19.589377904580854, 0]}}, {'type': 'Feature', 'properties': {'id': 'ee028f62-0213-4ead-9788-c31de3b362d5', 'info': None, 'row': 1596, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.9111509355994, 19.61029843723476, 0]}}, {'type': 'Feature', 'properties': {'id': '9489e54b-b3b5-4e35-804c-9533dfe41ba1', 'info': None, 'row': 1596, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-70.02923950491319, 19.63114164512376, 0]}}, {'type': 'Feature', 'properties': {'id': '0f6bb3e7-5269-4706-8ce7-949d41e60927', 'info': None, 'row': 1596, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.14735846153, 19.651907411672507, 0]}}, {'type': 'Feature', 'properties': {'id': '8e3b04cb-4b9c-4997-8ea8-f3c5de50a486', 'info': None, 'row': 1596, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.26550766785431, 19.67259561820826, 0]}}, {'type': 'Feature', 'properties': {'id': '28408b19-381d-4ef6-87ce-8b92c6c89dd0', 'info': None, 'row': 1596, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.3836870646761, 19.693206161938434, 0]}}]}
array(0)
- digital_number(pol, line, sample)uint16dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- comment :
- denoised digital number, resampled at "100m" with rasterio.enums.Resampling.rms
- history :
- digital_number: measurement/s1a-iw-grd-v*-20170907t103020-20170907t103045-018268-01eb76-00*.tiff
Array Chunk Bytes 16.11 MiB 8.05 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 4 Tasks 2 Chunks Type uint16 numpy.ndarray - time(line)timedelta64[ns]17416 days 10:30:20.943839488 .....
- description :
- azimuth times interpolated along line dimension at the middle of range dimension
array([1504780220943839488, 1504780220958740224, 1504780220973640704, ..., 1504780245887559936, 1504780245902460416, 1504780245917361152], dtype='timedelta64[ns]')
- sampleSpacing()float64100.0
- units :
- m
- referential :
- ground
array(100.)
- lineSpacing()float64100.0
- units :
- m
array(100.)
- ground_heading(line, sample)float32dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- comment :
- at ground level, computed from lon/lat in line direction
Array Chunk Bytes 16.11 MiB 16.11 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float32 numpy.ndarray - land_mask(line, sample)int8dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- land_mask: cartopy.feature.NaturalEarthFeature land
Array Chunk Bytes 4.03 MiB 4.03 MiB Shape (1677, 2518) (1677, 2518) Count 3 Tasks 1 Chunks Type int8 numpy.ndarray - altitude(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- height: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/height
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - azimuth_time(line, sample)datetime64[ns]dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- azimuthTime: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/azimuthTime
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type datetime64[ns] numpy.ndarray - slant_range_time(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- slantRangeTime: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/slantRangeTime
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - incidence(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- incidenceAngle: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/incidenceAngle
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - elevation(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- elevationAngle: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/elevationAngle
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - longitude(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- longitude: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/longitude
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - latitude(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- latitude: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/latitude
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - velocity(line)float647.597e+03 7.597e+03 ... 7.598e+03
array([7597.45195742, 7597.45206993, 7597.45218243, ..., 7597.62535865, 7597.6254515 , 7597.62554434])
- range_ground_spacing(sample)float6410.0 10.0 10.0 ... 10.0 10.0 10.0
array([10., 10., 10., ..., 10., 10., 10.])
- sigma0_raw(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- sigma0_raw: sigma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/sigmaNought
- references :
- https://sentinel.esa.int/web/sentinel/radiometric-calibration-of-level-1-products
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 28 Tasks 2 Chunks Type float64 numpy.ndarray - nesz(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- nesz: noise_lut: noise_lut_azi: annotation/calibration/noise.xml: - /noise/noiseAzimuthVectorList/noiseAzimuthVector/line - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/noiseAzimuthLut - /noise/noiseAzimuthVectorList/noiseAzimuthVector/swath noise_lut_range: annotation/calibration/noise.xml: - /noise/noiseRangeVectorList/noiseRangeVector/line | /noise/noiseVectorList/noiseVector/line - /noise/noiseRangeVectorList/noiseRangeVector/pixel | /noise/noiseVectorList/noiseVector/pixel - /noise/noiseRangeVectorList/noiseRangeVector/noiseRangeLut | /noise/noiseVectorList/noiseVector/noiseLut sigma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/sigmaNought
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 39 Tasks 2 Chunks Type float64 numpy.ndarray - gamma0_raw(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- gamma0_raw: gamma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/gamma
- references :
- https://sentinel.esa.int/web/sentinel/radiometric-calibration-of-level-1-products
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 28 Tasks 2 Chunks Type float64 numpy.ndarray - negz(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- negz: gamma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/gamma noise_lut: noise_lut_azi: annotation/calibration/noise.xml: - /noise/noiseAzimuthVectorList/noiseAzimuthVector/line - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/noiseAzimuthLut - /noise/noiseAzimuthVectorList/noiseAzimuthVector/swath noise_lut_range: annotation/calibration/noise.xml: - /noise/noiseRangeVectorList/noiseRangeVector/line | /noise/noiseVectorList/noiseVector/line - /noise/noiseRangeVectorList/noiseRangeVector/pixel | /noise/noiseVectorList/noiseVector/pixel - /noise/noiseRangeVectorList/noiseRangeVector/noiseRangeLut | /noise/noiseVectorList/noiseVector/noiseLut
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 39 Tasks 2 Chunks Type float64 numpy.ndarray - sigma0(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- sigma0: nesz: noise_lut: noise_lut_azi: annotation/calibration/noise.xml: - /noise/noiseAzimuthVectorList/noiseAzimuthVector/line - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/noiseAzimuthLut - /noise/noiseAzimuthVectorList/noiseAzimuthVector/swath noise_lut_range: annotation/calibration/noise.xml: - /noise/noiseRangeVectorList/noiseRangeVector/line | /noise/noiseVectorList/noiseVector/line - /noise/noiseRangeVectorList/noiseRangeVector/pixel | /noise/noiseVectorList/noiseVector/pixel - /noise/noiseRangeVectorList/noiseRangeVector/noiseRangeLut | /noise/noiseVectorList/noiseVector/noiseLut sigma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/sigmaNought sigma0_raw: sigma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/sigmaNought
- comment :
- not clipped, some values can be <0
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 55 Tasks 2 Chunks Type float64 numpy.ndarray - gamma0(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- gamma0: gamma0_raw: gamma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/gamma negz: gamma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/gamma noise_lut: noise_lut_azi: annotation/calibration/noise.xml: - /noise/noiseAzimuthVectorList/noiseAzimuthVector/line - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/noiseAzimuthLut - /noise/noiseAzimuthVectorList/noiseAzimuthVector/swath noise_lut_range: annotation/calibration/noise.xml: - /noise/noiseRangeVectorList/noiseRangeVector/line | /noise/noiseVectorList/noiseVector/line - /noise/noiseRangeVectorList/noiseRangeVector/pixel | /noise/noiseVectorList/noiseVector/pixel - /noise/noiseRangeVectorList/noiseRangeVector/noiseRangeLut | /noise/noiseVectorList/noiseVector/noiseLut
- comment :
- not clipped, some values can be <0
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 55 Tasks 2 Chunks Type float64 numpy.ndarray
<xarray.DatasetView> Dimensions: (pol: 2, line: 1677, sample: 2518) Coordinates: * pol (pol) object 'VV' 'VH' * line (line) float64 4.5 14.5 24.5 ... 1.675e+04 1.676e+04 * sample (sample) float64 4.5 14.5 24.5 ... 2.516e+04 2.517e+04 spatial_ref int64 0 Data variables: (12/21) digital_number (pol, line, sample) uint16 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> time (line) timedelta64[ns] 17416 days 10:30:20.94383948... sampleSpacing float64 100.0 lineSpacing float64 100.0 ground_heading (line, sample) float32 dask.array<chunksize=(1677, 2518), meta=np.ndarray> land_mask (line, sample) int8 dask.array<chunksize=(1677, 2518), meta=np.ndarray> ... ... sigma0_raw (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> nesz (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> gamma0_raw (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> negz (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> sigma0 (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> gamma0 (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
measurement- line: 10
- sample: 21
- line(line)int640 2014 4028 ... 14098 16112 16777
array([ 0, 2014, 4028, 6042, 8056, 10070, 12084, 14098, 16112, 16777])
- sample(sample)int640 1260 2520 ... 22680 23940 25186
array([ 0, 1260, 2520, 3780, 5040, 6300, 7560, 8820, 10080, 11340, 12600, 13860, 15120, 16380, 17640, 18900, 20160, 21420, 22680, 23940, 25186])
- longitude(line, sample)float64-67.84 -67.96 ... -70.4 -70.51
- history :
- longitude: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/longitude
array([[-67.84221144, -67.96092942, -68.07968147, -68.19846752, -68.31728748, -68.43614128, -68.55502883, -68.67395006, -68.79290488, -68.91189321, -69.03091496, -69.14997006, -69.26905841, -69.38817993, -69.50733454, -69.62652214, -69.74574265, -69.86499599, -69.98428205, -70.10360076, -70.22162571], [-67.88026619, -67.99884111, -68.11744975, -68.23609204, -68.35476791, -68.47347727, -68.59222005, -68.71099617, -68.82980555, -68.94864811, -69.06752377, -69.18643244, -69.30537405, -69.42434851, -69.54335573, -69.66239564, -69.78146814, -69.90057315, -70.01971058, -70.13888035, -70.25675772], [-67.91829178, -68.03672512, -68.15519184, -68.27369187, -68.39222514, -68.51079156, -68.62939107, -68.74802358, -68.86668903, -68.98538732, -69.10411839, -69.22288214, -69.34167851, -69.46050741, -69.57936876, -69.69826248, -69.81718848, -69.93614668, -70.05513699, -70.17415934, -70.29189063], [-67.95628878, -68.07458203, -68.19290832, -68.31126758, -68.42965973, -68.5480847 , -68.66654243, -68.78503283, ... -69.96003015, -70.07841615, -70.19683289, -70.31528044, -70.43244245], [-68.10800415, -68.22575168, -68.34353097, -68.46134191, -68.57918439, -68.69705831, -68.81496362, -68.93290032, -69.05086839, -69.16886779, -69.28689846, -69.40496027, -69.5230531 , -69.6411768 , -69.75933125, -69.87751639, -69.9957322 , -70.11397872, -70.23225595, -70.35056376, -70.4675867 ], [-68.14586759, -68.26348238, -68.38112861, -68.49880602, -68.6165146 , -68.73425445, -68.85202554, -68.96982782, -69.08766112, -69.2055253 , -69.3234202 , -69.44134574, -69.55930188, -69.67728861, -69.79530593, -69.91335383, -70.03143223, -70.14954099, -70.26767996, -70.38584909, -70.50273513], [-68.15836402, -68.27593556, -68.39353798, -68.51117158, -68.62883645, -68.74653255, -68.86425975, -68.9820179 , -69.09980687, -69.21762654, -69.33547682, -69.45335768, -69.57126909, -69.68921105, -69.80718352, -69.92518644, -70.04321973, -70.16128326, -70.27937693, -70.39750069, -70.51434171]])
- latitude(line, sample)float6420.73 20.75 20.77 ... 19.62 19.64
- history :
- latitude: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/latitude
array([[20.72564283, 20.74753608, 20.7693474 , 20.79107665, 20.81272374, 20.83428854, 20.85577094, 20.87717082, 20.89848807, 20.91972259, 20.94087424, 20.96194293, 20.98292853, 21.00383094, 21.02465004, 21.04538573, 21.06603788, 21.08660639, 21.10709115, 21.12749205, 21.1475837 ], [20.54434151, 20.56624689, 20.58807112, 20.60981407, 20.63147563, 20.65305569, 20.67455412, 20.69597083, 20.71730569, 20.7385586 , 20.75972943, 20.78081808, 20.80182443, 20.82274838, 20.8435898 , 20.8643486 , 20.88502465, 20.90561785, 20.92612809, 20.94655525, 20.96667365], [20.36303465, 20.38495227, 20.40678952, 20.42854627, 20.45022241, 20.47181782, 20.4933324 , 20.51476603, 20.5361186 , 20.55738999, 20.57858009, 20.59968879, 20.62071598, 20.64166155, 20.66252538, 20.68330737, 20.7040074 , 20.72462537, 20.74516116, 20.76561467, 20.78575989], [20.18172231, 20.20365229, 20.22550266, 20.24727331, 20.26896413, 20.29057501, 20.31210583, 20.33355647, 20.35492684, 20.37621681, 20.39742627, 20.41855512, 20.43960324, 20.46057051, 20.48145684, 20.5022621 , 20.52298619, 20.543629 , 20.56419043, 20.58467035, 20.60484246], ... [19.63774837, 19.6597159 , 19.6816061 , 19.70341892, 19.72515424, 19.74681194, 19.76839191, 19.78989403, 19.81131819, 19.83266429, 19.85393221, 19.87512187, 19.89623315, 19.91726594, 19.93822013, 19.9590956 , 19.97989222, 20.00060988, 20.02124847, 20.0418079 , 20.062061 ], [19.45641293, 19.47839313, 19.50029683, 19.52212392, 19.54387426, 19.56554774, 19.58714426, 19.60866371, 19.63010599, 19.65147101, 19.67275864, 19.69396878, 19.71510129, 19.73615606, 19.75713297, 19.77803192, 19.7988528 , 19.81959553, 19.84026001, 19.86084613, 19.88112628], [19.27507138, 19.29706437, 19.31898164, 19.34082302, 19.36258843, 19.38427778, 19.40589096, 19.42742788, 19.44888839, 19.47027238, 19.49157972, 19.5128103 , 19.53396401, 19.55504076, 19.57604045, 19.59696299, 19.61780826, 19.63857615, 19.65926653, 19.6798793 , 19.70018667], [19.21519321, 19.2371905 , 19.25911222, 19.28095835, 19.30272878, 19.32442342, 19.34604215, 19.36758483, 19.38905135, 19.41044159, 19.43175543, 19.45299278, 19.47415352, 19.49523757, 19.51624482, 19.53717516, 19.55802849, 19.57880469, 19.59950363, 19.62012524, 19.64044158]])
- height(line, sample)float648.405e-05 8.058e-05 ... 3.478e-05
- history :
- height: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/height
array([[8.40481371e-05, 8.05780292e-05, 7.73239881e-05, 7.42655247e-05, 7.13849440e-05, 6.86682761e-05, 6.61034137e-05, 6.36717305e-05, 6.13667071e-05, 5.91818243e-05, 5.71012497e-05, 5.51240519e-05, 5.32409176e-05, 5.14434651e-05, 4.97289002e-05, 4.80879098e-05, 4.65186313e-05, 4.50164080e-05, 4.35737893e-05, 4.21935692e-05, 4.08850610e-05], [8.23056325e-05, 7.89184123e-05, 7.57398084e-05, 7.27539882e-05, 6.99404627e-05, 6.72852620e-05, 6.47809356e-05, 6.24051318e-05, 6.01550564e-05, 5.80176711e-05, 5.59892505e-05, 5.40586188e-05, 5.22164628e-05, 5.04618511e-05, 4.87826765e-05, 4.71826643e-05, 4.56459820e-05, 4.41772863e-05, 4.27709892e-05, 4.14196402e-05, 4.01381403e-05], [8.05808231e-05, 7.72718340e-05, 7.41686672e-05, 7.12526962e-05, 6.85062259e-05, 6.59171492e-05, 6.34677708e-05, 6.11487776e-05, 5.89508563e-05, 5.68665564e-05, 5.48828393e-05, 5.29959798e-05, 5.11985272e-05, 4.94848937e-05, 4.78457659e-05, 4.62792814e-05, 4.47817147e-05, 4.33456153e-05, 4.19700518e-05, 4.06494364e-05, 3.93958762e-05], [7.88699836e-05, 7.56429508e-05, 7.26142898e-05, 6.97653741e-05, 6.70859590e-05, 6.45564869e-05, 6.21657819e-05, 5.99026680e-05, ... 4.13600355e-05, 4.00571153e-05, 3.88044864e-05, 3.76049429e-05, 3.64659354e-05], [7.21802935e-05, 6.92578033e-05, 6.65178522e-05, 6.39418140e-05, 6.15157187e-05, 5.92246652e-05, 5.70593402e-05, 5.50122932e-05, 5.30686229e-05, 5.12236729e-05, 4.94690612e-05, 4.77973372e-05, 4.62066382e-05, 4.46885824e-05, 4.32366505e-05, 4.18480486e-05, 4.05199826e-05, 3.92468646e-05, 3.80249694e-05, 3.68570909e-05, 3.57441604e-05], [7.05476850e-05, 6.76987693e-05, 6.50277361e-05, 6.25206158e-05, 6.01513311e-05, 5.79208136e-05, 5.58095053e-05, 5.38136810e-05, 5.19212335e-05, 5.01200557e-05, 4.84101474e-05, 4.67803329e-05, 4.52278182e-05, 4.37479466e-05, 4.23323363e-05, 4.09791246e-05, 3.96836549e-05, 3.84412706e-05, 3.72491777e-05, 3.61083075e-05, 3.50233167e-05], [7.00112432e-05, 6.71874732e-05, 6.45415857e-05, 6.20530918e-05, 5.97070903e-05, 5.74951991e-05, 5.54034486e-05, 5.34206629e-05, 5.15431166e-05, 4.97596338e-05, 4.80618328e-05, 4.64478508e-05, 4.49074432e-05, 4.34406102e-05, 4.20352444e-05, 4.06922773e-05, 3.94107774e-05, 3.81805003e-05, 3.69967893e-05, 3.58633697e-05, 3.47848982e-05]])
- azimuthTime(line, sample)datetime64[ns]2017-09-07T10:30:20.936147 ... 2...
- history :
- azimuthTime: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/azimuthTime
array([['2017-09-07T10:30:20.936147000', '2017-09-07T10:30:20.936169000', '2017-09-07T10:30:20.936192000', '2017-09-07T10:30:20.936215000', '2017-09-07T10:30:20.936238000', '2017-09-07T10:30:20.936262000', '2017-09-07T10:30:20.936286000', '2017-09-07T10:30:20.936311000', '2017-09-07T10:30:20.936337000', '2017-09-07T10:30:20.936362000', '2017-09-07T10:30:20.936389000', '2017-09-07T10:30:20.936414000', '2017-09-07T10:30:20.936442000', '2017-09-07T10:30:20.936469000', '2017-09-07T10:30:20.936497000', '2017-09-07T10:30:20.936525000', '2017-09-07T10:30:20.936554000', '2017-09-07T10:30:20.936583000', '2017-09-07T10:30:20.936612000', '2017-09-07T10:30:20.936642000', '2017-09-07T10:30:20.936672000'], ['2017-09-07T10:30:23.937141000', '2017-09-07T10:30:23.937163000', '2017-09-07T10:30:23.937186000', '2017-09-07T10:30:23.937209000', '2017-09-07T10:30:23.937232000', '2017-09-07T10:30:23.937256000', '2017-09-07T10:30:23.937280000', '2017-09-07T10:30:23.937305000', '2017-09-07T10:30:23.937331000', '2017-09-07T10:30:23.937356000', '2017-09-07T10:30:23.937383000', '2017-09-07T10:30:23.937409000', '2017-09-07T10:30:23.937437000', '2017-09-07T10:30:23.937464000', '2017-09-07T10:30:23.937492000', '2017-09-07T10:30:23.937520000', '2017-09-07T10:30:23.937549000', '2017-09-07T10:30:23.937578000', ... '2017-09-07T10:30:44.944197000', '2017-09-07T10:30:44.944221000', '2017-09-07T10:30:44.944245000', '2017-09-07T10:30:44.944270000', '2017-09-07T10:30:44.944295000', '2017-09-07T10:30:44.944321000', '2017-09-07T10:30:44.944348000', '2017-09-07T10:30:44.944374000', '2017-09-07T10:30:44.944401000', '2017-09-07T10:30:44.944429000', '2017-09-07T10:30:44.944457000', '2017-09-07T10:30:44.944485000', '2017-09-07T10:30:44.944514000', '2017-09-07T10:30:44.944543000', '2017-09-07T10:30:44.944572000', '2017-09-07T10:30:44.944602000', '2017-09-07T10:30:44.944632000'], ['2017-09-07T10:30:45.935001000', '2017-09-07T10:30:45.935023000', '2017-09-07T10:30:45.935045000', '2017-09-07T10:30:45.935068000', '2017-09-07T10:30:45.935091000', '2017-09-07T10:30:45.935115000', '2017-09-07T10:30:45.935140000', '2017-09-07T10:30:45.935165000', '2017-09-07T10:30:45.935190000', '2017-09-07T10:30:45.935216000', '2017-09-07T10:30:45.935242000', '2017-09-07T10:30:45.935269000', '2017-09-07T10:30:45.935296000', '2017-09-07T10:30:45.935324000', '2017-09-07T10:30:45.935351000', '2017-09-07T10:30:45.935380000', '2017-09-07T10:30:45.935408000', '2017-09-07T10:30:45.935437000', '2017-09-07T10:30:45.935467000', '2017-09-07T10:30:45.935497000', '2017-09-07T10:30:45.935526000']], dtype='datetime64[ns]')
- slantRangeTime(line, sample)float640.005331 0.005375 ... 0.006382
- history :
- slantRangeTime: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/slantRangeTime
array([[0.00533107, 0.00537472, 0.00541946, 0.00546527, 0.00551211, 0.00555997, 0.00560881, 0.00565862, 0.00570935, 0.005761 , 0.00581354, 0.00586693, 0.00592117, 0.00597622, 0.00603206, 0.00608867, 0.00614603, 0.00620412, 0.00626292, 0.00632241, 0.00638189], [0.00533107, 0.00537472, 0.00541947, 0.00546527, 0.00551212, 0.00555998, 0.00560883, 0.00565863, 0.00570937, 0.00576102, 0.00581356, 0.00586696, 0.00592119, 0.00597624, 0.00603209, 0.0060887 , 0.00614607, 0.00620416, 0.00626296, 0.00632244, 0.00638193], [0.00533107, 0.00537473, 0.00541947, 0.00546528, 0.00551213, 0.00555999, 0.00560884, 0.00565865, 0.00570939, 0.00576104, 0.00581358, 0.00586698, 0.00592122, 0.00597627, 0.00603211, 0.00608873, 0.0061461 , 0.00620419, 0.00626299, 0.00632248, 0.00638196], [0.00533107, 0.00537473, 0.00541948, 0.00546529, 0.00551214, 0.00556 , 0.00560885, 0.00565866, 0.0057094 , 0.00576106, 0.0058136 , 0.005867 , 0.00592124, 0.00597629, 0.00603214, 0.00608876, 0.00614613, 0.00620422, 0.00626302, 0.00632251, 0.006382 ], ... [0.00533107, 0.00537473, 0.00541949, 0.00546531, 0.00551216, 0.00556003, 0.00560889, 0.0056587 , 0.00570945, 0.00576111, 0.00581366, 0.00586706, 0.00592131, 0.00597637, 0.00603222, 0.00608884, 0.00614621, 0.00620431, 0.00626312, 0.00632261, 0.0063821 ], [0.00533107, 0.00537474, 0.00541949, 0.00546531, 0.00551217, 0.00556004, 0.0056089 , 0.00565871, 0.00570946, 0.00576113, 0.00581367, 0.00586708, 0.00592133, 0.00597639, 0.00603224, 0.00608887, 0.00614624, 0.00620434, 0.00626315, 0.00632264, 0.00638213], [0.00533107, 0.00537474, 0.00541949, 0.00546532, 0.00551218, 0.00556005, 0.00560891, 0.00565873, 0.00570948, 0.00576114, 0.00581369, 0.0058671 , 0.00592135, 0.00597641, 0.00603227, 0.00608889, 0.00614627, 0.00620437, 0.00626318, 0.00632267, 0.00638217], [0.00533107, 0.00537474, 0.0054195 , 0.00546532, 0.00551218, 0.00556005, 0.00560891, 0.00565873, 0.00570948, 0.00576115, 0.0058137 , 0.00586711, 0.00592135, 0.00597642, 0.00603227, 0.0060889 , 0.00614627, 0.00620438, 0.00626319, 0.00632268, 0.00638218]])
- incidenceAngle(line, sample)float6430.82 31.7 32.57 ... 45.36 46.0
- history :
- incidenceAngle: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/incidenceAngle
array([[30.81643473, 31.69860572, 32.5673122 , 33.42256419, 34.26439222, 35.09284593, 35.90799265, 36.70991599, 37.49871456, 38.27450058, 39.03739869, 39.78754472, 40.52508453, 41.25017294, 41.96297264, 42.66365328, 43.35239048, 44.029365 , 44.69476193, 45.34876991, 45.98449895], [30.81843404, 31.70058912, 32.56927925, 33.4245145 , 34.26632543, 35.09476174, 35.90989079, 36.71179623, 37.50057669, 38.27634445, 39.03922417, 39.78935171, 40.52687296, 41.25194276, 41.96472384, 42.66538585, 43.35410445, 44.03106042, 44.69643885, 45.35042842, 45.98613935], [30.8203861 , 31.70252567, 32.57119986, 33.42641879, 34.26821306, 35.09663241, 35.91174423, 36.71363222, 37.50239504, 38.278145 , 39.0410068 , 39.79111631, 40.52861947, 41.25367114, 41.96643406, 42.66707792, 43.35577839, 44.03271627, 44.69807668, 45.35204831, 45.98774157], [30.82229071, 31.70441518, 32.57307385, 33.42827688, 34.27005493, 35.09845776, 35.9135528 , 36.7154238 , 37.50416944, 38.27990207, 39.04274641, 39.79283837, 40.53032391, 41.25535792, 41.96810316, 42.66872934, 43.35741216, 44.03433242, 44.69967528, 45.35362942, 45.98930549], ... [30.82771772, 31.70980026, 32.57841439, 33.43357199, 34.27530414, 35.10366045, 35.91870812, 36.72053083, 37.50922739, 38.28491043, 39.04770503, 39.79774744, 40.53518382, 41.26016906, 41.97286577, 42.6734433 , 43.36207696, 44.03894731, 44.70423959, 45.35814329, 45.99377141], [30.82943155, 31.7114992 , 32.58010006, 33.43524415, 34.27696183, 35.10530281, 35.92033485, 36.72214218, 37.51082395, 38.28649282, 39.04927355, 39.79930186, 40.53672336, 41.26169259, 41.97437218, 42.67493196, 43.36354808, 44.04040201, 44.70567942, 45.35956875, 45.99517944], [30.83109621, 31.71315105, 32.58173892, 33.43686854, 34.27857137, 35.10689828, 35.9219173 , 36.72371216, 37.51238112, 38.28803602, 39.05080127, 39.80081278, 40.53821684, 41.26316887, 41.97583222, 42.67637693, 43.36497874, 44.04181816, 44.70707997, 45.36095305, 45.99655071], [30.83163421, 31.71368692, 32.58226914, 33.4373939 , 34.27909315, 35.10741695, 35.92243243, 36.72422289, 37.51288663, 38.28853584, 39.05129535, 39.8013014 , 40.53870039, 41.26364766, 41.97630635, 42.6768463 , 43.36544314, 44.04227749, 44.70753436, 45.36140273, 45.99699544]])
- elevationAngle(line, sample)float6427.5 28.27 29.02 ... 39.89 40.41
- history :
- elevationAngle: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/elevationAngle
array([[27.49867978, 28.26761598, 29.02308755, 29.76510453, 30.49369745, 31.20891594, 31.91082733, 32.59951526, 33.2750783 , 33.93762869, 34.58729108, 35.22420129, 35.84850519, 36.46035758, 37.05992117, 37.64736561, 38.2228665 , 38.78660463, 39.33876506, 39.87953646, 40.40328701], [27.50049954, 28.26942062, 29.02487664, 29.76687767, 30.49545429, 31.21065617, 31.91255069, 32.60122151, 33.27676724, 33.93930017, 34.58894497, 35.22583748, 35.85012362, 36.4619582 , 37.06150397, 37.64893057, 38.22441367, 38.78813404, 39.34027678, 39.88103057, 40.40476379], [27.50227663, 28.27118299, 29.02662387, 29.76860936, 30.49717011, 31.21235582, 31.91423391, 32.60288806, 33.27841695, 33.94093287, 34.59056054, 35.22743582, 35.85170465, 36.46352189, 37.0630503 , 37.65045955, 38.22592531, 38.78962839, 39.3417539 , 39.88249053, 40.40620689], [27.50401089, 28.27290293, 29.02832907, 29.77029945, 30.49884476, 31.21401474, 31.91587683, 32.60451478, 33.28002727, 33.94252664, 34.59213763, 35.22899615, 35.85324815, 36.46504852, 37.06456003, 37.65195239, 38.22740128, 38.79108753, 39.34319628, 39.88391622, 40.40761616], ... [27.50895471, 28.27780701, 29.03319097, 29.77511829, 30.50361999, 31.21874572, 31.92056273, 32.60915471, 33.28462048, 33.94707265, 34.59663626, 35.23344751, 35.85765254, 36.46940625, 37.06887129, 37.65621706, 38.23161896, 38.7952576 , 39.34731822, 39.88799018, 40.41164431], [27.51051669, 28.27935504, 29.03472642, 29.7766409 , 30.50512888, 31.22024012, 31.92204235, 32.61061975, 33.28607143, 33.94851 , 34.59806024, 35.23485791, 35.85904868, 36.47078718, 37.07023607, 37.65756517, 38.23295058, 38.79657369, 39.34862007, 39.88927821, 40.41291604], [27.51203429, 28.28086055, 29.03621965, 29.7781205 , 30.5065945 , 31.2216924 , 31.92348216, 32.61204752, 33.28748684, 33.94991204, 34.5994476 , 35.23622946, 35.86040389, 36.47212624, 37.07155979, 37.65887456, 38.23424626, 38.7978555 , 39.3498871 , 39.89052996, 40.41415518], [27.5125249 , 28.281349 , 29.03670286, 29.77859916, 30.50706971, 31.22216453, 31.92395083, 32.61251199, 33.28794639, 33.95036627, 34.59989646, 35.23667319, 35.86084282, 36.47256063, 37.07198973, 37.65929994, 38.23466694, 38.79827137, 39.35029829, 39.89093666, 40.4145572 ]])
- footprint :
- POLYGON ((-67.84221143971432 20.72564283093837, -70.22162571215458 21.14758369556577, -70.51434171237564 19.64044158236074, -68.15836401927538 19.21519321274318, -67.84221143971432 20.72564283093837))
- coverage :
- 170km * 251km (line * sample )
- approx_transform :
- |-0.00,-0.00,-67.85| |-0.00, 0.00, 20.73| | 0.00, 0.00, 1.00|
- history :
- annotations
<xarray.DatasetView> Dimensions: (line: 10, sample: 21) Coordinates: * line (line) int64 0 2014 4028 6042 ... 12084 14098 16112 16777 * sample (sample) int64 0 1260 2520 3780 ... 21420 22680 23940 25186 Data variables: longitude (line, sample) float64 -67.84 -67.96 -68.08 ... -70.4 -70.51 latitude (line, sample) float64 20.73 20.75 20.77 ... 19.62 19.64 height (line, sample) float64 8.405e-05 8.058e-05 ... 3.478e-05 azimuthTime (line, sample) datetime64[ns] 2017-09-07T10:30:20.936147 ... slantRangeTime (line, sample) float64 0.005331 0.005375 ... 0.006382 incidenceAngle (line, sample) float64 30.82 31.7 32.57 ... 44.71 45.36 46.0 elevationAngle (line, sample) float64 27.5 28.27 29.02 ... 39.89 40.41 Attributes: footprint: POLYGON ((-67.84221143971432 20.72564283093837, -70.22... coverage: 170km * 251km (line * sample ) approx_transform: |-0.00,-0.00,-67.85|\n|-0.00, 0.00, 20.73|\n| 0.00, 0.... history: annotations
geolocation_annotation- burst: 0
- azimuthTime(burst)float64
array([], dtype=float64)
- linesPerBurst()int640
array(0)
- samplesPerBurst()int640
array(0)
- history :
- annotations
<xarray.DatasetView> Dimensions: (burst: 0) Dimensions without coordinates: burst Data variables: azimuthTime (burst) float64 linesPerBurst int64 0 samplesPerBurst int64 0 Attributes: history: annotations
bursts- azimuthTime: 11
- azimuthTime(azimuthTime)datetime64[ns]2017-09-07T10:30:18.303963 ... 2...
array(['2017-09-07T10:30:18.303963000', '2017-09-07T10:30:21.062240000', '2017-09-07T10:30:23.820517000', '2017-09-07T10:30:26.578794000', '2017-09-07T10:30:29.337071000', '2017-09-07T10:30:32.095348000', '2017-09-07T10:30:34.853625000', '2017-09-07T10:30:37.611902000', '2017-09-07T10:30:40.370179000', '2017-09-07T10:30:43.128456000', '2017-09-07T10:30:45.886733000'], dtype='datetime64[ns]')
- t0(azimuthTime)float640.005331 0.005331 ... 0.005331
- source :
- //product/generalAnnotation/azimuthFmRateList/azimuthFmRate/t0
array([0.00533081, 0.00533081, 0.00533081, 0.00533081, 0.00533081, 0.00533081, 0.00533081, 0.00533081, 0.00533081, 0.00533081, 0.00533081])
- azimuthFmRatePolynomial(azimuthTime)object-2337.303489601216 + 448953.7801...
- source :
- //product/generalAnnotation/azimuthFmRateList/azimuthFmRate/azimuthFmRatePolynomial
array([Polynomial([-2.33730349e+03, 4.48953780e+05, -7.83291481e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33736886e+03, 4.48927094e+05, -7.83175928e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33743449e+03, 4.48900162e+05, -7.83050888e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33749682e+03, 4.48871077e+05, -7.82881870e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33756452e+03, 4.48843955e+05, -7.82740446e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33762899e+03, 4.48816638e+05, -7.82615406e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33769361e+03, 4.48790609e+05, -7.82505889e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33775572e+03, 4.48761479e+05, -7.82326522e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33782228e+03, 4.48734274e+05, -7.82195447e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33788576e+03, 4.48707670e+05, -7.82117836e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.33794928e+03, 4.48680291e+05, -7.81976412e+07], domain=[-1, 1], window=[-1, 1])], dtype=object)
- history :
- annotations
<xarray.DatasetView> Dimensions: (azimuthTime: 11) Coordinates: * azimuthTime (azimuthTime) datetime64[ns] 2017-09-07T10:30:18... Data variables: t0 (azimuthTime) float64 0.005331 ... 0.005331 azimuthFmRatePolynomial (azimuthTime) object -2337.303489601216 + 448953... Attributes: history: annotations
FMrate- azimuthTime: 27
- nb_fine_dce: 20
- azimuthTime(azimuthTime)datetime64[ns]2017-09-07T10:30:21.986205 ... 2...
- source :
- //product/dopplerCentroid/dcEstimateList/dcEstimate/azimuthTime
array(['2017-09-07T10:30:21.986205000', '2017-09-07T10:30:22.001625000', '2017-09-07T10:30:22.024980000', '2017-09-07T10:30:24.744482000', '2017-09-07T10:30:24.759902000', '2017-09-07T10:30:24.783257000', '2017-09-07T10:30:27.502759000', '2017-09-07T10:30:27.518179000', '2017-09-07T10:30:27.541534000', '2017-09-07T10:30:30.261036000', '2017-09-07T10:30:30.276456000', '2017-09-07T10:30:30.299811000', '2017-09-07T10:30:33.019312000', '2017-09-07T10:30:33.034732000', '2017-09-07T10:30:33.058087000', '2017-09-07T10:30:35.777589000', '2017-09-07T10:30:35.793009000', '2017-09-07T10:30:35.816364000', '2017-09-07T10:30:38.535866000', '2017-09-07T10:30:38.551286000', '2017-09-07T10:30:38.574641000', '2017-09-07T10:30:41.294143000', '2017-09-07T10:30:41.309563000', '2017-09-07T10:30:41.332918000', '2017-09-07T10:30:44.052420000', '2017-09-07T10:30:44.067840000', '2017-09-07T10:30:44.091195000'], dtype='datetime64[ns]')
- t0(azimuthTime)float640.005332 0.005332 ... 0.005331
- source :
- //product/dopplerCentroid/dcEstimateList/dcEstimate/t0
array([0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533171, 0.00533129, 0.00533129, 0.00533129, 0.00533129, 0.00533129, 0.00533129, 0.00533129, 0.00533129, 0.00533129, 0.00533129, 0.00533129, 0.00533129])
- geometryDcPolynomial(azimuthTime)object-1.070619 - 183.4602·x¹ + 63544....
- source :
- //product/dopplerCentroid/dcEstimateList/dcEstimate/geometryDcPolynomial
array([Polynomial([-1.070619e+00, -1.834602e+02, 6.354454e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.070619e+00, -1.834602e+02, 6.354454e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.070619e+00, -1.834602e+02, 6.354454e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.253385e+00, -9.971737e+01, 4.524077e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.253385e+00, -9.971737e+01, 4.524077e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.253385e+00, -9.971737e+01, 4.524077e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.172653e+00, -1.059808e+02, 4.553581e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.172653e+00, -1.059808e+02, 4.553581e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.172653e+00, -1.059808e+02, 4.553581e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.207548e+00, -1.156024e+02, 4.853936e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.207548e+00, -1.156024e+02, 4.853936e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.207548e+00, -1.156024e+02, 4.853936e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.651085e+00, -1.580786e+02, 6.634266e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.651085e+00, -1.580786e+02, 6.634266e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.651085e+00, -1.580786e+02, 6.634266e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.336312e+00, -2.281668e+02, 9.504457e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.336312e+00, -2.281668e+02, 9.504457e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.336312e+00, -2.281668e+02, 9.504457e+04], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.681910e+00, -3.169897e+02, 1.230702e+05], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.681910e+00, -3.169897e+02, 1.230702e+05], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.681910e+00, -3.169897e+02, 1.230702e+05], domain=[-1, 1], window=[-1, 1]), Polynomial([-3.072425e+00, -3.513329e+02, 1.380033e+05], domain=[-1, 1], window=[-1, 1]), Polynomial([-3.072425e+00, -3.513329e+02, 1.380033e+05], domain=[-1, 1], window=[-1, 1]), Polynomial([-3.072425e+00, -3.513329e+02, 1.380033e+05], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.988281e+00, -3.467524e+02, 1.355109e+05], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.988281e+00, -3.467524e+02, 1.355109e+05], domain=[-1, 1], window=[-1, 1]), Polynomial([-2.988281e+00, -3.467524e+02, 1.355109e+05], domain=[-1, 1], window=[-1, 1])], dtype=object)
- dataDcPolynomial(azimuthTime)object-74.90705 + 85274.16·x¹ - 317184...
- source :
- //product/dopplerCentroid/dcEstimateList/dcEstimate/dataDcPolynomial
array([Polynomial([-7.490705e+01, 8.527416e+04, -3.171847e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-7.490705e+01, 8.527416e+04, -3.171847e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-7.490705e+01, 8.527416e+04, -3.171847e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-8.144442e+01, 8.952038e+04, -1.795088e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-8.144442e+01, 8.952038e+04, -1.795088e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-8.144442e+01, 8.952038e+04, -1.795088e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-9.006721e+01, 1.178143e+05, -3.552376e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-9.006721e+01, 1.178143e+05, -3.552376e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-9.006721e+01, 1.178143e+05, -3.552376e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.060485e+02, 1.815633e+05, -8.133584e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.060485e+02, 1.815633e+05, -8.133584e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.060485e+02, 1.815633e+05, -8.133584e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.065754e+02, 2.277709e+05, -1.248672e+08], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.065754e+02, 2.277709e+05, -1.248672e+08], domain=[-1, 1], window=[-1, 1]), Polynomial([-1.065754e+02, 2.277709e+05, -1.248672e+08], domain=[-1, 1], window=[-1, 1]), Polynomial([-6.914784e+01, 2.093702e+05, -1.485031e+08], domain=[-1, 1], window=[-1, 1]), Polynomial([-6.914784e+01, 2.093702e+05, -1.485031e+08], domain=[-1, 1], window=[-1, 1]), Polynomial([-6.914784e+01, 2.093702e+05, -1.485031e+08], domain=[-1, 1], window=[-1, 1]), Polynomial([ 5.207268e+00, 1.093212e+05, -1.228317e+08], domain=[-1, 1], window=[-1, 1]), Polynomial([ 5.207268e+00, 1.093212e+05, -1.228317e+08], domain=[-1, 1], window=[-1, 1]), Polynomial([ 5.207268e+00, 1.093212e+05, -1.228317e+08], domain=[-1, 1], window=[-1, 1]), Polynomial([ 4.421069e+01, -7.555885e+03, -2.511658e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([ 4.421069e+01, -7.555885e+03, -2.511658e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([ 4.421069e+01, -7.555885e+03, -2.511658e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([ 5.235571e+01, -2.619424e+04, -1.345589e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([ 5.235571e+01, -2.619424e+04, -1.345589e+07], domain=[-1, 1], window=[-1, 1]), Polynomial([ 5.235571e+01, -2.619424e+04, -1.345589e+07], domain=[-1, 1], window=[-1, 1])], dtype=object)
- fineDceAzimuthStartTime(azimuthTime)datetime64[ns]2017-09-07T10:30:20.597552 ... 2...
- source :
- //product/dopplerCentroid/dcEstimateList/dcEstimate/fineDceAzimuthStartTime
array(['2017-09-07T10:30:20.597552000', '2017-09-07T10:30:20.612972000', '2017-09-07T10:30:20.636327000', '2017-09-07T10:30:23.355829000', '2017-09-07T10:30:23.371249000', '2017-09-07T10:30:23.394604000', '2017-09-07T10:30:26.114106000', '2017-09-07T10:30:26.129526000', '2017-09-07T10:30:26.152881000', '2017-09-07T10:30:28.872383000', '2017-09-07T10:30:28.887803000', '2017-09-07T10:30:28.911158000', '2017-09-07T10:30:31.630659000', '2017-09-07T10:30:31.646079000', '2017-09-07T10:30:31.669434000', '2017-09-07T10:30:34.388936000', '2017-09-07T10:30:34.404356000', '2017-09-07T10:30:34.427711000', '2017-09-07T10:30:37.147213000', '2017-09-07T10:30:37.162633000', '2017-09-07T10:30:37.185988000', '2017-09-07T10:30:39.905490000', '2017-09-07T10:30:39.920910000', '2017-09-07T10:30:39.944265000', '2017-09-07T10:30:42.663767000', '2017-09-07T10:30:42.679187000', '2017-09-07T10:30:42.702542000'], dtype='datetime64[ns]')
- fineDceAzimuthStopTime(azimuthTime)datetime64[ns]2017-09-07T10:30:23.374859 ... 2...
- source :
- //product/dopplerCentroid/dcEstimateList/dcEstimate/fineDceAzimuthStopTime
array(['2017-09-07T10:30:23.374859000', '2017-09-07T10:30:23.390279000', '2017-09-07T10:30:23.413634000', '2017-09-07T10:30:26.133136000', '2017-09-07T10:30:26.148556000', '2017-09-07T10:30:26.171911000', '2017-09-07T10:30:28.891413000', '2017-09-07T10:30:28.906833000', '2017-09-07T10:30:28.930188000', '2017-09-07T10:30:31.649690000', '2017-09-07T10:30:31.665110000', '2017-09-07T10:30:31.688465000', '2017-09-07T10:30:34.407966000', '2017-09-07T10:30:34.423386000', '2017-09-07T10:30:34.446741000', '2017-09-07T10:30:37.166243000', '2017-09-07T10:30:37.181663000', '2017-09-07T10:30:37.205018000', '2017-09-07T10:30:39.924520000', '2017-09-07T10:30:39.939940000', '2017-09-07T10:30:39.963295000', '2017-09-07T10:30:42.682797000', '2017-09-07T10:30:42.698217000', '2017-09-07T10:30:42.721572000', '2017-09-07T10:30:45.441074000', '2017-09-07T10:30:45.456494000', '2017-09-07T10:30:45.479849000'], dtype='datetime64[ns]')
- dataDcRmsError(azimuthTime)float646.181 6.181 6.181 ... 7.745 7.745
- source :
- //product/dopplerCentroid/dcEstimateList/dcEstimate/dataDcRmsError
array([ 6.18144798, 6.18144798, 6.18144798, 8.1549921 , 8.1549921 , 8.1549921 , 9.88119221, 9.88119221, 9.88119221, 11.99040031, 11.99040031, 11.99040031, 17.31355095, 17.31355095, 17.31355095, 10.53964043, 10.53964043, 10.53964043, 12.87742996, 12.87742996, 12.87742996, 9.91536236, 9.91536236, 9.91536236, 7.74485397, 7.74485397, 7.74485397])
- slantRangeTime(azimuthTime, nb_fine_dce)float640.006021 0.006043 ... 0.005696
- source :
- ///product/dopplerCentroid/dcEstimateList/dcEstimate/fineDceList/fineDce/slantRangeTime
array([[0.00602137, 0.00604268, 0.00606401, 0.00608535, 0.00610666, 0.006128 , 0.00614933, 0.00617067, 0.00619198, 0.00621332, 0.00623465, 0.00625599, 0.0062773 , 0.00629863, 0.00631997, 0.0063413 , 0.00636262, 0.00638395, 0.00640529, 0.00642662], [0.0056491 , 0.00567161, 0.00569414, 0.00571667, 0.00573918, 0.00576171, 0.00578424, 0.00580675, 0.00582928, 0.0058518 , 0.00587432, 0.00589684, 0.00591937, 0.00594188, 0.00596441, 0.00598694, 0.00600945, 0.00603198, 0.00605451, 0.00607704], [0.00533793, 0.00535679, 0.00537568, 0.00539456, 0.00541343, 0.00543231, 0.00545119, 0.00547007, 0.00548894, 0.00550782, 0.00552671, 0.00554559, 0.00556446, 0.00558334, 0.00560222, 0.0056211 , 0.00563997, 0.00565885, 0.00567774, 0.00569662], [0.00602137, 0.00604268, 0.00606401, 0.00608535, 0.00610666, 0.006128 , 0.00614933, 0.00617067, 0.00619198, 0.00621332, 0.00623465, 0.00625599, 0.0062773 , 0.00629863, 0.00631997, 0.0063413 , 0.00636262, 0.00638395, 0.00640529, 0.00642662], [0.0056491 , 0.00567161, 0.00569414, 0.00571667, 0.00573918, 0.00576171, 0.00578424, 0.00580675, 0.00582928, 0.0058518 , 0.00587432, 0.00589684, 0.00591937, 0.00594188, 0.00596441, 0.00598694, 0.00600945, 0.00603198, 0.00605451, 0.00607704], ... [0.00564867, 0.00567118, 0.00569371, 0.00571624, 0.00573875, 0.00576128, 0.00578381, 0.00580632, 0.00582885, 0.00585138, 0.00587389, 0.00589642, 0.00591895, 0.00594146, 0.00596399, 0.00598652, 0.00600903, 0.00603156, 0.00605409, 0.00607662], [0.0053375 , 0.00535637, 0.00537525, 0.00539413, 0.005413 , 0.00543188, 0.00545077, 0.00546965, 0.00548852, 0.0055074 , 0.00552628, 0.00554516, 0.00556403, 0.00558291, 0.00560179, 0.00562068, 0.00563954, 0.00565843, 0.00567731, 0.00569619], [0.00602097, 0.00604228, 0.00606362, 0.00608495, 0.00610626, 0.0061276 , 0.00614893, 0.00617027, 0.00619158, 0.00621292, 0.00623425, 0.00625559, 0.0062769 , 0.00629824, 0.00631957, 0.00634091, 0.00636222, 0.00638355, 0.00640489, 0.00642622], [0.00564867, 0.00567118, 0.00569371, 0.00571624, 0.00573875, 0.00576128, 0.00578381, 0.00580632, 0.00582885, 0.00585138, 0.00587389, 0.00589642, 0.00591895, 0.00594146, 0.00596399, 0.00598652, 0.00600903, 0.00603156, 0.00605409, 0.00607662], [0.0053375 , 0.00535637, 0.00537525, 0.00539413, 0.005413 , 0.00543188, 0.00545077, 0.00546965, 0.00548852, 0.0055074 , 0.00552628, 0.00554516, 0.00556403, 0.00558291, 0.00560179, 0.00562068, 0.00563954, 0.00565843, 0.00567731, 0.00569619]])
- frequency(azimuthTime, nb_fine_dce)float64-28.36 -23.4 -22.74 ... 50.89 48.45
- source :
- ///product/dopplerCentroid/dcEstimateList/dcEstimate/fineDceList/fineDce/frequency
array([[-2.83627396e+01, -2.34020996e+01, -2.27359791e+01, -2.14338303e+01, -2.16946793e+01, -1.86582603e+01, -1.87251396e+01, -1.86861095e+01, -1.91607609e+01, -1.92101994e+01, -2.16042099e+01, -2.08997803e+01, -2.08783493e+01, -2.35738697e+01, -2.59848309e+01, -2.67308006e+01, -2.74718208e+01, -2.24640503e+01, -2.76810703e+01, -2.94484692e+01], [-5.05290985e+01, -4.97535210e+01, -4.76504211e+01, -4.50092888e+01, -4.31616898e+01, -4.17437592e+01, -4.31146393e+01, -4.14025307e+01, -3.61737900e+01, -3.80477982e+01, -3.54183502e+01, -3.60961990e+01, -3.35103607e+01, -3.32666092e+01, -3.25568199e+01, -3.23619690e+01, -3.01779308e+01, -3.40821800e+01, -2.89777699e+01, -2.91298599e+01], [-5.31135406e+01, -5.72949486e+01, -5.97548599e+01, -6.22610703e+01, -6.05739403e+01, -6.25044708e+01, -6.22043190e+01, -6.54165192e+01, -6.31957703e+01, -6.44335632e+01, -6.50554810e+01, -6.47480087e+01, -6.43743210e+01, -6.27960281e+01, -6.25949287e+01, -6.43372269e+01, -6.49634094e+01, -6.17625008e+01, ... 1.09871101e+01, 1.46438303e+01, 1.53072004e+01, 1.67793007e+01, 1.88320103e+01, 2.10021896e+01, 1.91785603e+01, 2.37122803e+01, 2.75104008e+01, 2.23973103e+01, 2.23384209e+01, 1.91066494e+01, 1.69593296e+01, 1.61609306e+01, 1.56372204e+01, 1.02800102e+01, 9.70661354e+00], [ 5.01123810e+01, 4.93473511e+01, 4.79552917e+01, 4.55706596e+01, 4.35882111e+01, 4.18898582e+01, 4.05210190e+01, 3.76974297e+01, 3.44289207e+01, 3.35739288e+01, 3.28683815e+01, 2.93210506e+01, 2.71278591e+01, 2.62309303e+01, 2.32745895e+01, 2.01872902e+01, 1.88179893e+01, 1.72772198e+01, 1.48609800e+01, 1.56386805e+01], [ 3.71878510e+01, 3.59843788e+01, 3.69074211e+01, 4.07445602e+01, 4.46610298e+01, 4.35153999e+01, 4.83971405e+01, 5.14696083e+01, 5.31631889e+01, 5.27528496e+01, 5.51838608e+01, 5.68355408e+01, 5.39078789e+01, 5.50927086e+01, 5.54334297e+01, 5.34339218e+01, 5.27760582e+01, 5.12622795e+01, 5.08905106e+01, 4.84489288e+01]])
- dataDcRmsErrorAboveThreshold(azimuthTime)boolFalse False False ... False False
- source :
- //product/dopplerCentroid/dcEstimateList/dcEstimate/dataDcRmsErrorAboveThreshold
array([False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False])
- history :
- annotations
<xarray.DatasetView> Dimensions: (azimuthTime: 27, nb_fine_dce: 20) Coordinates: * azimuthTime (azimuthTime) datetime64[ns] 2017-09-07T10:... Dimensions without coordinates: nb_fine_dce Data variables: t0 (azimuthTime) float64 0.005332 ... 0.005331 geometryDcPolynomial (azimuthTime) object -1.070619 - 183.4602·x... dataDcPolynomial (azimuthTime) object -74.90705 + 85274.16·x... fineDceAzimuthStartTime (azimuthTime) datetime64[ns] 2017-09-07T10:... fineDceAzimuthStopTime (azimuthTime) datetime64[ns] 2017-09-07T10:... dataDcRmsError (azimuthTime) float64 6.181 6.181 ... 7.745 slantRangeTime (azimuthTime, nb_fine_dce) float64 0.006021... frequency (azimuthTime, nb_fine_dce) float64 -28.36 .... dataDcRmsErrorAboveThreshold (azimuthTime) bool False False ... False False Attributes: history: annotations
doppler_estimate- time: 17
- time(time)datetime64[ns]2017-09-07T10:29:14.474905 ... 2...
array(['2017-09-07T10:29:14.474905000', '2017-09-07T10:29:24.474905000', '2017-09-07T10:29:34.474905000', '2017-09-07T10:29:44.474904000', '2017-09-07T10:29:54.474905000', '2017-09-07T10:30:04.474905000', '2017-09-07T10:30:14.474905000', '2017-09-07T10:30:24.474904000', '2017-09-07T10:30:34.474905000', '2017-09-07T10:30:44.474905000', '2017-09-07T10:30:54.474905000', '2017-09-07T10:31:04.474904000', '2017-09-07T10:31:14.474905000', '2017-09-07T10:31:24.474905000', '2017-09-07T10:31:34.474905000', '2017-09-07T10:31:44.474904000', '2017-09-07T10:31:54.474905000'], dtype='datetime64[ns]')
- velocity_x(time)float64-116.7 -154.1 ... -663.4 -698.6
array([-116.710637, -154.090577, -191.357997, -228.508067, -265.535977, -302.436943, -339.206209, -375.839043, -412.330741, -448.676626, -484.872048, -520.912381, -556.79303 , -592.509426, -628.05703 , -663.431335, -698.627862])
- velocity_y(time)float64-3.433e+03 ... -2.342e+03
array([-3432.91065 , -3367.676328, -3302.009589, -3235.918021, -3169.409267, -3102.491029, -3035.171056, -2967.457153, -2899.357174, -2830.879022, -2762.03065 , -2692.820066, -2623.255328, -2553.344541, -2483.095863, -2412.517495, -2341.617687])
- velocity_z(time)float64-6.776e+03 ... -7.194e+03
array([-6775.974019, -6807.999362, -6839.255817, -6869.73982 , -6899.447898, -6928.376666, -6956.522831, -6983.88319 , -7010.454629, -7036.23412 , -7061.218727, -7085.4056 , -7108.791981, -7131.375204, -7153.152698, -7174.121986, -7194.280684])
- position_x(time)float642.892e+06 2.89e+06 ... 2.826e+06
array([2891647.470081, 2890293.372212, 2888566.033516, 2886466.603359, 2883996.279315, 2881156.306914, 2877947.979391, 2874372.637429, 2870431.668894, 2866126.50857 , 2861458.637882, 2856429.584614, 2851040.922645, 2845294.271647, 2839191.296808, 2832733.708561, 2825923.262408])
- position_y(time)float64-5.782e+06 ... -6.246e+06
array([-5782320.10182 , -5816323.40019 , -5849672.186956, -5882362.175843, -5914389.156739, -5945748.996239, -5976437.638189, -6006451.104214, -6035785.494237, -6064436.986996, -6092401.840527, -6119676.392678, -6146257.061599, -6172140.346155, -6197322.826438, -6221801.164353, -6245572.104345])
- position_z(time)float642.869e+06 2.801e+06 ... 1.748e+06
array([2868682.915781, 2800762.409682, 2732525.491596, 2663979.868287, 2595133.281708, 2525993.508111, 2456568.357128, 2386865.670889, 2316893.32313 , 2246659.218295, 2176171.29064 , 2105437.503239, 2034465.847192, 1963264.34078 , 1891841.02856 , 1820203.98035 , 1748361.290411])
- orbit_pass :
- Descending
- platform_heading :
- -167.7668824808032
- history :
- orbit: annotation/s1a.xml: - //product/generalAnnotation/orbitList/orbit/time - //product/generalAnnotation/orbitList/orbit/frame - //product/generalAnnotation/orbitList/orbit/position/x - //product/generalAnnotation/orbitList/orbit/position/y - //product/generalAnnotation/orbitList/orbit/position/z - //product/generalAnnotation/orbitList/orbit/velocity/x - //product/generalAnnotation/orbitList/orbit/velocity/y - //product/generalAnnotation/orbitList/orbit/velocity/z - /product/generalAnnotation/productInformation/pass - /product/generalAnnotation/productInformation/platformHeading
<xarray.DatasetView> Dimensions: (time: 17) Coordinates: * time (time) datetime64[ns] 2017-09-07T10:29:14.474905 ... 2017-09-... Data variables: velocity_x (time) float64 -116.7 -154.1 -191.4 ... -628.1 -663.4 -698.6 velocity_y (time) float64 -3.433e+03 -3.368e+03 ... -2.413e+03 -2.342e+03 velocity_z (time) float64 -6.776e+03 -6.808e+03 ... -7.174e+03 -7.194e+03 position_x (time) float64 2.892e+06 2.89e+06 ... 2.833e+06 2.826e+06 position_y (time) float64 -5.782e+06 -5.816e+06 ... -6.222e+06 -6.246e+06 position_z (time) float64 2.869e+06 2.801e+06 ... 1.82e+06 1.748e+06 Attributes: orbit_pass: Descending platform_heading: -167.7668824808032 history: orbit:\n annotation/s1a.xml:\n - //product/generalAn...
orbit- dim_0: 2
- LineUtcTime(dim_0)datetime64[ns]2017-09-07T10:30:20.936409 2017-...
- source :
- /product/imageAnnotation/imageInformation/*[contains(name(),"LineUtcTime")]
array(['2017-09-07T10:30:20.936409000', '2017-09-07T10:30:45.935264000'], dtype='datetime64[ns]')
- numberOfLines()int6416778
- source :
- /product/imageAnnotation/imageInformation/numberOfLines
array(16778)
- numberOfSamples()int6425187
- source :
- /product/imageAnnotation/imageInformation/numberOfSamples
array(25187)
- azimuthPixelSpacing()float6410.0
- source :
- /product/imageAnnotation/imageInformation/azimuthPixelSpacing
array(10.)
- slantRangePixelSpacing()float6410.0
- source :
- /product/imageAnnotation/imageInformation/rangePixelSpacing
array(10.)
- groundRangePixelSpacing()float6410.0
- source :
- /product/imageAnnotation/imageInformation/rangePixelSpacing
array(10.)
- incidenceAngleMidSwath()float6439.05
- source :
- /product/imageAnnotation/imageInformation/incidenceAngleMidSwath
array(39.04739333)
- azimuthTimeInterval()float640.00149
- source :
- /product/imageAnnotation/imageInformation/azimuthTimeInterval
array(0.00149007)
- slantRangeTime()float640.005331
- source :
- /product/imageAnnotation/imageInformation/slantRangeTime
array(0.00533107)
- swath_subswath()<U2'IW'
- source :
- /product/adsHeader/swath
array('IW', dtype='<U2')
- radarFrequency()float645.405e+09
- source :
- /product/generalAnnotation/productInformation/radarFrequency
array(5.40500045e+09)
- rangeSamplingRate()float646.435e+07
- source :
- /product/generalAnnotation/productInformation/rangeSamplingRate
array(64345238.12571428)
- azimuthSteeringRate()float641.59
- source :
- /product/generalAnnotation/productInformation/azimuthSteeringRate
array(1.59036878)
- history()<U824'image:\n annotation/s1a.xml:\n...
array('image:\n annotation/s1a.xml:\n - /product/adsHeader/productType\n - /product/imageAnnotation/imageInformation/*[contains(name(),"LineUtcTime")]\n - /product/imageAnnotation/imageInformation/numberOfLines\n - /product/imageAnnotation/imageInformation/numberOfSamples\n - /product/imageAnnotation/imageInformation/incidenceAngleMidSwath\n - /product/imageAnnotation/imageInformation/azimuthTimeInterval\n - /product/imageAnnotation/imageInformation/slantRangeTime\n - /product/imageAnnotation/imageInformation/azimuthPixelSpacing\n - /product/imageAnnotation/imageInformation/rangePixelSpacing\n - /product/adsHeader/swath\n - /product/generalAnnotation/productInformation/radarFrequency\n - /product/generalAnnotation/productInformation/rangeSamplingRate\n - /product/generalAnnotation/productInformation/azimuthSteeringRate\n', dtype='<U824')
<xarray.DatasetView> Dimensions: (dim_0: 2) Dimensions without coordinates: dim_0 Data variables: (12/14) LineUtcTime (dim_0) datetime64[ns] 2017-09-07T10:30:20.93640... numberOfLines int64 16778 numberOfSamples int64 25187 azimuthPixelSpacing float64 10.0 slantRangePixelSpacing float64 10.0 groundRangePixelSpacing float64 10.0 ... ... slantRangeTime float64 0.005331 swath_subswath <U2 'IW' radarFrequency float64 5.405e+09 rangeSamplingRate float64 6.435e+07 azimuthSteeringRate float64 1.59 history <U824 'image:\n annotation/s1a.xml:\n - /produ...
image- name :
- SENTINEL1_DS:/tmp/S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE:IW
- short_name :
- SENTINEL1_DS:S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE:IW
- product :
- GRDH
- safe :
- S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE
- swath :
- IW
- multidataset :
- False
- ipf :
- 2.84
- platform :
- SENTINEL-1A
- pols :
- VV VH
- start_date :
- 2017-09-07 10:30:20.936409
- stop_date :
- 2017-09-07 10:30:45.935264
- footprint :
- POLYGON ((-67.84221143971432 20.72564283093837, -70.22162571215458 21.14758369556577, -70.51434171237564 19.64044158236074, -68.15836401927538 19.21519321274318, -67.84221143971432 20.72564283093837))
- coverage :
- 170km * 251km (line * sample )
- pixel_line_m :
- <xarray.DataArray 'azimuthPixelSpacing' ()> array(10.) Attributes: source: /product/imageAnnotation/imageInformation/azimuthPixelSpacing
- pixel_sample_m :
- <xarray.DataArray 'groundRangePixelSpacing' ()> array(10.) Attributes: source: /product/imageAnnotation/imageInformation/rangePixelSpacing
- orbit_pass :
- Descending
- platform_heading :
- -167.7668824808032
[5]:
# open the dataset with xarray
ds_xsar = xsar.open_dataset(filename, resolution='100m')
ds_xsar
[5]:
<xarray.Dataset> Dimensions: (pol: 2, line: 1677, sample: 2518) Coordinates: * pol (pol) object 'VV' 'VH' * line (line) float64 4.5 14.5 24.5 ... 1.675e+04 1.676e+04 * sample (sample) float64 4.5 14.5 24.5 ... 2.516e+04 2.517e+04 spatial_ref int64 0 Data variables: (12/21) digital_number (pol, line, sample) uint16 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> time (line) timedelta64[ns] 17416 days 10:30:20.94383948... sampleSpacing float64 100.0 lineSpacing float64 100.0 ground_heading (line, sample) float32 dask.array<chunksize=(1677, 2518), meta=np.ndarray> land_mask (line, sample) int8 dask.array<chunksize=(1677, 2518), meta=np.ndarray> ... ... sigma0_raw (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> nesz (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> gamma0_raw (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> negz (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> sigma0 (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> gamma0 (pol, line, sample) float64 dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray> Attributes: (12/17) name: SENTINEL1_DS:/tmp/S1A_IW_GRDH_1SDV_20170907T103020_201... short_name: SENTINEL1_DS:S1A_IW_GRDH_1SDV_20170907T103020_20170907... product: GRDH safe: S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_01826... swath: IW multidataset: False ... ... footprint: POLYGON ((-67.84221143971432 20.72564283093837, -70.22... coverage: 170km * 251km (line * sample ) pixel_line_m: <xarray.DataArray 'azimuthPixelSpacing' ()>\narray(10.... pixel_sample_m: <xarray.DataArray 'groundRangePixelSpacing' ()>\narray... orbit_pass: Descending platform_heading: -167.7668824808032
xarray.Dataset
- pol: 2
- line: 1677
- sample: 2518
- pol(pol)object'VV' 'VH'
- comment :
- ordered polarizations (copol, crosspol)
array(['VV', 'VH'], dtype=object)
- line(line)float644.5 14.5 ... 1.675e+04 1.676e+04
- axis :
- Y
- units :
- 1
- comment :
- azimuth direction, in pixels from full resolution tiff
array([4.50000e+00, 1.45000e+01, 2.45000e+01, ..., 1.67445e+04, 1.67545e+04, 1.67645e+04])
- sample(sample)float644.5 14.5 ... 2.516e+04 2.517e+04
- axis :
- X
- units :
- 1
- comment :
- cross track direction, in pixels from full resolution tiff
array([4.50000e+00, 1.45000e+01, 2.45000e+01, ..., 2.51545e+04, 2.51645e+04, 2.51745e+04])
- spatial_ref()int640
- 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
- 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"]]
- gcps :
- {'type': 'FeatureCollection', 'features': [{'type': 'Feature', 'properties': {'id': '77c7f741-0feb-4d7b-929a-e3289990aaf1', 'info': None, 'row': 0, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.84272045935658, 20.725315928894105, 0]}}, {'type': 'Feature', 'properties': {'id': '1e7ff07c-cbbc-4269-a8f0-76023406a87a', 'info': None, 'row': 0, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-67.96143824043358, 20.74720891623757, 0]}}, {'type': 'Feature', 'properties': {'id': 'f4d5983d-97d1-4439-a76c-b1cc0f5ce888', 'info': None, 'row': 0, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.08019009309605, 20.769019964484063, 0]}}, {'type': 'Feature', 'properties': {'id': 'af9883b3-b03e-4f5e-8531-c5539ffeda12', 'info': None, 'row': 0, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.19897593956232, 20.79074895817815, 0]}}, {'type': 'Feature', 'properties': {'id': '1432b8f9-91d0-41c1-9cd5-658e33f4b849', 'info': None, 'row': 0, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.31779570079716, 20.812395782075022, 0]}}, {'type': 'Feature', 'properties': {'id': 'd923d13a-fb3f-46fe-a95e-b3abe6b5023b', 'info': None, 'row': 0, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.43664929691909, 20.833960321216498, 0]}}, {'type': 'Feature', 'properties': {'id': '26c6c7e5-6834-46cf-aa39-660961ad61fa', 'info': None, 'row': 0, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.55553664732885, 20.855442460955388, 0]}}, {'type': 'Feature', 'properties': {'id': '1c3c816c-9d28-452b-9f49-61dccbe09f5d', 'info': None, 'row': 0, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.67445767071521, 20.876842086957183, 0]}}, {'type': 'Feature', 'properties': {'id': '9a4289a4-49a1-4685-acbd-f0c16a92a8d4', 'info': None, 'row': 0, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.79341228502653, 20.89815908519576, 0]}}, {'type': 'Feature', 'properties': {'id': '3420164f-3bad-4b18-a4b0-c3747ceaac25', 'info': None, 'row': 0, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.91240040745028, 20.919393341950713, 0]}}, {'type': 'Feature', 'properties': {'id': '2a5501b0-b1d4-409f-8b05-cc0502ff7ecb', 'info': None, 'row': 0, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.03142195441437, 20.940544743808864, 0]}}, {'type': 'Feature', 'properties': {'id': '1d24f4d1-da5a-45c9-a63c-5d306bc4af50', 'info': None, 'row': 0, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.15047684160723, 20.961613177669054, 0]}}, {'type': 'Feature', 'properties': {'id': '5e85f9a1-4d46-4f7f-859a-aa2058e6e496', 'info': None, 'row': 0, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.26956498400493, 20.982598530748223, 0]}}, {'type': 'Feature', 'properties': {'id': '491129be-fa2c-477e-abf7-b73b4421b794', 'info': None, 'row': 0, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.38868629589327, 21.00350069058663, 0]}}, {'type': 'Feature', 'properties': {'id': 'a8ac9108-fb17-4e43-92e2-ad13d23f81a3', 'info': None, 'row': 0, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.50784069087484, 21.02431954505029, 0]}}, {'type': 'Feature', 'properties': {'id': 'ef284846-3c84-46e9-8a34-8067120ee1c1', 'info': None, 'row': 0, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.62702808185843, 21.04505498233059, 0]}}, {'type': 'Feature', 'properties': {'id': '04fc797d-ce56-45a2-8f0e-a10dae9cd0c5', 'info': None, 'row': 0, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.7462483810368, 21.065706890941808, 0]}}, {'type': 'Feature', 'properties': {'id': 'ada7b0f0-4ecc-4249-85f4-56fabce9bfc8', 'info': None, 'row': 0, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.86550149986937, 21.08627515971981, 0]}}, {'type': 'Feature', 'properties': {'id': 'f66ae670-46a0-4ac1-9195-c0ebc3521114', 'info': None, 'row': 0, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-69.98478734909823, 21.106759677826496, 0]}}, {'type': 'Feature', 'properties': {'id': '29f6ffe6-447c-4505-8243-471e83d1e83b', 'info': None, 'row': 0, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.10410583819342, 21.127160336434343, 0]}}, {'type': 'Feature', 'properties': {'id': '0686684a-b46c-4c62-a57d-d968464775d6', 'info': None, 'row': 84, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.8585921398808, 20.649698712048504, 0]}}, {'type': 'Feature', 'properties': {'id': 'd9296f90-cd7e-49eb-b100-da0c272aeca6', 'info': None, 'row': 84, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-67.97725025109158, 20.671596760592553, 0]}}, {'type': 'Feature', 'properties': {'id': '88930372-8fb8-419a-bef2-2b6972253478', 'info': None, 'row': 84, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.0959422895449, 20.693413195575367, 0]}}, {'type': 'Feature', 'properties': {'id': '062f0fd7-9461-4a43-af6a-fa9aa9e8de6f', 'info': None, 'row': 84, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.21466817839861, 20.715147901784864, 0]}}, {'type': 'Feature', 'properties': {'id': '384f0189-e4a2-4a37-b7ae-0fa6dc149aa5', 'info': None, 'row': 84, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.33342783955857, 20.73680076421673, 0]}}, {'type': 'Feature', 'properties': {'id': '1b734211-f6c7-4265-bbef-265bed76506a', 'info': None, 'row': 84, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.45222119409178, 20.7583716681517, 0]}}, {'type': 'Feature', 'properties': {'id': 'ea7bb105-f5ea-48c2-b857-9c397ff769c8', 'info': None, 'row': 84, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.57104816235693, 20.77986049918012, 0]}}, {'type': 'Feature', 'properties': {'id': '3335bde9-ec58-46f4-9bf5-9404314274c8', 'info': None, 'row': 84, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.68990866400945, 20.8012671432036, 0]}}, {'type': 'Feature', 'properties': {'id': '3b1b5d2b-519e-477d-9af4-53b0615ed95a', 'info': None, 'row': 84, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.80880261797182, 20.82259148643039, 0]}}, {'type': 'Feature', 'properties': {'id': '8398c389-708f-45ba-ba93-c00a0e7bac38', 'info': None, 'row': 84, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.92772994241103, 20.84383341537234, 0]}}, {'type': 'Feature', 'properties': {'id': '113bd52f-5071-4d5c-aadf-7958fcb836fb', 'info': None, 'row': 84, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.04669055473896, 20.864992816846257, 0]}}, {'type': 'Feature', 'properties': {'id': '388ede6a-3c3c-450c-8607-fb55db3f2ec4', 'info': None, 'row': 84, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.16568437163141, 20.886069577978418, 0]}}, {'type': 'Feature', 'properties': {'id': 'ac955c06-bd26-4d22-b27f-52454aa143c4', 'info': None, 'row': 84, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.28471130905555, 20.90706358621084, 0]}}, {'type': 'Feature', 'properties': {'id': '4d82db1a-4f67-469e-afca-d139d4f731ae', 'info': None, 'row': 84, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.40377128229271, 20.927974729306463, 0]}}, {'type': 'Feature', 'properties': {'id': 'ab4753e4-a47a-437c-a5c0-cd036b530aea', 'info': None, 'row': 84, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.52286420594629, 20.948802895351854, 0]}}, {'type': 'Feature', 'properties': {'id': '04e7ea1b-217a-462d-90f6-1e93e7a201c8', 'info': None, 'row': 84, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.64198999393231, 20.969547972756917, 0]}}, {'type': 'Feature', 'properties': {'id': '330c4864-7a0f-4c3e-bdf3-78a61c467b6c', 'info': None, 'row': 84, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.76114855945697, 20.990209850252437, 0]}}, {'type': 'Feature', 'properties': {'id': '2a247d77-1ed2-4da4-aefb-5b9b0543081f', 'info': None, 'row': 84, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.88033981499831, 21.010788416888495, 0]}}, {'type': 'Feature', 'properties': {'id': 'f8615594-027d-44a2-84fe-7150dcf43191', 'info': None, 'row': 84, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-69.99956367231803, 21.031283562038222, 0]}}, {'type': 'Feature', 'properties': {'id': '4b74e65c-8768-47ff-b791-0e54221fd71f', 'info': None, 'row': 84, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.11882004190218, 21.051695177074635, 0]}}, {'type': 'Feature', 'properties': {'id': '77aa5468-0f27-47a3-a50e-27894777936a', 'info': None, 'row': 168, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.87446382040501, 20.57408149520291, 0]}}, {'type': 'Feature', 'properties': {'id': 'b83693df-37c8-4755-b0c6-745dc82c542d', 'info': None, 'row': 168, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-67.99306226174957, 20.59598460494754, 0]}}, {'type': 'Feature', 'properties': {'id': '3645df06-9b0e-46a6-bb13-823a63710b7f', 'info': None, 'row': 168, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.11169448599375, 20.617806426666682, 0]}}, {'type': 'Feature', 'properties': {'id': '50476a3e-48ae-4fa4-b07c-14193272759f', 'info': None, 'row': 168, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.23036041723492, 20.63954684539158, 0]}}, {'type': 'Feature', 'properties': {'id': '93d88856-e513-43db-b6a4-3f3ba485ecb8', 'info': None, 'row': 168, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.34905997831996, 20.661205746358448, 0]}}, {'type': 'Feature', 'properties': {'id': 'c518ef15-507e-48c6-a75b-589ff4190f41', 'info': None, 'row': 168, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.46779309126447, 20.682783015086898, 0]}}, {'type': 'Feature', 'properties': {'id': 'c7802daf-9ac0-467e-9460-07a908d3f0ef', 'info': None, 'row': 168, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.58655967738501, 20.70427853740486, 0]}}, {'type': 'Feature', 'properties': {'id': '4d1a51ee-adea-46d4-87ff-67f8ed1f7b9b', 'info': None, 'row': 168, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.7053596573037, 20.725692199450023, 0]}}, {'type': 'Feature', 'properties': {'id': '0ef27a4a-ba33-4834-8b36-42ba006347d5', 'info': None, 'row': 168, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.82419295091711, 20.747023887665016, 0]}}, {'type': 'Feature', 'properties': {'id': '8dd2ab11-c19a-46a3-8f33-9095d1ec8725', 'info': None, 'row': 168, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.9430594773718, 20.768273488793973, 0]}}, {'type': 'Feature', 'properties': {'id': '9b5b716e-7ad0-4a87-9900-ae1bb079a721', 'info': None, 'row': 168, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.06195915506358, 20.789440889883647, 0]}}, {'type': 'Feature', 'properties': {'id': 'd5d051ba-9d8c-4e3a-aa43-2932ca07550c', 'info': None, 'row': 168, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.18089190165558, 20.810525978287792, 0]}}, {'type': 'Feature', 'properties': {'id': 'eba5bc2a-e14d-4b7f-a4f6-9e42ca7d0112', 'info': None, 'row': 168, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.29985763410617, 20.83152864167346, 0]}}, {'type': 'Feature', 'properties': {'id': '645de222-b2e0-4fc8-8f16-f7cd43845f56', 'info': None, 'row': 168, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.41885626869215, 20.852448768026296, 0]}}, {'type': 'Feature', 'properties': {'id': '04963140-a234-4528-95f9-1212f8a6f8f1', 'info': None, 'row': 168, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.53788772101775, 20.873286245653418, 0]}}, {'type': 'Feature', 'properties': {'id': '3eef322d-629c-4d02-9a0e-59d99bef3e49', 'info': None, 'row': 168, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.65695190600619, 20.894040963183254, 0]}}, {'type': 'Feature', 'properties': {'id': '59454057-8585-4091-8b43-1cc47e435471', 'info': None, 'row': 168, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.77604873787718, 20.91471280956308, 0]}}, {'type': 'Feature', 'properties': {'id': 'acf8e89c-4d4a-4083-a1dd-b5b65595fa89', 'info': None, 'row': 168, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.89517813012726, 20.935301674057186, 0]}}, {'type': 'Feature', 'properties': {'id': 'b1f6c30c-c3d2-44b3-8735-b98f4f86357b', 'info': None, 'row': 168, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.01433999553784, 20.955807446249953, 0]}}, {'type': 'Feature', 'properties': {'id': '594c0059-f2f6-447e-9509-1cd8868d5aab', 'info': None, 'row': 168, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.13353424561095, 20.976230017714926, 0]}}, {'type': 'Feature', 'properties': {'id': '939da0a1-aed1-497c-aac3-bee53199b055', 'info': None, 'row': 252, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.89032810813944, 20.49846287436611, 0]}}, {'type': 'Feature', 'properties': {'id': '326a0ed6-6297-4fa9-aa78-8eafe6e54e72', 'info': None, 'row': 252, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.00886725735738, 20.520371072945526, 0]}}, {'type': 'Feature', 'properties': {'id': 'c5fba336-2a2f-4a4d-8882-8e247387d12c', 'info': None, 'row': 252, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.1274400455615, 20.542198308572914, 0]}}, {'type': 'Feature', 'properties': {'id': 'c1cb0530-85dc-4990-b24b-0318660e3a76', 'info': None, 'row': 252, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.24604639777641, 20.563944466520148, 0]}}, {'type': 'Feature', 'properties': {'id': 'e595e0be-3729-42de-95d3-3acf4b3db687', 'info': None, 'row': 252, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.36468623778755, 20.585609432263084, 0]}}, {'type': 'Feature', 'properties': {'id': '31bab44d-d7ab-41b0-ac6d-4b26f29d492c', 'info': None, 'row': 252, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.48335948855726, 20.60719309155951, 0]}}, {'type': 'Feature', 'properties': {'id': 'a6b7d15c-83ae-45a9-ba08-a3a1f8e6f1b9', 'info': None, 'row': 252, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.60206607235514, 20.628695330473594, 0]}}, {'type': 'Feature', 'properties': {'id': 'b6e39700-800d-4fb5-b074-4f054d88d7f3', 'info': None, 'row': 252, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.72080591076163, 20.650116035377224, 0]}}, {'type': 'Feature', 'properties': {'id': 'ca54eebe-935c-4f78-9893-07664762cc6b', 'info': None, 'row': 252, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.83957892463611, 20.671455092945035, 0]}}, {'type': 'Feature', 'properties': {'id': 'ea4a1cd4-6e17-4227-9137-d2eb8f6b4629', 'info': None, 'row': 252, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.95838503409296, 20.692712390150962, 0]}}, {'type': 'Feature', 'properties': {'id': '854d5d6e-6f67-4ded-82d4-8a15496931e3', 'info': None, 'row': 252, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.07722415850048, 20.713887814269384, 0]}}, {'type': 'Feature', 'properties': {'id': 'a0ac82cd-3999-4311-9ec1-4403cbe1316b', 'info': None, 'row': 252, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.19609621649973, 20.734981252879553, 0]}}, {'type': 'Feature', 'properties': {'id': 'bf19b4c0-ae78-4031-8182-e673b5c5c2c7', 'info': None, 'row': 252, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.31500112603254, 20.755992593871945, 0]}}, {'type': 'Feature', 'properties': {'id': '6348ae1d-c575-4c96-8264-0b81552cbd86', 'info': None, 'row': 252, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.43393880436491, 20.776921725453565, 0]}}, {'type': 'Feature', 'properties': {'id': '5a2c0d35-3e88-497e-8d77-4951f915e321', 'info': None, 'row': 252, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.55290916809638, 20.79776853615086, 0]}}, {'type': 'Feature', 'properties': {'id': 'e732ff23-d8c7-4f9e-af49-1ab43c5c345d', 'info': None, 'row': 252, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.67191213315081, 20.818532914809445, 0]}}, {'type': 'Feature', 'properties': {'id': 'de9f4062-15a0-449b-9dd3-14300ef4cc02', 'info': None, 'row': 252, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.79094761475372, 20.839214750591545, 0]}}, {'type': 'Feature', 'properties': {'id': 'e1e72dfe-52d5-4409-94f7-20ffa4268255', 'info': None, 'row': 252, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.91001552741103, 20.859813932973907, 0]}}, {'type': 'Feature', 'properties': {'id': 'c620bc8f-dbbe-4254-9491-b7003bf6bf58', 'info': None, 'row': 252, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.0291157849156, 20.880330351750587, 0]}}, {'type': 'Feature', 'properties': {'id': '203086d8-7d1a-4923-9206-e354c5250277', 'info': None, 'row': 252, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.14824829978272, 20.900763898695036, 0]}}, {'type': 'Feature', 'properties': {'id': 'ca8f0bee-79e1-4dfe-b125-d3e6ba7a3128', 'info': None, 'row': 336, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.90618762422991, 20.42284334732931, 0]}}, {'type': 'Feature', 'properties': {'id': 'bc7fe355-7b24-4d0e-937c-56ff90798aa3', 'info': None, 'row': 336, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.02466772513164, 20.444756652579883, 0]}}, {'type': 'Feature', 'properties': {'id': '38cd231b-886f-45fe-9963-1a9cadc8cb43', 'info': None, 'row': 336, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.1431813213833, 20.466589319653522, 0]}}, {'type': 'Feature', 'properties': {'id': 'cefe058e-66e8-43fa-96b3-24e60039b8df', 'info': None, 'row': 336, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.26172833892879, 20.488341234060965, 0]}}, {'type': 'Feature', 'properties': {'id': '61f61932-b986-4083-b1f9-8a2918191353', 'info': None, 'row': 336, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.38030870249054, 20.51001228151717, 0]}}, {'type': 'Feature', 'properties': {'id': '497a699c-86b5-4401-a700-4a3966b66155', 'info': None, 'row': 336, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.49892233597654, 20.53160234801758, 0]}}, {'type': 'Feature', 'properties': {'id': 'b36d832a-60bc-486d-91eb-5c2a5d63c88c', 'info': None, 'row': 336, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.61756916260623, 20.553111319861813, 0]}}, {'type': 'Feature', 'properties': {'id': 'bebc75ce-26ad-4fbb-a0ac-e1fe1db422a4', 'info': None, 'row': 336, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.73624910491283, 20.574539083654702, 0]}}, {'type': 'Feature', 'properties': {'id': '199b8fd5-3c91-492f-8a1b-24f0219e2b41', 'info': None, 'row': 336, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.85496208471156, 20.59588552630136, 0]}}, {'type': 'Feature', 'properties': {'id': '2efff4fb-7d06-41aa-8bcb-8564bead5f82', 'info': None, 'row': 336, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.97370802307671, 20.617150535003944, 0]}}, {'type': 'Feature', 'properties': {'id': '423eb719-59fd-4112-83e6-f319657aa2c1', 'info': None, 'row': 336, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.09248684034192, 20.638333997262922, 0]}}, {'type': 'Feature', 'properties': {'id': 'ffd14294-0736-460f-a515-443351ad8428', 'info': None, 'row': 336, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.21129845611996, 20.6594358008818, 0]}}, {'type': 'Feature', 'properties': {'id': '18c9ff23-736c-4410-a2df-b2d28306ad61', 'info': None, 'row': 336, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.33014278933116, 20.680455833973408, 0]}}, {'type': 'Feature', 'properties': {'id': '7f270f59-8d06-4495-b26c-764b7b6e0e74', 'info': None, 'row': 336, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.44901975822685, 20.701393984965264, 0]}}, {'type': 'Feature', 'properties': {'id': '9221307d-1621-4c01-83e3-9f74c7c277b9', 'info': None, 'row': 336, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.56792928039803, 20.722250142602356, 0]}}, {'type': 'Feature', 'properties': {'id': '813e2ccb-6e96-4bb8-a5ec-018c8e0bd02a', 'info': None, 'row': 336, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.68687127276522, 20.743024195946614, 0]}}, {'type': 'Feature', 'properties': {'id': '79bc6ae5-e503-405d-9bd5-068c573cb7e4', 'info': None, 'row': 336, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.80584565155456, 20.763716034374216, 0]}}, {'type': 'Feature', 'properties': {'id': '9b59f8c6-a76e-4c19-af73-4aaae328097d', 'info': None, 'row': 336, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.92485233227566, 20.784325547573246, 0]}}, {'type': 'Feature', 'properties': {'id': 'e4833212-b407-4dfd-98da-421a7c294765', 'info': None, 'row': 336, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.04389122972741, 20.804852625546413, 0]}}, {'type': 'Feature', 'properties': {'id': '03fbba6d-fe69-4188-8d8f-a1e3459903e0', 'info': None, 'row': 336, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.16296225743648, 20.825297160266675, 0]}}, {'type': 'Feature', 'properties': {'id': '5536f947-6f78-4518-ade9-907f8948d74f', 'info': None, 'row': 420, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.92204463629585, 20.347223340705792, 0]}}, {'type': 'Feature', 'properties': {'id': '84a803fa-3406-4443-b525-7ec4f469add7', 'info': None, 'row': 420, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.04046581878175, 20.369141762115436, 0]}}, {'type': 'Feature', 'properties': {'id': 'cfe18ae2-62ae-4e02-83dd-a4b22e980ee5', 'info': None, 'row': 420, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.15892035312682, 20.390979869965076, 0]}}, {'type': 'Feature', 'properties': {'id': '81e012a0-29d4-4837-bb69-c48a3c63e425', 'info': None, 'row': 420, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.27740816619813, 20.412737550004874, 0]}}, {'type': 'Feature', 'properties': {'id': '44fc8bbe-a841-418a-99d7-d9100454033e', 'info': None, 'row': 420, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.39592918365179, 20.434414688188124, 0]}}, {'type': 'Feature', 'properties': {'id': 'feef29dd-ef58-4851-a7cf-3878ee770501', 'info': None, 'row': 420, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.51448333033605, 20.456011170746805, 0]}}, {'type': 'Feature', 'properties': {'id': '83aa503b-9565-4cd0-a34b-f48146ec3ec8', 'info': None, 'row': 420, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.63307053041541, 20.477526884214953, 0]}}, {'type': 'Feature', 'properties': {'id': '45efab15-05fd-4578-8152-5f5caba02863', 'info': None, 'row': 420, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.75169070737239, 20.498961715429605, 0]}}, {'type': 'Feature', 'properties': {'id': '258327c7-35eb-4236-9fa9-9dd28da282b9', 'info': None, 'row': 420, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.87034378397593, 20.52031555152583, 0]}}, {'type': 'Feature', 'properties': {'id': '33a05fb0-3845-4359-85fe-60ac995a8d88', 'info': None, 'row': 420, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-68.98902968225912, 20.541588279933695, 0]}}, {'type': 'Feature', 'properties': {'id': 'aea36e27-5375-4fa2-af6a-ddbf3eb48cc4', 'info': None, 'row': 420, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.10774832351954, 20.56277978837941, 0]}}, {'type': 'Feature', 'properties': {'id': '4bd714c6-464a-4654-87e5-17eceb27c181', 'info': None, 'row': 420, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.22649962833998, 20.583889964890297, 0]}}, {'type': 'Feature', 'properties': {'id': 'f520aae3-a42e-4d7a-b04e-126540c6ba89', 'info': None, 'row': 420, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.34528351661649, 20.604918697800976, 0]}}, {'type': 'Feature', 'properties': {'id': '7cfcb7ab-a729-4eb3-97de-6af38f803f01', 'info': None, 'row': 420, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.46409990758197, 20.6258658757587, 0]}}, {'type': 'Feature', 'properties': {'id': 'd1ab4592-4a40-4eae-ad5a-96d4b0030abc', 'info': None, 'row': 420, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.58294871981441, 20.646731387726117, 0]}}, {'type': 'Feature', 'properties': {'id': 'c376ab15-8bcc-4457-8887-89fb961146b1', 'info': None, 'row': 420, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.70182987122615, 20.667515122980582, 0]}}, {'type': 'Feature', 'properties': {'id': '564c2d61-82f0-4eac-9272-3f9cf4b6b374', 'info': None, 'row': 420, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.82074327903966, 20.688216971111377, 0]}}, {'type': 'Feature', 'properties': {'id': '62c8e68d-2c98-41c7-aa57-70a948df41e3', 'info': None, 'row': 420, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.93968885976489, 20.708836822017297, 0]}}, {'type': 'Feature', 'properties': {'id': 'b4fce3d5-04e4-43e0-8f61-beab8c002054', 'info': None, 'row': 420, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.05866652920508, 20.729374565909378, 0]}}, {'type': 'Feature', 'properties': {'id': 'e9d979f6-3e88-4df6-9329-2b4268e20c99', 'info': None, 'row': 420, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.17767620189842, 20.749830094960036, 0]}}, {'type': 'Feature', 'properties': {'id': '0713ed49-448c-4294-87fd-104c6dc450f6', 'info': None, 'row': 504, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.9378922352157, 20.27160153121664, 0]}}, {'type': 'Feature', 'properties': {'id': 'e664c621-09be-4dab-a424-50387319294f', 'info': None, 'row': 504, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.05625498760828, 20.293525104452375, 0]}}, {'type': 'Feature', 'properties': {'id': '690bbec0-c258-41d0-87ba-50c822f295c0', 'info': None, 'row': 504, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.17465094891608, 20.31536868815047, 0]}}, {'type': 'Feature', 'properties': {'id': 'd8ab1f41-cae0-40eb-a737-881d5d3885dd', 'info': None, 'row': 504, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.29308004694398, 20.337132168302624, 0]}}, {'type': 'Feature', 'properties': {'id': '7d3c5b62-1e1a-4b13-8bda-265635f3adbc', 'info': None, 'row': 504, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.41154220826938, 20.358815431097586, 0]}}, {'type': 'Feature', 'properties': {'id': '8a612e1f-5469-4f73-9938-73717217d98b', 'info': None, 'row': 504, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.53003735866065, 20.38041836299961, 0]}}, {'type': 'Feature', 'properties': {'id': '2f52d735-f91f-44de-a10e-6008568bf065', 'info': None, 'row': 504, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.64856542320915, 20.401940850773332, 0]}}, {'type': 'Feature', 'properties': {'id': '5770a36a-75a6-4e9a-aa8c-50b6555e3d77', 'info': None, 'row': 504, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.76712632633381, 20.42338278148515, 0]}}, {'type': 'Feature', 'properties': {'id': '57db5c82-ef72-4d28-a648-5966b46c4b63', 'info': None, 'row': 504, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.88571999174954, 20.444744042498275, 0]}}, {'type': 'Feature', 'properties': {'id': 'ee5e6feb-d9b2-4c4b-b24a-4298014dec83', 'info': None, 'row': 504, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.00434634244324, 20.4660245214693, 0]}}, {'type': 'Feature', 'properties': {'id': '92e9189f-3618-414e-8a8c-efef20bb645a', 'info': None, 'row': 504, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.12300530067203, 20.48722410634901, 0]}}, {'type': 'Feature', 'properties': {'id': '2d1f888c-3f18-41e0-b66f-fd86bdeb3d6b', 'info': None, 'row': 504, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.24169678798182, 20.50834268538689, 0]}}, {'type': 'Feature', 'properties': {'id': 'e6fe8113-2a16-4633-8ed8-6cfa6f0eb61e', 'info': None, 'row': 504, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.36042072523419, 20.52938014713714, 0]}}, {'type': 'Feature', 'properties': {'id': 'ab758c51-e6e8-48d7-854f-ed73bf200b22', 'info': None, 'row': 504, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.47917703262956, 20.550336380463932, 0]}}, {'type': 'Feature', 'properties': {'id': '3d6c0e6c-a645-444e-a5d1-f23ecb9dc2b3', 'info': None, 'row': 504, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.59796562971583, 20.571211274544236, 0]}}, {'type': 'Feature', 'properties': {'id': 'e000d295-cc6e-4f8d-9a20-ae155e8863e4', 'info': None, 'row': 504, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.71678643537929, 20.592004718867386, 0]}}, {'type': 'Feature', 'properties': {'id': '82a1b8fb-2170-496a-b67d-0a74dec7fb80', 'info': None, 'row': 504, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.83563936782222, 20.612716603232677, 0]}}, {'type': 'Feature', 'properties': {'id': 'b3c340fa-f735-4deb-8edf-be4efbb934d9', 'info': None, 'row': 504, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.95452434454258, 20.63334681774726, 0]}}, {'type': 'Feature', 'properties': {'id': '5ef67a64-7f39-41fb-875e-4c8ae5da48c5', 'info': None, 'row': 504, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.07344128234176, 20.65389525282924, 0]}}, {'type': 'Feature', 'properties': {'id': '93291473-5197-4d45-aa01-9ff2c3047659', 'info': None, 'row': 504, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.19239009676956, 20.674361800850367, 0]}}, {'type': 'Feature', 'properties': {'id': 'c80e0636-a8d7-4387-bc62-6d60b16e5dcb', 'info': None, 'row': 588, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.95373983413555, 20.195979721727486, 0]}}, {'type': 'Feature', 'properties': {'id': '5108a25b-0c2e-4538-aa29-c66803b5270d', 'info': None, 'row': 588, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.07204415643483, 20.217908446789316, 0]}}, {'type': 'Feature', 'properties': {'id': '164fd45d-abdd-41f9-b18e-b609884c5461', 'info': None, 'row': 588, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.19038154470536, 20.23975750633586, 0]}}, {'type': 'Feature', 'properties': {'id': '87109677-8995-42ef-9c6c-10ef1e40cb99', 'info': None, 'row': 588, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.30875192768984, 20.261526786600367, 0]}}, {'type': 'Feature', 'properties': {'id': '71f501e6-a320-466b-88bb-1d76fbc15bac', 'info': None, 'row': 588, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.42715523288699, 20.28321617400705, 0]}}, {'type': 'Feature', 'properties': {'id': 'fc455ea3-b902-432e-85b3-d149df844dd1', 'info': None, 'row': 588, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.54559138698528, 20.304825555252418, 0]}}, {'type': 'Feature', 'properties': {'id': '957ce324-bf45-4d94-a23f-7cf358754ac1', 'info': None, 'row': 588, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.66406031600292, 20.326354817331715, 0]}}, {'type': 'Feature', 'properties': {'id': '7fe7eaad-7b7c-4e3d-9645-d9c490dbff46', 'info': None, 'row': 588, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.78256194529521, 20.3478038475407, 0]}}, {'type': 'Feature', 'properties': {'id': '92e0a3cf-07b6-43ae-b750-5ab169aa2f65', 'info': None, 'row': 588, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.90109619952315, 20.36917253347072, 0]}}, {'type': 'Feature', 'properties': {'id': 'bb7603dd-9f7b-423e-b472-760d54d9b360', 'info': None, 'row': 588, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.01966300262737, 20.390460763004914, 0]}}, {'type': 'Feature', 'properties': {'id': '83e967c1-f93d-4267-b0ac-a26f927bb71a', 'info': None, 'row': 588, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.13826227782451, 20.411668424318613, 0]}}, {'type': 'Feature', 'properties': {'id': 'aa718a5e-8d5f-4643-bb52-763eb7e03f60', 'info': None, 'row': 588, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.25689394762365, 20.43279540588348, 0]}}, {'type': 'Feature', 'properties': {'id': 'a4c134be-96f7-4060-bd48-dceba90402be', 'info': None, 'row': 588, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.3755579338519, 20.453841596473314, 0]}}, {'type': 'Feature', 'properties': {'id': '6f2977ec-dfbc-48bf-aa97-b0e0e59bd11f', 'info': None, 'row': 588, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.49425415767713, 20.474806885169166, 0]}}, {'type': 'Feature', 'properties': {'id': '105bf3df-9412-4171-aceb-1e094e696f83', 'info': None, 'row': 588, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.61298253961728, 20.495691161362345, 0]}}, {'type': 'Feature', 'properties': {'id': 'd5aae6dc-f73f-4ed6-b03a-d310af4bc894', 'info': None, 'row': 588, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.73174299953244, 20.516494314754194, 0]}}, {'type': 'Feature', 'properties': {'id': '9cc055d6-a858-47e7-bb8d-ade811613c64', 'info': None, 'row': 588, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.85053545660482, 20.53721623535398, 0]}}, {'type': 'Feature', 'properties': {'id': '4437c992-c56d-4087-8ced-6f94fc748b0c', 'info': None, 'row': 588, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.9693598293203, 20.55785681347723, 0]}}, {'type': 'Feature', 'properties': {'id': '4b9972cd-e52c-4bd2-8529-b83acfcadd09', 'info': None, 'row': 588, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.08821603547845, 20.578415939749103, 0]}}, {'type': 'Feature', 'properties': {'id': 'aa2af598-d02f-4f9a-8980-f3e2205e0cde', 'info': None, 'row': 588, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.20710399164066, 20.598893506740698, 0]}}, {'type': 'Feature', 'properties': {'id': 'd510ecb0-ad52-4a3e-b67e-9b3d3adb8ec7', 'info': None, 'row': 672, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.96957799270173, 20.12035575333296, 0]}}, {'type': 'Feature', 'properties': {'id': '02fed875-5615-4063-a407-b8c71a2ea801', 'info': None, 'row': 672, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.08782443072272, 20.14228966385473, 0]}}, {'type': 'Feature', 'properties': {'id': 'bda517fc-0266-421b-9d8f-eaab049a8654', 'info': None, 'row': 672, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.20610372048378, 20.1641442189547, 0]}}, {'type': 'Feature', 'properties': {'id': 'cd179e10-f9b1-4b1f-9b91-3412fd4445a7', 'info': None, 'row': 672, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.32441588216781, 20.18591932190654, 0]}}, {'type': 'Feature', 'properties': {'id': 'cbabf496-4c8b-43c4-8e22-40dcd068cb5c', 'info': None, 'row': 672, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.44276084750558, 20.20761485993567, 0]}}, {'type': 'Feature', 'properties': {'id': 'ce8a7473-f285-400c-af7a-5910d91a7f9f', 'info': None, 'row': 672, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.56113852437427, 20.229230716322512, 0]}}, {'type': 'Feature', 'properties': {'id': '38831ce0-60b3-4c54-9a06-c50e9482598b', 'info': None, 'row': 672, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.6795488256306, 20.250766775726895, 0]}}, {'type': 'Feature', 'properties': {'id': 'cf4acc74-bbaa-467b-8f00-602865ed43a2', 'info': None, 'row': 672, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.7979916765532, 20.272222925515617, 0]}}, {'type': 'Feature', 'properties': {'id': 'a7a57bf7-753b-43be-bdf5-a9b768d4ed3a', 'info': None, 'row': 672, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.91646701121694, 20.293599055062273, 0]}}, {'type': 'Feature', 'properties': {'id': '79b928f9-e8fa-4467-80e0-a239ae860d64', 'info': None, 'row': 672, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.03497476496854, 20.31489505436265, 0]}}, {'type': 'Feature', 'properties': {'id': '20e98d0c-f732-45a3-8561-1252cfa921b8', 'info': None, 'row': 672, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.15351486767736, 20.33611081282134, 0]}}, {'type': 'Feature', 'properties': {'id': '1761cfe3-dc33-4434-b5ee-438c72d3bebd', 'info': None, 'row': 672, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.27208724041809, 20.357246218679123, 0]}}, {'type': 'Feature', 'properties': {'id': '086af382-1fe3-4d58-b2ae-40962cbe2740', 'info': None, 'row': 672, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.39069179657861, 20.37830115923999, 0]}}, {'type': 'Feature', 'properties': {'id': '17bdb5fa-0b43-4afa-a760-2040597f732b', 'info': None, 'row': 672, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.5093284469805, 20.399275521802384, 0]}}, {'type': 'Feature', 'properties': {'id': '83a800c3-0121-4728-a287-014157fb7ac4', 'info': None, 'row': 672, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.62799710738203, 20.420169194987796, 0]}}, {'type': 'Feature', 'properties': {'id': '33f310a3-1956-4116-9b5e-41740c6f4ffa', 'info': None, 'row': 672, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.74669770565492, 20.440982069979484, 0]}}, {'type': 'Feature', 'properties': {'id': 'a1a0074f-d337-440a-b35f-ea017ffb2a34', 'info': None, 'row': 672, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.86543018494694, 20.461714041029595, 0]}}, {'type': 'Feature', 'properties': {'id': '54f4781a-0c45-4c10-8846-7d6cb9598783', 'info': None, 'row': 672, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.98419449823334, 20.482365004455904, 0]}}, {'type': 'Feature', 'properties': {'id': '5bef9c82-067b-46fd-b50e-b96ae2cbb19a', 'info': None, 'row': 672, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.10299058880405, 20.502934855228087, 0]}}, {'type': 'Feature', 'properties': {'id': '2b41d873-b850-4834-a660-4d910c5b4d20', 'info': None, 'row': 672, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.22181834978947, 20.52342348174938, 0]}}, {'type': 'Feature', 'properties': {'id': '5c590111-fc18-4ce1-9242-5a675bbc94df', 'info': None, 'row': 756, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-67.98541397272474, 20.044731286729498, 0]}}, {'type': 'Feature', 'properties': {'id': '623cef49-be6e-44c1-9e3b-f3af79e7c8a7', 'info': None, 'row': 756, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.10360265242478, 20.06667039047287, 0]}}, {'type': 'Feature', 'properties': {'id': 'da99f835-6ed0-428f-bf92-42babe4effc2', 'info': None, 'row': 756, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.22182395318274, 20.088530445673562, 0]}}, {'type': 'Feature', 'properties': {'id': '6566c949-3fb0-41d0-b5d2-67357c837d13', 'info': None, 'row': 756, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.34007800750703, 20.110311376522343, 0]}}, {'type': 'Feature', 'properties': {'id': '79c45a7e-5d1c-4646-8a74-f0c1b2f7ed87', 'info': None, 'row': 756, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.45836475212444, 20.132013071176406, 0]}}, {'type': 'Feature', 'properties': {'id': '584dd1dc-56b3-492a-88ec-4887005f4e6b', 'info': None, 'row': 756, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.57668407154738, 20.15363540865813, 0]}}, {'type': 'Feature', 'properties': {'id': '9406df25-7669-4ba8-bf8b-c17aee93ff09', 'info': None, 'row': 756, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.69503586221997, 20.175178270699796, 0]}}, {'type': 'Feature', 'properties': {'id': '4773a4eb-3fa9-4036-9860-398b4beafa5f', 'info': None, 'row': 756, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.81342004911039, 20.196641544702697, 0]}}, {'type': 'Feature', 'properties': {'id': '3d70b144-2e92-43f1-a297-c2b7329ef208', 'info': None, 'row': 756, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.93183657766151, 20.218025122181306, 0]}}, {'type': 'Feature', 'properties': {'id': '03a9109d-2787-47aa-a4e7-04a8fd3e89f3', 'info': None, 'row': 756, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.05028539703827, 20.239328895679343, 0]}}, {'type': 'Feature', 'properties': {'id': 'a6041f79-68cf-4a6d-8914-8b828eec7f07', 'info': None, 'row': 756, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.16876644507649, 20.260552756062484, 0]}}, {'type': 'Feature', 'properties': {'id': '2742d865-2f06-43f2-aae7-62fab892a0d4', 'info': None, 'row': 756, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.28727964086313, 20.281696591236084, 0]}}, {'type': 'Feature', 'properties': {'id': '89d0abe1-bf5e-4791-9817-a1bef5d4c016', 'info': None, 'row': 756, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.40582488717664, 20.30276028664447, 0]}}, {'type': 'Feature', 'properties': {'id': '24db0767-61c5-4cb0-b1fa-4fbcfd79ccde', 'info': None, 'row': 756, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.52440208188138, 20.323743727342062, 0]}}, {'type': 'Feature', 'properties': {'id': 'af01427a-29e9-479d-b9cc-6556195ae213', 'info': None, 'row': 756, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.6430111346537, 20.344646800953395, 0]}}, {'type': 'Feature', 'properties': {'id': 'b6c06aac-c863-47d9-9c28-2b86715d72ce', 'info': None, 'row': 756, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.76165198300109, 20.36546940043673, 0]}}, {'type': 'Feature', 'properties': {'id': '3c95beb5-b5a3-497a-96d3-bc3746521839', 'info': None, 'row': 756, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.88032459934126, 20.38621142521775, 0]}}, {'type': 'Feature', 'properties': {'id': '3aac066e-b3a2-4e74-9263-5637723481c8', 'info': None, 'row': 756, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-69.99902897886993, 20.406872778953506, 0]}}, {'type': 'Feature', 'properties': {'id': 'fb5ecd10-1632-4cfd-9f14-04fd862bb551', 'info': None, 'row': 756, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.11776509601937, 20.427453361913027, 0]}}, {'type': 'Feature', 'properties': {'id': 'd1d60fde-e33b-4c72-b301-cdf4648b4c68', 'info': None, 'row': 756, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.23653281484854, 20.44795305732384, 0]}}, {'type': 'Feature', 'properties': {'id': 'f32ce7a5-fa8e-4669-bdd8-924c49882701', 'info': None, 'row': 840, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.00124528465147, 19.96910573941833, 0]}}, {'type': 'Feature', 'properties': {'id': '2f7d0242-e2bc-40d4-a20e-574aa6bdf5aa', 'info': None, 'row': 840, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.11937638900343, 19.99105003591389, 0]}}, {'type': 'Feature', 'properties': {'id': '7d978341-b94d-41ab-a59c-af1cb2ec955a', 'info': None, 'row': 840, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.23754000066373, 20.012915612097903, 0]}}, {'type': 'Feature', 'properties': {'id': 'c7b8b5b8-3c29-42bb-9298-9a78f8bba44f', 'info': None, 'row': 840, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.35573621866156, 20.034702385993963, 0]}}, {'type': 'Feature', 'properties': {'id': '8bb17e0c-cfb5-4b53-b1b8-4124299777dd', 'info': None, 'row': 840, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.47396497776217, 20.05641024547756, 0]}}, {'type': 'Feature', 'properties': {'id': '65bc7a7b-5a79-4085-bdd4-05b12b378ec3', 'info': None, 'row': 840, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.59222617036052, 20.078039071096082, 0]}}, {'type': 'Feature', 'properties': {'id': 'f4be8a89-6dd0-4080-814c-cffbcb5fb34e', 'info': None, 'row': 840, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.71051969993256, 20.099588745928784, 0]}}, {'type': 'Feature', 'properties': {'id': '616966b9-5402-4910-835f-790ce049a4e8', 'info': None, 'row': 840, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.82884549393562, 20.121059157878634, 0]}}, {'type': 'Feature', 'properties': {'id': '0a98b239-1525-405e-851f-5d57a865c8f9', 'info': None, 'row': 840, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.94720349612749, 20.14245019819945, 0]}}, {'type': 'Feature', 'properties': {'id': '13f7bb8c-d59e-4415-9965-b047a2bb6f87', 'info': None, 'row': 840, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.06559365210597, 20.163761758839936, 0]}}, {'type': 'Feature', 'properties': {'id': 'a16806e3-d0ee-48a4-a38c-e1d3d68041b6', 'info': None, 'row': 840, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.18401589696586, 20.18499373022905, 0]}}, {'type': 'Feature', 'properties': {'id': 'e6f8531f-90d6-44da-8ad0-d056ad7d08e1', 'info': None, 'row': 840, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.30247015000229, 20.206146000370193, 0]}}, {'type': 'Feature', 'properties': {'id': 'd45470ab-aba7-47f4-9a7f-83f08699dafe', 'info': None, 'row': 840, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.42095631810128, 20.22721845549881, 0]}}, {'type': 'Feature', 'properties': {'id': 'ca47d0de-02dd-458c-bb6f-e3d64cdaad0c', 'info': None, 'row': 840, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.53947430666706, 20.248210982056502, 0]}}, {'type': 'Feature', 'properties': {'id': 'bc53e2bc-32e8-4f09-8f58-d6e6bc91fa77', 'info': None, 'row': 840, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.65802403451512, 20.26912346931474, 0]}}, {'type': 'Feature', 'properties': {'id': '875c4079-d0e1-44fd-938f-85df7ffd4c48', 'info': None, 'row': 840, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.77660544699924, 20.28995581162408, 0]}}, {'type': 'Feature', 'properties': {'id': 'd6b1fe33-cf8c-45cb-a21c-b0c3f0571d75', 'info': None, 'row': 840, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.89521851967736, 20.31070790895499, 0]}}, {'type': 'Feature', 'properties': {'id': 'cf868a32-1c10-4fdf-a3d0-ff228779690f', 'info': None, 'row': 840, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.0138632429924, 20.331379664123848, 0]}}, {'type': 'Feature', 'properties': {'id': '16f0cbf0-248c-48a8-9145-f7dfd78ee300', 'info': None, 'row': 840, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.13253957671365, 20.3519709748536, 0]}}, {'type': 'Feature', 'properties': {'id': 'a835223e-fb95-4f3b-8068-d9c80ec9c9c3', 'info': None, 'row': 840, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.25124736061255, 20.372481720202174, 0]}}, {'type': 'Feature', 'properties': {'id': 'fc3ac0a8-9fb9-4509-a91e-62c5f01451ce', 'info': None, 'row': 924, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.01707001302202, 19.893478667952685, 0]}}, {'type': 'Feature', 'properties': {'id': 'eaad111e-d108-4e17-b02d-15dc4b759399', 'info': None, 'row': 924, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.13514380007804, 19.915428156538383, 0]}}, {'type': 'Feature', 'properties': {'id': '39a06fda-72c2-4972-82b4-9ae012e15025', 'info': None, 'row': 924, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.25325014560626, 19.93729928315707, 0]}}, {'type': 'Feature', 'properties': {'id': 'ec7af46d-f776-4cee-b9f0-276fc05afbbb', 'info': None, 'row': 924, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.37138890952401, 19.959091921467387, 0]}}, {'type': 'Feature', 'properties': {'id': 'fe057db0-d433-43d5-8bbd-6b38836f1031', 'info': None, 'row': 924, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.48956001482257, 19.980805957351734, 0]}}, {'type': 'Feature', 'properties': {'id': '98c962db-7d9f-4414-ace8-0b55553f9645', 'info': None, 'row': 924, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.60776340584816, 20.002441281038465, 0]}}, {'type': 'Feature', 'properties': {'id': 'ed6b4816-ebb4-4c19-99dd-1184098e2f61', 'info': None, 'row': 924, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.72599902617328, 20.023997782982345, 0]}}, {'type': 'Feature', 'properties': {'id': '4ea13f15-5e31-4875-98d5-42314116f0ef', 'info': None, 'row': 924, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.8442668096926, 20.045475352246875, 0]}}, {'type': 'Feature', 'properties': {'id': 'bf4914a3-4492-4c49-95a5-b2c7739db9f1', 'info': None, 'row': 924, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.96256668006977, 20.066873876438283, 0]}}, {'type': 'Feature', 'properties': {'id': 'b1486d4b-e92f-4491-bff9-7e794ae55d12', 'info': None, 'row': 924, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.08089855481644, 20.08819324247764, 0]}}, {'type': 'Feature', 'properties': {'id': '91e92d5c-cfd2-4960-8ff2-03dd1f27ed59', 'info': None, 'row': 924, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.19926235118513, 20.109433337680684, 0]}}, {'type': 'Feature', 'properties': {'id': '47dfdf49-55ee-4806-b96d-7fd72c1edc43', 'info': None, 'row': 924, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.31765799177609, 20.13059405076016, 0]}}, {'type': 'Feature', 'properties': {'id': 'ac762150-6a8c-4e2c-9e0b-233c6978162f', 'info': None, 'row': 924, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.43608540833874, 20.151675272481135, 0]}}, {'type': 'Feature', 'properties': {'id': '58a5a3c5-c75c-45fc-9ae0-8c66649ce023', 'info': None, 'row': 924, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.554544542725, 20.172676895793597, 0]}}, {'type': 'Feature', 'properties': {'id': '4dbbb5e1-8cde-49a9-aafc-c3fc451a5b1f', 'info': None, 'row': 924, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.67303534435604, 20.19359881534468, 0]}}, {'type': 'Feature', 'properties': {'id': '1e22d3a4-4037-4ec0-b8e1-047b2ab992b4', 'info': None, 'row': 924, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.79155776390826, 20.21444092633752, 0]}}, {'type': 'Feature', 'properties': {'id': 'a9235aa3-516f-466a-93c4-6d6356b0b9b2', 'info': None, 'row': 924, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.9101117432283, 20.2352031227593, 0]}}, {'type': 'Feature', 'properties': {'id': '20cfe766-ffb3-4272-926b-9e6c0c07480e', 'info': None, 'row': 924, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.0286972017585, 20.25588529504927, 0]}}, {'type': 'Feature', 'properties': {'id': '6f4331eb-bae2-402c-b29c-c108f9a4a68b', 'info': None, 'row': 924, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.14731402000457, 20.27648732731969, 0]}}, {'type': 'Feature', 'properties': {'id': 'afb17caa-fbbc-4f54-824f-3f90e6131bef', 'info': None, 'row': 924, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.26596202019714, 20.297009095877804, 0]}}, {'type': 'Feature', 'properties': {'id': 'd7a355be-cf77-4965-bb0f-fa52a2d047da', 'info': None, 'row': 1008, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.03289454609663, 19.81785155810412, 0]}}, {'type': 'Feature', 'properties': {'id': '78f3dfab-02f4-46a5-9b80-10b4a7f9b362', 'info': None, 'row': 1008, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.1509110304453, 19.83980624030453, 0]}}, {'type': 'Feature', 'properties': {'id': '8e5fed34-de2f-4e09-8d8f-ef1411d5c528', 'info': None, 'row': 1008, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.2689601179216, 19.8616829176582, 0]}}, {'type': 'Feature', 'properties': {'id': '2938c578-7a27-4a57-93b5-80b1c72ed51e', 'info': None, 'row': 1008, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.38704143725451, 19.883481420932547, 0]}}, {'type': 'Feature', 'properties': {'id': 'f38fe176-740c-4c50-8f75-2ce8a4d59688', 'info': None, 'row': 1008, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.50515490031894, 19.90520163413464, 0]}}, {'type': 'Feature', 'properties': {'id': '6bfd270b-570a-4c19-a45f-415b253251ec', 'info': None, 'row': 1008, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.62330050182656, 19.926843456879496, 0]}}, {'type': 'Feature', 'properties': {'id': 'ac7f057d-be74-4964-8292-a4222e57b155', 'info': None, 'row': 1008, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.74147822405949, 19.94840678674379, 0]}}, {'type': 'Feature', 'properties': {'id': 'fbdc64d7-d048-496d-9e91-66d58ce5d37e', 'info': None, 'row': 1008, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.85968800698444, 19.96989151388719, 0]}}, {'type': 'Feature', 'properties': {'id': '4f37b047-5925-42a9-b5ee-8f3ed9ba81c1', 'info': None, 'row': 1008, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.9779297547331, 19.991297522372534, 0]}}, {'type': 'Feature', 'properties': {'id': '1808fcf3-b5ce-4849-8fc1-8b05e777c1db', 'info': None, 'row': 1008, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.09620335771396, 20.012624694271704, 0]}}, {'type': 'Feature', 'properties': {'id': '1835b56e-4f2c-49df-88b8-3ffa7f8d81af', 'info': None, 'row': 1008, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.21450871616906, 20.033872913935767, 0]}}, {'type': 'Feature', 'properties': {'id': 'cca1acf5-b868-49c8-9dd5-6189fed7d030', 'info': None, 'row': 1008, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.3328457562666, 20.055042070831515, 0]}}, {'type': 'Feature', 'properties': {'id': '5eca18aa-2cf9-4ce4-ade0-858ee993aa0d', 'info': None, 'row': 1008, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.4512144341668, 20.076132060170348, 0]}}, {'type': 'Feature', 'properties': {'id': 'a823b6d4-05e1-4b01-a321-28897b8ebd58', 'info': None, 'row': 1008, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.56961472715464, 20.0971427812291, 0]}}, {'type': 'Feature', 'properties': {'id': '96831ddb-2108-489f-989d-90dad37a6ef1', 'info': None, 'row': 1008, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.68804661408885, 20.118074133824692, 0]}}, {'type': 'Feature', 'properties': {'id': '054e6c3f-8feb-40e9-8f9d-add75e4b4aa0', 'info': None, 'row': 1008, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.8065100501975, 20.138926013879907, 0]}}, {'type': 'Feature', 'properties': {'id': 'ec936a7e-e945-4056-8f48-188adfcae777', 'info': None, 'row': 1008, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.92500494376512, 20.159698309428713, 0]}}, {'type': 'Feature', 'properties': {'id': 'e43d78d6-7cf1-4ca5-9ce1-e64d73bf09fd', 'info': None, 'row': 1008, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.04353114457264, 20.180390898770074, 0]}}, {'type': 'Feature', 'properties': {'id': '5a7baca8-7a7c-401b-8cc2-1923c06c6942', 'info': None, 'row': 1008, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.16208845613022, 20.201003652800036, 0]}}, {'type': 'Feature', 'properties': {'id': '87444958-7546-4f05-811c-fd9b07d0ea63', 'info': None, 'row': 1008, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.28067668520858, 20.221536445431575, 0]}}, {'type': 'Feature', 'properties': {'id': 'fc590feb-f343-4313-a1f2-a74f28c974bf', 'info': None, 'row': 1092, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.04870796077064, 19.742222263076524, 0]}}, {'type': 'Feature', 'properties': {'id': '0b656af7-551a-4ca7-8c3d-7a63dbb7595f', 'info': None, 'row': 1092, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.16666797295606, 19.76418222568664, 0]}}, {'type': 'Feature', 'properties': {'id': '1eaacb44-81cb-4ce1-9df7-33479ebf8586', 'info': None, 'row': 1092, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.28466026238942, 19.786064470872002, 0]}}, {'type': 'Feature', 'properties': {'id': 'cef6db9c-ce9f-4ebe-b788-cef24c088f22', 'info': None, 'row': 1092, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.40268467771305, 19.807868870409926, 0]}}, {'type': 'Feature', 'properties': {'id': '1f8c47f1-4023-4fb7-a560-17a43cc6add4', 'info': None, 'row': 1092, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.5207411571193, 19.82959531313532, 0]}}, {'type': 'Feature', 'properties': {'id': '5d260d33-ee0c-43f4-b254-ba8855e42a1e', 'info': None, 'row': 1092, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.6388296553987, 19.851243691295224, 0]}}, {'type': 'Feature', 'properties': {'id': '9b164ca5-4995-4328-bdc7-d9baca388c2a', 'info': None, 'row': 1092, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.75695011458899, 19.87281389515084, 0]}}, {'type': 'Feature', 'properties': {'id': 'eee9ef98-2028-44bf-a998-4e942820d09b', 'info': None, 'row': 1092, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.87510245993218, 19.89430581229247, 0]}}, {'type': 'Feature', 'properties': {'id': 'c2f19331-4548-463b-932b-97f572d74a0a', 'info': None, 'row': 1092, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-68.99328660803123, 19.915719329173463, 0]}}, {'type': 'Feature', 'properties': {'id': 'dedb34c1-5695-4fe9-bd26-e663eda2dfe7', 'info': None, 'row': 1092, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.11150247815708, 19.937054333174174, 0]}}, {'type': 'Feature', 'properties': {'id': '1f655955-99c1-4c7b-9034-9052ed4d4071', 'info': None, 'row': 1092, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.2297500008932, 19.958310714138953, 0]}}, {'type': 'Feature', 'properties': {'id': '9f0db9c6-01ec-4abe-91a9-7bae194eeda3', 'info': None, 'row': 1092, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.34802912094001, 19.979488364832584, 0]}}, {'type': 'Feature', 'properties': {'id': 'b329b32a-abbc-48d4-a5cc-cd9af04c32a9', 'info': None, 'row': 1092, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.46633979309935, 20.00058718017189, 0]}}, {'type': 'Feature', 'properties': {'id': '6a63bcd5-eb15-42c2-9cec-5edb3c9fcb45', 'info': None, 'row': 1092, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.58468197233265, 20.021607055425452, 0]}}, {'type': 'Feature', 'properties': {'id': 'dab2d28f-34b3-4c9d-aed8-3d84442b847b', 'info': None, 'row': 1092, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.7030556004267, 20.042547883858784, 0]}}, {'type': 'Feature', 'properties': {'id': 'a6d1b7dd-4392-4aec-867e-7edd7cd4c863', 'info': None, 'row': 1092, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.82146059326965, 20.063409554545814, 0]}}, {'type': 'Feature', 'properties': {'id': '853cd294-7ece-47b9-aa00-818d41e24282', 'info': None, 'row': 1092, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.93989683408448, 20.08419195127958, 0]}}, {'type': 'Feature', 'properties': {'id': '4defb31a-82a2-4954-9555-04d806a1ef58', 'info': None, 'row': 1092, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.05836417922421, 20.10489495370353, 0]}}, {'type': 'Feature', 'properties': {'id': '1b63fd84-121d-422a-b798-377e7a80cbae', 'info': None, 'row': 1092, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.17686248432821, 20.125518441954068, 0]}}, {'type': 'Feature', 'properties': {'id': '508d5eea-0549-4caf-8e96-c23c6c3f8bea', 'info': None, 'row': 1092, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.29539165917387, 20.146062307840978, 0]}}, {'type': 'Feature', 'properties': {'id': '4b5986bb-8ad6-45c4-86f6-d6e0b1db342c', 'info': None, 'row': 1176, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.06452137544463, 19.666592968048924, 0]}}, {'type': 'Feature', 'properties': {'id': '0e820f55-a116-4bba-8b39-8c0fdb45087f', 'info': None, 'row': 1176, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.18242491546683, 19.688558211068738, 0]}}, {'type': 'Feature', 'properties': {'id': '3d9b07a7-767e-44b7-a988-652d975698ef', 'info': None, 'row': 1176, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.30036040685724, 19.710446024085805, 0]}}, {'type': 'Feature', 'properties': {'id': 'bec82ca1-9995-4168-a168-e26afe5901be', 'info': None, 'row': 1176, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.41832791817158, 19.73225631988731, 0]}}, {'type': 'Feature', 'properties': {'id': '4cf71b2c-389c-4001-b18a-a5baef79a3d0', 'info': None, 'row': 1176, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.53632741391965, 19.753988992135998, 0]}}, {'type': 'Feature', 'properties': {'id': '3fc457a0-915b-4693-a0d2-4b9c15af7659', 'info': None, 'row': 1176, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.65435880897081, 19.775643925710956, 0]}}, {'type': 'Feature', 'properties': {'id': '14c07059-25ac-49c1-b92c-d2422e57ccdc', 'info': None, 'row': 1176, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.77242200511849, 19.79722100355789, 0]}}, {'type': 'Feature', 'properties': {'id': 'aefa3d63-8b88-4de7-871b-70d2075e936c', 'info': None, 'row': 1176, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.89051691287992, 19.818720110697747, 0]}}, {'type': 'Feature', 'properties': {'id': '462f5ccb-835c-48cb-903a-3d233437ddcf', 'info': None, 'row': 1176, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.00864346132936, 19.84014113597439, 0]}}, {'type': 'Feature', 'properties': {'id': 'e687b7cf-de36-49d9-904a-2292d9d04e79', 'info': None, 'row': 1176, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.1268015986002, 19.861483972076645, 0]}}, {'type': 'Feature', 'properties': {'id': '69474862-4704-4e98-9e37-9fe2f421dc05', 'info': None, 'row': 1176, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.24499128561733, 19.882748514342136, 0]}}, {'type': 'Feature', 'properties': {'id': '4943a9c7-10db-43b2-a77e-fb8195474db2', 'info': None, 'row': 1176, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.36321248561339, 19.903934658833656, 0]}}, {'type': 'Feature', 'properties': {'id': '19fe9cf9-38cd-4b18-b2a2-afa2418164c5', 'info': None, 'row': 1176, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.48146515203193, 19.925042300173427, 0]}}, {'type': 'Feature', 'properties': {'id': '8cedd205-82b4-4d75-a4c6-0d16027bf253', 'info': None, 'row': 1176, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.59974921751065, 19.946071329621798, 0]}}, {'type': 'Feature', 'properties': {'id': 'e322775d-9abd-4f62-9b4d-67e0c79b78d2', 'info': None, 'row': 1176, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.71806458676454, 19.967021633892877, 0]}}, {'type': 'Feature', 'properties': {'id': '204d4dec-b19e-44a3-9fd0-d992f3ca3350', 'info': None, 'row': 1176, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.83641113634181, 19.98789309521173, 0]}}, {'type': 'Feature', 'properties': {'id': 'bd1d153d-fbe6-4030-ae39-6375d825a974', 'info': None, 'row': 1176, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.95478872440384, 20.00868559313044, 0]}}, {'type': 'Feature', 'properties': {'id': 'c9d97e51-45c1-4a9c-8436-bcf17b1e11b9', 'info': None, 'row': 1176, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.0731972138758, 20.029399008636986, 0]}}, {'type': 'Feature', 'properties': {'id': '49e2277e-e0fc-46ca-8fb1-534f50a26aa1', 'info': None, 'row': 1176, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.19163651252623, 20.0500332311081, 0]}}, {'type': 'Feature', 'properties': {'id': 'c55c4fe3-cdb6-4c28-9212-56c13c2481b1', 'info': None, 'row': 1176, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.31010663313916, 20.07058817025037, 0]}}, {'type': 'Feature', 'properties': {'id': '5f718d55-e918-474b-8cff-aa324fc47cd2', 'info': None, 'row': 1260, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.08032807289877, 19.59096233966195, 0]}}, {'type': 'Feature', 'properties': {'id': '4e535f2d-5076-47a5-b222-ea1d52d20cb2', 'info': None, 'row': 1260, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.1981753947179, 19.61293286777269, 0]}}, {'type': 'Feature', 'properties': {'id': '50a61929-977e-4e9f-8266-ba60e40c4c7f', 'info': None, 'row': 1260, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.31605452559414, 19.63482628695302, 0]}}, {'type': 'Feature', 'properties': {'id': '7eed3288-80c4-46b9-b0a7-86063a26f3d3', 'info': None, 'row': 1260, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.4339655531094, 19.656642513553393, 0]}}, {'type': 'Feature', 'properties': {'id': '48c0753c-3393-47f1-a0ce-9c36d9842eaa', 'info': None, 'row': 1260, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.55190842544253, 19.678381438255883, 0]}}, {'type': 'Feature', 'properties': {'id': '523c2e05-3eea-47d4-a5c7-5c15b28d57f3', 'info': None, 'row': 1260, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.66988304474698, 19.700042943674468, 0]}}, {'type': 'Feature', 'properties': {'id': '9071b568-b7c9-4090-b926-66e079c026dc', 'info': None, 'row': 1260, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.78788931559981, 19.721626913357298, 0]}}, {'type': 'Feature', 'properties': {'id': 'eac4b512-7243-4921-9d95-c6bd2af0efd6', 'info': None, 'row': 1260, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.90592716381394, 19.743133235194485, 0]}}, {'type': 'Feature', 'properties': {'id': '020b6b5e-daed-4476-991b-9549031d56d6', 'info': None, 'row': 1260, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.02399653706026, 19.764561801451492, 0]}}, {'type': 'Feature', 'properties': {'id': '932315b0-6472-4a55-af0b-ba6bafb66bb9', 'info': None, 'row': 1260, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.14209739579019, 19.785912507050817, 0]}}, {'type': 'Feature', 'properties': {'id': '77adb9b6-4663-4e13-9c14-ac1c6cc9bfe7', 'info': None, 'row': 1260, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.26022970064562, 19.807185247262, 0]}}, {'type': 'Feature', 'properties': {'id': '459d818b-0004-4551-8653-b9915536ecab', 'info': None, 'row': 1260, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.37839340071694, 19.828379915598333, 0]}}, {'type': 'Feature', 'properties': {'id': '0a6d5887-fc58-456c-8ae4-c2ddf229f750', 'info': None, 'row': 1260, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.49658842554079, 19.84949640243141, 0]}}, {'type': 'Feature', 'properties': {'id': '3345e32a-c7b5-46a2-b596-2e0e51453059', 'info': None, 'row': 1260, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.61481468252128, 19.870534594603942, 0]}}, {'type': 'Feature', 'properties': {'id': '6b1409bb-2cb3-4de1-a559-25670422f56b', 'info': None, 'row': 1260, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.73307206044464, 19.891494376131426, 0]}}, {'type': 'Feature', 'properties': {'id': '2d467546-ee44-4eb5-b7f2-2fb7d3af66af', 'info': None, 'row': 1260, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.8513604388881, 19.91237562992687, 0]}}, {'type': 'Feature', 'properties': {'id': '603a77b5-a326-4bfe-9101-b4c742efddeb', 'info': None, 'row': 1260, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.96967970256027, 19.933178240348855, 0]}}, {'type': 'Feature', 'properties': {'id': '7d90ca19-4678-4a6e-94f9-d61d290a4793', 'info': None, 'row': 1260, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.08802975892488, 19.95390209625898, 0]}}, {'type': 'Feature', 'properties': {'id': '44ce93fe-683a-4f82-ab34-a15a4f1bd984', 'info': None, 'row': 1260, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.20641055683001, 19.974547094174053, 0]}}, {'type': 'Feature', 'properties': {'id': '79bb767d-5cd0-4529-b6e4-ecda3f2775d0', 'info': None, 'row': 1260, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.32482210266414, 19.995113142578475, 0]}}, {'type': 'Feature', 'properties': {'id': 'ecd79c9a-bd01-4a19-9db5-ad8efcb2d354', 'info': None, 'row': 1344, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.09613064710268, 19.515330892815182, 0]}}, {'type': 'Feature', 'properties': {'id': '52de4437-2dae-4f5c-9707-bd07ff1b649c', 'info': None, 'row': 1344, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.21392190660778, 19.53730670889034, 0]}}, {'type': 'Feature', 'properties': {'id': '45475a15-d130-4f82-b711-474f598a7f53', 'info': None, 'row': 1344, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.3317449455394, 19.559205757763102, 0]}}, {'type': 'Feature', 'properties': {'id': '1bcc3bab-eca3-4e7d-b3d2-d43dfeb338fd', 'info': None, 'row': 1344, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.44959974719444, 19.581027936361238, 0]}}, {'type': 'Feature', 'properties': {'id': '0d6f708a-12f4-42c1-98d3-8e8a143c8418', 'info': None, 'row': 1344, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.56748621724176, 19.602773127593043, 0]}}, {'type': 'Feature', 'properties': {'id': '683e2a05-7b6a-47dd-8c58-4ec323db5872', 'info': None, 'row': 1344, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.68540426181842, 19.624441214939644, 0]}}, {'type': 'Feature', 'properties': {'id': '86530a9e-f2a9-45d7-989b-39cbe351cb77', 'info': None, 'row': 1344, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.80335381469709, 19.646032087411964, 0]}}, {'type': 'Feature', 'properties': {'id': '976c0ae7-dca3-4e58-86df-a872f723c2a9', 'info': None, 'row': 1344, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.9213348354139, 19.66754563910758, 0]}}, {'type': 'Feature', 'properties': {'id': 'e183035e-ae66-4fbc-9558-905075eaf4e9', 'info': None, 'row': 1344, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.03934729399626, 19.68898176634654, 0]}}, {'type': 'Feature', 'properties': {'id': '69f938c6-4183-4196-9afc-a9f64526fda2', 'info': None, 'row': 1344, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.15739115305821, 19.71034036439752, 0]}}, {'type': 'Feature', 'properties': {'id': 'd28b443a-d4be-4c02-a3a5-a953ad430d95', 'info': None, 'row': 1344, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.27546635416033, 19.73162132504829, 0]}}, {'type': 'Feature', 'properties': {'id': '0ddd1f7e-c888-47bd-9ebc-158d0372fe26', 'info': None, 'row': 1344, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.39357281219404, 19.752824535673238, 0]}}, {'type': 'Feature', 'properties': {'id': 'e550d3ce-feba-4b47-9c3c-91a2bff9c121', 'info': None, 'row': 1344, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.51171041894808, 19.773949879964952, 0]}}, {'type': 'Feature', 'properties': {'id': 'e05120ff-63e6-4cdc-bab7-6ced94931aee', 'info': None, 'row': 1344, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.6298790548067, 19.794997240097253, 0]}}, {'type': 'Feature', 'properties': {'id': '32e3b9e2-d07e-40f9-96c6-e50a3eb486fd', 'info': None, 'row': 1344, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.74807860560576, 19.81596649975196, 0]}}, {'type': 'Feature', 'properties': {'id': 'a60dfef4-addb-4670-a16c-2a1e18b32dd8', 'info': None, 'row': 1344, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.86630897995889, 19.83685754715637, 0]}}, {'type': 'Feature', 'properties': {'id': '9b88c492-25bd-40f7-83e0-d5c93f5300ae', 'info': None, 'row': 1344, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.9845701208011, 19.857670277029193, 0]}}, {'type': 'Feature', 'properties': {'id': '0c20acc4-28da-4168-a855-f6628fb29480', 'info': None, 'row': 1344, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.10286200343984, 19.878404590113412, 0]}}, {'type': 'Feature', 'properties': {'id': 'bda6a3f9-62fa-4586-83c8-3f31cf4fdc7a', 'info': None, 'row': 1344, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.22118461102004, 19.89906038877671, 0]}}, {'type': 'Feature', 'properties': {'id': '2052924c-565d-4090-b37f-a9ac8b4bdf27', 'info': None, 'row': 1344, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.33953787637994, 19.91963756854544, 0]}}, {'type': 'Feature', 'properties': {'id': 'c17281b9-25fe-4981-b376-48541d07c0cd', 'info': None, 'row': 1428, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.11193085234147, 19.43969888052907, 0]}}, {'type': 'Feature', 'properties': {'id': 'd6cd114e-ac18-47a8-9990-af93d2a28df8', 'info': None, 'row': 1428, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.2296662042468, 19.46167999509662, 0]}}, {'type': 'Feature', 'properties': {'id': 'e32b7e00-2659-4cb4-a23d-2b85b7f3f31a', 'info': None, 'row': 1428, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.34743328402567, 19.483584679917687, 0]}}, {'type': 'Feature', 'properties': {'id': 'ebabb627-563c-4f4a-b879-08213f6360b5', 'info': None, 'row': 1428, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.46523197666451, 19.505412813635136, 0]}}, {'type': 'Feature', 'properties': {'id': 'bc0e7949-d6af-4489-a6c0-c648ffc004ee', 'info': None, 'row': 1428, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.58306216852944, 19.527164275693497, 0]}}, {'type': 'Feature', 'properties': {'id': 'ef499847-eaa0-4f38-838d-e929828c5b03', 'info': None, 'row': 1428, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.70092378351836, 19.54883895295944, 0]}}, {'type': 'Feature', 'properties': {'id': '2110b40c-98dc-486e-a236-3119058d60fa', 'info': None, 'row': 1428, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.81881678242775, 19.570436739469287, 0]}}, {'type': 'Feature', 'properties': {'id': 'e579d22a-958d-47af-9760-83a76ee52d18', 'info': None, 'row': 1428, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.93674114465742, 19.591957532965033, 0]}}, {'type': 'Feature', 'properties': {'id': '8a45227c-0fb3-488b-95c0-ab062ab0a87b', 'info': None, 'row': 1428, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.05469684548945, 19.613401230705964, 0]}}, {'type': 'Feature', 'properties': {'id': 'c891967e-bf1e-431c-93d0-6094d78203b3', 'info': None, 'row': 1428, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.17268383755817, 19.63476772613424, 0]}}, {'type': 'Feature', 'properties': {'id': 'd32e3773-e20b-47db-b9ac-3d1b0f84f77a', 'info': None, 'row': 1428, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.29070204142408, 19.65605690725757, 0]}}, {'type': 'Feature', 'properties': {'id': '64678438-cbf3-491a-a190-4e2e107dfce7', 'info': None, 'row': 1428, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.40875134713151, 19.67726865704103, 0]}}, {'type': 'Feature', 'properties': {'id': 'db144ac8-6db3-4c86-827d-681acd80504d', 'info': None, 'row': 1428, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.52683162608169, 19.698402855634033, 0]}}, {'type': 'Feature', 'properties': {'id': '31810673-4a05-4219-a1c3-32be89547a30', 'info': None, 'row': 1428, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.64494275035733, 19.71945938387254, 0]}}, {'type': 'Feature', 'properties': {'id': '9b7cfc17-6bbc-4d77-a317-fa73341cbbdd', 'info': None, 'row': 1428, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.76308461469797, 19.74043812716831, 0]}}, {'type': 'Feature', 'properties': {'id': 'f8740bd8-e40d-4f85-9cb8-e99435f11255', 'info': None, 'row': 1428, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.88125715456721, 19.76133897861556, 0]}}, {'type': 'Feature', 'properties': {'id': 'eda06d1c-a5b2-4540-9e89-4fae18c7e5c8', 'info': None, 'row': 1428, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-69.9994603521312, 19.782161839895966, 0]}}, {'type': 'Feature', 'properties': {'id': 'cdf0de61-3842-4962-be93-a6728671b4fb', 'info': None, 'row': 1428, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.11769422043146, 19.80290661834193, 0]}}, {'type': 'Feature', 'properties': {'id': 'af146933-1bf3-48d4-8fca-47ce8636c5a0', 'info': None, 'row': 1428, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.2359587545646, 19.82357321831577, 0]}}, {'type': 'Feature', 'properties': {'id': '5f14c6f6-1df3-467a-951e-7a6f99a59930', 'info': None, 'row': 1428, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.35425383666053, 19.84416152643808, 0]}}, {'type': 'Feature', 'properties': {'id': 'f7ce1eca-6754-4494-94fe-83daab59e12c', 'info': None, 'row': 1512, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.12772275667578, 19.364064886931363, 0]}}, {'type': 'Feature', 'properties': {'id': '488594ab-388a-413f-aaaf-d341567c7a37', 'info': None, 'row': 1512, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.24540274310321, 19.386051336881554, 0]}}, {'type': 'Feature', 'properties': {'id': '00fdbaf6-8647-46eb-9442-e0aef9cbf166', 'info': None, 'row': 1512, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.36311432903499, 19.407961679571624, 0]}}, {'type': 'Feature', 'properties': {'id': '21ecd5db-62d7-4b58-aa18-e396c3de6a8c', 'info': None, 'row': 1512, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.48085732208168, 19.429795779346396, 0]}}, {'type': 'Feature', 'properties': {'id': 'c1c20dcf-31ad-4664-84b3-46068c9476d4', 'info': None, 'row': 1512, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.59863167062521, 19.451553527288944, 0]}}, {'type': 'Feature', 'properties': {'id': 'e4ef7700-6528-4cb6-afce-07849255b94f', 'info': None, 'row': 1512, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.71643736460028, 19.47323482247599, 0]}}, {'type': 'Feature', 'properties': {'id': '824a90e9-fd73-4d85-9759-81a762fa7c59', 'info': None, 'row': 1512, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.83427438421705, 19.49483956243674, 0]}}, {'type': 'Feature', 'properties': {'id': 'aec58966-7e97-4d96-9445-9a18b648478f', 'info': None, 'row': 1512, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.95214268017473, 19.51636763957659, 0]}}, {'type': 'Feature', 'properties': {'id': '6aab483f-1289-407e-a197-02b793542643', 'info': None, 'row': 1512, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.07004217308501, 19.537818941177854, 0]}}, {'type': 'Feature', 'properties': {'id': '0319bcbd-8bcb-4e24-b0cb-254208391037', 'info': None, 'row': 1512, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.18797276305584, 19.559193351242932, 0]}}, {'type': 'Feature', 'properties': {'id': '72fbecb4-e90a-4383-9485-f6d0a4157314', 'info': None, 'row': 1512, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.30593434292378, 19.580490752954404, 0]}}, {'type': 'Feature', 'properties': {'id': '1f9fe232-0589-44b0-8722-66581a076fa9', 'info': None, 'row': 1512, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.42392681065549, 19.601711030928367, 0]}}, {'type': 'Feature', 'properties': {'id': '03d37742-78f4-4757-8f3b-7b9a13aa9a94', 'info': None, 'row': 1512, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.54195007809541, 19.622854072759264, 0]}}, {'type': 'Feature', 'properties': {'id': 'c47405a7-3778-444f-9624-83be6a50aaf0', 'info': None, 'row': 1512, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.66000407461485, 19.643919769617114, 0]}}, {'type': 'Feature', 'properties': {'id': '133214a9-2138-4612-8745-745fdc99bb7d', 'info': None, 'row': 1512, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.77808874539329, 19.664908015874584, 0]}}, {'type': 'Feature', 'properties': {'id': 'd3332878-1176-447b-a2c7-fe4f2e67fec7', 'info': None, 'row': 1512, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.89620404508331, 19.68581870792516, 0]}}, {'type': 'Feature', 'properties': {'id': '1b37c4c1-0a91-446e-ada8-3c17fcbb9a94', 'info': None, 'row': 1512, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-70.01434992852221, 19.706651742509862, 0]}}, {'type': 'Feature', 'properties': {'id': 'e5e6f81f-93d0-4274-af0a-0a443f04e49a', 'info': None, 'row': 1512, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.13252634098073, 19.727407015007216, 0]}}, {'type': 'Feature', 'properties': {'id': '91ce4f8d-44f2-49c1-8e0a-f6b1f94b5c69', 'info': None, 'row': 1512, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.25073321120948, 19.748084418262017, 0]}}, {'type': 'Feature', 'properties': {'id': '49359cb4-6f32-4c3f-af99-1576bd023014', 'info': None, 'row': 1512, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.36897045066833, 19.768683844188256, 0]}}, {'type': 'Feature', 'properties': {'id': '2d88d2ac-c973-4baa-8185-d1ea42607260', 'info': None, 'row': 1596, 'col': 0}, 'geometry': {'type': 'Point', 'coordinates': [-68.14351466101009, 19.28843089333365, 0]}}, {'type': 'Feature', 'properties': {'id': '0815d32f-f161-4936-bfb0-615db2050b5d', 'info': None, 'row': 1596, 'col': 126}, 'geometry': {'type': 'Point', 'coordinates': [-68.26113928195961, 19.31042267866649, 0]}}, {'type': 'Feature', 'properties': {'id': '15f7d401-e768-49c1-8036-f78b90fe5a3b', 'info': None, 'row': 1596, 'col': 252}, 'geometry': {'type': 'Point', 'coordinates': [-68.37879537404432, 19.332338679225565, 0]}}, {'type': 'Feature', 'properties': {'id': '2a819f96-d5ad-4b97-82a5-136d25f569d0', 'info': None, 'row': 1596, 'col': 378}, 'geometry': {'type': 'Point', 'coordinates': [-68.49648266749882, 19.354178745057656, 0]}}, {'type': 'Feature', 'properties': {'id': 'ad01f61a-b9f4-41de-9f5f-79b6fc4b7af3', 'info': None, 'row': 1596, 'col': 504}, 'geometry': {'type': 'Point', 'coordinates': [-68.61420117272097, 19.375942778884387, 0]}}, {'type': 'Feature', 'properties': {'id': '86729d44-8a4f-42d3-b4d3-ec11e08e3e93', 'info': None, 'row': 1596, 'col': 630}, 'geometry': {'type': 'Point', 'coordinates': [-68.73195094568219, 19.397630691992546, 0]}}, {'type': 'Feature', 'properties': {'id': '9e5d5fe1-4532-4814-bd9c-ba4d5fe8b0f4', 'info': None, 'row': 1596, 'col': 756}, 'geometry': {'type': 'Point', 'coordinates': [-68.84973198600636, 19.419242385404193, 0]}}, {'type': 'Feature', 'properties': {'id': '78710b1f-303b-4e94-b954-517d10596ab6', 'info': None, 'row': 1596, 'col': 882}, 'geometry': {'type': 'Point', 'coordinates': [-68.96754421569204, 19.440777746188147, 0]}}, {'type': 'Feature', 'properties': {'id': 'faf6a34f-c651-4333-8c4a-5946b38a62fc', 'info': None, 'row': 1596, 'col': 1008}, 'geometry': {'type': 'Point', 'coordinates': [-69.0853875006806, 19.462236651649743, 0]}}, {'type': 'Feature', 'properties': {'id': '797a74ce-da34-45f0-88a3-4f528890b217', 'info': None, 'row': 1596, 'col': 1134}, 'geometry': {'type': 'Point', 'coordinates': [-69.2032616885535, 19.483618976351618, 0]}}, {'type': 'Feature', 'properties': {'id': 'ccc18d9b-2c52-488b-bf79-a728bd3e69d2', 'info': None, 'row': 1596, 'col': 1260}, 'geometry': {'type': 'Point', 'coordinates': [-69.32116664442346, 19.504924598651236, 0]}}, {'type': 'Feature', 'properties': {'id': 'c71d5fbb-68a2-4003-b7b1-3d203a3479d2', 'info': None, 'row': 1596, 'col': 1386}, 'geometry': {'type': 'Point', 'coordinates': [-69.43910227417946, 19.526153404815705, 0]}}, {'type': 'Feature', 'properties': {'id': 'dd582b22-b21e-4136-8f7b-169a2fb2d0aa', 'info': None, 'row': 1596, 'col': 1512}, 'geometry': {'type': 'Point', 'coordinates': [-69.55706853010913, 19.5473052898845, 0]}}, {'type': 'Feature', 'properties': {'id': '1de2a188-9bec-462d-9de0-baf10deeeb98', 'info': None, 'row': 1596, 'col': 1638}, 'geometry': {'type': 'Point', 'coordinates': [-69.67506539887233, 19.568380155361687, 0]}}, {'type': 'Feature', 'properties': {'id': '721fd51d-90ae-4ac8-9786-f2bd4081a1d2', 'info': None, 'row': 1596, 'col': 1764}, 'geometry': {'type': 'Point', 'coordinates': [-69.7930928760886, 19.589377904580854, 0]}}, {'type': 'Feature', 'properties': {'id': '7bd6dbf9-b6e2-4007-899d-b9c30b7dbee6', 'info': None, 'row': 1596, 'col': 1890}, 'geometry': {'type': 'Point', 'coordinates': [-69.9111509355994, 19.61029843723476, 0]}}, {'type': 'Feature', 'properties': {'id': 'd001009a-1566-4593-9284-12d1b1c90ab4', 'info': None, 'row': 1596, 'col': 2016}, 'geometry': {'type': 'Point', 'coordinates': [-70.02923950491319, 19.63114164512376, 0]}}, {'type': 'Feature', 'properties': {'id': 'd1cb7aba-32ed-44b8-b564-bb1de458c05f', 'info': None, 'row': 1596, 'col': 2142}, 'geometry': {'type': 'Point', 'coordinates': [-70.14735846153, 19.651907411672507, 0]}}, {'type': 'Feature', 'properties': {'id': 'd7143697-3b30-4d2c-a2c5-77277c1990f0', 'info': None, 'row': 1596, 'col': 2268}, 'geometry': {'type': 'Point', 'coordinates': [-70.26550766785431, 19.67259561820826, 0]}}, {'type': 'Feature', 'properties': {'id': 'c898aad5-fe87-4d46-94f0-1f3b9a85101b', 'info': None, 'row': 1596, 'col': 2394}, 'geometry': {'type': 'Point', 'coordinates': [-70.3836870646761, 19.693206161938434, 0]}}]}
array(0)
- digital_number(pol, line, sample)uint16dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- comment :
- denoised digital number, resampled at "100m" with rasterio.enums.Resampling.rms
- history :
- digital_number: measurement/s1a-iw-grd-v*-20170907t103020-20170907t103045-018268-01eb76-00*.tiff
Array Chunk Bytes 16.11 MiB 8.05 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 4 Tasks 2 Chunks Type uint16 numpy.ndarray - time(line)timedelta64[ns]17416 days 10:30:20.943839488 .....
- description :
- azimuth times interpolated along line dimension at the middle of range dimension
array([1504780220943839488, 1504780220958740224, 1504780220973640704, ..., 1504780245887559936, 1504780245902460416, 1504780245917361152], dtype='timedelta64[ns]')
- sampleSpacing()float64100.0
- units :
- m
- referential :
- ground
array(100.)
- lineSpacing()float64100.0
- units :
- m
array(100.)
- ground_heading(line, sample)float32dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- comment :
- at ground level, computed from lon/lat in line direction
Array Chunk Bytes 16.11 MiB 16.11 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float32 numpy.ndarray - land_mask(line, sample)int8dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- land_mask: cartopy.feature.NaturalEarthFeature land
Array Chunk Bytes 4.03 MiB 4.03 MiB Shape (1677, 2518) (1677, 2518) Count 3 Tasks 1 Chunks Type int8 numpy.ndarray - altitude(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- height: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/height
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - azimuth_time(line, sample)datetime64[ns]dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- azimuthTime: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/azimuthTime
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type datetime64[ns] numpy.ndarray - slant_range_time(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- slantRangeTime: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/slantRangeTime
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - incidence(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- incidenceAngle: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/incidenceAngle
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - elevation(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- elevationAngle: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/elevationAngle
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - longitude(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- longitude: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/longitude
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - latitude(line, sample)float64dask.array<chunksize=(1677, 2518), meta=np.ndarray>
- history :
- latitude: annotation/s1a.xml: - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/line - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/pixel - /product/geolocationGrid/geolocationGridPointList/geolocationGridPoint/latitude
Array Chunk Bytes 32.22 MiB 32.22 MiB Shape (1677, 2518) (1677, 2518) Count 4 Tasks 1 Chunks Type float64 numpy.ndarray - velocity(line)float647.597e+03 7.597e+03 ... 7.598e+03
array([7597.45195742, 7597.45206993, 7597.45218243, ..., 7597.62535865, 7597.6254515 , 7597.62554434])
- range_ground_spacing(sample)float6410.0 10.0 10.0 ... 10.0 10.0 10.0
array([10., 10., 10., ..., 10., 10., 10.])
- sigma0_raw(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- sigma0_raw: sigma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/sigmaNought
- references :
- https://sentinel.esa.int/web/sentinel/radiometric-calibration-of-level-1-products
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 28 Tasks 2 Chunks Type float64 numpy.ndarray - nesz(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- nesz: noise_lut: noise_lut_azi: annotation/calibration/noise.xml: - /noise/noiseAzimuthVectorList/noiseAzimuthVector/line - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/noiseAzimuthLut - /noise/noiseAzimuthVectorList/noiseAzimuthVector/swath noise_lut_range: annotation/calibration/noise.xml: - /noise/noiseRangeVectorList/noiseRangeVector/line | /noise/noiseVectorList/noiseVector/line - /noise/noiseRangeVectorList/noiseRangeVector/pixel | /noise/noiseVectorList/noiseVector/pixel - /noise/noiseRangeVectorList/noiseRangeVector/noiseRangeLut | /noise/noiseVectorList/noiseVector/noiseLut sigma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/sigmaNought
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 39 Tasks 2 Chunks Type float64 numpy.ndarray - gamma0_raw(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- gamma0_raw: gamma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/gamma
- references :
- https://sentinel.esa.int/web/sentinel/radiometric-calibration-of-level-1-products
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 28 Tasks 2 Chunks Type float64 numpy.ndarray - negz(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- negz: gamma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/gamma noise_lut: noise_lut_azi: annotation/calibration/noise.xml: - /noise/noiseAzimuthVectorList/noiseAzimuthVector/line - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/noiseAzimuthLut - /noise/noiseAzimuthVectorList/noiseAzimuthVector/swath noise_lut_range: annotation/calibration/noise.xml: - /noise/noiseRangeVectorList/noiseRangeVector/line | /noise/noiseVectorList/noiseVector/line - /noise/noiseRangeVectorList/noiseRangeVector/pixel | /noise/noiseVectorList/noiseVector/pixel - /noise/noiseRangeVectorList/noiseRangeVector/noiseRangeLut | /noise/noiseVectorList/noiseVector/noiseLut
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 39 Tasks 2 Chunks Type float64 numpy.ndarray - sigma0(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- sigma0: nesz: noise_lut: noise_lut_azi: annotation/calibration/noise.xml: - /noise/noiseAzimuthVectorList/noiseAzimuthVector/line - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/noiseAzimuthLut - /noise/noiseAzimuthVectorList/noiseAzimuthVector/swath noise_lut_range: annotation/calibration/noise.xml: - /noise/noiseRangeVectorList/noiseRangeVector/line | /noise/noiseVectorList/noiseVector/line - /noise/noiseRangeVectorList/noiseRangeVector/pixel | /noise/noiseVectorList/noiseVector/pixel - /noise/noiseRangeVectorList/noiseRangeVector/noiseRangeLut | /noise/noiseVectorList/noiseVector/noiseLut sigma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/sigmaNought sigma0_raw: sigma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/sigmaNought
- comment :
- not clipped, some values can be <0
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 55 Tasks 2 Chunks Type float64 numpy.ndarray - gamma0(pol, line, sample)float64dask.array<chunksize=(1, 1677, 2518), meta=np.ndarray>
- history :
- gamma0: gamma0_raw: gamma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/gamma negz: gamma0_lut: annotation/calibration/calibration.xml: - //calibration/calibrationVectorList/calibrationVector/line - //calibration/calibrationVectorList/calibrationVector[1]/pixel - //calibration/calibrationVectorList/calibrationVector/gamma noise_lut: noise_lut_azi: annotation/calibration/noise.xml: - /noise/noiseAzimuthVectorList/noiseAzimuthVector/line - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastAzimuthLine - /noise/noiseAzimuthVectorList/noiseAzimuthVector/firstRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/lastRangeSample - /noise/noiseAzimuthVectorList/noiseAzimuthVector/noiseAzimuthLut - /noise/noiseAzimuthVectorList/noiseAzimuthVector/swath noise_lut_range: annotation/calibration/noise.xml: - /noise/noiseRangeVectorList/noiseRangeVector/line | /noise/noiseVectorList/noiseVector/line - /noise/noiseRangeVectorList/noiseRangeVector/pixel | /noise/noiseVectorList/noiseVector/pixel - /noise/noiseRangeVectorList/noiseRangeVector/noiseRangeLut | /noise/noiseVectorList/noiseVector/noiseLut
- comment :
- not clipped, some values can be <0
Array Chunk Bytes 64.43 MiB 32.22 MiB Shape (2, 1677, 2518) (1, 1677, 2518) Count 55 Tasks 2 Chunks Type float64 numpy.ndarray
- name :
- SENTINEL1_DS:/tmp/S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE:IW
- short_name :
- SENTINEL1_DS:S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE:IW
- product :
- GRDH
- safe :
- S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE
- swath :
- IW
- multidataset :
- False
- ipf :
- 2.84
- platform :
- SENTINEL-1A
- pols :
- VV VH
- start_date :
- 2017-09-07 10:30:20.936409
- stop_date :
- 2017-09-07 10:30:45.935264
- footprint :
- POLYGON ((-67.84221143971432 20.72564283093837, -70.22162571215458 21.14758369556577, -70.51434171237564 19.64044158236074, -68.15836401927538 19.21519321274318, -67.84221143971432 20.72564283093837))
- coverage :
- 170km * 251km (line * sample )
- pixel_line_m :
- <xarray.DataArray 'azimuthPixelSpacing' ()> array(10.) Attributes: source: /product/imageAnnotation/imageInformation/azimuthPixelSpacing
- pixel_sample_m :
- <xarray.DataArray 'groundRangePixelSpacing' ()> array(10.) Attributes: source: /product/imageAnnotation/imageInformation/rangePixelSpacing
- orbit_pass :
- Descending
- platform_heading :
- -167.7668824808032
[ ]:
[6]:
# we use here 'rasterize' to display the image, because the full image is really big
rasterize(hv.Image(ds_xsar.sigma0.sel(pol='VH')).opts(cmap='gray',colorbar=True,tools=['hover'],title="xsar",width=800,height=800,clim=(0,0.02)))
[6]: