xarray-ceos-alos2


Namexarray-ceos-alos2 JSON
Version 2023.8.2 PyPI version JSON
download
home_page
Summaryxarray reader for advanced land observing satellite 2 (ALOS2) CEOS files
upload_time2023-08-28 16:12:29
maintainer
docs_urlNone
author
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 `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": "",
    "name": "xarray-ceos-alos2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "xarray,earth-observation,remote-sensing,satellite-imagery,ceos,alos2,sar,synthetic-aperture-radar",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c4/07/cb021d58d1a1bf4b52a1bbd33e3d72743444ce9cfd43e9e1db79688f84d9/xarray-ceos-alos2-2023.8.2.tar.gz",
    "platform": null,
    "description": "# xarray-ceos-alos2\n\nRead ALOS2 CEOS files into `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": "2023.8.2",
    "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": "e404d6e7288f91d58cf17528731ba24d9d31978df4d817e175810b25de0625d0",
                "md5": "effe5ac4cdff17fc4a5e4a281452ee76",
                "sha256": "7871a299de9382b185bedec0dfa02a46cfad5286c877baeb6884eb512fc08bb5"
            },
            "downloads": -1,
            "filename": "xarray_ceos_alos2-2023.8.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "effe5ac4cdff17fc4a5e4a281452ee76",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 84518,
            "upload_time": "2023-08-28T16:12:28",
            "upload_time_iso_8601": "2023-08-28T16:12:28.206025Z",
            "url": "https://files.pythonhosted.org/packages/e4/04/d6e7288f91d58cf17528731ba24d9d31978df4d817e175810b25de0625d0/xarray_ceos_alos2-2023.8.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c407cb021d58d1a1bf4b52a1bbd33e3d72743444ce9cfd43e9e1db79688f84d9",
                "md5": "52e7359ce0f9a5f635b4d9fdc0cfb8f4",
                "sha256": "db3e95bc4f7cbfc631bc720d97b0c18bf0ad794fc4c9d648133567347e6e8420"
            },
            "downloads": -1,
            "filename": "xarray-ceos-alos2-2023.8.2.tar.gz",
            "has_sig": false,
            "md5_digest": "52e7359ce0f9a5f635b4d9fdc0cfb8f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 71536,
            "upload_time": "2023-08-28T16:12:29",
            "upload_time_iso_8601": "2023-08-28T16:12:29.968357Z",
            "url": "https://files.pythonhosted.org/packages/c4/07/cb021d58d1a1bf4b52a1bbd33e3d72743444ce9cfd43e9e1db79688f84d9/xarray-ceos-alos2-2023.8.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-28 16:12:29",
    "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: 0.13779s