Skip to content

Version 0.1.10

Compare
Choose a tag to compare
@clarisma clarisma released this 21 Feb 16:19
· 3 commits to main since this release

Bug Fixes

  • Fixed Box.metersAroundLonLat() (#95, thanks @tobinam!)

  • gol query: CSV output fills empty cells to maintain proper column structure (#108)

Deprecations

  • We will introduce a simpler, streamlined API in Version 0.2. Specifically, methods from Node, Way and Relation will migrate to the Feature superclass, eliminating the need for casting and use of awkward generics (Features<?> becomes just Features). The most common filters will be accessible directly from Features (roads.select(crosses(river)) becomes roads.crosses(river)). These changes are part of our broader effort to align the Java and Python toolkits and make it easier for developers to transition between them.