geo-adjacency

A robust and versatile package for calculating adjacency relationships between geometries, taking obstacles into account. Useful whenever a simple intersection isn't good enough.

MIT License

Downloads
124
Stars
5
Committers
2
geo-adjacency - v1.2.0 Latest Release

Published by asmyth01 11 months ago

What's Changed

  • Switch to kwargs, as the number of parameters was getting unwieldy.
  • More examples.
  • Allow setting a maximum distance between adjacent features.
  • Allow windowed analysis by passing in a bounding box.

Full Changelog: https://github.com/asmyth01/geo-adjacency/compare/v1.1.2...v1.2.0

geo-adjacency - Version 1.1.2

Published by asmyth01 11 months ago

What's Changed

  • Refactor.
  • Fixtures for pytest.
  • More tests.
  • Drop unused test data.
  • Improve documentation
  • Add examples

Full Changelog: https://github.com/asmyth01/geo-adjacency/compare/V1.1.1...v1.1.2

geo-adjacency - Version 1.1.1

Published by asmyth01 11 months ago

What's Changed

Full Changelog: https://github.com/asmyth01/geo-adjacency/compare/v1.1.0...V1.1.1

geo-adjacency - Verion 1.1.0

Published by asmyth01 11 months ago

What's Changed

Full Changelog: https://github.com/asmyth01/geo-adjacency/compare/v1.0.7...v1.1.0

geo-adjacency - Updates to documentation

Published by asmyth01 11 months ago

Updates to documentation, readme, and more.

geo-adjacency - Fix a Pypi publishing issue

Published by asmyth01 11 months ago

geo-adjacency - Fix a Pypi publishing issue

Published by asmyth01 11 months ago

Fix a Pypi publishing issue.

geo-adjacency - Version 1.0.4

Published by asmyth01 11 months ago

Documentation, additional tests, Github workflows.