Piero Toffanin
|
d0b64db08d
|
Fixed delta calculations in progress upload
|
2020-02-19 11:00:25 -05: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
|
042ccc8ac3
|
Merge pull request #818 from pierotofy/uifixes
Fixed plant health export for N>3 band datasets
|
2020-02-15 21:48:53 -05:00 |
Piero Toffanin
|
1fa9ff346c
|
Off-by-one fix
|
2020-02-15 21:44:39 -05:00 |
Piero Toffanin
|
2af2f30a57
|
Fixed plant health export for N>3 band datasets
|
2020-02-15 21:31:14 -05:00 |
Piero Toffanin
|
abb12337f7
|
Merge pull request #816 from pierotofy/uifixes
Fix band names ordering
|
2020-02-14 16:31:56 -05:00 |
Piero Toffanin
|
07ec4b0f79
|
new line
|
2020-02-14 16:31:30 -05:00 |
Piero Toffanin
|
31d726bc98
|
Remove sleep
|
2020-02-14 16:30:17 -05:00 |
Piero Toffanin
|
f7185d5d65
|
Sleepy time
|
2020-02-14 16:17:24 -05:00 |
Piero Toffanin
|
25a0e02779
|
Bump version
|
2020-02-14 14:32:49 -05:00 |
Piero Toffanin
|
b962519152
|
Sort band names during plant health export, UI fixes
|
2020-02-14 14:32:28 -05:00 |
Piero Toffanin
|
6164c3527c
|
Merge pull request #815 from pierotofy/uifixes
Smooth mesh lighting
|
2020-02-12 11:00:00 -06:00 |
Piero Toffanin
|
3249ee2a43
|
Smooth mesh lighting
|
2020-02-12 11:55:47 -05:00 |
Piero Toffanin
|
e30f60c31e
|
Merge pull request #814 from pierotofy/uifixes
More UI fixes
|
2020-02-12 08:34:04 -06:00 |
Piero Toffanin
|
93f71365c4
|
Bump version
|
2020-02-12 09:33:32 -05:00 |
Piero Toffanin
|
ea052a3915
|
Force leaflet-touch class
|
2020-02-11 23:39:17 -05:00 |
Piero Toffanin
|
73d5c0af72
|
More UI fixes
|
2020-02-11 23:00:42 -05:00 |
Piero Toffanin
|
3d6589424f
|
Merge pull request #813 from pierotofy/uifixes
Fixed basemaps icon button
|
2020-02-11 21:30:22 -06:00 |
Piero Toffanin
|
300ec0b096
|
Fixed basemaps icon button
|
2020-02-11 22:06:56 -05:00 |
Piero Toffanin
|
e3c6b4fb6d
|
Merge pull request #806 from pierotofy/geomodel
Probe for correct 3D model to display instead of relying on assets list
|
2020-02-04 14:32:56 -06:00 |
Piero Toffanin
|
6c7e3d30ff
|
Probe for correct 3D model to display instead of relying on assets list
|
2020-02-04 15:15:25 -05:00 |
Piero Toffanin
|
632412f97d
|
Updated screenshots (2)
|
2020-02-03 13:42:23 -05:00 |
Piero Toffanin
|
137586c812
|
Updated screenshots
|
2020-02-03 13:39:56 -05:00 |
Piero Toffanin
|
2a3bbd93b3
|
Merge pull request #805 from FlorianMickler/master
fix file upload in selinux enabled environments
|
2020-01-30 20:55:38 -06:00 |
Florian Mickler
|
2317916f93
|
fix file upload in selinux enabled environments
docker-compose.yml:
:z on volume mounts relabels the directory to enable access for all docker container
:Z on volume mounts relabels the directory to enable access for this specific docker container
Some background:
https://www.projectatomic.io/blog/2015/06/using-volumes-with-docker-can-cause-problems-with-selinux/
https://docs.docker.com/release-notes/docker-compose/ (-> Syntax introduced in v1.4.0 from 2015-08-04)
Since these volumes are designed only for use by webodm a relabeling to allow docker containers to have access seems resonable.
webodm/settings.py:
The change in webodm/settings.py is necessary, because else the webapp will create big upload files in /tmp and move them to the final destination afterwards. Which means they will have container specific MCS context selinux labels applied to them. If the tmp files are created under MEDIA_ROOT, which has the :z labels applied to it, the files will get a label that is accessible from all docker containers.
Some background:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/selinux_users_and_administrators_guide/sect-security-enhanced_linux-working_with_selinux-selinux_contexts_labeling_files
|
2020-01-30 23:10:41 +01:00 |
Piero Toffanin
|
9679b84496
|
Merge pull request #804 from pierotofy/cogeoutm
Contours measurement fix
|
2020-01-30 12:04:05 -06:00 |
Piero Toffanin
|
3ed272cb32
|
Contours measurement fix
|
2020-01-30 12:51:12 -05:00 |
Piero Toffanin
|
e0cb509159
|
Merge pull request #802 from pierotofy/cogeoutm
Keep COGEOs in original CRS, do not lose resolution
|
2020-01-29 12:12:33 -06:00 |
Piero Toffanin
|
a86cf02a80
|
Handle volume measurements in legacy web mercator
|
2020-01-29 08:31:35 -05:00 |
Piero Toffanin
|
8b2c3cf964
|
Increase version number
|
2020-01-29 08:13:58 -05:00 |
Piero Toffanin
|
50858d8241
|
Disable web_optimizated while converting cogeos
|
2020-01-29 08:13:11 -05:00 |
Piero Toffanin
|
21962bbc1c
|
Merge pull request #801 from JamesLeonDufour/master
Adjust url to display the tiles in custom baselayer in OSM
|
2020-01-23 12:29:41 -06:00 |
James Léon-Dufour
|
5ca116299c
|
Adjust url from custom baselayer in OSM
|
2020-01-23 13:09:14 -05:00 |
Piero Toffanin
|
9f4307e3fd
|
Update README.md
|
2020-01-22 20:43:11 -05:00 |
Piero Toffanin
|
576afe9501
|
Merge pull request #793 from pierotofy/multispec
Add multispectral preset
|
2020-01-22 12:52:17 -06:00 |
Piero Toffanin
|
19e89ce7bd
|
Fix GDAL detection, remove circleCI config
|
2020-01-22 13:39:22 -05:00 |
Piero Toffanin
|
0003416cc7
|
Added circleCI config
|
2020-01-22 12:07:33 -05:00 |
Piero Toffanin
|
acf37086ef
|
Update NodeJS to 10
|
2020-01-22 11:26:04 -05:00 |
Piero Toffanin
|
a343bc0c1a
|
Merge pull request #796 from ppicazo/oam_plugin_error_fix
Handle errors coming from /api/plugins/openaerialmap/task/{id}/info endpoint
|
2020-01-22 10:02:11 -06:00 |
Paul Picazo
|
8b51413c9c
|
* Handle errors coming from /api/plugins/openaerialmap/task/{id}/info endpoint
|
2020-01-22 07:41:07 -08:00 |
Piero Toffanin
|
13d180f3f8
|
Travis wait for container instead of sleep
|
2020-01-22 10:30:08 -05:00 |
Piero Toffanin
|
b6db62c0a8
|
Increase travis sleep
|
2020-01-22 10:15:55 -05: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
|
f56451234b
|
Change order of multispectral preset
|
2020-01-21 17:41:17 -05:00 |
Piero Toffanin
|
be4851713d
|
Updated rio-cogeo
|
2020-01-21 17:39:30 -05:00 |
Piero Toffanin
|
ec6b74b45b
|
Fixed tests
|
2020-01-21 15:00:32 -05:00 |
Piero Toffanin
|
d7302d5573
|
Add multispectral preset
|
2020-01-21 14:59:00 -05:00 |
Piero Toffanin
|
ce543be57f
|
Merge pull request #782 from pierotofy/multispec
Support for orthophotos with more than 3 bands
|
2020-01-20 16:22:22 -06:00 |