Skip to content

Instantly share code, notes, and snippets.

View esgn's full-sized avatar
💭
What's happening ?

Emmanuel S. esgn

💭
What's happening ?
View GitHub Profile
@esgn
esgn / generate_pdal_pipeline.py
Created November 15, 2024 08:44
Generate PDAL pipeline to download from LIDAR HD COPC coverage
import sys
import argparse
import geopandas as gpd
import pandas as pd
import json
def parse_args():
parser = argparse.ArgumentParser(
"Create JSON PDAL pipelines to download point cloud extract")
parser.add_argument("--input_footprints", "-i",