Skip to content

Commit 00d8b32

Browse files
Add support for laspy LAZ Backend (#63)
* Add support for laspy LAZ Backend * Bump to V1.6.2
1 parent e88d093 commit 00d8b32

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

package_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__: "1.6.1"
1+
__version__: "1.6.2"
22
__name__: "lidar_prod"
33
__url__: "https://github.com/IGNF/lidar-prod-quality-control"
44
__description__: "A 3D semantic segmentation production tool to augment rules-based Lidar classification with AI and databases."

setup_env/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# --------- laspy with LAZ backend support --------- #
2+
laspy[lazrs,laszip]==2.1.*
3+
14
# --------- postgis-toolkit --------- #
25
postgis-toolkit
6+
37
# --------- hydra --------- #
48
hydra-core==1.1.*
59
hydra-colorlog==1.1.*

setup_env/requirements.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies:
1313
# --------- geo --------- #
1414
- conda-forge:pdal==2.3.*
1515
- conda-forge:python-pdal==3.0.*
16-
- conda-forge:laspy==2.1.*
1716
- numpy
1817
- scikit-learn
1918
- geopandas

0 commit comments

Comments
 (0)