@@ -11,20 +11,20 @@ This Open Source project is sponsored by B-Open - https://www.bopen.eu.
11
11
Overall the software is in the ** alpha** phase and the usual caveats apply.
12
12
13
13
- supports the following data products as [ distributed by ESA] ( https://scihub.copernicus.eu/dhus/#/home ) :
14
- - Sentinel-1 Single Look Complex (SLC ):
14
+ - Sentinel-1 Ground Range Detected (GRD ):
15
15
- Stripmap (SM)
16
16
- Interferometric Wide Swath (IW)
17
17
- Extra Wide Swath (EW)
18
- - Sentinel-1 Ground Range Detected (GRD ) SM/IW/EW/WV
18
+ - Sentinel-1 Single Look Complex (SLC ) SM/IW/EW
19
19
- creates ready-to-use [ Xarray] ( https://xarray.pydata.org ) ` Dataset ` s that map the data
20
20
lazily and efficiently in terms of both memory usage and disk / network access
21
21
- reads all SAR imagery data: GRD images, SLC swaths and SLC bursts
22
22
- reads several metadata elements:
23
23
satellite orbit and attitude, ground control points, radiometric calibration look up tables,
24
24
Doppler centroid estimation and more
25
25
- reads uncompressed and compressed SAFE data products on the local computer or
26
- on a network via [ * fsspec* ] ( https://filesystem-spec.readthedocs.io ) - * dependes on rasterio>=1.3a3*
27
- - supports larger-than-memory and distributed data access via [ * dask * ] ( https://dask.org ) and
26
+ on a network via [ * fsspec* ] ( https://filesystem-spec.readthedocs.io ) - ** dependes on rasterio>=1.3a3* *
27
+ - supports larger-than-memory and distributed data access via [ * Dask * ] ( https://dask.org ) and
28
28
[ * rioxarray* ] ( https://corteva.github.io/rioxarray ) /
29
29
[ * rasterio* ] ( https://rasterio.readthedocs.io ) / [ * GDAL* ] ( https://gdal.org )
30
30
@@ -524,6 +524,14 @@ Main contributors:
524
524
525
525
See also the list of [ contributors] ( https://github.com/bopen/xarray-sentinel/contributors ) who participated in this project.
526
526
527
+ ## Sponsoring
528
+
529
+ [ B-Open] ( https://bopen.eu ) commits to maintain the project long term and we are happy to accept sponsorships to develop new features.
530
+
531
+ We wish to express our gratitude to the project sponsors:
532
+
533
+ - [ Microsoft] ( https://microsoft.com ) has contributed to adding GRD products and * fsspec* access
534
+
527
535
## License
528
536
529
537
```
0 commit comments