Howard Butler
Howard Butler
I have begun working on a @conda-forge package for CloudCompare, but one of the challenging things is current building of some plugins like poisson require ``git submodule`` commands. Would it...
libLAS doesn't speak extra bytes for per-point data, but it reads the data_record_length from a LAZ file and uses that without compensating for the fact it doesn't decompress the extra...
The codebase can be migrated to C++11, which will allow us to remove a number of homegrown tools/utilities that didn't really exist when libspatialindex was first developed. Some of the...
All of the external projects are installed in CMAKE_INSTALL_PREFIX when Teaser is built and installed. I am currently packaging for @conda-forge, tinyply, googletest, pybind11, pmc, and spectra should not be...
The currently vendored pybind11 does not build against Python 3.10. It should be updated or removed.
Must be weird Z points in the half-dome file causing the innudation plane to be well-above the largest mass of points.
[PROJJSON](https://proj.org/usage/projjson.html) is a faithful, if verbose, encoding of OGC WKTv2 in JSON by @rouault. It has a few things going for it that make it an interesting candidate for CRS...
Looking at the [downloads listing](https://proj.org/download.html), there is a link to everything back to 4.9.1, but branches are not maintained that far back. I think we should communicate that fact on...
When I try to press a windows package: ``` conda press --subdir=win-64 Rtree=0.9.3=py38hbf79ddb_0 --skip-python --only-pypi ``` and then attempting to install the resulting whl in a new environment ``` pip...
A convenient but not extravagant application-level footprint method would be quite useful. Software such as [stactools](https://github.com/stac-utils/stactools) has such a thing in it, and there are probably many more partial implementations...