v1.3
Version 1.3:
- include propagation of
transform
info in Topojson loaded data #135. - make sure FeatureCollection data is not modified #137
- accept GeoJSON from file as json-dict as input data #137, see docs
- make sure
bbox
is in pre-transformed coordinates #138 - guess
quant_factor
based on input data if none is given #140 - topojson is on conda-forge! #134
conda install -c conda-forge topojson
🎉🥳 - this version is made possible with sponsors🙏
What's Changed
- meta recipe by @mattijn in #132
- Add conda recipe by @mattijn in #133
- check if transform exists and include if so by @mattijn in #136
- Do not modify source data, include geojson from file and compute bbox consistently by @mattijn in #139
- Guess quantize factor from input data by @mattijn in #141
- update docs to include conda-forge install by @mattijn in #134
Full Changelog: v1.2...v1.3