Wykres commitów

289 Commity (master)

Autor SHA1 Wiadomość Data
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
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
Piero Toffanin 0782799446 Remove matplotlib dependency 2021-10-06 13:10:48 -04:00
Piero Toffanin ae180c6e0d Handle bad inputs 2021-10-06 12:40:51 -04:00
Piero Toffanin 3d8d5a705f Fix rescale 2021-10-06 12:17:58 -04:00
Piero Toffanin 84d81dfab1 Fix metadata, zoom level tests 2021-10-05 18:30:00 -04:00
Piero Toffanin 10757ae710 Handle 404 for raster that doesn't exist 2021-10-05 18:08:35 -04:00
teslov 33878c7571 Fixed rendering of hillshades, updated rio-etc 2021-10-05 15:57:54 +03:00
teslov 7a72769c0c Fixed range defining error 2021-10-05 11:38:19 +03:00
teslov 3dcc7045bf Fixed validation error. Added support of rescaling metadata 2021-10-05 11:37:26 +03:00
teslov e5f0ec9710 Added rescaling range for metadata retrieving 2021-10-05 10:53:03 +03:00
teslov eb3d749075 fixed converting to hsv, error due creating new value using intensity 2021-10-04 21:55:47 +03:00
teslov 31aeced3ff Fixed displaying of DSM without hsv blend, need some workaround or help 2021-10-04 21:44:21 +03:00
teslov 9706e2a86c Fixed accuracy of histogram at preview 2021-10-04 10:07:35 +03:00
teslov 90bd0917d1 Fixed logging in console 2021-10-03 18:36:56 +03:00
teslov 734b7ebd86 Extracted colormaps from main code. Added as side util class 2021-10-03 18:32:51 +03:00
teslov 92064410dc Added custom color map class 2021-10-03 15:58:07 +03:00
teslov 55b9eb11c3 Added custom color map class 2021-10-03 15:34:30 +03:00
teslov e84f1e194b Updated rio-tiler to v2. Added custom NDVI indexes. Started develop of cropping plugin. 2021-09-30 22:37:30 +03:00
Piero Toffanin 34fea3caaa Fix tests 2021-09-26 13:01:22 -04:00
Piero Toffanin 71eed604c3 More efficient image zoom 2021-09-25 12:58:35 -04:00
Piero Toffanin ef28f8ef4b Zoom 2021-09-25 12:13:03 -04:00
Piero Toffanin 9c32b98d80 Fix radius int parameter 2021-09-24 17:54:02 -04:00
Piero Toffanin 62e42a0a1f Fix fullscreen quirks 2021-09-24 17:30:22 -04:00
Piero Toffanin afa064ac20 Display ground control points on map 2021-09-24 16:54:21 -04:00
Piero Toffanin 6749d8c3cb Comma fix 2021-08-27 08:56:09 -04:00
Rion 9afa7648fd
Update formulas.py 2021-08-27 11:39:48 +02:00
hcwinsemius 0e24aab704 Fixed #1036. API end point now updates 2021-08-17 14:44:14 +02:00
Piero Toffanin cbbd841983 Duplicate projects working 2021-08-06 11:33:43 -04:00
Piero Toffanin 8fa2cc9643 Add duplicate task functionality, post process pipeline step 2021-08-05 12:10:30 -04:00
Piero Toffanin 9a70c07aca Task UI improvements, PoC move task dialog 2021-08-04 13:09:27 -04:00
Piero Toffanin 6a2da220cd Add additional statistics in dashboard 2021-07-29 12:03:54 -04:00
Chihiro-KATO ba75f71b2d
Update formulas.py 2021-07-08 15:25:09 +09:00
Chihiro-KATO 6611647f0b
Update formulas.py 2021-07-08 09:34:54 +09:00
Piero Toffanin 8f760ecd7f Save/load potree measurements 2021-06-11 14:22:53 -04:00
Piero Toffanin cf554fdbfd Ability to load potree measurements 2021-06-10 15:08:57 -04:00
Piero Toffanin 2aa1c12970 Extract ODM strings, moar translation work 2020-12-18 16:54:00 -05:00
abrbhat 75062afe0c Fix #866 - Hash password while creating user through admin API 2020-10-21 12:22:16 +05:30
Piero Toffanin 095bc0ce1f nodata logic change 2020-09-03 15:47:05 -04:00
Piero Toffanin cb064a13af Fix sequoia plant health view 2020-09-03 15:33:36 -04:00
Piero Toffanin 196d55c121 Workaround for black background in multispectral datasets in tiler #894 2020-08-03 12:43:15 -04:00
Piero Toffanin 0e209d7ff0 Unit tests, fixes 2020-05-21 14:04:09 -04:00
Piero Toffanin 9ba66f4aaa TIFF thumbnails support 2020-05-21 11:42:29 -04:00
Piero Toffanin 1f2964b072 Image thumbnails, downloads, camera shots display in map 2020-05-17 15:34:10 -04:00
Piero Toffanin f76077775e UI improvements 2020-05-17 11:13:59 -04:00
Piero Toffanin b4b0ff775e More unit tests 2020-04-02 16:58:58 -04:00
Piero Toffanin 6f7af38c8e Plugins refactoring for dynamic URL patterns 2020-03-31 14:02:19 -04:00
Piero Toffanin 6d7a9dbf77 Syntax fixes, renamed EXG 2020-02-19 08:47:30 -05:00
edblanch 22ce2dbd74
Update formulas.py
‘ExcessGreen’: {
‘expr’: '(2*G)-(R+B),
‘help’: ‘Excess Green Index emphasizes the greenness of leafy crops such as potatoes.’,
‘range’: (-50,150)
},
2020-02-19 22:22:32 +11:00
Piero Toffanin f36571978c Removed old comment 2020-01-21 22:09:46 -05:00
Piero Toffanin 07a3ca3f2a Scale fix for 16bit orthophoto TIFFs 2020-01-21 22:08:40 -05:00
Piero Toffanin 6fcf3fbdc8 Unit tests, cleanup 2020-01-20 16:52:01 -05:00
Piero Toffanin 1403fcabca Async volume measurements 2020-01-17 16:22:22 -05:00
Piero Toffanin 59a746897b Export plant health results 2020-01-17 14:55:37 -05:00
Piero Toffanin 692c9264b3 Async task worker refactoring 2020-01-17 13:19:03 -05:00