geo-adjacency 1.2.0__py3-none-any.whl → 1.2.1__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.
@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: geo-adjacency
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: A package to determine which geometries are adjacent to each other, accounting for obstacles and gaps between features.
5
- Home-page: https://asmyth01.github.io/geo-adjacency/
6
5
  License: MIT
7
6
  Keywords: voronoi,adjacency,geospatial,geometry
8
7
  Author: Andrew Smyth
@@ -26,6 +25,7 @@ Requires-Dist: scipy (>=1.11.3,<2.0.0)
26
25
  Requires-Dist: setuptools (>=69.0.0,<70.0.0)
27
26
  Requires-Dist: shapely (>=2.0.2,<3.0.0)
28
27
  Project-URL: Documentation, https://asmyth01.github.io/geo-adjacency/
28
+ Project-URL: Homepage, https://asmyth01.github.io/geo-adjacency/
29
29
  Project-URL: Repository, https://github.com/andrewsmyth/geo-adjacency
30
30
  Description-Content-Type: text/markdown
31
31
 
@@ -87,4 +87,16 @@ _See the [docs](https://asmyth01.github.io/geo-adjacency/index.html) for details
87
87
  target_geoms = [target_geometries[i] for i in target_i_list]
88
88
  ```
89
89
 
90
+ # Development
91
+ ## Installing dependencies
92
+ ```
93
+ poetry env use [python version]
94
+ poetry install
95
+ ```
96
+
97
+ ## Running tests
98
+ `poetry run pytest tests`
99
+
100
+ ## Running a module
101
+ `poetry run python [python file]`
90
102
 
@@ -2,7 +2,7 @@ geo_adjacency/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  geo_adjacency/adjacency.py,sha256=pIxXEQjcjFKH95Xk27O8qYrD3ZY88JWOA7qOId82JW4,22941
3
3
  geo_adjacency/exception.py,sha256=zZNdBOm5LpuiCpNuqH1FNLhiPnQqyCyuhOTMBDnLSTQ,230
4
4
  geo_adjacency/utils.py,sha256=57Q-nRZQlW1QetlLoucbDr1jm3CRHYRCVzrarm7xxZw,4188
5
- geo_adjacency-1.2.0.dist-info/LICENSE,sha256=p0PMGdB2iuOndKPbBCVhTNe9TMIxZRpJ64bQ_CoUIqY,1065
6
- geo_adjacency-1.2.0.dist-info/METADATA,sha256=hbT90t7FAtGb2tzr4GgnZrfA_2KESFEW2upzVAxSaYk,3857
7
- geo_adjacency-1.2.0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
8
- geo_adjacency-1.2.0.dist-info/RECORD,,
5
+ geo_adjacency-1.2.1.dist-info/LICENSE,sha256=p0PMGdB2iuOndKPbBCVhTNe9TMIxZRpJ64bQ_CoUIqY,1065
6
+ geo_adjacency-1.2.1.dist-info/METADATA,sha256=UE247P9ViLLifF9ueIfzV7kcld52fPsWtKDGIyvlxbE,4064
7
+ geo_adjacency-1.2.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
8
+ geo_adjacency-1.2.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.8.1
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any