14 Commits

Author SHA1 Message Date
pubgeo
7ad7b20fe4 Merge pull request #6 from chambbj/shr3d-plugin
Add PDAL plugin
2017-10-03 17:40:13 -04:00
pubgeo
8c12e1713f Merge pull request #4 from chambbj/fixing-types
Fix mismatched types when iterating over image height and width
2017-10-02 13:28:32 -04:00
pubgeo
41afdf8d79 Merge pull request #3 from chambbj/unused-fopen-argument
FOPEN is not used anywhere in the code and can be removed
2017-10-02 10:45:16 -04:00
Bradley J Chambers
83aa419348 Set position independent code property on all targets 2017-09-20 14:08:32 -04:00
Bradley J Chambers
fef97f6275 Add PDAL plugin
SHR3D is available as writers.shr3d and can be appended to any PDAL pipeline.
PDAL will not be altered to infer writers.shr3d (many writers could write a
TIF), so users will have to specify writers.shr3d explicitly.

ALIGN3D is available as filters.align3d and can be inserted into any PDAL
pipeline. ALIGN3D will take the first incoming PointView as the fixed or
reference PointView, and will register all subsequent PointViews to this
reference view.

Minor changes: Ignore build directory for in-source builds. Add clang-format
config file (the plugin code adheres to this).

PubGeo common code updated to read directly from PDAL PointViews. Common code
also updated to silence a bunch of warnings.
2017-09-19 22:05:06 -04:00
Bradley J Chambers
00f3149921 Fix mismatched types when iterating over image height and width
Compiling on OS X, the build fails when attempting to narrow from type 'long'
to 'unsigned int'. We can safely change the type of the for loop variables to
avoid this error.
2017-09-15 11:03:49 -04:00
Bradley J Chambers
f676d8771c FOPEN is not used anywhere in the code and can be removed 2017-09-15 10:54:36 -04:00
pubgeo
f38f4bfb1f Updated README correcting markdown errors. 2017-08-18 12:16:19 -04:00
Scott Almes
4e6ab844cf Removed extraneous files from lingering 2017-08-17 19:03:11 -04:00
Scott Almes
2d4f60bbf4 Renamed README for ide convenience. Updated README to be useful, include usage information, and provide a background of JHUAPL 2017-08-17 18:33:47 -04:00
Scott Almes
1a62c1a437 Provides better documentation in dockerfile including full examples, fixes #1 2017-08-17 10:35:04 -04:00
Scott Almes
c0bf22658e Fixes #2 2017-08-17 10:30:55 -04:00
Scott Almes
ef6faab171 Pubgeo first release. Enjoy. 2017-08-16 21:23:28 -04:00
pubgeo
f8251901e6 Initial commit 2017-08-14 10:53:18 -04:00