Metadata-Version: 2.1
Name: chaikin-smoothing
Version: 0.0.1
Summary: "Package for smoothing 2D coordinates using Chaikin's algorithm."
Home-page: https://github.com/jean-lucas/chaikin-smoothing
Author: Jean Lucas
Author-email: jeanlpf@hotmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jean-lucas/chaikin-smoothing/issues
Description: # Chaikin Smoothing
        
        Provides smoothing of 2D coordinates (ie: GPS) using the Chaikin method as proposed here: 
        [http://www.idav.ucdavis.edu/](http://www.idav.ucdavis.edu/education/CAGDNotes/Chaikins-Algorithm/Chaikins-Algorithm.html)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
