turfpy.helper module

This module will have common utilities.

turfpy.helper.convert_length(length, original_unit='km', final_unit='km')[source]

#TODO: Add description

Parameters
  • original_unit (str) –

  • final_unit (str) –

turfpy.helper.length_to_radians(distance, unit='km')[source]

#TODO: Add description

Parameters

unit (str) –

turfpy.helper.radians_to_length(radians, unit='km')[source]

#TODO: Add description

Parameters

unit (str) –

turfpy.helper.get_type(geojson)[source]

#TODO: Add description

turfpy.helper.get_coord(coord)[source]

#TODO: Add description

turfpy.helper.get_geom(geojson)[source]

#TODO: Add description

turfpy.helper.get_coords(coords)[source]

#TODO: Add description

turfpy.helper.feature_of(feature, ttype, name)[source]

#TODO: Add description