https://github.com/scverse/spatial-sample-aggregation
https://github.com/scverse/spatial-sample-aggregation
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scverse/spatial-sample-aggregation
- Owner: scverse
- License: bsd-3-clause
- Created: 2025-03-17T10:13:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T11:27:46.000Z (about 1 year ago)
- Last Synced: 2025-07-07T01:09:06.955Z (11 months ago)
- Language: Python
- Size: 239 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# spatial-sample-aggregation
[![Tests][badge-tests]][tests]
[![Documentation][badge-docs]][documentation]
[badge-tests]: https://img.shields.io/github/actions/workflow/status/scverse/spatial-sample-aggregation/test.yaml?branch=main
[badge-docs]: https://img.shields.io/readthedocs/spatial-sample-aggregation
Aggregate spatial slides into sample-level statistyics
## Getting started
Please refer to the [documentation][],
in particular, the [API documentation][].
## Installation
You need to have Python 3.10 or newer installed on your system.
If you don't have Python installed, we recommend installing [uv][].
There are several alternative options to install spatial-sample-aggregation:
1. Install the latest development version:
```bash
pip install git+https://github.com/scverse/spatial-sample-aggregation.git@main
```
## Release notes
See the [changelog][].
## Contact
For questions and help requests, you can reach out in the [scverse discourse][].
If you found a bug, please use the [issue tracker][].
## Citation
> t.b.a
[uv]: https://github.com/astral-sh/uv
[scverse discourse]: https://discourse.scverse.org/
[issue tracker]: https://github.com/scverse/spatial-sample-aggregation/issues
[tests]: https://github.com/scverse/spatial-sample-aggregation/actions/workflows/test.yaml
[documentation]: https://spatial-sample-aggregation.readthedocs.io
[changelog]: https://spatial-sample-aggregation.readthedocs.io/en/latest/changelog.html
[api documentation]: https://spatial-sample-aggregation.readthedocs.io/en/latest/api.html
[pypi]: https://pypi.org/project/spatial-sample-aggregation