Skip to content

Releases: fgebhart/mapa

v0.6.0

15 Mar 18:23
Compare
Choose a tag to compare

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

22 Feb 20:46
Compare
Choose a tag to compare

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

18 Feb 19:20
Compare
Choose a tag to compare

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 to stl_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 to algorithm.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

15 Feb 19:19
Compare
Choose a tag to compare

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

v0.3.0

14 Feb 19:24
Compare
Choose a tag to compare

What's Changed

  • ENH: increase z-scale for dem2stl demo to 2.5 by @fgebhart in #11
  • ENH: put output STL file on z=0 instead of negative z values by @fgebhart in #12
  • CLN: remove performance report by @fgebhart in #13

Full Changelog: v0.2.2...v0.3.0

v0.2.2

13 Feb 18:13
Compare
Choose a tag to compare

What's Changed

  • ENH: allow enabling/disabling caching of tiff files by @fgebhart in #9
  • ENH: preserve CRS from input geotiff by @fgebhart in #10

Full Changelog: v0.2.1...v0.2.2

v0.2.1

12 Feb 19:07
Compare
Choose a tag to compare

What's Changed

  • FIX: use click.echo to fix attribute error by @fgebhart in #7
  • DOC: update readme, provide more info on arguments in mapa ipynb by @fgebhart in #8

Full Changelog: v0.2.0...v0.2.1

v0.2.0

08 Feb 21:21
Compare
Choose a tag to compare

What's Changed

  • DEP: download file using urllib instead of requests by @fgebhart in #5
  • ENH: add another cache layer on stac item level by @fgebhart in #6

Full Changelog: v0.1.4...v0.2.0

v0.1.4

06 Feb 20:29
Compare
Choose a tag to compare

What's Changed

  • DOC: enhace readme to provide more details and example screenshots by @fgebhart in #3
  • ENH: default location to store STLs to is users home by @fgebhart in #4

Full Changelog: v0.1.3...v0.1.4

v0.1.3

06 Feb 19:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3