Wykres commitów

244 Commity (v1.9.16)

Autor SHA1 Wiadomość Data
Piero Toffanin e26de1af7d Add -1,1 range to ratio formulas 2022-10-01 18:09:42 +02:00
Piero Toffanin a803d919da Allow min/max input freedom 2022-10-01 17:43:26 +02:00
Piero Toffanin d06fc0088f Fix band order bug, temperature formulas 2022-09-12 13:31:44 -04:00
Scott 1eb024bc43
Add NDYI Index 2022-07-24 09:59:43 -06:00
Piero Toffanin c967b76423 Merge branch 'master' of https://github.com/OpenDroneMap/WebODM into tiler 2022-07-08 15:06:15 -04:00
Piero Toffanin ea4c491228 webp support 2022-07-08 14:49:20 -04:00
Piero Toffanin 8387ed7bf2 Smart tiles, faster rendering 2022-07-08 14:36:49 -04:00
Piero Toffanin 73b4acd8ee More stable get_algorithm_list 2022-07-07 00:44:06 -04:00
Piero Toffanin 1100c28f94 Rename Ir formulas 2022-07-07 00:07:50 -04:00
Piero Toffanin df07b08748 Remove gray formula 2022-07-06 23:57:33 -04:00
usplm f379109a7b Use Lwir as thermal band code 2022-07-06 23:56:32 -04:00
usplm 0e5d67bbdd Added Gray formula 2022-07-06 23:56:29 -04:00
usplm 37745fd68b Added Thermal formula 2022-07-06 23:55:42 -04:00
usplm fea52ed603 Added jet_r colormap 2022-07-06 23:53:30 -04:00
usplm 3f0c989234 Added jet and perceptually uniform sequential colormaps to render orthophoto 2022-07-06 23:52:31 -04:00
usplm dc80e4ca6d Added NDRE formula 2022-07-06 23:51:23 -04:00
usplm b21b919b4f Added NDWI formula 2022-07-06 23:51:14 -04:00
Owen Kaluza 980ee89501 Update Django to 2.2.27 and drf to 3.13.1
Required some fixes:
- detail_route replaced with action(detail=True)
- base_name replaced with basename
- handler404 requires exception arg
- DjangoObjectPermissionsFilter deprecated and moved to
djangorestframework-guardian, now called ObjectPermissionsFilter
2022-03-18 17:51:55 +11: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 53943c3f69 UI fixes, handle non-georeferenced datasets 2021-11-05 15:27:13 -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
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 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 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