Wykres commitów

32 Commity (master)

Autor SHA1 Wiadomość Data
Piero Toffanin fb85b754fb Classify point cloud before generating derivative outputs 2024-01-23 17:03:36 -05: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 2d2b809530 Set maxTiles check only in absence of georeferenced photos 2023-11-28 00:43:11 -05:00
Merten Fermont c679d400c8 Tiler zoom level is calculated from GSD
Instead of hardcoding a value, calculate the maximum zoomlevel in which there is still an increase in detail. By using the configured orthophoto resolution or GSD.

The higher the latitude, the higher the resolution will be of the tile.
Resulting in a chance of generating useless tiles, as there is no compensation for this.
At the moment it'll use the worst-case resolution from the equator.

Zoom level calulation from: https://wiki.openstreetmap.org/wiki/Zoom_levels
2023-10-12 22:22:10 +02:00
Piero Toffanin 6ebb8b50d7 max_tile safety check in commands.create_dem 2023-05-24 11:42:18 -04:00
Piero Toffanin 976db04148 Respect max-concurrency when calling OPC 2023-03-20 23:49:23 -04:00
Piero Toffanin 61483d9287 Add OPC wrapper 2023-03-20 17:38:35 -04:00
Piero Toffanin ffa7871c33
Merge pull request #1614 from HeDo88TH/remove-laspy
Remove laspy
2023-03-02 10:43:05 -05:00
Luca Di Leo fa3eb4af96 Removed write_extra_dimensions parameter 2023-03-01 18:56:39 +01:00
Piero Toffanin 4a0b60bf70 Point density estimation 2023-02-19 23:28:34 -05:00
Piero Toffanin e9f0b14bec Fix pc-rectify 2022-11-26 10:34:43 -05:00
Piero Toffanin af765a961d Use sqrt(2) for DEM radius step 2022-11-22 13:38:05 -05:00
Piero Toffanin 5ff55a5ff8 Remove --verbose 2022-11-14 11:07:51 -05:00
Piero Toffanin aed99a0a85 Ignore resolution only if ignore_gsd 2022-01-14 10:18:35 -05:00
Piero Toffanin 7f198d90ec Boundary DEMs 2021-10-12 14:19:32 -04:00
Magnus Linderoth dc1ba2966d Update parameters of cap_resolution().
Add parameter `gsd_scaling` instead of using `gsd_error_estimate` in an unintuitive way.
2021-08-23 16:14:55 +02:00
Stephen Mather b4ce3ef2cd
have a gsd of half the gsd 2021-06-09 22:36:57 -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 59cdca704c Remove legacy code to handle non-georeferenced point clouds reruns 2021-03-07 13:22:19 -05:00
Piero Toffanin 51769fe711 Added --tiles to generate DEM/Ortho static tiles
Former-commit-id: 4133f871cb
2020-09-17 15:28:03 +00:00
Piero Toffanin 9424f3939d Upgraded PDAL to 2.2
Former-commit-id: 196605cd08
2020-09-11 11:05:34 -04:00
Piero Toffanin b819cab21f Pseudo-geo camera extraction support
Former-commit-id: ffb842c85a
2020-05-15 20:30:08 +00:00
Piero Toffanin 38ba8726bb Optimize disk space flag
Former-commit-id: 8ee7503318
2020-03-30 10:32:21 -04:00
Piero Toffanin 314acaf03d rectify --> pc-rectify
Former-commit-id: c4a974bdf3
2020-03-10 03:29:06 +00:00
Nicolas Chamo 2c0787ca47 Adding ground rectification
Former-commit-id: cba377424f
2020-03-09 22:52:12 -03:00
Piero Toffanin f4d9396b49 Better handling of non-geo restart
Former-commit-id: 5f33f2edd7
2020-02-04 20:21:28 +00:00
Piero Toffanin 11d6c542fe Better logic, restart handling
Former-commit-id: 80e81e81c0
2020-02-04 20:13:37 +00:00
Piero Toffanin 50ab868426 Pseudo-georeferencing for datasets missing GPS/GCP information
Former-commit-id: 4d8012026a
2020-02-04 17:56:20 +00: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 aef3da493b Progress updates
Former-commit-id: e7680a79e7
2019-05-15 18:01:46 -04:00
Piero Toffanin 93a4d85890 Reorganized directory structure, scripts --> stages
Former-commit-id: 9924286e50
2019-05-06 15:42:49 -04:00