Render polygons, polylines, and mesh cross sections to SVG
-
Updated
Sep 1, 2023 - Python
Render polygons, polylines, and mesh cross sections to SVG
Scripts that transform obj polylines into surfaces that follow the same path defined by the polyline. I have written this for my research at UCLA regarding development of VR event displays for the LHC CMS detector.
GeoRDPy is a Python library that simplifies geodetic-coordinate polylines using the Ramer-Douglas-Peucker algorithm. It reduces the number of points while preserving accuracy, making it ideal for optimizing geospatial data representations. Specify a threshold for error tolerance and choose a sphere radius for tailored simplification.
To associate your repository with the polylines topic, visit your repo's landing page and select "manage topics."