Skip to content

Commit 7149487

Browse files
committedFeb 5, 2022
Add sponsorship section
1 parent ce19df7 commit 7149487

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed
 

‎README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ This Open Source project is sponsored by B-Open - https://www.bopen.eu.
1111
Overall the software is in the **alpha** phase and the usual caveats apply.
1212

1313
- 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):
1515
- Stripmap (SM)
1616
- Interferometric Wide Swath (IW)
1717
- 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
1919
- creates ready-to-use [Xarray](https://xarray.pydata.org) `Dataset`s that map the data
2020
lazily and efficiently in terms of both memory usage and disk / network access
2121
- reads all SAR imagery data: GRD images, SLC swaths and SLC bursts
2222
- reads several metadata elements:
2323
satellite orbit and attitude, ground control points, radiometric calibration look up tables,
2424
Doppler centroid estimation and more
2525
- 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
2828
[*rioxarray*](https://corteva.github.io/rioxarray) /
2929
[*rasterio*](https://rasterio.readthedocs.io) / [*GDAL*](https://gdal.org)
3030

@@ -524,6 +524,14 @@ Main contributors:
524524

525525
See also the list of [contributors](https://github.com/bopen/xarray-sentinel/contributors) who participated in this project.
526526

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+
527535
## License
528536

529537
```

0 commit comments

Comments
 (0)
Please sign in to comment.