Beakerboy / OSMBuilding

render an individual OSM building
MIT License
45 stars 5 forks source link

Create function to converts various length values into floats #10

Closed Beakerboy closed 2 years ago

Beakerboy commented 2 years ago

height can be defined as "6" or "6m" or '3'2"'. Parse and convert to meters.

Beakerboy commented 2 years ago

added km, m, mi, nmi. Need to add feet/inch

Beakerboy commented 2 years ago

added inch/ feet. need to Add tests