Skip to content

Commit bbd97cb

Browse files
committed
Merge branch 'master' of https://github.com/geosensing/allocator
2 parents 66c40ed + dec3c0c commit bbd97cb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# allocator: Modern Geographic Task Allocation
1+
# allocator: Efficiently collect data from geographically distributed locations
22

33
[![PyPI version](https://img.shields.io/pypi/v/allocator.svg)](https://pypi.python.org/pypi/allocator)
44
[![Downloads](https://pepy.tech/badge/allocator)](https://pepy.tech/project/allocator)
55
[![CI](https://github.com/geosensing/allocator/actions/workflows/ci.yml/badge.svg)](https://github.com/geosensing/allocator/actions/workflows/ci.yml)
66
[![Documentation](https://img.shields.io/badge/docs-github.io-blue)](https://geosensing.github.io/allocator/)
77

8-
**Allocator v1.0** provides a modern, Pythonic API for geographic task allocation, clustering, and routing optimization.
9-
10-
> **📖 [Complete Documentation](https://geosensing.github.io/allocator/)** | **🚀 [Quick Start](https://geosensing.github.io/allocator/quickstart.html)** | **💡 [Examples](https://geosensing.github.io/allocator/examples/overview.html)**
8+
**Allocator** provides a modern, Pythonic API for geographic task allocation, clustering, and routing optimization.
119

1210
## Key Features
1311

@@ -56,4 +54,4 @@ assignments = allocator.assign(locations, centers)
5654

5755
## License & Contributing
5856

59-
MIT License. Contributions welcome - see [Contributing Guide](https://geosensing.github.io/allocator/contributing.html).
57+
MIT License. Contributions welcome - see [Contributing Guide](https://geosensing.github.io/allocator/contributing.html).

0 commit comments

Comments
 (0)