v0.9.0
Pre-release
Pre-release
What's Changed
- demaion/linetrace by @ndemaio in #38 🥳
- Made sure the parent resolution is of type int internally by @ndemaio in #40
- Fix geohash minimum resolution bug by @alpha-beta-soup in #42
- handles linear rings in katana.py by @alpha-beta-soup in #43 (by promoting any that may arise to Polygon)
- renames tbl/table as lyr/layer to be more generic, closes #29 by @alpha-beta-soup in #44
- Optional spatial sorting before partitioning (...before polyfilling) by @alpha-beta-soup in #45
- closes #21 by @alpha-beta-soup in #46 (Z- and M- dimensional geometries are supported, by dropping to 2D geometries)
Full Changelog: v0.8.0...v0.9.0
Nota bene two breaking changes:
- Command line arguments
-tbl/--table
are now-lyr/--layer
but the functionality is identical, it's just a rename to be more generic. - This seems very unlikely to affect any workflow, but now the pre-indexing spatial sorting is disabled by default (and can be expliclty disabled with
-s none
). Former default behaviour can be restored with an explicit-s hilbert
. Sorting is perhaps advantegous in some cases, but in most practical cases it adds overhead that exceeds its payoff.