Esri / mdcs-py

MDCS is an acronym for Mosaic Dataset Configuration Script and is the entry point to a collection of Python classes/libraries that could be consumed by a Python client application to complete a given workflow for creating a mosaic dataset, populating it with data, and setting all required/desired parameters.
Apache License 2.0
64 stars 29 forks source link

Feat: Add Lidar standard commands #133

Closed surabhijain123 closed 10 months ago

surabhijain123 commented 10 months ago

Issue -> https://github.com/Esri/mdcs-py/issues/134

This PR adds following standard commands for Lidar:

  1. CL (Convert Las)
  2. EL (Extract Las)
  3. CLAS (Colorize LAS)
surabhijain123 commented 10 months ago

@Chamlika can you review this PR