Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 600 Bytes

File metadata and controls

23 lines (16 loc) · 600 Bytes

Spatial Modeling of Curves and Shapes

This project explores spatial modeling using parametric curves, including Bezier curves, and integrates geometric data from shapefiles.

Project Structure

  • Bezier.py – Python script for generating and visualizing Bezier curves
  • shape-file/ – folder containing shapefiles used for spatial input
  • README.md – project documentation (you are here)

Technologies

  • Python 3.x
  • NumPy
  • Matplotlib
  • geopandas, shapely (for spatial data)
  • Git / GitHub

Getting Started

pip install -r requirements.txt
python Bezier.py