Skip to content

Instantly share code, notes, and snippets.

@dylanlee
dylanlee / roadsurface.py
Created September 18, 2023 17:13
Visualize Johson Highway surface
import laspy
from sklearn.cluster import OPTICS
import numpy as np
from scipy.spatial import KDTree
import pyvista as pv
import geopandas as gpd
import pandas as pd
from shapely.geometry import box
from shapely.geometry import Point
import matplotlib.pyplot as plt