81 Commits

Author SHA1 Message Date
pubgeo
cc0d29729d Update README.md 2020-06-16 07:07:38 -04:00
pubgeo
1f0b2e69ec Update README.md 2020-06-16 07:03:53 -04:00
pubgeo
5765edf44c Update README.md 2020-06-16 06:59:56 -04:00
pubgeo
40e58dbf05 Update README.md 2020-06-16 06:59:41 -04:00
almess1
6b1221c1e2 Removed unnecessary header comments 2019-04-03 12:21:55 -04:00
Kevin Foster
5a80854a65 Added per-file licensing information; closes issue #27 2019-04-03 11:34:48 -04:00
Kevin Foster
7ab2661368 Fixed bug in classifications when creating DTM from labeled point cloud
Bug was caused by DSM/DTM scales not being aligned
Also took the opportunity to fix void fill issues for same DTMs
v1.0.1
2019-03-19 14:56:05 -04:00
Kevin Foster
4aded417f9 Added options to support specifying either a DTM or pre-existing ground labels as an input to SHR3D v1.0.0 2019-03-07 10:01:12 -05:00
Kevin Foster
fbeedd34cc Fixed bug where self-aligning some DSMs didn't result in a (0,0,0) translation 2019-03-07 08:38:54 -05:00
Kevin Foster
ac7f32c428 Added error message when trying to open geotiff of unsupported datatype; closes #22 on github 2019-02-20 16:40:46 -05:00
Kevin Foster
4a1caeba24 Letting pdal decide what point cloud files to load; closes #5 on github 2019-02-20 16:38:37 -05:00
Kevin Foster
fc5ffb741b Bugfix for operating on geotiffs
PDAL now loads geotiffs; align3d code had previously relied on this failing.  Fixes to adjust.
2019-02-20 16:28:37 -05:00
fosterkh
f29f6b4c61 Update README.md 2019-01-30 16:18:29 -05:00
Kevin Foster
6cafbf2a9d Merge branch 'LHolst-multistage-build' into 'master'
Added copy of plugin files to multistage build; closes #23
2019-01-30 16:12:02 -05:00
Kevin Foster
333e340376 Corrected typo; fixes issue #24 2019-01-30 15:58:18 -05:00
Scott Almes
394fb6fdf4 Updated build for PDAL 1.8, added intensity image output to shr3d, and refactored shr3d to better support use in PDAL pipelines. 2019-01-18 15:06:17 -05:00
pubgeo
0005c375d3 Update README.md 2019-01-04 12:25:31 -05:00
pubgeo
6f2c103eb7 Update README.md 2019-01-04 12:24:36 -05:00
pubgeo
5223661082 Merge pull request #19 from msmolens/fix-pdal-link-directories
Fix PDAL link directories; add options to install executables
2018-03-14 11:20:51 -04:00
pubgeo
dbabb3b7de Merge pull request #18 from fosterkh/SELF_ALIGN
Self align
2018-03-14 11:07:02 -04:00
pubgeo
3af4c8138e Merge pull request #17 from fosterkh/ALIGN3D_DIFFERENT_GSDS
Changes to let align3d operate on data with differing GSDs (Issue #16)
2018-03-14 11:03:14 -04:00
Max Smolens
ccc02c6630 Add options to install align3d and shr3d executables 2018-03-13 14:12:07 -04:00
Max Smolens
6c52cc9921 Fix linking when PDAL is not installed in system library directory
The 'link_directories' command to specify the PDAL library directories
had no effect because it was specified after creating targets such as
align3d. This caused a link error when PDAL was not installed in a
system library directory.

This commit fixes the link error by calling link_directories before
creating targets.
2018-03-13 14:10:00 -04:00
Kevin Foster
f95825f204 Correct small offsets found when aligning image against itself
Fix includes:
 o  Making maxt a multiple of the step size (min GSD)
 o  Splitting the difference for the sample points offset between the reference
    and target images, so that the cost function will be symmetric and thus the
    quadratic fit will have a peak at 0.
2018-03-13 11:20:14 -04:00
Kevin Foster
30f4edf38e Changes to let align3d operate on data with differing GSDs (Issue #16)
Changes include:
 o  Removing GSD restriction
 o  Correcting row/col calculation that was adding bias to results when
    different GSDs were used
 o  Letting data from row/col==0 be used for registration
 o  Fixed timing (allowing for fractional seconds)
 o  Addressed command line arguments (better descriptions, and allowing use of
    default parameters)
2018-03-13 09:36:02 -04:00
slipperySaxophone
9a2367cb5c Installed pubgeo resources into docker machine, no longer need to maintain /build. Executables now on PATH 2018-02-01 15:53:00 -05:00
slipperySaxophone
eae4e30a28 Extended ignore list and updated cmakelists to include missing includes 2018-01-29 16:27:09 -05:00
pubgeo
7a2475f71f Update Dockerfile
Had to switch to 17.10 in order for apt to pull without failure. ubuntu:latest does not have libpdal packages. Additionally added --rm flags to example docker run commands for those who don't use docker enough to know to clean up.
2018-01-19 14:19:23 -05:00
pubgeo
6c8ba96481 Update README.md
Added hyperlink back to readme.
2018-01-18 15:24:24 -05:00
pubgeo
c5aebedb3c Update README.md
Unifying readme summary across projects.
2018-01-18 09:50:49 -05:00
pubgeo
87db3dc688 Merge pull request #14 from fosterkh/CROSS_PLATFORM_ALIGN
Mod to align3d to ensure identical results across platforms
2017-12-22 12:04:29 -05:00
Kevin Foster
5594e0c5e5 Mod to align3d to ensure identical results across platforms
Fix involved explicitly selecting a specific random number generator to use, vs
just using the default rand() function.
2017-12-21 09:57:56 -05:00
slipperySaxophone
ae346f3968 Merge branch 'WINDOWS_BUILD' of https://github.com/fosterkh/pubgeo into fosterkh-WINDOWS-BUILD 2017-12-13 16:11:09 -05:00
slipperySaxophone
fbf1446b6d Merge branch 'MAKE_BUILDING_OUTLINE_SHAPEFILES' of https://github.com/fosterkh/pubgeo into fosterkh-MAKE_BUILDING_OUTLINE_SHAPEFILES 2017-12-13 16:05:11 -05:00
Kevin Foster
29cf1b4f29 Added modifications to allow compiling on Windows in VS Community 2017 2017-12-12 15:09:10 -05:00
Myron Brown
6daf8e7f8e Invalid email address 2017-12-11 16:12:44 +00:00
Kevin Foster
899b68ace4 Fixing use of deprecated OGR functions 2017-12-06 16:33:03 -05:00
Kevin Foster
b16851f945 Updated README file to document building outline product 2017-12-06 12:08:13 -05:00
Kevin Foster
e49080c503 Changed polygon simplification scale factor based on user feedback 2017-12-06 12:07:10 -05:00
Kevin Foster
da8c3f9d06 Implement building polygon simplification algorithms 2017-11-28 15:41:14 -05:00
Kevin Foster
825fd89ee2 Create GeoPolygon class & add upsample function to Image/OrthoImage classes
Collected polygon code from shr3d, image and orthoimage classes into a single GeoPolygon class
Also now upsampling images by factor of 3 prior to tracing boundaries (ensures pixel centers are
within polygon bounds instead of on edge).
2017-11-17 15:30:12 -05:00
Kevin Foster
957a01a076 Create building outline shapefiles as a standard product
Also addresses bug in selecting data type for tiff images
2017-11-16 15:40:02 -05:00
pubgeo
8558458794 Merge pull request #10 from fosterkh/RE-ADD_COMPILER_FLAGS
Reintroduce compiler flags, fixing GDAL includes
2017-11-14 10:07:27 -05:00
Kevin Foster
df7cf35420 Reintroduce compiler flags, fixing GDAL includes
Besides improving compile-time detection of bugs, addition of
optimization flag improves execution speed by 60%.
2017-11-14 09:53:32 -05:00
slipperySaxophone
2daa197510 Quick fix to make compilier more forgiving of gdal source code 2017-11-10 12:17:58 -05:00
slipperySaxophone
d516ba7032 Merge branch 'master' of https://github.com/pubgeo/pubgeo 2017-11-10 12:11:28 -05:00
pubgeo
4c1dc36bbd Merge pull request #9 from fosterkh/SHR3D_IMPROVEMENTS
Shr3d Improvements
2017-11-10 12:11:12 -05:00
pubgeo
56a2c9a775 Merge pull request #8 from fosterkh/SHR3D_BUG_FIX
Fix SHR3D support for DSM inputs
2017-11-10 12:07:53 -05:00
pubgeo
c72bf7cd8a Merge pull request #7 from chambbj/gdal-include-path-simplification
Set GDAL include directories within CMakeLists
2017-11-10 12:07:16 -05:00
slipperySaxophone
a87635a736 Now ignores intermediate clion files 2017-11-10 12:04:49 -05:00