Changed
- Renamed `max_points` function to `get_max_points` to avoid confusion with a gotten `max_points` which is a good variable candidate name.
- Refactored the geometry scaler to a class that uses .fit() and .transform() methods, analogous to the scikit-learn scaler objects.
- More consistent names on `geom_wkt` parameter names, to signify passing in a well-known text representation of a geometry.
Added
- Mypy type hints on all functions, classes and tests
- Better documentation on data normalization usage
- Default support for normalization of replication-padded geometries.