turfpy.helper module

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

turfpy.helper.length_to_degrees(distance, units='km')[source]

#TODO: Add description

Parameters

units (str) –

turfpy.helper.radians_to_degrees(radians)[source]

#TODO: Add description

Parameters

radians (float) –

turfpy.helper.convert_angle_to_360(alfa)[source]
Parameters

alfa (float) –