Releases: manaakiwhenua/vector2dggs
Releases · manaakiwhenua/vector2dggs
v0.9.1
Bug fix: related to geopandas/dask-geopandas#328
Full Changelog: v0.9.0...v0.9.1
v0.9.0
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.
v0.8.0
What's Changed
- Geohash by @alpha-beta-soup in #34
- S2 by @alpha-beta-soup in #35
- S2 : points and linestrings by @alpha-beta-soup in #36
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.2
v0.6.1
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.4
v0.5.3
Full Changelog: v0.5.2...v0.5.3