kopia lustrzana https://github.com/OpenDroneMap/NodeODM
924 B
924 B
Migration Guide
From API version 2.1.1 to 2.1.2
- Minor breaking change:
helpstrings from/optionsno longer substitute%(default)sand%(choices)svariables. Clients should do that by replacing thedefaultanddomainattributes before displaying them to the user. This is necessary for better localization support.
From API version 1.x to 2.x
skipPostProcessingparameter in/task/newand/task/new/initno longer processes 2D tiles via gdal2tiles.py. So theorthophoto_tiles,dsm_tilesanddtm_tilesdirectories are no longer being generated by NodeODM. Engines can provide such folders if needed and will be included in the output archive. With ODM you can now use the--tilesparameter to generate the tiles./task/<uuid>/download/orthophoto.tifhas been removed. One can extract theorthophoto.tiffile from theall.ziparchive (via/task/<uuid>/download/all.zip).