xsar: efficient level 1 sar reader for xarray/dask
xsar is a distributed level 1 SAR file reader designed to write efficient distributed processing algorhitm with xarray and dask.
It currently handles Level-1 Sentinel-1 and Radarsat-2 data in SAFE format, as found on scihub or PEPS.
xsar is as simple to use as the well known xarray.open_dataset : simply give the dataset path, and xsar.open_dataset()
will return an datatree.DataTree:
import xsar
filename = xsar.get_test_file('S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_018268_01EB76_Z010.SAFE')
sar_ds = xsar.open_dataset(filename)
sar_ds
<xarray.Dataset> Size: 95GB Dimensions: (line: 16778, sample: 25187, pol: 2) Coordinates: * line (line) int64 134kB 0 1 2 3 ... 16774 16775 16776 16777 * sample (sample) int64 201kB 0 1 2 3 ... 25184 25185 25186 * pol (pol) object 16B 'VV' 'VH' spatial_ref int64 8B 0 Data variables: (12/27) digital_number (pol, line, sample) uint16 2GB dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray> time (line) datetime64[ns] 134kB 2017-09-07T10:30:20.936... sampleSpacing float64 8B 10.0 lineSpacing float64 8B 10.0 gamma0_lut (pol, line, sample) float64 7GB dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray> noise_lut_azi (pol, line, sample) float32 3GB dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray> ... ... sigma0_raw (pol, line, sample) float64 7GB dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray> nesz (pol, line, sample) float64 7GB dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray> gamma0_raw (pol, line, sample) float64 7GB dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray> negz (pol, line, sample) float64 7GB dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray> sigma0 (pol, line, sample) float64 7GB dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray> gamma0 (pol, line, sample) float64 7GB dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray> Attributes: (12/15) name: SENTINEL1_DS:/home1/scratch/agrouaze/xsardatasync/xsar... short_name: SENTINEL1_DS:S1A_IW_GRDH_1SDV_20170907T103020_20170907... product: GRDH safe: S1A_IW_GRDH_1SDV_20170907T103020_20170907T103045_01826... swath: IW multidataset: False ... ... 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.22... coverage: 170km * 251km (line * sample ) orbit_pass: Descending platform_heading: -167.7668824808032
- line: 16778
- sample: 25187
- pol: 2
- line(line)int640 1 2 3 ... 16774 16775 16776 16777
- units :
- 1
- comment :
- azimuth direction, in pixels from full resolution tiff
- axis :
- Y
array([ 0, 1, 2, ..., 16775, 16776, 16777])
- sample(sample)int640 1 2 3 ... 25183 25184 25185 25186
- units :
- 1
- comment :
- cross track direction, in pixels from full resolution tiff
- axis :
- X
array([ 0, 1, 2, ..., 25184, 25185, 25186])
- pol(pol)object'VV' 'VH'
- comment :
- ordered polarizations (copol, crosspol)
array(['VV', 'VH'], dtype=object)
- 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
- horizontal_datum_name :
- World Geodetic System 1984
- grid_mapping_name :
- latitude_longitude
- spatial_ref :
- GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AXIS["Latitude",NORTH],AXIS["Longitude",EAST],AUTHORITY["EPSG","4326"]]
- gcps :
- {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"id": "a5b1e16a-182d-4d60-8f0b-aff7ca41b0ef", "info": null, "row": 0, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.84221143971432, 20.72564283093837, 0]}}, {"type": "Feature", "properties": {"id": "00b3213f-3163-4483-93e4-f92ca9e05235", "info": null, "row": 0, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-67.96092941876333, 20.74753608381265, 0]}}, {"type": "Feature", "properties": {"id": "3a30957e-681f-43ee-a6ac-51755e5f912c", "info": null, "row": 0, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.07968147044886, 20.76934739625836, 0]}}, {"type": "Feature", "properties": {"id": "764bf566-e50d-438c-962a-87fd0be3064f", "info": null, "row": 0, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.1984675169887, 20.79107665281802, 0]}}, {"type": "Feature", "properties": {"id": "0e5721b1-6dd5-49ef-9209-be0b3b079944", "info": null, "row": 0, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.31728747934562, 20.8127237382445, 0]}}, {"type": "Feature", "properties": {"id": "704dae23-2f23-4384-80c1-2c8ff5f15a39", "info": null, "row": 0, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.43614127763558, 20.83428853757724, 0]}}, {"type": "Feature", "properties": {"id": "88aff3b1-461b-48b8-a905-24f77d8cb7d8", "info": null, "row": 0, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.55502883125679, 20.85577093616665, 0]}}, {"type": "Feature", "properties": {"id": "a5c5c8e5-d44d-491e-aae9-3b961ed0daf9", "info": null, "row": 0, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.67395005889541, 20.87717081967586, 0]}}, {"type": "Feature", "properties": {"id": "350c23cd-d793-47f6-bd78-8f0996cbdb8c", "info": null, "row": 0, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.79290487849737, 20.8984880740764, 0]}}, {"type": "Feature", "properties": {"id": "798beff5-f428-468e-884f-31591c2f63ae", "info": null, "row": 0, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-68.91189320724756, 20.91972258564552, 0]}}, {"type": "Feature", "properties": {"id": "cbbfc40a-61d0-4cff-bffc-9c29be0a5401", "info": null, "row": 0, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.03091496157127, 20.94087424096769, 0]}}, {"type": "Feature", "properties": {"id": "e2b6f903-d1c2-48bc-8a93-9d31768f1942", "info": null, "row": 0, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.14997005715419, 20.96194292693941, 0]}}, {"type": "Feature", "properties": {"id": "2bcfb36e-18fe-4bde-8932-24574f28b295", "info": null, "row": 0, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.26905840896954, 20.98292853077525, 0]}}, {"type": "Feature", "properties": {"id": "193b7fb2-0da0-4e82-b2c9-806dd125b5f0", "info": null, "row": 0, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.38817993130026, 21.00383094001312, 0]}}, {"type": "Feature", "properties": {"id": "0dc66123-4180-482d-ab1b-edb19423bde4", "info": null, "row": 0, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.507334537746, 21.02465004251668, 0]}}, {"type": "Feature", "properties": {"id": "24e4886c-924f-4ea9-ba2d-a07060b23497", "info": null, "row": 0, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.62652214121276, 21.045385726475, 0]}}, {"type": "Feature", "properties": {"id": "d7a23652-5797-4636-8640-84249f745a3e", "info": null, "row": 0, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.74574265389045, 21.06603788040005, 0]}}, {"type": "Feature", "properties": {"id": "978d8595-fb7b-4c35-b358-0c5b749b674c", "info": null, "row": 0, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.86499598723563, 21.08660639312539, 0]}}, {"type": "Feature", "properties": {"id": "fa0c4d54-f452-4bb3-8257-3f0177c8f8ac", "info": null, "row": 0, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-69.98428205198717, 21.10709115381055, 0]}}, {"type": "Feature", "properties": {"id": "874a6de5-3aa7-46fc-80e9-6427c8a54703", "info": null, "row": 0, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.10360075825578, 21.12749205195801, 0]}}, {"type": "Feature", "properties": {"id": "097c4b15-f2f3-4869-a269-2228a18d6b4f", "info": null, "row": 839, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.85806443823189, 20.650115616538965, 0]}}, {"type": "Feature", "properties": {"id": "b3f4966b-3fb1-47b9-abdd-438d088beec3", "info": null, "row": 839, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-67.97672281896514, 20.67201392342735, 0]}}, {"type": "Feature", "properties": {"id": "37d783cd-657f-4512-b69f-6422ce4edf7b", "info": null, "row": 839, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.09541512816047, 20.693830615034493, 0]}}, {"type": "Feature", "properties": {"id": "9c071ca4-ce0f-4485-a30c-12b9110a6390", "info": null, "row": 839, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.21414128897408, 20.71556557614598, 0]}}, {"type": "Feature", "properties": {"id": "2dba84e2-d83e-49a1-a996-ce2ea6db5b78", "info": null, "row": 839, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.33290122330864, 20.737218691754904, 0]}}, {"type": "Feature", "properties": {"id": "76c60e36-28e9-4bcb-a894-671e55085772", "info": null, "row": 839, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.45169485222746, 20.758789847139333, 0]}}, {"type": "Feature", "properties": {"id": "bbb8f0f6-6d01-4695-b9e8-c973b52447d5", "info": null, "row": 839, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.5705220960855, 20.78027892788695, 0]}}, {"type": "Feature", "properties": {"id": "98415121-1902-4bb1-8093-9a22ae914f09", "info": null, "row": 839, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.68938287453446, 20.80168581989671, 0]}}, {"type": "Feature", "properties": {"id": "f7ac12aa-7be0-48d5-a670-4ae9d4e2c2aa", "info": null, "row": 839, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.80827710649314, 20.823010409374252, 0]}}, {"type": "Feature", "properties": {"id": "e7ba5b1a-6392-4c20-928d-034d27d532ef", "info": null, "row": 839, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-68.92720471012481, 20.844252582828823, 0]}}, {"type": "Feature", "properties": {"id": "d9f4b12a-c91d-4a3b-b97f-aeaf6b1b7911", "info": null, "row": 839, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.04616560283756, 20.8654122270746, 0]}}, {"type": "Feature", "properties": {"id": "9d94c3aa-9884-4956-80b5-2569f2ee07d7", "info": null, "row": 839, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.16515970130321, 20.886489229235274, 0]}}, {"type": "Feature", "properties": {"id": "4dfa3ee3-974b-48ae-b130-2be4ad64e702", "info": null, "row": 839, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.28418692148495, 20.907483476750205, 0]}}, {"type": "Feature", "properties": {"id": "7f13be11-4f04-4dcc-8c66-f41e955a7f14", "info": null, "row": 839, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.40324717865997, 20.928394857379743, 0]}}, {"type": "Feature", "properties": {"id": "90b84ca8-c89e-4d22-a7a5-7f6ade6f519f", "info": null, "row": 839, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.52234038742759, 20.94922325920785, 0]}}, {"type": "Feature", "properties": {"id": "3e011136-4d49-4aa3-af3b-529fa5818786", "info": null, "row": 839, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.64146646169976, 20.96996857064186, 0]}}, {"type": "Feature", "properties": {"id": "1c6e249f-83f5-4fce-9837-9bbfce68d249", "info": null, "row": 839, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.76062531467866, 20.990630680409993, 0]}}, {"type": "Feature", "properties": {"id": "75146c53-0769-4029-8ded-813e52d01aa3", "info": null, "row": 839, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.87981685883818, 21.011209477559767, 0]}}, {"type": "Feature", "properties": {"id": "6dbb5f7b-d19d-490f-9a76-ab2564d4e0a7", "info": null, "row": 839, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-69.99904100593565, 21.03170485146173, 0]}}, {"type": "Feature", "properties": {"id": "e4efd5fa-13ec-4731-b4d8-df0e115b1c5d", "info": null, "row": 839, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.11829766709418, 21.052116691825205, 0]}}, {"type": "Feature", "properties": {"id": "62b064bc-67a9-4528-a659-595935c57e50", "info": null, "row": 1678, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.87391743674947, 20.57458840213956, 0]}}, {"type": "Feature", "properties": {"id": "39c02848-6211-4460-9aed-18e26ef4ef9e", "info": null, "row": 1678, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-67.99251621916696, 20.59649176304205, 0]}}, {"type": "Feature", "properties": {"id": "e382cf21-d303-4652-8b3f-4bf541bd812b", "info": null, "row": 1678, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.11114878587209, 20.618313833810628, 0]}}, {"type": "Feature", "properties": {"id": "860273a7-04ba-47bc-8ff4-f9151a1094c8", "info": null, "row": 1678, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.22981506095947, 20.64005449947394, 0]}}, {"type": "Feature", "properties": {"id": "48baac64-9f52-4ff9-a490-e39680cd2309", "info": null, "row": 1678, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.34851496727164, 20.661713645265312, 0]}}, {"type": "Feature", "properties": {"id": "d37f9e25-e448-43da-9bf3-a705b773b30b", "info": null, "row": 1678, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.46724842681935, 20.683291156701426, 0]}}, {"type": "Feature", "properties": {"id": "a23664dc-3674-45c5-ac92-32fa4716b31f", "info": null, "row": 1678, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.58601536091422, 20.70478691960725, 0]}}, {"type": "Feature", "properties": {"id": "7e48c8a3-aa0f-40b1-90fa-0d97e0b66f45", "info": null, "row": 1678, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.7048156901735, 20.726200820117562, 0]}}, {"type": "Feature", "properties": {"id": "7ee2ffc0-482d-4ab8-bf3f-8775c1807857", "info": null, "row": 1678, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.8236493344889, 20.747532744672103, 0]}}, {"type": "Feature", "properties": {"id": "d4fb296c-a149-459e-a9b4-8c3c063342b7", "info": null, "row": 1678, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-68.9425162130021, 20.768782580012125, 0]}}, {"type": "Feature", "properties": {"id": "258f94be-25e8-4fd9-a2e8-8bdcdf67c5e8", "info": null, "row": 1678, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.06141624410385, 20.789950213181513, 0]}}, {"type": "Feature", "properties": {"id": "d3ebdc2b-8371-474c-b67f-5ed624b02b3c", "info": null, "row": 1678, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.18034934545224, 20.811035531531132, 0]}}, {"type": "Feature", "properties": {"id": "52a59914-ec55-4146-b699-b2d87d338ae3", "info": null, "row": 1678, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.29931543400036, 20.832038422725162, 0]}}, {"type": "Feature", "properties": {"id": "90a17626-7b53-4db5-a0d0-13cef575a266", "info": null, "row": 1678, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.41831442601969, 20.85295877474637, 0]}}, {"type": "Feature", "properties": {"id": "ce53e91f-06b0-4555-998f-e9212ba72254", "info": null, "row": 1678, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.53734623710919, 20.873796475899024, 0]}}, {"type": "Feature", "properties": {"id": "4e3b69af-8d56-4522-8884-babdc597cd49", "info": null, "row": 1678, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.65641078218675, 20.89455141480872, 0]}}, {"type": "Feature", "properties": {"id": "9696a312-94b9-4301-97a9-7a8c9e71e6c8", "info": null, "row": 1678, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.77550797546688, 20.915223480419932, 0]}}, {"type": "Feature", "properties": {"id": "f3527552-193a-4673-a792-2f37008e69b2", "info": null, "row": 1678, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.89463773044073, 20.935812561994144, 0]}}, {"type": "Feature", "properties": {"id": "b6999174-b065-4e2e-b33f-798ef03a09ea", "info": null, "row": 1678, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.01379995988415, 20.956318549112908, 0]}}, {"type": "Feature", "properties": {"id": "6efa372e-2374-4efc-9ef4-ce8324631cbc", "info": null, "row": 1678, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.1329945759326, 20.976741331692402, 0]}}, {"type": "Feature", "properties": {"id": "30a7ccc6-cdbc-4c85-90c2-b7556c2c70c3", "info": null, "row": 2517, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.88976314975903, 20.499059804278417, 0]}}, {"type": "Feature", "properties": {"id": "23474253-e77f-4ebb-899f-109a7a2f04b9", "info": null, "row": 2517, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.0083027060493, 20.520968246424847, 0]}}, {"type": "Feature", "properties": {"id": "5fae1ac1-92c7-40d2-a197-2d4aca10a7a0", "info": null, "row": 2517, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.12687590287601, 20.542795723129228, 0]}}, {"type": "Feature", "properties": {"id": "6059051d-43c7-4b7b-be62-53896926d94f", "info": null, "row": 2517, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.24548266525997, 20.56454211966057, 0]}}, {"type": "Feature", "properties": {"id": "1a68358f-aa67-4f9e-afe3-34aa42f0c522", "info": null, "row": 2517, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.36412291698122, 20.586207321491585, 0]}}, {"type": "Feature", "properties": {"id": "96e21576-8319-4386-a09e-d4e3168cef9e", "info": null, "row": 2517, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.48279658099612, 20.607791214376846, 0]}}, {"type": "Feature", "properties": {"id": "459824ba-1855-4390-bf8a-553737c8f4e3", "info": null, "row": 2517, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.60150357956825, 20.629293684377327, 0]}}, {"type": "Feature", "properties": {"id": "4c1b2119-dc3c-4ee3-90bc-69b120bd5086", "info": null, "row": 2517, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.7202438342721, 20.650714617861748, 0]}}, {"type": "Feature", "properties": {"id": "60aadf9c-5ed9-48ee-83a0-f990149f4ef2", "info": null, "row": 2517, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.83901726596122, 20.672053901501616, 0]}}, {"type": "Feature", "properties": {"id": "10ccbbb2-ca72-445d-a007-d9f5da2d6e2d", "info": null, "row": 2517, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-68.95782379474403, 20.693311422267765, 0]}}, {"type": "Feature", "properties": {"id": "4b86ad18-1cb3-4449-b905-63dacc549393", "info": null, "row": 2517, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.07666333998287, 20.714487067431456, 0]}}, {"type": "Feature", "properties": {"id": "da5dcc00-575e-4687-9079-8a14d83cf621", "info": null, "row": 2517, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.19553582031259, 20.735580724568827, 0]}}, {"type": "Feature", "properties": {"id": "cdf29954-ec02-4bbf-9869-7e2ae3bd3a34", "info": null, "row": 2517, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.31444115366864, 20.756592281567244, 0]}}, {"type": "Feature", "properties": {"id": "495fd191-b836-4dee-913e-c2512e06bb71", "info": null, "row": 2517, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.43337925731072, 20.777521626630598, 0]}}, {"type": "Feature", "properties": {"id": "5463ac9d-b7a6-4938-984e-36f5de7d049e", "info": null, "row": 2517, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.55235004783184, 20.79836864828225, 0]}}, {"type": "Feature", "properties": {"id": "a7931bb7-0419-4c96-a410-d72013807284", "info": null, "row": 2517, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.6713534411495, 20.819133235364745, 0]}}, {"type": "Feature", "properties": {"id": "bcdccf21-9394-45f9-bf1a-11721d957490", "info": null, "row": 2517, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.79038935248282, 20.83981527703728, 0]}}, {"type": "Feature", "properties": {"id": "94ca1ff6-b40f-44d0-b2a6-8c6f233135de", "info": null, "row": 2517, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.90945769633136, 20.860414662773586, 0]}}, {"type": "Feature", "properties": {"id": "e842207b-88bd-4687-8659-8d482bf65087", "info": null, "row": 2517, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.02855838648124, 20.880931282364664, 0]}}, {"type": "Feature", "properties": {"id": "63fe8f13-aed8-4c1b-8b7e-c1fd63ac170d", "info": null, "row": 2517, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.14769133607751, 20.90136502593291, 0]}}, {"type": "Feature", "properties": {"id": "594c4d4e-531a-4fd4-815b-3bfc9e73d1b1", "info": null, "row": 3356, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.90560399610716, 20.423530282275827, 0]}}, {"type": "Feature", "properties": {"id": "f3bcb5b0-0e31-49cc-a911-518e0acec6dc", "info": null, "row": 3356, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.02408457488922, 20.445443823855516, 0]}}, {"type": "Feature", "properties": {"id": "ce0d4241-5026-43f4-bb0f-cdb69ed57231", "info": null, "row": 3356, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.14259865073917, 20.46727672438076, 0]}}, {"type": "Feature", "properties": {"id": "4b2cf53b-90ef-486c-8c1e-d61b33cef6ef", "info": null, "row": 3356, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.26114614959602, 20.48902886935915, 0]}}, {"type": "Feature", "properties": {"id": "2ae47a0a-9176-48d7-8fef-fab7c00bffb6", "info": null, "row": 3356, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.37972699617556, 20.510700144502216, 0]}}, {"type": "Feature", "properties": {"id": "5349702d-c6f8-4281-aa9e-de3307a68891", "info": null, "row": 3356, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.4983411143787, 20.532290435801922, 0]}}, {"type": "Feature", "properties": {"id": "820ab1f3-dfcc-4d70-aa85-e4b28d07d7f6", "info": null, "row": 3356, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.61698842741774, 20.55379962955441, 0]}}, {"type": "Feature", "properties": {"id": "d3a513e8-d722-4a47-8bc3-411ac46d9c00", "info": null, "row": 3356, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.73566885781878, 20.57522761236108, 0]}}, {"type": "Feature", "properties": {"id": "a5ae19b8-3f8b-4635-a273-d0a9867e06bb", "info": null, "row": 3356, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.85438232739004, 20.596574271123643, 0]}}, {"type": "Feature", "properties": {"id": "a1b8cb0e-4d23-4092-81fe-2d9369f4b95a", "info": null, "row": 3356, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-68.97312875719877, 20.617839493040897, 0]}}, {"type": "Feature", "properties": {"id": "15711e9f-db47-487e-ac7b-6852d140555e", "info": null, "row": 3356, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.09190806757137, 20.639023165609938, 0]}}, {"type": "Feature", "properties": {"id": "dcd2f646-c954-41be-bd7d-7a8834e7426e", "info": null, "row": 3356, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.21072017811326, 20.660125176630885, 0]}}, {"type": "Feature", "properties": {"id": "62c19cc0-43d2-4961-82dd-eaa3f95fea3c", "info": null, "row": 3356, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.32956500773726, 20.681145414213212, 0]}}, {"type": "Feature", "properties": {"id": "bedb1114-25af-4e99-9c65-f3eee3c5e10c", "info": null, "row": 3356, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.4484424746871, 20.702083766781058, 0]}}, {"type": "Feature", "properties": {"id": "98d5c18b-7845-46fb-957b-388cb02f94b9", "info": null, "row": 3356, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.56735249654612, 20.722940123076068, 0]}}, {"type": "Feature", "properties": {"id": "19e5ad03-b267-4613-9ee1-21eb5b255bf5", "info": null, "row": 3356, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.68629499022725, 20.74371437215687, 0]}}, {"type": "Feature", "properties": {"id": "de996403-8726-46d0-bcc7-919c85378bc3", "info": null, "row": 3356, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.8052698719491, 20.764406403396357, 0]}}, {"type": "Feature", "properties": {"id": "589ad9e8-56f8-4935-99eb-a2e4be8261ff", "info": null, "row": 3356, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.92427705721359, 20.78501610647935, 0]}}, {"type": "Feature", "properties": {"id": "c11ccebc-5f1b-4f00-abe3-b75063d62ad2", "info": null, "row": 3356, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.04331646081174, 20.805543371405278, 0]}}, {"type": "Feature", "properties": {"id": "c563097b-e44f-42fb-a2b0-f5dc08d6565c", "info": null, "row": 3356, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.16238799689634, 20.825988088502317, 0]}}, {"type": "Feature", "properties": {"id": "e523d984-8923-4d60-9675-e6db30ad4abc", "info": null, "row": 4195, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.92144247276931, 20.348000306467906, 0]}}, {"type": "Feature", "properties": {"id": "9a235ffa-a05b-45f5-8223-2d81d74753d9", "info": null, "row": 4195, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.03986419695127, 20.369918956458623, 0]}}, {"type": "Feature", "properties": {"id": "68265074-baa0-42eb-b01a-63b877af40ba", "info": null, "row": 4195, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.1583192748702, 20.391757289632846, 0]}}, {"type": "Feature", "properties": {"id": "6d3f09df-28cd-433b-995d-46082aaa49b1", "info": null, "row": 4195, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.27680763338697, 20.413515191737275, 0]}}, {"type": "Feature", "properties": {"id": "1bdd2184-3ef7-4c8c-bba3-a34cc8e19535", "info": null, "row": 4195, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.3953291981501, 20.435192548721556, 0]}}, {"type": "Feature", "properties": {"id": "38e00eac-722d-4daf-841c-473ef7694937", "info": null, "row": 4195, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.51388389399989, 20.456789246813955, 0]}}, {"type": "Feature", "properties": {"id": "80dd08f9-db73-4509-a585-57fb232de7e6", "info": null, "row": 4195, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.6324716450928, 20.478305172544818, 0]}}, {"type": "Feature", "properties": {"id": "867d1bbd-08bf-488a-850a-05f004079ceb", "info": null, "row": 4195, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.75109237490334, 20.499740212747525, 0]}}, {"type": "Feature", "properties": {"id": "6922ab0e-c4cb-46ed-922a-d5680f0f17d7", "info": null, "row": 4195, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.86974600619232, 20.521094254553514, 0]}}, {"type": "Feature", "properties": {"id": "bd3fe671-59ac-4af7-be0f-25e938ade385", "info": null, "row": 4195, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-68.9884324609847, 20.542367185389224, 0]}}, {"type": "Feature", "properties": {"id": "676cff32-c93d-42c2-93f2-0550dd969634", "info": null, "row": 4195, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.10715166056978, 20.56355889297726, 0]}}, {"type": "Feature", "properties": {"id": "ca692da4-4b28-4536-b4ab-3e7a1f78ab47", "info": null, "row": 4195, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.22590352552187, 20.584669265341326, 0]}}, {"type": "Feature", "properties": {"id": "9fe3793b-49f7-4302-b567-889e7cfe0a9e", "info": null, "row": 4195, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.34468797572848, 20.605698190812447, 0]}}, {"type": "Feature", "properties": {"id": "f2e99974-9a29-4017-9e72-5ef3d503155f", "info": null, "row": 4195, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.46350493041392, 20.6266455580343, 0]}}, {"type": "Feature", "properties": {"id": "e75aa023-55bc-4d11-a017-17c2ab060ae4", "info": null, "row": 4195, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.58235430814759, 20.64751125596598, 0]}}, {"type": "Feature", "properties": {"id": "9794435d-36e0-4226-9998-09ef4f12f523", "info": null, "row": 4195, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.70123602683327, 20.668295173881322, 0]}}, {"type": "Feature", "properties": {"id": "c89bfeb3-6c7c-42f5-9d20-30a9d851dea5", "info": null, "row": 4195, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.82015000368492, 20.68899720136614, 0]}}, {"type": "Feature", "properties": {"id": "d139a335-50b6-428f-9716-b1fd55c9664c", "info": null, "row": 4195, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.93909615520377, 20.709617228315743, 0]}}, {"type": "Feature", "properties": {"id": "cc3e5ea4-135c-4ff6-b60a-cc972e215d04", "info": null, "row": 4195, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.05807439718413, 20.73015514493768, 0]}}, {"type": "Feature", "properties": {"id": "c0687fdb-f929-4a16-9181-74e73ff9b536", "info": null, "row": 4195, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.17708464478649, 20.75061084176587, 0]}}, {"type": "Feature", "properties": {"id": "6a6efc8e-58eb-41fb-9a44-6066fdb71823", "info": null, "row": 5034, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.93727141392864, 20.272468504569083, 0]}}, {"type": "Feature", "properties": {"id": "e29f46c9-e807-4837-9b8b-116198bee570", "info": null, "row": 5034, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.05563477808681, 20.294392299096927, 0]}}, {"type": "Feature", "properties": {"id": "6cf95884-cb70-47d9-9a9e-5a0bd6c7f504", "info": null, "row": 5034, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.1740313532049, 20.31623610044403, 0]}}, {"type": "Feature", "properties": {"id": "00d0e6e7-75b3-4d7f-96bf-bf2863041b63", "info": null, "row": 5034, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.29246106708037, 20.337999794598378, 0]}}, {"type": "Feature", "properties": {"id": "30fcef24-9382-424c-8fc1-e3f1c9265b3e", "info": null, "row": 5034, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.41092384628206, 20.359683267744792, 0]}}, {"type": "Feature", "properties": {"id": "ec875eab-f674-42b4-a0e9-e69a8117cb2b", "info": null, "row": 5034, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.52941961656927, 20.381286406343552, 0]}}, {"type": "Feature", "properties": {"id": "2e835fa8-9889-46f2-a82e-c50e4230c964", "info": null, "row": 5034, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.64794830302412, 20.402809097155327, 0]}}, {"type": "Feature", "properties": {"id": "8c9d6812-5a37-4bde-b058-8888738fccd2", "info": null, "row": 5034, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.76650983005638, 20.424251227242593, 0]}}, {"type": "Feature", "properties": {"id": "9d0c58c2-9821-48ae-a85a-bb9bb1632b0e", "info": null, "row": 5034, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.88510412137174, 20.44561268396466, 0]}}, {"type": "Feature", "properties": {"id": "5738e24c-3bfb-475a-9a52-d08f414dbb99", "info": null, "row": 5034, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.00373109994779, 20.466893354974232, 0]}}, {"type": "Feature", "properties": {"id": "84dddaeb-a1aa-4f57-ba3e-4be2bb9624b7", "info": null, "row": 5034, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.12239068803217, 20.48809312821823, 0]}}, {"type": "Feature", "properties": {"id": "32a3df64-3175-4765-b9e0-3c43f05e15df", "info": null, "row": 5034, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.2410828071612, 20.50921189194227, 0]}}, {"type": "Feature", "properties": {"id": "3b9f8675-1324-4b18-ba69-7d94fcee6f77", "info": null, "row": 5034, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.35980737818679, 20.530249534696708, 0]}}, {"type": "Feature", "properties": {"id": "5de9e226-7357-4f33-b320-a44afd3aaeb5", "info": null, "row": 5034, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.47856432129953, 20.55120594534187, 0]}}, {"type": "Feature", "properties": {"id": "bbcad0be-12d8-480c-a6e4-fe5654a715e6", "info": null, "row": 5034, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.59735355603763, 20.57208101305094, 0]}}, {"type": "Feature", "properties": {"id": "77315326-64e4-4aab-8271-81d45b772ca4", "info": null, "row": 5034, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.71617500127762, 20.592874627309506, 0]}}, {"type": "Feature", "properties": {"id": "7a36e217-2cb1-485d-98a0-42250d91ee06", "info": null, "row": 5034, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.83502857521205, 20.61358667791312, 0]}}, {"type": "Feature", "properties": {"id": "c0d74a74-51fa-4fb2-91af-f131ef64de07", "info": null, "row": 5034, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.95391419532896, 20.634217054965227, 0]}}, {"type": "Feature", "properties": {"id": "bd8c5674-bf9e-45c7-879a-4fcd864882e2", "info": null, "row": 5034, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.07283177841958, 20.65476564888018, 0]}}, {"type": "Feature", "properties": {"id": "902120ac-8ac6-46ae-a00d-cf1fd5f99f11", "info": null, "row": 5034, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.19178124065229, 20.675232350397522, 0]}}, {"type": "Feature", "properties": {"id": "c085618f-16fa-4012-bcd6-7ddcda686622", "info": null, "row": 5873, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.95310035508795, 20.196936702670264, 0]}}, {"type": "Feature", "properties": {"id": "7d7300ff-e239-4bc5-ba32-a57fbacf987b", "info": null, "row": 5873, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.07140535922238, 20.218865641735228, 0]}}, {"type": "Feature", "properties": {"id": "095c8da0-9230-43ea-adb4-d9291c054e75", "info": null, "row": 5873, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.18974343153957, 20.24071491125521, 0]}}, {"type": "Feature", "properties": {"id": "a7cfdee2-3c09-4db9-89ef-f23547b27d6e", "info": null, "row": 5873, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.30811450077377, 20.262484397459477, 0]}}, {"type": "Feature", "properties": {"id": "652325c4-6d84-4318-889b-56f2d7a50c5e", "info": null, "row": 5873, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.42651849441404, 20.28417398676803, 0]}}, {"type": "Feature", "properties": {"id": "39ffc6a4-138c-487b-aeb8-3ba5ade566c9", "info": null, "row": 5873, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.54495533913862, 20.305783565873153, 0]}}, {"type": "Feature", "properties": {"id": "14272d2a-5b66-4caa-aa0c-1376ea6ceefd", "info": null, "row": 5873, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.66342496095542, 20.32731302176584, 0]}}, {"type": "Feature", "properties": {"id": "b7dd6371-2abb-44d4-8739-50e578b1c5c7", "info": null, "row": 5873, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.7819272852094, 20.34876224173766, 0]}}, {"type": "Feature", "properties": {"id": "f2fea2ba-c754-47aa-98fe-81f148780f47", "info": null, "row": 5873, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.90046223655116, 20.370131113375802, 0]}}, {"type": "Feature", "properties": {"id": "e4690e14-f0ba-45cb-b4a9-e21247ec65c4", "info": null, "row": 5873, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.01902973891086, 20.391419524559247, 0]}}, {"type": "Feature", "properties": {"id": "b09e2cd3-c191-4c8c-b566-03b8d449dfa3", "info": null, "row": 5873, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.13762971549454, 20.412627363459205, 0]}}, {"type": "Feature", "properties": {"id": "f6a0a66c-8f13-49e5-b722-9453b13e5e09", "info": null, "row": 5873, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.25626208880054, 20.433754518543218, 0]}}, {"type": "Feature", "properties": {"id": "6c7d1a58-41e3-47a5-82f9-ca04ac527887", "info": null, "row": 5873, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.37492678064508, 20.45480087858097, 0]}}, {"type": "Feature", "properties": {"id": "411a8769-57ca-43db-8183-568648b6f8f7", "info": null, "row": 5873, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.49362371218514, 20.47576633264944, 0]}}, {"type": "Feature", "properties": {"id": "1e60b612-d9bb-4b77-896d-bd5efbfe58d1", "info": null, "row": 5873, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.61235280392768, 20.4966507701359, 0]}}, {"type": "Feature", "properties": {"id": "3e304c8b-5858-45d6-b91f-119751b9b3e2", "info": null, "row": 5873, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.73111397572195, 20.51745408073769, 0]}}, {"type": "Feature", "properties": {"id": "351b7ded-acf4-4328-b2f3-d15d350d6e89", "info": null, "row": 5873, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.84990714673917, 20.538176154460103, 0]}}, {"type": "Feature", "properties": {"id": "537ae599-08fd-4ea3-ae86-4b3a2d4f7b2b", "info": null, "row": 5873, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.96873223545417, 20.558816881614707, 0]}}, {"type": "Feature", "properties": {"id": "f796dab1-f6f5-4813-b620-394795d84a3f", "info": null, "row": 5873, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.08758915965505, 20.579376152822675, 0]}}, {"type": "Feature", "properties": {"id": "285579dd-acf5-4bdc-8623-d1c5848f061c", "info": null, "row": 5873, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.2064778365181, 20.599853859029164, 0]}}, {"type": "Feature", "properties": {"id": "e7cb7f7f-6c3b-4721-9e2e-51e1a325c85f", "info": null, "row": 6712, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.9689200268793, 20.12140278128836, 0]}}, {"type": "Feature", "properties": {"id": "61a1540e-17e0-4526-ae0c-289094db273a", "info": null, "row": 6712, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.08716720705947, 20.14333689795734, 0]}}, {"type": "Feature", "properties": {"id": "85b58d7a-abff-4199-bc4a-de589771b6d3", "info": null, "row": 6712, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.20544724234522, 20.165191654984227, 0]}}, {"type": "Feature", "properties": {"id": "5ed965c0-8b03-4f01-a9e1-6444facf060c", "info": null, "row": 6712, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.32376015155901, 20.18696695538783, 0]}}, {"type": "Feature", "properties": {"id": "629565ed-c094-48b8-b7cb-9e34aafbea82", "info": null, "row": 6712, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.4421058664413, 20.208662686393588, 0]}}, {"type": "Feature", "properties": {"id": "0a020c92-7a32-475d-81e0-8c458d7a596d", "info": null, "row": 6712, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.56048429519959, 20.230278731340437, 0]}}, {"type": "Feature", "properties": {"id": "77bc05c1-99a9-4bb2-b6b7-67d9532cfdbf", "info": null, "row": 6712, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.67889535089131, 20.251814974922265, 0]}}, {"type": "Feature", "properties": {"id": "6f3c2e0c-43c9-470c-98cd-3a0d6de73308", "info": null, "row": 6712, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.79733895876885, 20.273271304498273, 0]}}, {"type": "Feature", "properties": {"id": "515ee72e-9a67-4c50-bc3d-6cd8cdcfef6a", "info": null, "row": 6712, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.91581505273336, 20.29464760940799, 0]}}, {"type": "Feature", "properties": {"id": "9b94d945-0930-47d6-b494-9c6af207e36e", "info": null, "row": 6712, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.03432356794521, 20.31594377961133, 0]}}, {"type": "Feature", "properties": {"id": "ea6ba24f-ddec-4669-ae4f-21b5ac23bf13", "info": null, "row": 6712, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.15286443418607, 20.337159704495203, 0]}}, {"type": "Feature", "properties": {"id": "ee5ad10a-9ed1-4899-a426-8eb5edeedfb8", "info": null, "row": 6712, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.27143757258725, 20.358295272308663, 0]}}, {"type": "Feature", "properties": {"id": "1c03066d-c4f1-4804-8fda-144cff476c32", "info": null, "row": 6712, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.39004289670366, 20.379350370383385, 0]}}, {"type": "Feature", "properties": {"id": "760bf1b4-c29a-4d87-8fe5-bfb2b11cfcf8", "info": null, "row": 6712, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.50868031753254, 20.40032488604657, 0]}}, {"type": "Feature", "properties": {"id": "f79ca327-9e34-4371-af80-b0230c166d05", "info": null, "row": 6712, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.62734975088021, 20.42121870792554, 0]}}, {"type": "Feature", "properties": {"id": "3063c6f6-df50-44a7-a387-e3e42603d06d", "info": null, "row": 6712, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.74605112442151, 20.442031727166356, 0]}}, {"type": "Feature", "properties": {"id": "674dd6cd-360e-49fe-8328-5974d2bddd6a", "info": null, "row": 6712, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.86478438083392, 20.46276383793687, 0]}}, {"type": "Feature", "properties": {"id": "f6cb637d-b666-4cbd-8660-33ab6ed9d4b5", "info": null, "row": 6712, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.98354947249797, 20.48341493645025, 0]}}, {"type": "Feature", "properties": {"id": "6c10587c-54a8-4342-84f0-c58a602dcc40", "info": null, "row": 6712, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.102346342413, 20.50398491762586, 0]}}, {"type": "Feature", "properties": {"id": "767f8e4f-23b9-4ccb-acbe-d5e4f2655b09", "info": null, "row": 6712, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.22117488516972, 20.524473668395856, 0]}}, {"type": "Feature", "properties": {"id": "262880c1-273b-4c8d-8130-de263abed43a", "info": null, "row": 7551, "col": 0}, "geometry": {"type": "Point", "coordinates": [-67.98473736057636, 20.045868325290577, 0]}}, {"type": "Feature", "properties": {"id": "850606f5-964c-49ca-9a18-2f9c3298f8b5", "info": null, "row": 7551, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.10292685201979, 20.06780762790433, 0]}}, {"type": "Feature", "properties": {"id": "ffcf9c99-9bcc-465d-8b53-68582b89b35c", "info": null, "row": 7551, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.22114896775925, 20.089667877314902, 0]}}, {"type": "Feature", "properties": {"id": "bc262b03-cebc-4d82-acaf-c39d1232ed78", "info": null, "row": 7551, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.3394038391928, 20.111448997504795, 0]}}, {"type": "Feature", "properties": {"id": "7f09a862-822e-4c9d-85ee-08fc748424d6", "info": null, "row": 7551, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.45769140315258, 20.133150876648685, 0]}}, {"type": "Feature", "properties": {"id": "0789c960-170d-4071-8eca-afff8605c2ee", "info": null, "row": 7551, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.57601154448456, 20.15477339382783, 0]}}, {"type": "Feature", "properties": {"id": "c279a680-e5b7-4688-8466-4ccc8437db82", "info": null, "row": 7551, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.69436415979553, 20.17631643080147, 0]}}, {"type": "Feature", "properties": {"id": "5303b38f-8d34-48b1-8b9d-bb4736c0e5d5", "info": null, "row": 7551, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.81274917398603, 20.19777987495572, 0]}}, {"type": "Feature", "properties": {"id": "7f44f8c6-8991-4cff-b363-a7be1bd0f715", "info": null, "row": 7551, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.93116653230285, 20.219163617766977, 0]}}, {"type": "Feature", "properties": {"id": "f7ed5d02-52ba-4e0b-878f-e10f744eca1d", "info": null, "row": 7551, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.04961618372892, 20.240467551743915, 0]}}, {"type": "Feature", "properties": {"id": "37b03698-dece-45c4-8a56-72040a4cd654", "info": null, "row": 7551, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.16809806603838, 20.261691567739206, 0]}}, {"type": "Feature", "properties": {"id": "e1085721-8b12-48a3-ac74-a288c5d7b4a0", "info": null, "row": 7551, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.28661209840813, 20.282835553672324, 0]}}, {"type": "Feature", "properties": {"id": "2b9947ef-18ba-442d-a0e9-a6920f9bd765", "info": null, "row": 7551, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.4051581838047, 20.303899395018895, 0]}}, {"type": "Feature", "properties": {"id": "2ff02532-960f-4828-bc46-8a04d0394bce", "info": null, "row": 7551, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.5237362202591, 20.324882976860327, 0]}}, {"type": "Feature", "properties": {"id": "824a810c-b4f0-43a1-ae20-c2a6608b5b37", "info": null, "row": 7551, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.64234611744702, 20.3457861868183, 0]}}, {"type": "Feature", "properties": {"id": "6c627c4e-f4e2-460b-8289-db2dcee433e0", "info": null, "row": 7551, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.76098781259739, 20.366608917799624, 0]}}, {"type": "Feature", "properties": {"id": "90f2ca65-082a-4aad-9ffa-813bb57438ce", "info": null, "row": 7551, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.87966127757636, 20.387351069131746, 0]}}, {"type": "Feature", "properties": {"id": "afedc1bc-5793-418a-a5fc-3fd073b5c7e8", "info": null, "row": 7551, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-69.99836650697351, 20.408012544365565, 0]}}, {"type": "Feature", "properties": {"id": "6da48f3c-711c-4b39-b50b-5f8f3faa4c16", "info": null, "row": 7551, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.11710347510724, 20.428593243750626, 0]}}, {"type": "Feature", "properties": {"id": "97320666-4580-4f81-ac06-e51a895d7ad5", "info": null, "row": 7551, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.23587204803147, 20.449093049141986, 0]}}, {"type": "Feature", "properties": {"id": "d16e5863-bb00-4d6f-ae85-e0c19879d23d", "info": null, "row": 8390, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.00055021977722, 19.970332833551836, 0]}}, {"type": "Feature", "properties": {"id": "36a210aa-0ed3-499c-b6c5-fe58dba04ee8", "info": null, "row": 8390, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.11868219744184, 19.992277321587054, 0]}}, {"type": "Feature", "properties": {"id": "e6df8985-3522-41bc-a939-2bac339de435", "info": null, "row": 8390, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.23684668116103, 20.014143083414663, 0]}}, {"type": "Feature", "properties": {"id": "39504925-642e-4876-99bc-2e40a127fd03", "info": null, "row": 8390, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.3550437746938, 20.03593003793466, 0]}}, {"type": "Feature", "properties": {"id": "1284d801-8544-492e-8306-7d2e40782177", "info": null, "row": 8390, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.47327341316459, 20.05763807308396, 0]}}, {"type": "Feature", "properties": {"id": "3af5be97-a55d-4fdf-aaac-7a1554ddc6a5", "info": null, "row": 8390, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.59153548803141, 20.07926706923368, 0]}}, {"type": "Feature", "properties": {"id": "b156791a-c02c-4d3e-a0b7-09b2a77c5f22", "info": null, "row": 8390, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.70982990199029, 20.100816909318134, 0]}}, {"type": "Feature", "properties": {"id": "ba8caf74-f23a-4fab-a67b-45d94f218107", "info": null, "row": 8390, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.82815658232738, 20.122287481207955, 0]}}, {"type": "Feature", "properties": {"id": "d57278f9-ff63-446f-a963-5488eeae010b", "info": null, "row": 8390, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.94651547314011, 20.14367867621734, 0]}}, {"type": "Feature", "properties": {"id": "9daba9be-3772-4b37-8ce7-64478f46f704", "info": null, "row": 8390, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.06490652054919, 20.1649903863873, 0]}}, {"type": "Feature", "properties": {"id": "0d8b99f5-6a78-4e40-b92d-20f709c39f89", "info": null, "row": 8390, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.18332966001513, 20.186222502209453, 0]}}, {"type": "Feature", "properties": {"id": "a78a8a5a-fcfc-48bb-a02c-f3115f92002f", "info": null, "row": 8390, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.30178481082189, 20.207374911681512, 0]}}, {"type": "Feature", "properties": {"id": "6bebff45-2adc-4e82-a83f-fcd53ab12f03", "info": null, "row": 8390, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.42027187943238, 20.228447500960172, 0]}}, {"type": "Feature", "properties": {"id": "f6d25d6a-eace-4673-8653-305e142f10ac", "info": null, "row": 8390, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.5387907705737, 20.24944015636453, 0]}}, {"type": "Feature", "properties": {"id": "529b220c-b287-4757-aaf6-ba4874b186b8", "info": null, "row": 8390, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.65734140243667, 20.270352767054845, 0]}}, {"type": "Feature", "properties": {"id": "2c2a58e1-99a3-4ab8-9537-edaa6c6bfb0f", "info": null, "row": 8390, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.77592372017273, 20.291185227346446, 0]}}, {"type": "Feature", "properties": {"id": "f1b4f60e-8684-4d7e-aa61-1fc6fccf7fe7", "info": null, "row": 8390, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.89453769986572, 20.311937437302404, 0]}}, {"type": "Feature", "properties": {"id": "a6a78f89-95f7-46f6-b645-8e8c4e8641a0", "info": null, "row": 8390, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.01318333329206, 20.332609299970688, 0]}}, {"type": "Feature", "properties": {"id": "d8fd6aa5-616c-4e8e-954a-7d2fd745f883", "info": null, "row": 8390, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.13186058201758, 20.353200713381923, 0]}}, {"type": "Feature", "properties": {"id": "124f011a-99cf-4299-88ad-f970ec42a386", "info": null, "row": 8390, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.25056928768035, 20.373711555198707, 0]}}, {"type": "Feature", "properties": {"id": "46df40ed-5672-404c-9300-8af02f76ee4d", "info": null, "row": 9229, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.01635631364702, 19.89479577579759, 0]}}, {"type": "Feature", "properties": {"id": "9c6e7bd0-6ada-4f84-ad57-4c5903022249", "info": null, "row": 9229, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.134431042065, 19.916745448463047, 0]}}, {"type": "Feature", "properties": {"id": "32dcca31-5d59-4369-99be-da6775498a2e", "info": null, "row": 9229, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.25253832849639, 19.93861675299762, 0]}}, {"type": "Feature", "properties": {"id": "ef5827ce-147e-4b4d-98d6-0217735c77a1", "info": null, "row": 9229, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.37067803705989, 19.96040956383764, 0]}}, {"type": "Feature", "properties": {"id": "194b4843-698c-40b3-bb60-4b06024de8d5", "info": null, "row": 9229, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.48885009089173, 19.982123766887476, 0]}}, {"type": "Feature", "properties": {"id": "26fc3996-f5f0-41f6-9247-9b0b6894b676", "info": null, "row": 9229, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.60705443338138, 20.00375925219587, 0]}}, {"type": "Feature", "properties": {"id": "e485fe74-911f-4ad4-92e9-24f8ec672a8a", "info": null, "row": 9229, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.7252910073938, 20.02531591008605, 0]}}, {"type": "Feature", "properties": {"id": "03e8cbc8-caf6-4385-963e-3bd4128d2c39", "info": null, "row": 9229, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.84355974673969, 20.046793629604995, 0]}}, {"type": "Feature", "properties": {"id": "2d1cc254-c10e-40a4-85d3-613e3713d826", "info": null, "row": 9229, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.96186057547504, 20.06819229842861, 0]}}, {"type": "Feature", "properties": {"id": "b5bbb251-7e96-480e-a59a-3b2d44891bae", "info": null, "row": 9229, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.0801934116314, 20.08951180356947, 0]}}, {"type": "Feature", "properties": {"id": "6be31847-3a7d-4468-910c-383c65b84e84", "info": null, "row": 9229, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.19855817277285, 20.11075203239602, 0]}}, {"type": "Feature", "properties": {"id": "c9d4c558-dae5-47e3-ac0c-cf684793bc78", "info": null, "row": 9229, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.31695478140747, 20.13191287360086, 0]}}, {"type": "Feature", "properties": {"id": "4af8047e-b7ad-471a-a86c-abb06a32cf2b", "info": null, "row": 9229, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.43538316879048, 20.152994217857778, 0]}}, {"type": "Feature", "properties": {"id": "621a5589-a0ad-49a1-aa2e-a2ad9ff2d8cd", "info": null, "row": 9229, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.5538432760738, 20.173995957990517, 0]}}, {"type": "Feature", "properties": {"id": "f707e711-ada4-4f3e-ba92-a0f0611d97fe", "info": null, "row": 9229, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.67233505210757, 20.194917988544724, 0]}}, {"type": "Feature", "properties": {"id": "4786a6ea-2608-490d-8436-5bc5e4670033", "info": null, "row": 9229, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.79085844749878, 20.215760204711657, 0]}}, {"type": "Feature", "properties": {"id": "71c637fc-eb10-40f4-97a8-519fff00b5f5", "info": null, "row": 9229, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.9094134047934, 20.23652250060112, 0]}}, {"type": "Feature", "properties": {"id": "741d282e-f727-4f1f-9ba9-ed033264ee9a", "info": null, "row": 9229, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.02799984488225, 20.25720476690322, 0]}}, {"type": "Feature", "properties": {"id": "0dabe718-d504-4825-99d3-214bede77630", "info": null, "row": 9229, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.1466176499433, 20.277806888015625, 0]}}, {"type": "Feature", "properties": {"id": "3eca5e32-9f5e-4b7c-889d-7ed5a59e44dd", "info": null, "row": 9229, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.2652666434295, 20.298328738745983, 0]}}, {"type": "Feature", "properties": {"id": "44e8d21c-f2dc-4c47-bc16-69e56a2f856c", "info": null, "row": 10068, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.03216240751684, 19.81925871804334, 0]}}, {"type": "Feature", "properties": {"id": "eea5e978-12bd-46c9-baa6-bd46901384e0", "info": null, "row": 10068, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.15017988668816, 19.841213575339037, 0]}}, {"type": "Feature", "properties": {"id": "b44af69d-a2c8-4109-a4b4-d1292b6b83a3", "info": null, "row": 10068, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.26822997583174, 19.86309042258058, 0]}}, {"type": "Feature", "properties": {"id": "aa2ed3d1-653a-4996-97aa-cb7c322aa845", "info": null, "row": 10068, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.386312299426, 19.88488908974062, 0]}}, {"type": "Feature", "properties": {"id": "1d09d984-0659-4812-9589-5f870347d5e3", "info": null, "row": 10068, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.50442676861888, 19.906609460690998, 0]}}, {"type": "Feature", "properties": {"id": "b17b30a2-58ba-4078-a289-804e9e5fc2d9", "info": null, "row": 10068, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.62257337873136, 19.928251435158067, 0]}}, {"type": "Feature", "properties": {"id": "d0831a44-bc10-4a47-85e9-9b062cce46e7", "info": null, "row": 10068, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.74075211279731, 19.949814910853966, 0]}}, {"type": "Feature", "properties": {"id": "4ac8f0ff-9957-4549-b099-1fbe190f4c79", "info": null, "row": 10068, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.858962911152, 19.971299778002038, 0]}}, {"type": "Feature", "properties": {"id": "35870f6e-061c-4a55-be49-b6d2aa0ab109", "info": null, "row": 10068, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.97720567780998, 19.992705920639885, 0]}}, {"type": "Feature", "properties": {"id": "aba5d203-794b-4df8-9154-0ee07eaa8640", "info": null, "row": 10068, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.09548030271361, 20.01403322075164, 0]}}, {"type": "Feature", "properties": {"id": "7439f67a-fc53-406e-9598-3b6a55ef5dea", "info": null, "row": 10068, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.21378668553056, 20.035281562582597, 0]}}, {"type": "Feature", "properties": {"id": "df313de3-e12f-4dc7-827e-12319c07ae92", "info": null, "row": 10068, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.33212475199305, 20.056450835520206, 0]}}, {"type": "Feature", "properties": {"id": "90f3081a-8475-479d-8de1-caa628fece8e", "info": null, "row": 10068, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.45049445814861, 20.077540934755383, 0]}}, {"type": "Feature", "properties": {"id": "ab1efd7a-b00b-4dbc-afd3-918b18c70fb5", "info": null, "row": 10068, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.56889578157391, 20.09855175961651, 0]}}, {"type": "Feature", "properties": {"id": "2c0c1984-8db7-4937-bb07-2095b249bb48", "info": null, "row": 10068, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.68732870177845, 20.119483210034595, 0]}}, {"type": "Feature", "properties": {"id": "1c54e7e0-8f86-4a34-8f0a-134dfa26c5d2", "info": null, "row": 10068, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.80579317482481, 20.140335182076864, 0]}}, {"type": "Feature", "properties": {"id": "67a950b3-9384-466f-b483-cb5796f14ab5", "info": null, "row": 10068, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.92428910972109, 20.161107563899836, 0]}}, {"type": "Feature", "properties": {"id": "5be25722-78d9-458c-aef7-d8548038b7a0", "info": null, "row": 10068, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.04281635647243, 20.181800233835755, 0]}}, {"type": "Feature", "properties": {"id": "3aba5bab-4c85-446c-9c02-572ef4516625", "info": null, "row": 10068, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.16137471786902, 20.202413062649324, 0]}}, {"type": "Feature", "properties": {"id": "b78f7ea7-c1d2-4f62-be62-300eac2dbecd", "info": null, "row": 10068, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.27996399917866, 20.222945922293263, 0]}}, {"type": "Feature", "properties": {"id": "9a6d78ed-e485-428e-8e47-a39b7373eece", "info": null, "row": 10907, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.04795722508376, 19.743719444353225, 0]}}, {"type": "Feature", "properties": {"id": "24276ace-ceb5-4882-a6cf-9bb54630ee93", "info": null, "row": 10907, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.16591829847049, 19.765679574536776, 0]}}, {"type": "Feature", "properties": {"id": "47498894-2ca2-42c7-af78-58ffd03ce804", "info": null, "row": 10907, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.28391165645239, 19.78756198176883, 0]}}, {"type": "Feature", "properties": {"id": "de7dfe11-8ab2-4f78-b7e7-251c22b0c693", "info": null, "row": 10907, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.40193714275514, 19.80936653690855, 0]}}, {"type": "Feature", "properties": {"id": "ff3ee414-8fcf-4617-80ba-6c89812bfd6c", "info": null, "row": 10907, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.51999469495821, 19.83109312867707, 0]}}, {"type": "Feature", "properties": {"id": "d272841a-b2a2-4cba-a5e5-1527a11307df", "info": null, "row": 10907, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.63808426872923, 19.852741649482045, 0]}}, {"type": "Feature", "properties": {"id": "2ce08e3b-9017-47e6-9128-bf8ec3b649d8", "info": null, "row": 10907, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.75620580700641, 19.874311989746978, 0]}}, {"type": "Feature", "properties": {"id": "64972009-a376-4f93-b018-f407eafb77e4", "info": null, "row": 10907, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.87435923537151, 19.89580403712016, 0]}}, {"type": "Feature", "properties": {"id": "59f1cb70-d5c0-4311-91ba-0f6476fb716b", "info": null, "row": 10907, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-68.99254447015952, 19.917217678002068, 0]}}, {"type": "Feature", "properties": {"id": "d9b2c0e4-d7a3-4ff3-9472-c21d9bd3d9c1", "info": null, "row": 10907, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.11076142999978, 19.938552799653678, 0]}}, {"type": "Feature", "properties": {"id": "cfdf1e0d-59fc-43ec-894a-51479096bd37", "info": null, "row": 10907, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.22901004479232, 19.9598092917943, 0]}}, {"type": "Feature", "properties": {"id": "64b92d69-73cd-4397-8a6a-735414d9623a", "info": null, "row": 10907, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.34729025881379, 19.980987047112027, 0]}}, {"type": "Feature", "properties": {"id": "fee61907-ffc0-42dd-832e-1638c658be23", "info": null, "row": 10907, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.46560202689204, 20.00208596052826, 0]}}, {"type": "Feature", "properties": {"id": "6ac5eace-9d39-4880-ad2a-161ca2d086d0", "info": null, "row": 10907, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.58394530449934, 20.023105927402018, 0]}}, {"type": "Feature", "properties": {"id": "b2cedae0-216e-4984-9b88-18b705f7a6d6", "info": null, "row": 10907, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.70232003428704, 20.044046841150248, 0]}}, {"type": "Feature", "properties": {"id": "3147083a-75be-4325-8d50-614b4916b70a", "info": null, "row": 10907, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.82072613308073, 20.064908591008617, 0]}}, {"type": "Feature", "properties": {"id": "b9fdcd0a-fd0c-414d-8184-0a3fdaa35e7d", "info": null, "row": 10907, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.93916348472408, 20.085691060873803, 0]}}, {"type": "Feature", "properties": {"id": "db3f88a0-98e2-4697-b9b4-d07dc4a04516", "info": null, "row": 10907, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.05763194543987, 20.106394130360215, 0]}}, {"type": "Feature", "properties": {"id": "a519ec28-0877-4efa-b213-e759731e90c2", "info": null, "row": 10907, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.17613136959085, 20.127017679376543, 0]}}, {"type": "Feature", "properties": {"id": "94814c45-5b3e-4f25-b463-f99953338fb2", "info": null, "row": 10907, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.29466166489598, 20.147561597684547, 0]}}, {"type": "Feature", "properties": {"id": "31ed9d4c-1413-4697-b30b-721df40dd6d3", "info": null, "row": 11746, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.06375201570614, 19.668180165368163, 0]}}, {"type": "Feature", "properties": {"id": "1751c47b-455e-49b5-8e37-ab370ad576e4", "info": null, "row": 11746, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.18165668532367, 19.690145568650454, 0]}}, {"type": "Feature", "properties": {"id": "5bbc298a-53cb-4ad1-8f09-38ba3f778716", "info": null, "row": 11746, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.2995933132577, 19.712033535914326, 0]}}, {"type": "Feature", "properties": {"id": "de5e1d33-dbb6-4549-928f-de5fd364672a", "info": null, "row": 11746, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.41756196357764, 19.73384397910937, 0]}}, {"type": "Feature", "properties": {"id": "f3f700b6-2437-4f1b-ac93-35be704136a7", "info": null, "row": 11746, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.53556260038621, 19.755576791822484, 0]}}, {"type": "Feature", "properties": {"id": "b56c1f19-b008-4e4c-af90-569259b8f7e5", "info": null, "row": 11746, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.65359513947895, 19.77723185910199, 0]}}, {"type": "Feature", "properties": {"id": "fe8a613e-abba-4c69-ada2-07dfca43292c", "info": null, "row": 11746, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.77165948350657, 19.7988090640477, 0]}}, {"type": "Feature", "properties": {"id": "44652c6b-f8fc-48d4-86a4-a3c807b97e8b", "info": null, "row": 11746, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.8897555432465, 19.82030829172388, 0]}}, {"type": "Feature", "properties": {"id": "cbf9149e-5627-49ea-9c87-93a0acd665ee", "info": null, "row": 11746, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-69.00788324743142, 19.84172943090822, 0]}}, {"type": "Feature", "properties": {"id": "41129ce5-50f5-4631-818e-074b0f806a30", "info": null, "row": 11746, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.12604254351345, 19.863072374163178, 0]}}, {"type": "Feature", "properties": {"id": "8c8314b3-71be-4f57-9b15-e709518f9256", "info": null, "row": 11746, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.24423339173987, 19.884337016702595, 0]}}, {"type": "Feature", "properties": {"id": "c8fe8b18-2e7e-4745-930a-0d69c98a6f4e", "info": null, "row": 11746, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.36245575496841, 19.905523254521466, 0]}}, {"type": "Feature", "properties": {"id": "16403028-eeac-4adb-98d2-8d196ec77ce4", "info": null, "row": 11746, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.48070958674512, 19.926630982260217, 0]}}, {"type": "Feature", "properties": {"id": "9216447d-bf4f-4ec9-bd82-f5d143617c79", "info": null, "row": 11746, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.59899482029793, 19.947660091283492, 0]}}, {"type": "Feature", "properties": {"id": "c98fdb61-9e71-4e9a-a5af-acc68a5f5ceb", "info": null, "row": 11746, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.71731136125881, 19.96861046846572, 0]}}, {"type": "Feature", "properties": {"id": "c0df0bf3-b9ff-4519-ab43-ebe404b2f64c", "info": null, "row": 11746, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.83565908710948, 19.989481996192616, 0]}}, {"type": "Feature", "properties": {"id": "db860ecc-a29a-42de-a385-158b28eb90cf", "info": null, "row": 11746, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.95403785654925, 20.010274554105056, 0]}}, {"type": "Feature", "properties": {"id": "f5d4ef33-9c2e-4b89-9bb1-6bbf3e66d575", "info": null, "row": 11746, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.07244753220272, 20.030988023132206, 0]}}, {"type": "Feature", "properties": {"id": "9819e1c0-4d19-47d5-9de9-eacf16787369", "info": null, "row": 11746, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.19088802031816, 20.051622292381168, 0]}}, {"type": "Feature", "properties": {"id": "21377c61-0c01-40b1-8427-cfa0056bc4c6", "info": null, "row": 11746, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.30935933135397, 20.072177269472117, 0]}}, {"type": "Feature", "properties": {"id": "29bb7231-f9bb-48f3-ac09-50b4166c4fc7", "info": null, "row": 12585, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.07954033989168, 19.592639602960993, 0]}}, {"type": "Feature", "properties": {"id": "d9c84fa2-6a6b-4355-945a-1587a9c7170e", "info": null, "row": 12585, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.19738884955228, 19.614610283731732, 0]}}, {"type": "Feature", "properties": {"id": "f0ecff39-5544-4d5f-8bd4-e195e912863a", "info": null, "row": 12585, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.31526916863464, 19.636503847935884, 0]}}, {"type": "Feature", "properties": {"id": "f8f05fe2-f417-4960-bf41-a8e1f887f631", "info": null, "row": 12585, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.43318138764573, 19.658320212467668, 0]}}, {"type": "Feature", "properties": {"id": "64c12135-c03f-478b-bce0-549111737803", "info": null, "row": 12585, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.55112545592007, 19.680059268219264, 0]}}, {"type": "Feature", "properties": {"id": "8209c8c2-c058-4b69-8122-0eac313995c0", "info": null, "row": 12585, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.66910127551235, 19.7017208977816, 0]}}, {"type": "Feature", "properties": {"id": "29ee2cd7-8e31-4aa0-88ba-cea2b082e230", "info": null, "row": 12585, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.78710875024639, 19.72330498456058, 0]}}, {"type": "Feature", "properties": {"id": "fd0fb55b-0c59-497b-886a-cc12395ce65f", "info": null, "row": 12585, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.90514780507316, 19.744811416286378, 0]}}, {"type": "Feature", "properties": {"id": "13c80f30-1d89-4872-a2a4-d8eb07000911", "info": null, "row": 12585, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-69.02321838709702, 19.76624008512052, 0]}}, {"type": "Feature", "properties": {"id": "b6c88b53-0efb-4da7-be0a-9562f9c2ff48", "info": null, "row": 12585, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.14132045671668, 19.787590885975863, 0]}}, {"type": "Feature", "properties": {"id": "91a33d62-759d-4ca7-95e6-0eab7c1bd171", "info": null, "row": 12585, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.25945397505686, 19.808863714208826, 0]}}, {"type": "Feature", "properties": {"id": "05f90983-7a5d-49a1-ab9e-f143aa6da21d", "info": null, "row": 12585, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.37761889207128, 19.830058463486374, 0]}}, {"type": "Feature", "properties": {"id": "f1f028c0-c544-4044-8aab-fdf1e6b0f6c2", "info": null, "row": 12585, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.49581513825295, 19.851175024347924, 0]}}, {"type": "Feature", "properties": {"id": "3676c1fb-798b-4e48-895c-227136fd268b", "info": null, "row": 12585, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.61404262170177, 19.872213283755062, 0]}}, {"type": "Feature", "properties": {"id": "55aa7cef-335b-4afa-8306-af7d6b434922", "info": null, "row": 12585, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.73230123130823, 19.893173125735455, 0]}}, {"type": "Feature", "properties": {"id": "eed49d30-c7a9-4c1e-a6cd-b9a8806b6d04", "info": null, "row": 12585, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.85059084595977, 19.914054433074043, 0]}}, {"type": "Feature", "properties": {"id": "6b255bd9-d4d4-4a21-aff5-52370f73dd5a", "info": null, "row": 12585, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.96891134893313, 19.934857089873, 0]}}, {"type": "Feature", "properties": {"id": "8b56d41b-c99c-4f3a-a20d-c24b2f4066a5", "info": null, "row": 12585, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.08726264596675, 19.955580984690293, 0]}}, {"type": "Feature", "properties": {"id": "0c89a559-2250-4402-ba22-4202d0dafedc", "info": null, "row": 12585, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.20564468489607, 19.976226013868246, 0]}}, {"type": "Feature", "properties": {"id": "eaaebaa7-ef89-4903-9dd0-53a544e6534e", "info": null, "row": 12585, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.32405747416365, 19.996792084576406, 0]}}, {"type": "Feature", "properties": {"id": "3cd00a11-8422-4463-b9e1-613bacdc9e40", "info": null, "row": 13424, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.09532430149105, 19.5170981746922, 0]}}, {"type": "Feature", "properties": {"id": "7c6b1947-b9fa-40f8-97fa-1e2d93867f76", "info": null, "row": 13424, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.2131168156829, 19.539074135912905, 0]}}, {"type": "Feature", "properties": {"id": "d0e4b932-856e-46b6-bc6c-ccb9027c02ef", "info": null, "row": 13424, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.3309411100739, 19.56097332195766, 0]}}, {"type": "Feature", "properties": {"id": "557e4a22-ca80-4f93-8484-ef7449548c45", "info": null, "row": 13424, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.44879717078969, 19.582795630279513, 0]}}, {"type": "Feature", "properties": {"id": "0088ed2a-a788-4cd0-8e7b-a832228f3358", "info": null, "row": 13424, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.5666849045393, 19.604540943975252, 0]}}, {"type": "Feature", "properties": {"id": "7829f18e-4cf3-4430-af9c-c195b9e0d2c7", "info": null, "row": 13424, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.68460421726606, 19.62620914648549, 0]}}, {"type": "Feature", "properties": {"id": "3d1bff1b-c2d0-409a-8024-940cdd538316", "info": null, "row": 13424, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.8025550419383, 19.64780012666969, 0]}}, {"type": "Feature", "properties": {"id": "38a900d7-9ffa-4c9d-8945-5279f6a23118", "info": null, "row": 13424, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.9205373372305, 19.669313778465774, 0]}}, {"type": "Feature", "properties": {"id": "8fba2c41-7fc4-4e77-a0ec-7f5b41c9be1e", "info": null, "row": 13424, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-69.03855107264897, 19.690749998098237, 0]}}, {"type": "Feature", "properties": {"id": "f841bc34-c62e-4c52-bcfa-0509842f179a", "info": null, "row": 13424, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.15659621082824, 19.7121086808394, 0]}}, {"type": "Feature", "properties": {"id": "3b01fa68-f711-4dac-a9ae-aaed8574f34f", "info": null, "row": 13424, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.27467269388856, 19.733389718577527, 0]}}, {"type": "Feature", "properties": {"id": "b67dd040-fa74-4177-90c2-da1d3b4086de", "info": null, "row": 13424, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.39278043763824, 19.75459299884998, 0]}}, {"type": "Feature", "properties": {"id": "4e6ed745-65ac-452f-9cc6-0c580ed36691", "info": null, "row": 13424, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.51091933482925, 19.77571840551796, 0]}}, {"type": "Feature", "properties": {"id": "8444604a-5a18-4c09-9f17-b6b1e4406982", "info": null, "row": 13424, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.62908926648798, 19.796765820864266, 0]}}, {"type": "Feature", "properties": {"id": "b3122bf4-ba79-4f15-81ef-6f465bf9f859", "info": null, "row": 13424, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.74729011844394, 19.81773512856315, 0]}}, {"type": "Feature", "properties": {"id": "cc645826-6ba0-412b-8886-0d5c2842e61f", "info": null, "row": 13424, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.86552179848208, 19.838626216689466, 0]}}, {"type": "Feature", "properties": {"id": "60f453c3-1df6-44b1-8840-eb3fb40bd449", "info": null, "row": 13424, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.98378424800133, 19.85943897968765, 0]}}, {"type": "Feature", "properties": {"id": "faf082d1-c984-4dd3-a92e-3d1e2aa6b7b5", "info": null, "row": 13424, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.10207744062181, 19.880173318004275, 0]}}, {"type": "Feature", "properties": {"id": "d3749fbf-6c9b-4357-9e7c-9f2477f604d1", "info": null, "row": 13424, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.22040135881828, 19.900829133892387, 0]}}, {"type": "Feature", "properties": {"id": "1d669275-a235-481a-971a-f70d6e566522", "info": null, "row": 13424, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.33875593834433, 19.92140632171872, 0]}}, {"type": "Feature", "properties": {"id": "74006601-a375-4bdf-b327-78ee48c8aafc", "info": null, "row": 14263, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.11110616673409, 19.441556246135445, 0]}}, {"type": "Feature", "properties": {"id": "c34ea600-185f-47b5-b6ce-d6851ccf0f0c", "info": null, "row": 14263, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.228842822405, 19.463537497133917, 0]}}, {"type": "Feature", "properties": {"id": "5390cbf5-ad30-4898-941c-eba7de89e397", "info": null, "row": 14263, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.34661120963874, 19.48544231056391, 0]}}, {"type": "Feature", "properties": {"id": "45a3563e-a8f1-44c5-a21e-2c4ff07ab52a", "info": null, "row": 14263, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.46441121541055, 19.507270565433846, 0]}}, {"type": "Feature", "properties": {"id": "f440eccb-a897-46f3-96f2-8974103ec1fc", "info": null, "row": 14263, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.58224272436553, 19.529022140863905, 0]}}, {"type": "Feature", "properties": {"id": "95590938-bf6d-4e41-b83b-b4322efacb1d", "info": null, "row": 14263, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.7001056585751, 19.550696923381793, 0]}}, {"type": "Feature", "properties": {"id": "d397f847-8291-4de6-84ee-665f7e237135", "info": null, "row": 14263, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.8179999782677, 19.572294806920336, 0]}}, {"type": "Feature", "properties": {"id": "d97396c9-fcef-460d-ae2e-dbfbf2541e49", "info": null, "row": 14263, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.93592566358983, 19.593815689359378, 0]}}, {"type": "Feature", "properties": {"id": "742032fa-054d-4932-a947-444dcaf18473", "info": null, "row": 14263, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-69.05388269130384, 19.61525946822722, 0]}}, {"type": "Feature", "properties": {"id": "21c0816f-a203-41b7-860d-92e4608ca0d0", "info": null, "row": 14263, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.17187101550529, 19.63662603722747, 0]}}, {"type": "Feature", "properties": {"id": "c59f5d52-5022-4b65-8df9-979077d41602", "info": null, "row": 14263, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.2898905575767, 19.65791528450998, 0]}}, {"type": "Feature", "properties": {"id": "85e03d40-036d-4963-8f9b-3d5c30d70ea3", "info": null, "row": 14263, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.40794120742942, 19.67912709300818, 0]}}, {"type": "Feature", "properties": {"id": "aaa33fde-8ffc-442c-aa6c-cfb9fc3a925e", "info": null, "row": 14263, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.5260228354289, 19.70026134267881, 0]}}, {"type": "Feature", "properties": {"id": "d4e50f21-7c21-45e4-8118-ffd9076075a2", "info": null, "row": 14263, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.64413531211028, 19.721317914076888, 0]}}, {"type": "Feature", "properties": {"id": "f0b425df-4147-4e02-8f34-f767864af666", "info": null, "row": 14263, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.76227853077381, 19.74229669235688, 0]}}, {"type": "Feature", "properties": {"id": "2d426339-c0a8-422d-9dbe-310bfdb609e9", "info": null, "row": 14263, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.88045242622074, 19.763197570497084, 0]}}, {"type": "Feature", "properties": {"id": "813441dc-6b56-4618-8589-bc272bc67834", "info": null, "row": 14263, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-69.99865698120206, 19.784020450284718, 0]}}, {"type": "Feature", "properties": {"id": "aa6e51b7-525a-4c0c-9e6d-c66cba05b6b9", "info": null, "row": 14263, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.11689221055693, 19.804765239368564, 0]}}, {"type": "Feature", "properties": {"id": "b4ad604a-9ff4-47cd-a7d2-8411feca597c", "info": null, "row": 14263, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.23515811148818, 19.82543184247588, 0]}}, {"type": "Feature", "properties": {"id": "946d0916-5bd0-47e0-ac40-b1d046085f62", "info": null, "row": 14263, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.35345456693642, 19.846020144698343, 0]}}, {"type": "Feature", "properties": {"id": "de88a45d-8260-4fcd-a2de-3a0ccd177199", "info": null, "row": 15102, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.1268794686791, 19.366012273978164, 0]}}, {"type": "Feature", "properties": {"id": "7fb83d1d-9b84-47f4-b139-5ac3c18e5751", "info": null, "row": 15102, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.24456082524031, 19.387998852857088, 0]}}, {"type": "Feature", "properties": {"id": "e9600bdb-c133-4a56-9a1a-de5b4e124bfa", "info": null, "row": 15102, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.3622737854258, 19.409909316321308, 0]}}, {"type": "Feature", "properties": {"id": "e20086f9-347f-4d52-965e-230e36319ef7", "info": null, "row": 15102, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.48001815842804, 19.43174352900539, 0]}}, {"type": "Feature", "properties": {"id": "d615048a-1420-45c8-8012-9f2cf5b7cc3b", "info": null, "row": 15102, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.59779389081916, 19.453501381652053, 0]}}, {"type": "Feature", "properties": {"id": "3eae723b-85e7-4d6e-8bfa-6852c6baf029", "info": null, "row": 15102, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.71560097079504, 19.475182773015607, 0]}}, {"type": "Feature", "properties": {"id": "e17edd5a-db29-4025-acf3-699d0dbaf07d", "info": null, "row": 15102, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.83343937814662, 19.496787600549148, 0]}}, {"type": "Feature", "properties": {"id": "ccc0191c-bca8-4ffe-a787-c4b77c6083cd", "info": null, "row": 15102, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.95130906444695, 19.518315756818897, 0]}}, {"type": "Feature", "properties": {"id": "d18abe16-380f-402b-a17d-6d439a633478", "info": null, "row": 15102, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-69.06920995184572, 19.539767129386203, 0]}}, {"type": "Feature", "properties": {"id": "f086e062-af04-46bf-8fc8-1079ad643cb3", "info": null, "row": 15102, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.18714194188627, 19.561141602509707, 0]}}, {"type": "Feature", "properties": {"id": "49a71d5a-4018-44cb-a783-b2082bc03dc3", "info": null, "row": 15102, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.30510492813303, 19.582439059496764, 0]}}, {"type": "Feature", "properties": {"id": "f1a5ee4a-597b-43d3-aef2-09905f2ce394", "info": null, "row": 15102, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.42309880829404, 19.60365938490917, 0]}}, {"type": "Feature", "properties": {"id": "9a853389-07f6-4fa0-934c-f8988f21ad6c", "info": null, "row": 15102, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.54112349306945, 19.624802466129445, 0]}}, {"type": "Feature", "properties": {"id": "fb1507b7-ce4e-4867-93c4-3895df6d7ffa", "info": null, "row": 15102, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.65917891023884, 19.645868194039227, 0]}}, {"type": "Feature", "properties": {"id": "a1f1ebf5-251c-4917-b9ab-5f17bd27edba", "info": null, "row": 15102, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.77726500359367, 19.666856462763377, 0]}}, {"type": "Feature", "properties": {"id": "23bd3712-658d-4a8c-9a34-6eb8e7248819", "info": null, "row": 15102, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.89538172726736, 19.68776716860495, 0]}}, {"type": "Feature", "properties": {"id": "556e93f1-a379-49e1-93e7-8ec5c2c5fa5f", "info": null, "row": 15102, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-70.01352903685938, 19.708600208441496, 0]}}, {"type": "Feature", "properties": {"id": "5d5d0ff2-cbd4-482e-866f-7e085c448acd", "info": null, "row": 15102, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.1317068795149, 19.729355477980803, 0]}}, {"type": "Feature", "properties": {"id": "5ca5e02c-5185-4cf2-822a-9f12a9e83e4c", "info": null, "row": 15102, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.24991518583045, 19.75003287038667, 0]}}, {"type": "Feature", "properties": {"id": "255588eb-304c-4aaa-a4d8-d1b23db66ba4", "info": null, "row": 15102, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.36815386712416, 19.77063227588615, 0]}}, {"type": "Feature", "properties": {"id": "2807b106-a4e4-4deb-9eca-0fd7a74e5434", "info": null, "row": 15941, "col": 0}, "geometry": {"type": "Point", "coordinates": [-68.14265277062411, 19.290468301820884, 0]}}, {"type": "Feature", "properties": {"id": "923c33ab-22fe-4218-913d-715df2ba436d", "info": null, "row": 15941, "col": 1260}, "geometry": {"type": "Point", "coordinates": [-68.26027882807566, 19.312460208580255, 0]}}, {"type": "Feature", "properties": {"id": "113d65e3-2fdd-46cd-b05e-74ed59245ccc", "info": null, "row": 15941, "col": 2520}, "geometry": {"type": "Point", "coordinates": [-68.37793636121286, 19.334376322078704, 0]}}, {"type": "Feature", "properties": {"id": "5c011a87-aab8-464c-aa61-4280177a2810", "info": null, "row": 15941, "col": 3780}, "geometry": {"type": "Point", "coordinates": [-68.49562510144551, 19.356216492576937, 0]}}, {"type": "Feature", "properties": {"id": "ffd94f80-d31d-4ff5-81e9-e9320c098065", "info": null, "row": 15941, "col": 5040}, "geometry": {"type": "Point", "coordinates": [-68.61334505727278, 19.3779806224402, 0]}}, {"type": "Feature", "properties": {"id": "a3b5a3a1-2e42-434a-a018-6f8714c05a6c", "info": null, "row": 15941, "col": 6300}, "geometry": {"type": "Point", "coordinates": [-68.73109628301496, 19.399668622649422, 0]}}, {"type": "Feature", "properties": {"id": "fd71e5c5-83b1-40ae-bbe6-68555f6fb6af", "info": null, "row": 15941, "col": 7560}, "geometry": {"type": "Point", "coordinates": [-68.84887877802554, 19.421280394177955, 0]}}, {"type": "Feature", "properties": {"id": "4f759891-7c7c-49fd-baa2-bce8644b1b5e", "info": null, "row": 15941, "col": 8820}, "geometry": {"type": "Point", "coordinates": [-68.96669246530406, 19.442815824278416, 0]}}, {"type": "Feature", "properties": {"id": "1bc989c1-04da-48d0-a5fa-e37067230cba", "info": null, "row": 15941, "col": 10080}, "geometry": {"type": "Point", "coordinates": [-69.08453721238757, 19.464274790545183, 0]}}, {"type": "Feature", "properties": {"id": "786aea40-9ae2-4673-80bb-035b0ff50f5f", "info": null, "row": 15941, "col": 11340}, "geometry": {"type": "Point", "coordinates": [-69.20241286826723, 19.485657167791942, 0]}}, {"type": "Feature", "properties": {"id": "cd3550bc-a0cd-43c1-8ca8-a8ef1df00fc4", "info": null, "row": 15941, "col": 12600}, "geometry": {"type": "Point", "coordinates": [-69.32031929868936, 19.50696283448355, 0]}}, {"type": "Feature", "properties": {"id": "acd7c920-c310-4b86-b516-b1965fb373f7", "info": null, "row": 15941, "col": 13860}, "geometry": {"type": "Point", "coordinates": [-69.43825640915867, 19.52819167681016, 0]}}, {"type": "Feature", "properties": {"id": "0f7d7bbe-94f1-4823-8109-42100e08f0cb", "info": null, "row": 15941, "col": 15120}, "geometry": {"type": "Point", "coordinates": [-69.55622415070997, 19.549343589580083, 0]}}, {"type": "Feature", "properties": {"id": "94d4e2c3-4e81-44cb-a070-c6ff3b991cf4", "info": null, "row": 15941, "col": 16380}, "geometry": {"type": "Point", "coordinates": [-69.67422250836736, 19.570418474001567, 0]}}, {"type": "Feature", "properties": {"id": "fc28f702-fc87-4308-8be7-2ac7e6162041", "info": null, "row": 15941, "col": 17640}, "geometry": {"type": "Point", "coordinates": [-69.79225147641354, 19.59141623316987, 0]}}, {"type": "Feature", "properties": {"id": "ae77d616-2f8e-49ac-ab4c-b7e6698bd31f", "info": null, "row": 15941, "col": 18900}, "geometry": {"type": "Point", "coordinates": [-69.91031102831401, 19.61233676671282, 0]}}, {"type": "Feature", "properties": {"id": "c1e1c297-d636-4c95-bd58-cc2af81380eb", "info": null, "row": 15941, "col": 20160}, "geometry": {"type": "Point", "coordinates": [-70.0284010925167, 19.633179966598266, 0]}}, {"type": "Feature", "properties": {"id": "e1159d39-84b1-4fb7-a24e-6350545d6d06", "info": null, "row": 15941, "col": 21420}, "geometry": {"type": "Point", "coordinates": [-70.14652154847285, 19.65394571659304, 0]}}, {"type": "Feature", "properties": {"id": "b7931867-0cbc-4fca-9f57-479321b72f72", "info": null, "row": 15941, "col": 22680}, "geometry": {"type": "Point", "coordinates": [-70.26467226017269, 19.674633898297465, 0]}}, {"type": "Feature", "properties": {"id": "67fe428c-5805-4202-b0d1-7a6039d520b9", "info": null, "row": 15941, "col": 23940}, "geometry": {"type": "Point", "coordinates": [-70.38285316731192, 19.695244407073957, 0]}}]}
array(0)
- digital_number(pol, line, sample)uint16dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- comment :
- denoised digital number, read at full resolution
- history :
- digital_number: measurement/s1a-iw-grd-v*-20170907t103020-20170907t103045-018268-01eb76-00*.tiff
Array Chunk Bytes 1.57 GiB 47.68 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 7 graph layers Data type uint16 numpy.ndarray - time(line)datetime64[ns]2017-09-07T10:30:20.936389120 .....
- description :
- azimuth times interpolated along line dimension at the middle of range dimension
array(['2017-09-07T10:30:20.936389120', '2017-09-07T10:30:20.937879296', '2017-09-07T10:30:20.939369216', ..., '2017-09-07T10:30:45.932261888', '2017-09-07T10:30:45.933751808', '2017-09-07T10:30:45.935241984'], dtype='datetime64[ns]')
- sampleSpacing()float6410.0
- units :
- m
- referential :
- slant
array(10.)
- lineSpacing()float6410.0
- units :
- m
array(10.)
- gamma0_lut(pol, line, sample)float64dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- gamma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/gamma
Array Chunk Bytes 6.30 GiB 190.73 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 12 graph layers Data type float64 numpy.ndarray - noise_lut_azi(pol, line, sample)float32dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- noise_lut_azi_raw_grd: 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_azi_raw_grd: 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
Array Chunk Bytes 3.15 GiB 95.37 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 12 graph layers Data type float32 numpy.ndarray - noise_lut_range(pol, line, sample)float32dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- noise_lut_range_raw: 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 - /noise/noiseRangeVectorList/noiseRangeVector/azimuthTime noise_lut_range_raw: 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 - /noise/noiseRangeVectorList/noiseRangeVector/azimuthTime noise_lut_range_raw: 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 - /noise/noiseRangeVectorList/noiseRangeVector/azimuthTime noise_lut_range_raw: 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 - /noise/noiseRangeVectorList/noiseRangeVector/azimuthTime
Array Chunk Bytes 3.15 GiB 95.37 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 12 graph layers Data type float32 numpy.ndarray - sigma0_lut(pol, line, sample)float64dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- sigma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/sigmaNought
Array Chunk Bytes 6.30 GiB 190.73 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 12 graph layers Data type float64 numpy.ndarray - noise_lut(pol, line, sample)float32dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- noise_lut: noise_lut_azi_raw_grd: 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_raw: 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 - /noise/noiseRangeVectorList/noiseRangeVector/azimuthTime
Array Chunk Bytes 3.15 GiB 95.37 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 22 graph layers Data type float32 numpy.ndarray - ground_heading(line, sample)float32dask.array<chunksize=(5000, 5000), meta=np.ndarray>
- comment :
- at ground level, computed from lon/lat in azimuth direction
- long_name :
- Platform heading (azimuth from North)
- units :
- Degrees
Array Chunk Bytes 1.57 GiB 95.37 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 4 graph layers Data type float32 numpy.ndarray - land_mask(line, sample)int8dask.array<chunksize=(5000, 5000), meta=np.ndarray>
- history :
- land_mask: cartopy.feature.NaturalEarthFeature land
- meaning :
- 0: ocean , 1: land
Array Chunk Bytes 403.01 MiB 23.84 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 3 graph layers Data type int8 numpy.ndarray - altitude(line, sample)float64dask.array<chunksize=(5000, 5000), 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 3.15 GiB 190.73 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 4 graph layers Data type float64 numpy.ndarray - azimuth_time(line, sample)datetime64[ns]dask.array<chunksize=(5000, 5000), 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 3.15 GiB 190.73 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 4 graph layers Data type datetime64[ns] numpy.ndarray - slant_range_time(line, sample)float64dask.array<chunksize=(5000, 5000), 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 3.15 GiB 190.73 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 4 graph layers Data type float64 numpy.ndarray - incidence(line, sample)float64dask.array<chunksize=(5000, 5000), 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 3.15 GiB 190.73 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 4 graph layers Data type float64 numpy.ndarray - elevation(line, sample)float64dask.array<chunksize=(5000, 5000), 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 3.15 GiB 190.73 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 4 graph layers Data type float64 numpy.ndarray - longitude(line, sample)float64dask.array<chunksize=(5000, 5000), 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 3.15 GiB 190.73 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 4 graph layers Data type float64 numpy.ndarray - latitude(line, sample)float64dask.array<chunksize=(5000, 5000), 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 3.15 GiB 190.73 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 4 graph layers Data type float64 numpy.ndarray - offboresight(line, sample)float64dask.array<chunksize=(5000, 5000), meta=np.ndarray>
Array Chunk Bytes 3.15 GiB 190.73 MiB Shape (16778, 25187) (5000, 5000) Dask graph 24 chunks in 4 graph layers Data type float64 numpy.ndarray - velocity(line)float647.597e+03 7.597e+03 ... 7.598e+03
array([7597.45190117, 7597.45191242, 7597.45192367, ..., 7597.62563718, 7597.62564646, 7597.62565575])
- 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, 5000, 5000), meta=np.ndarray>
- history :
- sigma0_raw: sigma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/sigmaNought
- references :
- https://sentinel.esa.int/web/sentinel/radiometric-calibration-of-level-1-products
Array Chunk Bytes 6.30 GiB 190.73 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 24 graph layers Data type float64 numpy.ndarray - nesz(pol, line, sample)float64dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- nesz: noise_lut: noise_lut_azi_raw_grd: 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_raw: 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 - /noise/noiseRangeVectorList/noiseRangeVector/azimuthTime sigma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/sigmaNought
Array Chunk Bytes 6.30 GiB 190.73 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 34 graph layers Data type float64 numpy.ndarray - gamma0_raw(pol, line, sample)float64dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- gamma0_raw: gamma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/gamma
- references :
- https://sentinel.esa.int/web/sentinel/radiometric-calibration-of-level-1-products
Array Chunk Bytes 6.30 GiB 190.73 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 24 graph layers Data type float64 numpy.ndarray - negz(pol, line, sample)float64dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- negz: gamma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/gamma noise_lut: noise_lut_azi_raw_grd: 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_raw: 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 - /noise/noiseRangeVectorList/noiseRangeVector/azimuthTime
Array Chunk Bytes 6.30 GiB 190.73 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 34 graph layers Data type float64 numpy.ndarray - sigma0(pol, line, sample)float64dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- sigma0: nesz: noise_lut: noise_lut_azi_raw_grd: 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_raw: 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 - /noise/noiseRangeVectorList/noiseRangeVector/azimuthTime sigma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/sigmaNought sigma0_raw: sigma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/sigmaNought
- comment_recalibration :
- kersten recalibration not applied
- comment :
- not clipped, some values can be <0
Array Chunk Bytes 6.30 GiB 190.73 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 46 graph layers Data type float64 numpy.ndarray - gamma0(pol, line, sample)float64dask.array<chunksize=(1, 5000, 5000), meta=np.ndarray>
- history :
- gamma0: gamma0_raw: gamma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/gamma negz: gamma0_lut: annotation/calibration/calibration.xml: //calibration/calibrationVectorList/calibrationVector/gamma noise_lut: noise_lut_azi_raw_grd: 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_raw: 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 - /noise/noiseRangeVectorList/noiseRangeVector/azimuthTime
- comment_recalibration :
- kersten recalibration not applied
- comment :
- not clipped, some values can be <0
Array Chunk Bytes 6.30 GiB 190.73 MiB Shape (2, 16778, 25187) (1, 5000, 5000) Dask graph 48 chunks in 46 graph layers Data type float64 numpy.ndarray
- linePandasIndex
PandasIndex(RangeIndex(start=0, stop=16778, step=1, name='line'))
- samplePandasIndex
PandasIndex(RangeIndex(start=0, stop=25187, step=1, name='sample'))
- polPandasIndex
PandasIndex(Index(['VV', 'VH'], dtype='object', name='pol'))
- name :
- SENTINEL1_DS:/home1/scratch/agrouaze/xsardatasync/xsardata/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 )
- orbit_pass :
- Descending
- platform_heading :
- -167.7668824808032
Documentation
Overview
xsar rely on xarray.open_rasterio, rasterio and GDAL to read digital_number from SAFE product to return an xarray.Dataset object with dask chunks.
Luts are decoded from xml files and applied to digital_number, following official ESA thermal denoising document and ESA Sentinel-1 Product Specification.
So end user can directly use for example sigma0 variable, this is the denoised sigma0 computed from digital_number and by applying relevants luts.
Because xsar rely on dask, it have a small memory footprint: variables are read from file and computed only if needed.
xsar.open_dataset()
is very close to xarray.open_dataset, but in the followings examples, you will find some additional keywords and classes that allow to:
Examples
Note
With recommended installation you will be able to download and execute those examples in jupyter notebook.
Those examples will automatically download test data from https://cyclobs.ifremer.fr/static/sarwing_datarmor/xsardata/
Those file are not official ones: they are resampled to a lower resoltion and compressed to avoid big network transfert and disk usage.
Don’t use them for real science !
UML Description
Reference
Get in touch
Report bugs, suggest features or view the source code on github.
Last documentation build: Jul 30 2024 at 12:19
- XSAR simple example
- Advanced XSAR example
- Advanced explanation for RadarSat2
- Advanced explanation for RCM
- Projecting data on a map
- Raster masks from vector masks
- Open multiples datasets
- xsar batch processing on datarmor (ifremer)
- what is specific to TOPS SLC products?
- How to read a TOPS SLC product with xsar ?
- add high resolution interpolated variables
- alternatively compute the value of a geolocation field (longitude, latitude, incidence,..) at given image coordinates
- perform calibration and denoizing on sigma0, gamma0 and beta0
- get azimuth time variable
- get the ground range spacing
- get complex digital number
- additional informations