export_for_review#
- geowombat.detect.export_for_review(matched_gdf, out_path, layer='detections_review')[source]#
Write a matched GeoDataFrame to GeoPackage for QGIS review.
The output file is suitable for the QGIS attribute form workflow and feature-stepping plugins (e.g. GoToNextFeature3+). The
reviewer_labelfield is empty for the user to fill in (values like'TP','FP','FN','unclear'are recommended);notesis free text.- Parameters:
- matched_gdfgeopandas.GeoDataFrame
Output from
detection_accuracy.- out_pathstr or Path
Destination .gpkg path.
- layerstr
GeoPackage layer name.