Wykres commitów

54 Commity (c1cd2456b1ff02143fff58bb54906acbe8ecaa83)

Autor SHA1 Wiadomość Data
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 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
Piero Toffanin 88326108e9 Fix median filtering nodata handling 2022-01-07 15:50:22 -05:00
Piero Toffanin 48f08d5d0c Remove osgeo.utils dependency, smoke test pass 2021-08-13 10:23:04 -04:00
Piero Toffanin 64c2d4322b Use file list for gdalbuildvrt (#1296) 2021-06-09 14:30:46 -04:00
Piero Toffanin 633cb0bb89
Add support for generating cloud optimized GeoTIFFs (#1292)
* Add support for generating cloud optimized GeoTIFFs

* Generate COGs in DEM stage, not in create_dem

* Bump version

* Add cogeo.py
2021-06-04 15:35:56 -04:00
Piero Toffanin d40dd396ff remove unnecessary os.path.relpath calls 2021-05-23 11:00:48 -04:00
Piero Toffanin 9c551ba902 Handle paths with spaces 2021-05-17 13:25:52 -04:00
Piero Toffanin e46ff4ee78 End-to-end pipeline runs 2021-05-04 14:46:55 -04:00
Piero Toffanin 5ef0e7c129 Windows fixes up to meshing 2021-05-04 13:04:13 -04:00
Piero Toffanin 40bda5bd7a Fixed bigtiff bug in DEM generation 2020-11-24 08:25:12 -05:00
Piero Toffanin 5d793ce58e Options choices syntax fix, changed DEM compression to DEFLATE
Former-commit-id: 790088249f
2020-09-14 14:44:45 +00:00
Piero Toffanin 98963848db Full run on Python3
Former-commit-id: 894459828b
2020-09-09 13:23:53 -04:00
Piero Toffanin e7ff30600d BUG: do not filter when genering a DSM
Former-commit-id: accfada3d7
2020-07-09 12:07:42 -04:00
Piero Toffanin d764d6576a Fast PLY merge, parallel filtering
Former-commit-id: 2cd0f588ac
2020-07-07 16:14:55 -04:00
Piero Toffanin 85ce51741d More resiliant pc-classify
Former-commit-id: 3ad59703d1
2020-03-11 13:28:58 +00:00
Piero Toffanin 12cf1c2616 Display errors
Former-commit-id: 276e53ba80
2020-03-10 03:37:24 +00:00
Nicolas Chamo 2c0787ca47 Adding ground rectification
Former-commit-id: cba377424f
2020-03-09 22:52:12 -03:00
Piero Toffanin 1be30b7f6b Cleanup, edge case fix for low res DEM generation
Former-commit-id: 441e135513
2019-09-08 14:36:10 -04:00
Piero Toffanin f4fe4e4a26 Use only median_filter per scipy docs (faster)
Former-commit-id: e3bbfecc04
2019-06-19 08:17:42 -04:00
Piero Toffanin 694667f636 medfilt --> medfilt2d
Former-commit-id: af37b8c659
2019-06-11 15:48:15 -04:00
Piero Toffanin c24d0fdc66 Speed up DEM generation
Former-commit-id: be2815ac1c
2019-06-11 14:18:27 -04:00
Piero Toffanin bb65f03033 Skip DSM smoothing in 2.5D model with fast-orthophoto
Former-commit-id: 96d09996e3
2019-06-08 19:28:58 -04:00
Piero Toffanin 580ead85a3 More memory efficient fallback median filtering
Former-commit-id: 2d1c7e8cf9
2019-06-08 15:03:01 -04:00
Piero Toffanin a7ab335847 Better gapfill interpolation
Former-commit-id: 9da633c2bf
2019-05-30 21:09:25 -04:00
Piero Toffanin 4a899a908c bilinear interpolation in merge orthophoto, less alarming log change
Former-commit-id: c1cf75ac1e
2019-05-28 15:32:01 -04:00
Piero Toffanin 387aad2992 LRE hang fix, medfilt fallback, favor local processing
Former-commit-id: 217f9f7844
2019-05-13 07:18:03 -04:00
Piero Toffanin 85396057f1 DEM merging complete
Former-commit-id: 6ec75d4970
2019-04-30 16:09:03 -04:00
Piero Toffanin eeb9551709 Replaced gippy with rasterio
Former-commit-id: 5a06291ac3
2019-04-29 17:20:09 -04:00
Piero Toffanin 3c7a0607a6 Bug fix: gdal_fillnodata.py vrt read problem
Former-commit-id: bccc298707
2019-04-23 15:49:16 -04:00
Piero Toffanin 3bb2fd9993 Exposed SMRF parameters
Former-commit-id: 2b74a03780
2019-04-20 10:56:42 -04:00
Piero Toffanin 0356fd2a77 Multithread DEM tiling, more memory tollerant, better DEM gapfill
Former-commit-id: 460e263588
2019-04-12 13:45:47 -04:00
Piero Toffanin d8044d7bd1 Tiled DEM generation (WIP)
Former-commit-id: 4fb27d6987
2019-04-11 16:29:53 -04:00
Piero Toffanin d15da00fe7 Simplified DEM parameters, added odm_filterpoints, point cloud filtering for all products
Former-commit-id: 3b0dd4b3a0
2019-03-05 19:03:04 -05:00
Piero Toffanin 58e32a5ce6 Simplified DTM options, fixed SMRF param ranges
Former-commit-id: cbe3b1544b
2019-03-05 10:50:27 -05:00
Piero Toffanin 6c04ca8e38 Removed unused maxangle parameter
Former-commit-id: b2a81c7b97
2019-03-02 16:45:38 -05:00
Piero Toffanin 79810eb6ed Median filter nearest neighbor fill
Former-commit-id: e29091f949
2018-10-10 23:44:41 -04:00
Piero Toffanin 625f9326c3 Fixed --fast-orthophoto
Former-commit-id: f042118b21
2018-07-04 13:55:08 -04:00
Piero Toffanin 918ac365bc Added max-concurrency to loky executor
Former-commit-id: 0d6fda728e
2018-07-03 13:01:18 -04:00
Piero Toffanin 7571838252 Skirts improvements, DEM default improvements
Former-commit-id: d204ab7791
2018-06-18 09:54:09 -04:00
Piero Toffanin fc56391ca0 Fast nearest neighbor interpolation, multithreaded PDAL invocation
Former-commit-id: 0c8e3af436
2018-06-11 15:21:19 -04:00