Metadata-Version: 2.1
Name: lipo2pol
Version: 0.0.2
Summary: Converts LineString and Point data in Geojson format to Polygon data
Home-page: UNKNOWN
Author: Fevzi Das
Author-email: fevzidas@gmail.com
License: UNKNOWN
Description: # Description
        This tool converts LineString and Point data in Geojson format to Polygon data.The package obtains information such as number of lanes,  width of lanes from OSM data. f there is lane and  width of lane information, it calculates the width  of road using them. If this data does not exist, it attempts to calculate the width of road using the pre-defined values.
        # Usage
        python3 lipo2pol.py input.geojson --output output.geojson
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
