Wykres commitów

756 Commity (f310826f14a969879d0af527e93d3f3552c011c1)

Autor SHA1 Wiadomość Data
Piero Toffanin f310826f14 Updated docker-compose versions to 2.1 2018-04-05 10:51:14 -04:00
Piero Toffanin 4380fca870
Merge pull request #425 from kikislater/patch-1
Delete Grass GIS Mask removal
2018-04-02 13:18:30 -04:00
Sylvain POULAIN 0f74668601
Delete Grass GIS Mask removal
Due to GRASS environment destroyed each time computation is done, mask removal is not needed here.
2018-04-02 20:39:02 +04:00
Piero Toffanin 1d5ef5b00c
Merge pull request #421 from pierotofy/bugfixes
Bug fixes
2018-03-31 13:43:50 -04:00
Piero Toffanin 3a55dea1b3 CORS update, Safari text mime fix 2018-03-31 13:08:56 -04:00
Piero Toffanin a9c5c4b8ae Fixed issue where celery scheduler was not being started 2018-03-31 12:48:15 -04:00
Piero Toffanin 7b6efd6031
Merge pull request #418 from OpenDroneMap/volume
Volume
2018-03-30 09:15:23 -04:00
Piero Toffanin db4710cf30 Updated version 2018-03-30 08:38:55 -04:00
Piero Toffanin 783386a25f Removed commented code 2018-03-29 23:29:06 -04:00
Piero Toffanin 09c90b9cc3 Added grass-core, support for grass 7.6 2018-03-29 18:56:15 -04:00
Piero Toffanin db81a67c53 Better error handling, tweaks 2018-03-29 17:55:19 -04:00
Piero Toffanin ae0a0cbf67 Volume measurements! Processing done in celery, updated README 2018-03-29 17:28:15 -04:00
Piero Toffanin e3c36b1526 Modified measure plugin to include volume calculation. Started working on GRASS engine 2018-03-29 14:25:20 -04:00
Piero Toffanin b2daeae2f8 Ability to load globals via JS 2018-03-27 14:35:16 -04:00
Piero Toffanin 23a01bddcf
Added troubleshooting note 2018-03-25 08:57:51 -04:00
Piero Toffanin 149d7b6729 ES6 plugins support 2018-03-19 16:46:28 -04:00
Piero Toffanin 9e07e297c6 Changed default presets 2018-03-19 14:21:01 -04:00
Piero Toffanin 2005194d94 npm install support for plugins, started moving volume code into plugin, API url mountpoints 2018-03-19 12:26:10 -04:00
Piero Toffanin c157eb358a
Merge pull request #403 from Abizem/master
Volume measurement tool
2018-03-13 22:23:25 -04:00
Piero Toffanin 2747ad329a
Merge branch 'volume' into master 2018-03-13 22:23:04 -04:00
Piero Toffanin 4170db90d5
Merge pull request #407 from OpenDroneMap/pyup-update-django-1.11.7-to-2.0.3
Update django to 2.0.3
2018-03-11 13:37:34 -04:00
Piero Toffanin b1fbf61fcc Deprecation changes, package updates 2018-03-11 10:51:55 -04:00
Piero Toffanin b4bc12a3ea Updated foreignkeys 2018-03-11 10:06:09 -04:00
Piero Toffanin bb6a0af0d4
Merge pull request #408 from OpenDroneMap/gcp-comments
Support for comments in gcp files
2018-03-09 12:08:31 -05:00
Piero Toffanin e695b33251
Support for comments in gcp files 2018-03-09 11:45:26 -05:00
pyup-bot 5dd3394419 Update django from 1.11.7 to 2.0.3 2018-03-06 14:20:29 -05:00
Piero Toffanin d89f24fe03
Merge pull request #384 from pierotofy/plugins
Plugins Support
2018-03-02 18:08:07 -05:00
Piero Toffanin 4c800f2448 Restart task console bug fix 2018-03-02 17:50:33 -05:00
Piero Toffanin 3c79673d02 Fixed README conflict 2018-03-02 17:22:26 -05:00
Piero Toffanin 811c387605 Added restart command, diagram, README updates 2018-03-02 15:06:58 -05:00
Piero Toffanin b58abbcf9f Plugin unit tests, fixes 2018-03-02 11:30:16 -05:00
Piero Toffanin ad09cd71f5 404, 500 pages 2018-03-02 10:57:21 -05:00
Piero Toffanin 15caeba2b5 Locked webpack version to 3 2018-03-02 10:11:14 -05:00
Piero Toffanin 07b8843820 Added webpack-cli 2018-03-01 16:56:37 -05:00
Piero Toffanin 4fea36fc7e posm-gcpi integration, django template inclusion, minor refactoring 2018-03-01 16:29:23 -05:00
Piero Toffanin f9f011b2cf
Changed link 2018-02-24 10:31:19 -05:00
Piero Toffanin f97d4c1813 Plugin menu entry hook, posm-gcpi plugin skeleton, mount points 2018-02-23 17:48:32 -05:00
Abdelkoddouss IZem 7607a01086
Update Map.jsx
Need to install leaflet-draw via npm..then draw a polyon over the orthophoto annd you got the volume
2018-02-23 21:53:00 +00:00
Abdelkoddouss IZem b9a3be7c7b
Create cliprasterpol.py
Clip the corresponding user's geojson polygon from the DEM
2018-02-23 21:37:13 +00:00
Abdelkoddouss IZem ad3bfbede8
Create vertex.py
Extract polygon vertex in dem coordinate system (X, Y,Z)
2018-02-23 21:34:51 +00:00
Abdelkoddouss IZem 0eeba94e92
Create repro_json.py
Reproject th geojson polygon to the DEM coordinate system
2018-02-23 21:32:27 +00:00
Abdelkoddouss IZem b01c73705a
Update task.py
Add basic median plane function from where volume is extruded
2018-02-23 21:29:26 +00:00
Abdelkoddouss IZem f788913d35
Update urls.py 2018-02-23 21:17:39 +00:00
Abdelkoddouss IZem 141e34211c
Update urls.py
Volume url
2018-02-23 21:16:48 +00:00
Abdelkoddouss IZem a76e149469
Update tasks.py 2018-02-23 21:13:12 +00:00
Piero Toffanin 1bfcf80cb7 Added GCP resize tests 2018-02-23 14:48:59 -05:00
Piero Toffanin e0a054242b
Typo 2018-02-21 18:44:01 -05:00
Piero Toffanin 5fa93ebf4f
Rewording 2018-02-21 18:37:36 -05:00
Piero Toffanin d6793ea33b
T-Shirt link, service changes 2018-02-21 18:25:14 -05:00
Piero Toffanin 0ea8aa8f40
Backup and restore instructions 2018-02-21 15:19:39 -05:00