Skip to content

Commit

Permalink
version 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ChHarding committed Oct 24, 2021
1 parent a61f63f commit c1e79fe
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 107 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Created by https://www.toptal.com/developers/gitignore/api/python,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=python,visualstudiocode

# CH: don't put debug server script on github
# CH: ignore this script in project root (where it has to be run), it belongs in the server folder
Run_TouchTerrain_debug_server_app.py

# my private API key for testing
Expand Down Expand Up @@ -41,6 +41,7 @@ terrain
!test/test_TouchTerrain_standalone.py
!stuff/TouchTerrain_bottom_example.png
!stuff/example_config.json
!touchterrain/server/Run_TouchTerrain_debug_server_app.py

### Python ###
# Byte-compiled / optimized / DLL files
Expand Down
15 changes: 10 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Oct. 24, 2021 (version 3.5)
- rewrote how large STL/OBJ files are created, they are now written during the process to disk
rather first into memory which turned out to be too much for our 4 Gb server which would
kill the process and end in a time-out. Still not sure what happens if several large jobs are
run but this will certainly improve the odds of finishing.
- accepted offset_masks_lower and fill_holes options contributed by Anson Liu (NOT well tested outside his use case)
- some edits to the jupyter starter notebook

Jul. 16, 2021 (version 3.4)
- fixed bug with kml/kmz file showing up in the browser but then not actually used for processing (Once again, thank you, Nick!)

Expand All @@ -11,14 +19,11 @@ Apr. 29, 2021 (version 3.3)
Apr. 9, 2021
- added a manual option to switch border optimization on/off (smooth_borders)

Mar. 30, 2021
Mar. 30, 2021 (version 3.2.1)
- fixed double application of z-scale (thanks to Simon Scherrer!)
made version 3.2.1


Mar. 12, 2021
Mar. 12, 2021 (version 3.2)
- added Canadian 20m NRCan/CDEM and Australian AU/GA/AUSTRALIA_5M_DEM
- made version 3.2

Mar. 11, 2021
- temporary fix for bad google-api-python-client version
Expand Down
Loading

0 comments on commit c1e79fe

Please sign in to comment.