Releases: fgebhart/mapa
Releases · fgebhart/mapa
v0.6.0
What's Changed
- DOC: Update readme picture of 3d model by @fgebhart in #29
- DEP: allow also greater python versions and update dependencies by @fgebhart in #30
- ENH: allow passing a max number of stac items threshold by @fgebhart in #31
- ENH: Enable progressbar by @fgebhart in #32
- CI: enable caching of poetry dependencies by @fgebhart in #33
- ENH: lower max resolution threshold to ensure smaller STL files by @fgebhart in #34
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- ENH: correct handling of z_offset by taking elevation scale into account by @fgebhart in #25
- TST: add test based on md5sum to detect any algo changes by @fgebhart in #26
- TST: add test to cover functionality of side triangle computation by @fgebhart in #27
- DEP: down-pin ipyleaflet to ensure correct behavior of editing rectan… by @fgebhart in #28
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- DOC: add explanation of mapa algorithm by @fgebhart in #18
- RFC: refactoring to introduce a dedicated stl.py module by @fgebhart in #19
- RFC: extract helper functions to improve readability by @fgebhart in #20
- FIX: rename
stl
tostl_file
to fix circular import error in jupy… by @fgebhart in #21 - ENH: add scale and remove unused layer from ipyleaflet map by @fgebhart in #22
- RFC: rename
geometry.py
toalgorithm.py
by @fgebhart in #23 - TST: add test for merging and clipping tiffs to desired bbox by @fgebhart in #24
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- ENH: allow passing format ratio instead of make_sqaure to cover more use cases by @fgebhart in #14
- FIX: avoid using
exit()
since it does not work in jupyter notebooks by @fgebhart in #15 - DOC: show docstrings of
convert_bbox_to_stl
within jupyter notebook by @fgebhart in #16 - DOC: enhance and update readme by @fgebhart in #17
Full Changelog: v0.3.0...v0.4.0