Piero Toffanin
ebe0ced583
Merge pull request #1837 from lucadelu/worldfile
...
added wld file to png and tfw file to geotiff
2025-03-05 21:34:15 -05:00
Piero Toffanin
cd9631b039
Simplify generate_extent_polygon
2025-03-05 13:29:35 -05:00
Piero Toffanin
e4e1eca5d5
Refactor generate_tfw, add exception handling
2025-03-05 13:18:50 -05:00
Luca Delucchi
b965aef6b6
added wld file to png and tfw file to geotiff
2025-03-05 06:39:00 +01:00
Sylvain POULAIN
5e685d63a2
Update generate_png function
2025-03-03 15:17:23 +04:00
Piero Toffanin
b2668ca738
Merge pull request #1828 from lucadelu/ortho_extent
...
added capability to generate vector polygon in DXF format to be used in AutoCAD LT
2025-03-01 22:08:50 -05:00
Piero Toffanin
131b29c3f3
Add try/catch, minor tweaks
2025-02-27 01:31:06 -05:00
Luca Delucchi
ece421faec
keep only DXF to support AutoCAD users to see correctly the output geotiff
2025-02-27 06:08:40 +01:00
Piero Toffanin
6d1e800a0f
Refactor generate_png, fix alpha
2025-02-23 16:49:46 -05:00
Piero Toffanin
2190a5dfa0
Improve PNG ortho creation with non-8bit files
2025-02-23 19:45:04 +00:00
Luca Delucchi
2215e7ab7a
added creation also of a dxf file
2025-02-19 22:17:38 +01:00
Luca Delucchi
9c740cbf1b
added capability to generate vector polygon of the raster extent
2025-02-18 15:49:21 +01: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
8cb70002f5
Multispectral split-merge, GCP names fix, bump version
2023-01-09 14:05:38 -05:00
Piero Toffanin
0249d6b6c8
Fix black border in KMZs
2022-09-20 10:14:48 -04:00
Piero Toffanin
2b92f6ccf2
Support mixed RGB+Multispec image inputs
2022-07-25 16:09:48 -04:00
Piero Toffanin
dc763e486f
Remove duplicate BIGTIFF directive
2022-07-12 14:34:13 -04:00
Piero Toffanin
c7b6fe52f3
Revert some PNG generation logic
2022-07-07 12:14:59 -04:00
usplm
ea5a4b4053
Parse RGB bands to generate PNG image
2022-07-07 03:04:10 -04:00
Stephen Vincent Mather
12dac7cd20
fix all the big(tiff) problems
2022-06-29 15:42:13 -04:00
Piero Toffanin
5dc2e224ce
Point cloud, orthophoto boundaries working
2021-10-12 14:05:07 -04:00
Piero Toffanin
7aa6444637
Fix COG compression, cap mesh-octree-depth values
2021-07-03 08:46:49 -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
7a05d6ca27
Build internal overviews
2021-05-24 11:27:03 -04:00
Stephen Mather
38434e9184
Add kmz output ( #1268 )
...
* Add flag check for kmz
* Add generate_kmz
* remove osparam from systemrun
* Remove extra aaarg
* Add orthophoto-kmz argument to parser
2021-04-15 23:21:55 -04:00
Piero Toffanin
8b6d636abf
Fix report generation for multispectral datasets
2021-01-15 13:07:00 -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
2cc95a67b6
Faster EDT in orthophoto computations
...
Former-commit-id: 282cb6ed37
2020-09-11 12:34:38 -04:00
Piero Toffanin
38ba8726bb
Optimize disk space flag
...
Former-commit-id: 8ee7503318
2020-03-30 10:32:21 -04:00
Piero Toffanin
4b05cafdb8
Remove tab for faster merging
...
Former-commit-id: 305e440695
2020-01-21 15:22:26 -05:00
Piero Toffanin
815cf9f897
Fix log message
...
Former-commit-id: 3f428ecabd
2020-01-21 15:18:50 -05:00
Piero Toffanin
76bce6830b
Blend outside borders of submodels orthophotos during merge
...
Former-commit-id: 26c6748f77
2020-01-21 18:09:31 +00:00
Piero Toffanin
1a88df802f
Fixed split-merge
...
Former-commit-id: 58249ee0c1
2019-12-23 14:16:35 -05:00
Piero Toffanin
fd43c902b3
Orthophoto merging for N-bands
...
Former-commit-id: d95064cfdb
2019-12-23 10:38:14 -05:00
Piero Toffanin
93de02a18b
Divider should always be 255
...
Former-commit-id: afff712dfd
2019-12-05 16:03:43 -05:00
Piero Toffanin
68c606a81c
Refactored odm_orthophoto to use GDAL for TIFF writing
...
Former-commit-id: f484cc6771
2019-12-05 15:28:06 -05:00
Piero Toffanin
dce9759129
16bit support for ortho merge
...
Former-commit-id: 677370dd50
2019-10-28 15:13:00 -04:00
Piero Toffanin
6e0440b559
Faster orthophoto merging
...
Former-commit-id: a4b5862740
2019-10-28 14:40:40 -04:00
Piero Toffanin
61fc871ca2
started implementing faster orthophoto merging
...
Former-commit-id: 77ef751e12
2019-10-25 16:38:09 -04:00
Piero Toffanin
f9d2c13847
PNG creation, orthophoto flag fixes, refactoring
...
Former-commit-id: 589c47cb8c
2019-10-24 16:07:19 -04:00
Piero Toffanin
c06f0b93e5
Removed --orthophoto-bigtiff
...
Former-commit-id: e2d7b8269e
2019-09-15 15:59:42 -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
7543be92c0
odm_orthophoto module refactoring, orthophoto merge POC working
...
Former-commit-id: 99c8356d24
2019-04-28 12:20:03 -04:00