Wykres commitów

107 Commity (master)

Autor SHA1 Wiadomość Data
Piero Toffanin a29280157e Add radius parameter 2023-12-07 16:12:15 -05:00
Piero Toffanin 5674e68e9f Median filtering using fastrasterfilter 2023-12-07 18:49:43 +00:00
Piero Toffanin 7048868f28 Improved DEM generation efficiency 2023-12-05 14:01:15 -05:00
Piero Toffanin b14ffd919a Remove need for one intermediate raster 2023-12-05 12:26:14 -05:00
Piero Toffanin 7261c29efc Respect max_tile_size parameter 2023-12-04 22:49:06 -05:00
Piero Toffanin 2ccad6ee9d Fix renderdem bounds calculation 2023-12-04 22:26:04 -05:00
Piero Toffanin 7e05a5b04e Minor fix 2023-11-27 16:34:08 -05:00
Piero Toffanin eceae8d2e4 Render DEM tiles using RenderDEM 2023-11-27 16:20:21 -05:00
Adrien-ANTON-LUDWIG b4aa3a9be0 Avoid using rasterio "r+" open mode (ugly patch)
When using rasterio "r+" open mode, the file is well updated while
opened but completely wrond once saved.
2023-07-17 16:36:56 +00:00
Adrien-ANTON-LUDWIG 65c20796be Use temporary files to avoid reading altered data 2023-07-17 16:15:49 +00:00
Adrien-ANTON-LUDWIG 87f82a1582 Add locks to fix racing conditions 2023-07-13 11:51:13 +00:00
Adrien-ANTON-LUDWIG 9b9ba724c6 Remove forgotten exit call
Uh oh. Sorry for this.
2023-07-13 10:25:14 +00:00
Adrien-ANTON-LUDWIG ee5ff3258f Use windowed read/write in median_smoothing
See the issue description in this forum comment:
https://community.opendronemap.org/t/post-processing-after-odm/16314/16?u=adrien-anton-ludwig

TL;DR:
Median smoothing used windowing to go through the array but read it
entirely in RAM. Now the full potential of windowing is exploited to
read/write by chunks.
2023-07-12 16:55:14 +00:00
Piero Toffanin 6d37355d6b Yet tighter max tiles check 2023-05-30 19:50:31 -04:00
Piero Toffanin ba1cc39adb Tighter max_tiles check 2023-05-27 01:48:46 -04:00
Piero Toffanin 6ebb8b50d7 max_tile safety check in commands.create_dem 2023-05-24 11:42:18 -04:00
Piero Toffanin 8c300ab4de laszip --> lazperf 2023-05-24 10:54:48 -04:00
HeDo 6b0f8f62ff Added checks 2023-03-13 22:25:43 +01:00
HeDo be142549e3 Preserve UserData dimension 2023-03-13 19:26:01 +01:00
Piero Toffanin ffa7871c33
Merge pull request #1614 from HeDo88TH/remove-laspy
Remove laspy
2023-03-02 10:43:05 -05:00
Piero Toffanin 473d496620 Cleanup 2023-03-02 10:35:33 -05:00
Luca Di Leo 7ace79cdc4 Restored spaces 2023-03-01 19:03:33 +01:00
Luca Di Leo 31bfa95f19 Restored spaces 2023-03-01 19:00:35 +01:00
Luca Di Leo fa3eb4af96 Removed write_extra_dimensions parameter 2023-03-01 18:56:39 +01:00
HeDo 02b92d322c Cleanup 2023-03-01 15:26:11 +01:00
HeDo 93be23b9ba Removed laspy workaround 2023-03-01 15:20:00 +01:00
HeDo c5f67024d1 Working on write_cloud 2023-03-01 15:17:19 +01:00
HeDo 08b2755c6c Working on pdal write 2023-02-27 19:34:32 +01:00
HeDo 34311a2380 working on point cloud io 2023-02-23 18:45:03 +01:00
HeDo 7c855688a1 Working on loading with pdal 2023-02-21 18:57:21 +01:00
Piero Toffanin 5259fd7007 Do not cap GSD for 2.5D mesh DEM 2023-02-20 15:28:35 -05:00
Piero Toffanin a58c50a663 Density --> spacing 2023-02-20 01:12:03 -05:00
Piero Toffanin 3d4725c615 Invert radius steps, multiplier for mesh DSM, density checks 2023-02-20 01:06:49 -05:00
Piero Toffanin 4a0b60bf70 Point density estimation 2023-02-19 23:28:34 -05:00
Piero Toffanin 759c2dbfba Do not require lazrs on MacOS 2023-02-13 13:42:09 -05:00
Piero Toffanin 697727aeef Move info log 2023-01-09 14:08:49 -05:00
Piero Toffanin 8cb70002f5 Multispectral split-merge, GCP names fix, bump version 2023-01-09 14:05:38 -05:00
Shuo Zhong 0e1ece8412 upgrade laspy to 2.2.0 with laszip support, allows to directly read and write laszip file 2022-12-01 17:18:11 -05:00
Piero Toffanin 13105722ad Removed several flags 2022-11-14 16:30:20 +00:00
Piero Toffanin 5ff55a5ff8 Remove --verbose 2022-11-14 11:07:51 -05:00
Thor d7277bea64 fix some inaccurate comments 2022-07-31 17:13:27 -04:00
Thor d09025513a implemented chunked median filter for faster speed 2022-07-31 16:40:01 -04:00
Piero Toffanin f1fc89e517 Fix: multiple values for keyword argument BIGTIFF 2022-07-12 14:28:41 -04:00
Piero Toffanin 6e23de03a0 Bug fixes, more memory efficient DEM smoothing 2022-07-10 12:21:31 -04:00
Piero Toffanin 12619dfd64
Merge pull request #1489 from smathermather/moarasterio
Moarasterio -- bigtiff fixes
2022-07-01 11:22:55 -04:00
Stephen Vincent Mather 12dac7cd20 fix all the big(tiff) problems 2022-06-29 15:42:13 -04:00
Piero Toffanin 49d0906ce5 Programmatic gdal_proximity call 2022-05-31 10:50:50 -04:00
Piero Toffanin 275f719024 Fix gdal_proximity.py call on Windows 2022-05-31 10:17:28 -04:00
Piero Toffanin da276c2211 More aggressive smoothing, interpolate mesh DSM 2022-03-03 15:10:31 -05:00
luz paz cb6835d1bc Fix various typos
Found via `codespell -q 3 -L lod,ned,nnumber`
2022-01-08 05:38:36 -05:00