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
d6c40929d4
Refactor PDAL pipeline for filter points, --auto-boundary config addition
2021-10-13 13:54:16 -04: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
NChamo
791f936dfa
Avoid using delaney when bounds are actually a box
...
Former-commit-id: ae1e36d829
2020-03-11 09:17:37 -03: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
e9b28349c7
Use DSM's euclidean map for DTM merging, nearest neighbor interpolation in overlapping empty areas
...
Former-commit-id: a3f5aa4509
2019-11-04 21:29:43 +00:00
Piero Toffanin
a41efc5549
Add BIGTIFF IFSAFER for DEM generation
...
Former-commit-id: 5d96bd05ac
2019-09-15 12:17:11 -04:00
Piero Toffanin
728b35c96a
Epsilon bounds comparison for float imprecision
...
Former-commit-id: aa9d91da07
2019-09-14 09:54:23 -04: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
9322b176f5
split-merge camera models handling, ODM_DEBUG --> ODM_INFO, debug flag
...
Former-commit-id: 02370b0a5c
2019-06-28 11:10:08 -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
dd8f086668
log syntax fix
...
Former-commit-id: 9c0cbf5c0d
2019-05-10 11:01:42 -04:00
Piero Toffanin
ecfb1b5fc5
Custom logging class, split task upload, partial results
...
Former-commit-id: f6afade752
2019-05-08 16:19:05 -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
e6bdfb68e1
Merge branch 'master' into 060
...
Former-commit-id: 3d28d20d38
2019-04-29 16:17:44 -04:00
Piero Toffanin
46101a2a56
Merge DEM step finished
...
Former-commit-id: 73bf8ca2a6
2019-04-29 14:01:55 -04:00
Piero Toffanin
2affbd7ddc
DEM euclidean merge algorithm
...
Former-commit-id: b43bc07094
2019-04-29 11:35:42 -04:00
Piero Toffanin
b0c01d423e
Merge point clouds working
...
Former-commit-id: 940efcded9
2019-04-24 17:36:45 -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
mikethefarmer
da6a0dab58
Add '--nostream' to pdal pipeline
...
Streaming mode is default for 1.8.0 but also requires the '--bounds' parameter. Until this can be incorporated use the old standard mode (which moves all points into memory) through '--nostream'.
Former-commit-id: 86adc71f85
2019-03-30 12:30:02 +11: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