chambbj
chambbj
Need the ability to filter LAS data (full point records) based solely on partial point records (e.g., XYZ) to alleviate the need to create a full LAS point type for...
Except for XYZ and intensity, all other information in the point record will be lost in the current implementation. We could create additional point types to handle some of the...
CODEM is dropping any vertical CRS information that is present in the input files. The vertical CRS of the registered product should be inherited from the foundation DSM.
If I use this in `book/_config.yml` ``` sphinx: local_extensions: my_local_extension: ./_ext ``` and run `jb build book`, then `my_local_extension` loads properly. However, if I run `jb config sphinx book`, while...