- Added command to write selected speaker areas from a dataset to GeoJSON, optionally including corresponding Glottolog point coordinates. - Added function to simplify the geometry of a feature (in order to reduce the size of the resulting GeoJSON).
1.3.0
- Added command to compute multi-polygon spread for speaker areas of language-level items in the LanguageTable of a CLDF dataset.
1.2.0
- Added command to validate speaker area geometries. - Added function to repair geometries using `shapely.make_valid`.
1.1.0
- Dropped support for python 3.8, added support for python 3.13. - Added command to compute distances between areas and Glottolog point coordinates. - Added functions to write more compact GeoJSON by limiting float precision to 5 decimal places.
1.0.0
Added function to translate GeoJSON objects to be "pacific centered".
0.4.0
- Enhanced `fixed_geometry`, adding option to fix antimeridian issues. - Moved functionality to manipulate GeoTIFF files to separate module to enhance reusability.