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
- Host: GitHub
- URL: https://github.com/umr-lops/xarray-ceos-alos2
- Owner: umr-lops
- License: mit
- Created: 2023-06-27T09:38:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-01T19:17:32.000Z (7 months ago)
- Last Synced: 2025-12-04T09:31:12.328Z (6 months ago)
- Topics: alos-2, level-1, radar, reader, sar, satellite-imagery, xarray, xarray-datatree
- Language: Python
- Homepage: https://xarray-ceos-alos2.readthedocs.io
- Size: 227 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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})
```