README.md 261 Bytes
Newer Older
Joseph Siddons's avatar
Joseph Siddons committed
1 2 3 4 5 6 7 8 9 10 11 12 13
# GeoSpatialTools

Python module containing useful functions and classes for Spatial Analysis.

This package supports Python 3.11 and beyond.

## Installation

As a dependency with `pip`

```bash
pip install git+git@git.noc.ac.uk:josidd/geospatialtools.git
```