Wykres commitów

203 Commity (master)

Autor SHA1 Wiadomość Data
Piero Toffanin 1fd8f268f3 Reverted webhook changes 2017-04-08 19:45:57 -04:00
Lee Pepper 93d59292dd Modify: Dockerfile for local build
Add: Webhook callback option
Modify: .gitignore for vscode
2017-04-07 10:55:24 -06:00
Piero Toffanin 74ecbcc0cc Upgraded code to be compatible with latest OpenDroneMap changes, added preliminary support for enum options 2017-03-29 14:50:57 -04:00
Piero Toffanin a0fa9661b4 Added ferry filter in PDAL command to properly store color info in unreferenced LAS output 2017-03-19 12:53:01 -04:00
Piero Toffanin 1f733045ef Fixed path 2017-03-15 10:43:17 -04:00
Piero Toffanin 81bf1236f5 Added ability to generate point cloud from unreferenced point cloud when georeferenced point cloud is missing 2017-03-15 10:37:52 -04:00
Piero Toffanin ac8f38b2eb Made createZipArchive able to skip missing files 2017-03-14 16:03:16 -04:00
Piero Toffanin 6ddbe1feba Updated API to 1.02, removed uncommon asset download URLs, speeded up archiving code, added test mode for skipping orthophoto generation, updated docs, skip tiling process when orthophoto is missing 2017-03-14 11:52:50 -04:00
Piero Toffanin 970efa2d6d Changed min tiling level from 16 to 12 2017-03-06 17:46:17 -05:00
Piero Toffanin 330cc5193a Added domain handling for string types 2017-02-19 11:58:33 -05:00
Piero Toffanin 0e4b3842cd Fixed missing 'string' typeConversion function 2017-02-18 15:33:23 -05:00
Piero Toffanin a25e688bcb Invalid options should simply continue processing with default options 2017-02-01 17:49:27 -05:00
Peter B 37584fb850 run parameters for GCP file changed, according to ODM commit 2e9d8126b785d9c863036ef23a7312e895090f6f 2017-01-24 23:09:21 +02:00
Piero Toffanin 72c5e8864d Added more meaningful error messages 2017-01-24 08:15:43 -05:00
Piero Toffanin 1d7617d2e7 Added PotreeConverter command, cleanup 2017-01-18 09:13:17 -05:00
Piero Toffanin 6ac50317ac Forgot newline 2016-12-14 13:45:22 -05:00
Piero Toffanin a74a5323b2 Replaced res.download, decreased tile levels, more output 2016-12-14 12:55:35 -05:00
Piero Toffanin cb8f50ff0d do not create viewers from gdal2tiles.py 2016-11-08 14:30:37 -05:00
Piero Toffanin dda3117263 Fixed typos 2016-11-08 14:12:03 -05:00
Piero Toffanin aee82d0232 Added tiling generation 2016-11-08 13:01:42 -05:00
Piero Toffanin baef4f817e Removed console.log statement 2016-11-07 13:59:07 -05:00
Piero Toffanin 41b0d3cb6a Allow orthophoto assets to be downloaded in test mode 2016-11-07 10:26:35 -05:00
Piero Toffanin 26ad42cdc2 Added more assets download options, added test processing files, small API change 2016-11-05 14:46:32 -04:00
Piero Toffanin 038940860d Added ability to restart tasks that have been completed 2016-11-04 10:04:18 -04:00
Piero Toffanin 36ffae3389 Test mode, bug fixing, automatic linting 2016-09-25 18:35:44 -04:00
Piero Toffanin 3230c4b45a Added test switch, mock options data 2016-09-24 20:07:02 -04:00
Piero Toffanin 955fc04eca Returning string values on /options per OpenAPI spec definition which doesn't allow mixed types 2016-09-21 17:29:08 -04:00
Piero Toffanin e1e7fa8fbf Cleanup, syntax error fix, added /getInfo 2016-09-19 17:15:19 -04:00
Piero Toffanin 0d6ae6362d Support to load configuration from .json file 2016-08-02 11:07:54 -05:00
Piero Toffanin 06c8c331be Modified a few log messages from info to debug 2016-07-31 16:53:25 -05:00
Piero Toffanin 61269d37c1 GPC files support, cleanups, options support, testing 2016-07-30 13:30:56 -05:00
Piero Toffanin f22e572a91 Logger cleanup, more command line arguments, options passing to ODM working 2016-07-29 17:16:22 -05:00
Piero Toffanin 2b1d7ff058 Command line args, moved logger into new module, removed taskmanager logger param, cleanups 2016-07-29 11:59:58 -05:00
Matthew Berryman f23e5df884 Fix require of config in odmRunner.js 2016-07-29 10:31:30 +10:00
Matthew Berryman 3538bfa9d5 Make path to ODM a config option 2016-07-29 09:44:24 +10:00
Matthew Berryman 422de4e792 Merge remote-tracking branch 'pierotofy/dev' into dev 2016-07-29 09:11:55 +10:00
Matthew Berryman 15bb8962d2 Use ES6 let, change default port to 3000 2016-07-29 08:59:08 +10:00
Piero Toffanin 032e20f390 Code cleanup 2016-07-28 16:46:28 -05:00
Piero Toffanin 6e56c31ab1 Options range checking, filtering, minor name changes 2016-07-28 11:28:18 -05:00
Matthew Berryman 6e3624d5f8 Config + logging
* Use a config file for making things like logging options and port
variable
* Use log file for internal + express (morgan) logging
2016-07-28 11:51:52 +10:00
Piero Toffanin 185467b0cd Options display, sending options to server 2016-07-26 14:20:37 -05:00
Piero Toffanin a769b5425f Options retrieval working 2016-07-25 20:10:18 -05:00
Piero Toffanin 0d605d4722 Started working on options parser 2016-07-25 15:10:34 -05:00
Piero Toffanin 7b501e5dcd Cleanup, license header, AdmZip replacement with Archiver 2016-07-18 17:56:27 -05:00
Piero Toffanin 23bdfe3103 Download of assets 2016-07-18 16:00:01 -05:00
Piero Toffanin f157aba2d8 Old task cleanup, zipping 2016-07-17 18:01:38 -05:00
Piero Toffanin 6b3938d616 Task persistence after shutdown 2016-07-15 16:19:50 -05:00
Piero Toffanin 2b3411dadc Task cancel, remove, time elapsed 2016-07-14 16:42:12 -05:00
Piero Toffanin 48e292a6cf Task start working, console output 2016-07-09 11:58:14 -05:00
Piero Toffanin 7a4bee53b9 Task processing, UI improvements, OpenDroneMap spawning (still need to fix things) 2016-07-08 15:44:48 -05:00
Piero Toffanin c0e239d709 Cancel task, restart task, minor refactoring 2016-07-07 17:07:17 -05:00
Piero Toffanin 514bc654c0 Knockout.js addition, task list management (work in progress) 2016-07-06 13:44:20 -05:00
Piero Toffanin 31f53011e5 Modified gitignore 2016-07-05 13:07:47 -05:00