Name | xvec JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | Vector data cubes for Xarray |
upload_time | 2024-07-17 19:19:01 |
maintainer | Xvec contributors |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT |
keywords |
gis
cartography
pandas
shapely
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Vector data cubes for Xarray
> Where raster data cubes refer to data cubes with raster (x- and y-, or lon- and lat-) dimensions, vector data cubes are n-D arrays that have (at least) a single spatial dimension that maps to a set of (2-D) vector geometries. ([Edzer Pebesma](https://r-spatial.org/r/2022/09/12/vdc.html))
Xvec combines [Xarray](http://xarray.pydata.org) n-D arrays and [shapely 2](https://shapely.readthedocs.io/en/latest/) planar vector geometries to create a support for vector data cubes in Python. See [this post](https://r-spatial.org/r/2022/09/12/vdc.html) by Edzer Pebesma on an introduction of the concept or the introduction of their implementation in Xvec in our [documentation](https://xvec.readthedocs.io/en/latest/intro.html).
## Project status
The project is in the early stage of development and its API may still change.
## Installing
You can install Xvec from PyPI using `pip` or from conda-forge using `mamba` or `conda`:
```sh
pip install xvec
```
Or (recommended):
```sh
mamba install xvec -c conda-forge
```
### Development version
The development version can be installed from GitHub.
```sh
pip install git+https://github.com/xarray-contrib/xvec.git
```
We recommend installing its dependencies using `mamba` or `conda` before.
```sh
mamba install xarray shapely pyproj -c conda-forge
```
Raw data
{
"_id": null,
"home_page": null,
"name": "xvec",
"maintainer": "Xvec contributors",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "GIS, cartography, pandas, shapely",
"author": null,
"author_email": "Martin Fleischmann <martin@martinfleischmann.net>, Beno\u00eet Bovy <benbovy@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/4e/a8/89a547e59591077299f46127287a6f9dd4b844578d95bb49f3b0126f6d24/xvec-0.3.0.tar.gz",
"platform": null,
"description": "# Vector data cubes for Xarray\n\n> Where raster data cubes refer to data cubes with raster (x- and y-, or lon- and lat-) dimensions, vector data cubes are n-D arrays that have (at least) a single spatial dimension that maps to a set of (2-D) vector geometries. ([Edzer Pebesma](https://r-spatial.org/r/2022/09/12/vdc.html))\n\nXvec combines [Xarray](http://xarray.pydata.org) n-D arrays and [shapely 2](https://shapely.readthedocs.io/en/latest/) planar vector geometries to create a support for vector data cubes in Python. See [this post](https://r-spatial.org/r/2022/09/12/vdc.html) by Edzer Pebesma on an introduction of the concept or the introduction of their implementation in Xvec in our [documentation](https://xvec.readthedocs.io/en/latest/intro.html).\n\n## Project status\n\nThe project is in the early stage of development and its API may still change.\n\n## Installing\n\nYou can install Xvec from PyPI using `pip` or from conda-forge using `mamba` or `conda`:\n\n```sh\npip install xvec\n```\n\nOr (recommended):\n\n```sh\nmamba install xvec -c conda-forge\n```\n\n### Development version\n\nThe development version can be installed from GitHub.\n\n```sh\npip install git+https://github.com/xarray-contrib/xvec.git\n```\n\nWe recommend installing its dependencies using `mamba` or `conda` before.\n\n```sh\nmamba install xarray shapely pyproj -c conda-forge\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Vector data cubes for Xarray",
"version": "0.3.0",
"project_urls": {
"Home": "https://xvec.readthedocs.io",
"Repository": "https://github.com/xarray-contrib/xvec"
},
"split_keywords": [
"gis",
" cartography",
" pandas",
" shapely"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a110ee3183bd0a2ad6e178e02780a9a6911c068024b26303f018e05c0d29149f",
"md5": "176c8fa15d89b18d606cf4de7af4a648",
"sha256": "a64410ca409721289e410418320a6d5ab7970095206366bec56e660bcb227adc"
},
"downloads": -1,
"filename": "xvec-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "176c8fa15d89b18d606cf4de7af4a648",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 31089,
"upload_time": "2024-07-17T19:18:59",
"upload_time_iso_8601": "2024-07-17T19:18:59.561594Z",
"url": "https://files.pythonhosted.org/packages/a1/10/ee3183bd0a2ad6e178e02780a9a6911c068024b26303f018e05c0d29149f/xvec-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ea889a547e59591077299f46127287a6f9dd4b844578d95bb49f3b0126f6d24",
"md5": "2e74617be23b943ca447dc479f4d0b56",
"sha256": "8c63ef9ce0f680e986e8553ace19c2b65fb37a992074cc14a918cc297f97bc65"
},
"downloads": -1,
"filename": "xvec-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "2e74617be23b943ca447dc479f4d0b56",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 275019,
"upload_time": "2024-07-17T19:19:01",
"upload_time_iso_8601": "2024-07-17T19:19:01.274287Z",
"url": "https://files.pythonhosted.org/packages/4e/a8/89a547e59591077299f46127287a6f9dd4b844578d95bb49f3b0126f6d24/xvec-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-17 19:19:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xarray-contrib",
"github_project": "xvec",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "xvec"
}