Wykres commitów

1126 Commity (master)

Autor SHA1 Wiadomość Data
Piero Toffanin 04af329f78 Fix invalid PropType 2024-04-27 11:28:19 -04:00
Piero Toffanin cc2b7d5265 Fix build_plugins on Windows 2024-04-20 13:55:25 -04:00
Piero Toffanin c2c65a2cc2 Ability to share a particular map type 2024-04-04 10:46:53 -04:00
Piero Toffanin 02b4132daa Better histogram direct input 2024-04-04 10:09:45 -04:00
Piero Toffanin ed6a43699f Automatically select 2/98 percentile values in plant health 2024-04-04 09:46:36 -04:00
Gonzalo Bulnes Guilpain 9209b52a19
Fix user-facing misspellings
- Missing letter.

- Both '.json' and 'JSON' are used in other strings,
  but '.JSON' doesn't seem as clear.

- Fixed capitalization and added verb to ensure the sentence is readable.
  I don't think that reproducing the error message exactly
  helps making it more readable in this case, because it is unlikely
  that people reading it will recognize the capitals in the middle
  of the sentence as an exact quote of some program's output.
2024-02-16 11:51:44 +00:00
Piero Toffanin 8150b822d9
Merge pull request #1468 from gonzalo-bulnes/add-task-id-to-expanded-list-item
Add task ID to expanded list item
2024-02-13 10:47:30 -05:00
Gonzalo Bulnes Guilpain 02b4061379
Add task ID to expanded list item
This ID is useful to locate the task directory for inspection.

Because it is fairly long, it seemed better to keep it relatively
low in the list of properties to avoid making the essential information
more difficult to read or skim through.

Yet placing it above the task output minimizes movement when the console
is toggled open.

See https://community.opendronemap.org/t/19285
2024-02-13 12:52:55 +00:00
Gonzalo Bulnes Guilpain 7c9b1da92a
Fix error shadowing in log when plugin fails to load
I didn't find a standard way of unwrapping the error,
short of printing an entire stack trace. I don't think printing
a stack trace in a log is useful, so I decided to print
the error.__cause__ explicitly.

Since there is always one single level of nesting in this code,
I think that's OK.

See https://docs.python.org/3/library/exceptions.html
2024-02-08 22:07:15 -05:00
Piero Toffanin 712705d35a More CSS fixes 2024-01-09 15:32:40 -05:00
Piero Toffanin 94851d2ed3 Fix navbar top 2024-01-09 15:02:36 -05:00
Piero Toffanin ccabacb3dc Remove theme.scss 2024-01-09 13:07:41 -05:00
Piero Toffanin 362ba7fc9b CSS fixes 2024-01-09 12:36:57 -05:00
Piero Toffanin b3f5b2de5d Vanilla css fix 2024-01-09 12:22:35 -05:00
Piero Toffanin f227bdb08b Remove django-compressor 2024-01-09 12:19:24 -05:00
Piero Toffanin be8bd6e7ee
Merge pull request #1439 from chris-bateman/master
Upgrade Node 14 to Node 20
2024-01-02 14:56:32 -05:00
Piero Toffanin 913db4c52b Linear backoff in file upload retries 2023-12-21 09:00:12 -05:00
chris-bateman 3f42eaa824 Upgrade Node 14 to Node 16
Upgrade Node from 14 to 16 and associated packages and WebPack config
2023-11-20 10:37:01 +11:00
Piero Toffanin 0b2e697c15 Potree: record movie (codec update) 2023-11-15 17:04:40 -05:00
Piero Toffanin 9af93014cc Potree: record movie 2023-11-15 17:00:20 -05:00
Piero Toffanin d4dcf3fed1 Potree: remove last camera animation 2023-11-15 16:24:13 -05:00
Piero Toffanin 4a529baace Potree: fix polygon clipping 2023-11-14 19:23:31 -05:00
Piero Toffanin 9880d461d4 Update locales 2023-11-14 17:57:01 -05:00
Piero Toffanin a78a2e4206 Potree: fix vertical area measurements 2023-11-14 17:38:01 -05:00
Piero Toffanin c28d00f0b0 10x volume calculations, remove grass dependency 2023-11-14 16:10:16 -05:00
Piero Toffanin 512314ba67 Allow display of 2D maps which have only a DSM 2023-11-11 17:28:12 -05:00
Piero Toffanin 5fc886028e Automatically expand task in project if there's a single task 2023-11-06 16:29:51 -05:00
Piero Toffanin 8976aa51e3 Merge branch 'master' of https://github.com/OpenDroneMap/WebODM 2023-11-06 16:06:11 -05:00
Piero Toffanin 5e7ef34290 Bye dd 2023-11-06 16:05:42 -05:00
Piero Toffanin ce9cd0a8b9 Add configurable docs/task options links 2023-11-06 12:19:41 -05:00
Piero Toffanin 9fb0c6db67 Cleanup partial tasks 2023-11-06 11:21:10 -05:00
Piero Toffanin 6b4230f233 Improve cancel task logic 2023-11-06 10:35:02 -05:00
Piero Toffanin bd183c6455
Update forest preset 2023-10-25 22:36:18 -04:00
Piero Toffanin bcc0f24fd5 Catch piexif.dump exceptions 2023-10-22 13:23:21 -04:00
Rion Lerm 18cab57e9f
I realised the TGI equation may be erroneous thsu I removed it. I am surprised that no one questioned it before so hopefully it was not used much. 2023-10-17 16:34:32 +02:00
Piero Toffanin bc86c7977b Add max number of pages in paginator 2023-10-05 12:47:28 -04:00
Piero Toffanin 49c9f2d7b8 Fix test 2023-10-04 15:51:53 -04:00
Piero Toffanin 62d5185a79 Fix test 2023-10-04 13:39:16 -04:00
Piero Toffanin 80dcff41ca Add unit tests 2023-10-04 13:04:39 -04:00
Piero Toffanin 4897d4e52a Fix var override 2023-10-03 22:37:10 -04:00
Piero Toffanin 44b2495291 Fix raster export 2023-10-03 15:41:05 -04:00
Piero Toffanin b68e622234 Update locales 2023-10-03 15:31:06 -04:00
Piero Toffanin 530720b699 Adds support for automatically selecting the proper band filter 2023-10-03 15:13:56 -04:00
Piero Toffanin 474e2d844b Add RGNRe 2023-10-02 10:19:16 -04:00
Piero Toffanin d5e597fee8 Update formulas 2023-10-02 10:10:48 -04:00
Piero Toffanin d9736cf11f Add borg backup media pattern generator 2023-09-28 16:48:47 -04:00
Piero Toffanin 0093ca71cd Fix encoding on Windows 2023-09-22 15:34:27 -04:00
Piero Toffanin 92b98389ad Faster map initialization 2023-09-18 17:38:03 -04:00
Piero Toffanin ef4db8f491 Disable rasterio warnings 2023-09-18 17:20:14 -04:00
Piero Toffanin 9cf533f87c capitalize 2023-09-18 15:54:19 -04:00