geo-adjacency 1.3.1__py3-none-any.whl → 1.3.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {geo_adjacency-1.3.1.dist-info → geo_adjacency-1.3.2.dist-info}/METADATA +2 -2
- {geo_adjacency-1.3.1.dist-info → geo_adjacency-1.3.2.dist-info}/RECORD +4 -4
- {geo_adjacency-1.3.1.dist-info → geo_adjacency-1.3.2.dist-info}/WHEEL +0 -0
- {geo_adjacency-1.3.1.dist-info → geo_adjacency-1.3.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: geo-adjacency
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: A package to determine which geometries are adjacent to each other, accounting for obstacles and gaps between features.
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -49,7 +49,7 @@ Recommended installation is with [pip](https://pypi.org/project/pip/):
|
|
|
49
49
|
```python -m pip install geo-adjacency```
|
|
50
50
|
|
|
51
51
|
## Build from source
|
|
52
|
-
You must have Python
|
|
52
|
+
You must have Python 3.10-3.14 installed.
|
|
53
53
|
```
|
|
54
54
|
$ git clone git@github.com:asmyth01/geo-adjacency.git
|
|
55
55
|
$ cd geo-adjacency
|
|
@@ -3,7 +3,7 @@ geo_adjacency/adjacency.py,sha256=i_Oj-PFUTQWuEPrK1mW4EjsBtk_9AUkovmqpSf9HZ70,27
|
|
|
3
3
|
geo_adjacency/exception.py,sha256=zZNdBOm5LpuiCpNuqH1FNLhiPnQqyCyuhOTMBDnLSTQ,230
|
|
4
4
|
geo_adjacency/logging_config.py,sha256=ufvzXVRKVJi1QCO-KLF0BX2U4y1UG0OxnxCrEqzp0Bo,1569
|
|
5
5
|
geo_adjacency/utils.py,sha256=zKSvLXKNY0Y7eLCxeUaOy10L72aoIj-U8nlfpBsCwMs,3186
|
|
6
|
-
geo_adjacency-1.3.
|
|
7
|
-
geo_adjacency-1.3.
|
|
8
|
-
geo_adjacency-1.3.
|
|
9
|
-
geo_adjacency-1.3.
|
|
6
|
+
geo_adjacency-1.3.2.dist-info/METADATA,sha256=Btm0R7vb8CD53KF-j5jBQu5i0WnkJ9JFluz0NhACijw,4220
|
|
7
|
+
geo_adjacency-1.3.2.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
|
|
8
|
+
geo_adjacency-1.3.2.dist-info/licenses/LICENSE,sha256=p0PMGdB2iuOndKPbBCVhTNe9TMIxZRpJ64bQ_CoUIqY,1065
|
|
9
|
+
geo_adjacency-1.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|