Wykres commitów

875 Commity (ccacb35a21e8e357d8b5039dee30b3146bd68aa3)

Autor SHA1 Wiadomość Data
Saijin-Naib 778b975915
Update boot.py - Add auto-boundary
I think it might be cheap insurance to have it on for all presets, as it certainly can help some datasets that would otherwise fail to reconstruct to reconstruct properly. It has little benefit for at-nadir surveys and processing templates, but sometimes these datasets can have unexpectedtly large reconstruction areas above/below the plane of reconstruction due to things like water or other spectral material in the survey, and this should prevent that edge case from being fatal.
2021-12-08 13:11:54 -05:00
Piero Toffanin 754b3a5896 Do not use tmp-location 2021-11-15 14:23:41 -05:00
Piero Toffanin e995876401 GRASS use tmp-location, translation fix 2021-11-10 15:39:28 -05:00
Piero Toffanin 4e1beb3021 Style fix 2021-11-08 15:52:33 -05:00
Piero Toffanin 7c607d2048 Update requirements.txt, better download filenames 2021-11-08 15:45:58 -05:00
Piero Toffanin 35a13a1ba4 EPSG validation fix 2021-11-05 16:00:27 -04:00
Piero Toffanin 69f80b320e More resilient tests 2021-11-05 15:54:19 -04:00
Piero Toffanin 53943c3f69 UI fixes, handle non-georeferenced datasets 2021-11-05 15:27:13 -04:00
Piero Toffanin 1ccad9312d Updated locales, strings 2021-11-05 13:19:09 -04:00
Piero Toffanin 4f7ee61030 Added unit tests for export 2021-11-05 13:10:48 -04:00
Piero Toffanin 7401bf6e1d Fix unit tests 2021-11-04 15:14:48 -04:00
Piero Toffanin c5fc89f61a Minor refactoring, fixes 2021-11-04 14:31:43 -04:00
Piero Toffanin b6ce0ae3cd Export point clouds 2021-11-04 13:27:36 -04:00
Piero Toffanin 3378e67a2a Zip on the fly 2021-11-04 11:17:37 -04:00
Piero Toffanin 34736e63b0 Export from Download Assets (orthophoto) working 2021-11-03 15:31:12 -04:00
Piero Toffanin 8054b650f9 KMZ export support 2021-11-02 18:15:51 -04:00
Piero Toffanin dd3b413401 Hillshading working 2021-11-02 16:33:35 -04:00
Piero Toffanin 176672cf10 Colormap exports working 2021-11-02 15:16:38 -04:00
Piero Toffanin 9bcedc65b7 Reprojection working 2021-11-01 15:51:40 -04:00
Piero Toffanin 3cd144f704 Shortcut downloads 2021-11-01 14:17:51 -04:00
Piero Toffanin b119b21225 UI panel for map exports 2021-11-01 12:26:04 -04:00
Saijin-Naib 77ea2c827d
Update formulas.py
Fix syntax for power operator to **
2021-10-28 13:19:03 -04:00
Saijin-Naib 7692c30053
Update formulas.py
Fix broken syntax on lines 23-24
2021-10-28 11:31:20 -04:00
Saijin-Naib aa306dc94f
Add vNDVI to formulas.py
vNDVI is a new RGB/Visible index derived from a genetic algorithm trained against citrus, grap, and sugarcane crop data.

The index is not normalized, so much care has to be taken when applying it as values will exceed the expected 0-1 range.

Reference paper:  
https://www.sciencedirect.com/science/article/pii/S016816991932383X

Requested by:  
Patrick Cochard
2021-10-28 11:26:12 -04:00
Piero Toffanin e5ac6280f7 Fix #1079 add project button 2021-10-22 16:35:18 -04:00
Piero Toffanin 3427e41c29 Set validation unavailable only on non-abort request 2021-10-19 16:49:32 -04:00
Piero Toffanin 6b80ed7a2c Minor bug fixes 2021-10-19 16:32:06 -04:00
Piero Toffanin e706bfd17d Add unit tests 2021-10-19 15:51:44 -04:00
Piero Toffanin b3f037482e Use viridis colormap 2021-10-19 12:56:27 -04:00
Piero Toffanin 42a51bafb6 Fix AdminGroupViewSet, AdminUserViewSet 2021-10-19 12:46:18 -04:00
Piero Toffanin 1e4b7e751b Permissions working 2021-10-19 12:40:23 -04:00
Piero Toffanin 31006b9373 Autocomplete 2021-10-19 11:08:46 -04:00
Piero Toffanin 0db85bba66 Add /api/users 2021-10-18 16:42:13 -04:00
Piero Toffanin 2beaad3910 Started working on project permission management 2021-10-18 15:19:16 -04:00
Piero Toffanin 92b2a02ce7 Try multiple node-odm hostnames 2021-10-12 15:54:53 -04:00
teslov d63ee48aa3 Added logging before throwing exception 2021-10-11 20:22:58 +03:00
teslov cd0f1dedee Added error checking with raising NodeServerError 2021-10-11 20:21:11 +03:00
teslov 984415d6dd Using traversal check for correct file placement 2021-10-11 20:16:37 +03:00
teslov 5daf7a15c0 Added checking of .zip ending for path to file 2021-10-11 19:31:17 +03:00
teslov 3e987bc860 Added strict checking is file exists in media folder of container 2021-10-11 19:30:34 +03:00
teslov 333ae03772 Added possibility to import file from system. 2021-10-11 15:16:25 +03:00
Piero Toffanin dcb023db18 Some error handling, tests 2021-10-08 12:03:15 -04:00
teslov d563052d07 Removed unused import 2021-10-08 09:53:29 +03:00
teslov 542077bdbf Fixed misstypes 2021-10-07 21:47:25 +03:00
teslov 8deed3b0ec Fixed errors during creating cutline 2021-10-07 21:09:41 +03:00
teslov fad63797af Fixed json.load to loads function 2021-10-07 21:04:49 +03:00
teslov f5903f74b5 Changed header to query params at metadata 2021-10-07 21:03:48 +03:00
teslov de35720e40 Added getting boundaries for tile as query param 2021-10-07 20:59:28 +03:00
teslov 13be9f5a04 Added support of retrieve metadata for cutline specified as geojson feature or polygon in boundaries header 2021-10-07 20:52:09 +03:00
Piero Toffanin c9fd4cef60 More pythonic discrete_cmap_from_hex 2021-10-06 13:16:14 -04:00