Metadata-Version: 2.1
Name: pointcloud_extraction_toolkit
Version: 0.0.1
Summary: package consisting of the scripts for operating on the point cloud / photogrammetric data
Author: Dhruv Malik
Author-email: Dhruv Malik <Dhruv@extralabs.xyz>
Project-URL: Homepage, https://github.com/the-extra-project/geospatial-pipelines
Project-URL: Issues, https://github.com/the-extra-project/geospatial-pipelines/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

## @geospatial-pipelines/data_preparation:

This package provides the tools and utils for the first stage of the operation after fetching data: allowing users to do operations of the current raw dataset of pointcloud (.las, .laz, .pcd) for operations like: 
    - Cropping (2D/3D cropping)
    - conversion of the coordinates 
    - combination of point clouds
    - conversion across various formats.

## installation and setup:
- Install from the pip directory: `pip install -r requirements.txt`
- Or via the source by cloning the whole [geospatial-pipeline]() and then installing the file via the `pip install -r requirements.txt`.


## Various packages:
--------------- ------------
| package_file | usecases |

