mago-3d-terrainer v1.10.0-release
This release includes overall feature improvements and bug fixes.
[Feature Improvements]
- Improved reprojection performance when reading GeoTIFF files with projections other than
EPSG:4326
by switching fromjai
tojai-ext
. - Fixed a bug related to nodata priority and corrected an issue where values less than
0
were incorrectly treated as nodata. - Improved the handling of boundaries between multiple GeoTIFF tiles.
- Achieved minor performance gains by reducing redundant GeoTIFF reads.
- Refactored the codebase by removing unnecessary code and applying consistent formatting.
[Feature Additions]
- Added the
--nodata <arg>
command-line option.
The default value is-9999
, and you can specify a custom value to be treated as nodata. - Added the
--continue
command-line option.
This allows you to resume terrain tile generation when it has been interrupted or has failed, continuing from previously generated tiles.
Note: If generation fails, you must delete the temporary files and tile data associated with the failed depth level before retrying, in order for this option to work properly.