cellmil.utils.templates¶ Functions get_template_point() Return a template for a Point geojson object get_template_segmentation() Return a template for a MultiPolygon geojson object cellmil.utils.templates.get_template_segmentation() → dict[str, Any][source]¶ Return a template for a MultiPolygon geojson object Returns: Template Return type: dict cellmil.utils.templates.get_template_point() → dict[str, Any][source]¶ Return a template for a Point geojson object Returns: Template Return type: dict