xarray-ceos-alos2


Namexarray-ceos-alos2 JSON
Version 2024.10.0 PyPI version JSON
download
home_pageNone
Summaryxarray reader for advanced land observing satellite 2 (ALOS2) CEOS files
upload_time2024-10-30 14:24:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords xarray earth-observation remote-sensing satellite-imagery ceos alos2 sar synthetic-aperture-radar
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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})
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xarray-ceos-alos2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "xarray, earth-observation, remote-sensing, satellite-imagery, ceos, alos2, sar, synthetic-aperture-radar",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/44/ec/12c002fb7a84af43ebded73cfa1fb922620a8a9edc26e8b98c3029c23977/xarray_ceos_alos2-2024.10.0.tar.gz",
    "platform": null,
    "description": "# xarray-ceos-alos2\n\nRead ALOS2 CEOS files into `xarray.DataTree` objects.\n\n## Installation\n\nFrom PyPI\n\n```sh\npip install xarray-ceos-alos2\n```\n\nFrom conda-forge\n\n```sh\nconda install -c conda-forge xarray-ceos-alos2\n```\n\n## Usage\n\n```python\nimport ceos_alos2\n\ntree = ceos_alos2.open_alos2(url, chunks={}, backend_options={\"requests_per_chunk\": 4096})\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "xarray reader for advanced land observing satellite 2 (ALOS2) CEOS files",
    "version": "2024.10.0",
    "project_urls": {
        "changelog": "https://xarray-ceos-alos2.readthedocs.io/en/latest/changelog.html",
        "documentation": "https://xarray-ceos-alos2.readthedocs.io",
        "homepage": "https://xarray-ceos-alos2.readthedocs.io",
        "repository": "https://github.com/umr-lops/xarray-ceos-alos2"
    },
    "split_keywords": [
        "xarray",
        " earth-observation",
        " remote-sensing",
        " satellite-imagery",
        " ceos",
        " alos2",
        " sar",
        " synthetic-aperture-radar"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "668f2f54475c8e4d9002a91f49107a661d35e85f561f3425e58424b0e0872c2d",
                "md5": "3abceeaf03fb44a88a0622fe29c70696",
                "sha256": "2bbdfd18637c602a7f29e99eac33b2db678e033ce6111ee13bea5052e889bcd6"
            },
            "downloads": -1,
            "filename": "xarray_ceos_alos2-2024.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3abceeaf03fb44a88a0622fe29c70696",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 84504,
            "upload_time": "2024-10-30T14:24:40",
            "upload_time_iso_8601": "2024-10-30T14:24:40.142816Z",
            "url": "https://files.pythonhosted.org/packages/66/8f/2f54475c8e4d9002a91f49107a661d35e85f561f3425e58424b0e0872c2d/xarray_ceos_alos2-2024.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44ec12c002fb7a84af43ebded73cfa1fb922620a8a9edc26e8b98c3029c23977",
                "md5": "a29f1b90c198f5e78c40d0b45b786d2b",
                "sha256": "d1697147d654e1e9f19534d264f9812dbb147e53b0acdccb56e0c115d350c483"
            },
            "downloads": -1,
            "filename": "xarray_ceos_alos2-2024.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a29f1b90c198f5e78c40d0b45b786d2b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 71836,
            "upload_time": "2024-10-30T14:24:41",
            "upload_time_iso_8601": "2024-10-30T14:24:41.143404Z",
            "url": "https://files.pythonhosted.org/packages/44/ec/12c002fb7a84af43ebded73cfa1fb922620a8a9edc26e8b98c3029c23977/xarray_ceos_alos2-2024.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-30 14:24:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "umr-lops",
    "github_project": "xarray-ceos-alos2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xarray-ceos-alos2"
}
        
Elapsed time: 1.60007s