An open API service indexing awesome lists of open source software.

https://github.com/umr-lops/xarray-ceos-alos2

xarray reader for ALOS2 datasets in CEOS format
https://github.com/umr-lops/xarray-ceos-alos2

alos-2 level-1 radar reader sar satellite-imagery xarray xarray-datatree

Last synced: 5 months ago
JSON representation

xarray reader for ALOS2 datasets in CEOS format

Awesome Lists containing this project

README

          

# xarray-ceos-alos2

Read ALOS2 CEOS files into `xarray.DataTree` objects.

## Installation

From PyPI

```sh
pip install xarray-ceos-alos2
```

From conda-forge

```sh
conda install -c conda-forge xarray-ceos-alos2
```

## Usage

```python
import ceos_alos2

tree = ceos_alos2.open_alos2(url, chunks={}, backend_options={"requests_per_chunk": 4096})
```