Metadata-Version: 2.1
Name: nbcommon
Version: 0.1.50
Summary: nbcommon pkgs
Home-page: UNKNOWN
Author: chang@nextbillion.ai
Author-email: chang@nextbillion.ai
License: UNKNOWN
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
Requires-Dist: PyYAML (>=5.1.2)
Requires-Dist: pydantic (>=1.5)
Requires-Dist: aiohttp (>=3.6.2)
Requires-Dist: osrmfb (>=0.1.0)

# nbcommon

## changelog

- 20200616: support number parameter in nearest api
- 20200529: support FB in osrmapi
- 20200513: FeatureSchema use UTC time
- 20200508: add split_trips
- 20200503: add cleanse GPSPin method to remove abnormal gps pin from list respecting specified threshold
- 20200429: add model module to generate feature vector according to customized schema yaml
- 20200413: add geo.to_poly_filter function. support converting to poly-filter format from single polygon geojson
- 20200413: add geo.poly_to_geojson function. support converting to geojson format from single area poly filter file
- 20200413: add geo.parse_poly function. parsing poly file to array of coords arrays


