Skip to content

Commit

Permalink
Add sponsorship section
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Feb 5, 2022
1 parent ce19df7 commit 7149487
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ This Open Source project is sponsored by B-Open - https://www.bopen.eu.
Overall the software is in the **alpha** phase and the usual caveats apply.

- supports the following data products as [distributed by ESA](https://scihub.copernicus.eu/dhus/#/home):
- Sentinel-1 Single Look Complex (SLC):
- Sentinel-1 Ground Range Detected (GRD):
- Stripmap (SM)
- Interferometric Wide Swath (IW)
- Extra Wide Swath (EW)
- Sentinel-1 Ground Range Detected (GRD) SM/IW/EW/WV
- Sentinel-1 Single Look Complex (SLC) SM/IW/EW
- creates ready-to-use [Xarray](https://xarray.pydata.org) `Dataset`s that map the data
lazily and efficiently in terms of both memory usage and disk / network access
- reads all SAR imagery data: GRD images, SLC swaths and SLC bursts
- reads several metadata elements:
satellite orbit and attitude, ground control points, radiometric calibration look up tables,
Doppler centroid estimation and more
- reads uncompressed and compressed SAFE data products on the local computer or
on a network via [*fsspec*](https://filesystem-spec.readthedocs.io) - *dependes on rasterio>=1.3a3*
- supports larger-than-memory and distributed data access via [*dask*](https://dask.org) and
on a network via [*fsspec*](https://filesystem-spec.readthedocs.io) - **dependes on rasterio>=1.3a3**
- supports larger-than-memory and distributed data access via [*Dask*](https://dask.org) and
[*rioxarray*](https://corteva.github.io/rioxarray) /
[*rasterio*](https://rasterio.readthedocs.io) / [*GDAL*](https://gdal.org)

Expand Down Expand Up @@ -524,6 +524,14 @@ Main contributors:

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

## Sponsoring

[B-Open](https://bopen.eu) commits to maintain the project long term and we are happy to accept sponsorships to develop new features.

We wish to express our gratitude to the project sponsors:

- [Microsoft](https://microsoft.com) has contributed to adding GRD products and *fsspec* access

## License

```
Expand Down

0 comments on commit 7149487

Please sign in to comment.