CameronBodine / PINGMapper

Open-source interface for processing recreation-grade side scan sonar datasets and reproducibly mapping benthic habitat
https://cameronbodine.github.io/PINGMapper/
MIT License
39 stars 3 forks source link

Generate recording coverage shapefile #121

Closed CameronBodine closed 2 months ago

CameronBodine commented 2 months ago

Is your feature request related to a problem? Please describe. Need an ability to export sonar recording coverage as a shapefile. This could be manually edited to define an AOI, for use with new clip workflow (#110).

Describe the solution you'd like A simple utility to automatically export coverage as a polygon shapefile and the trackline as a point shapefile.

Additional context Related issues: #110

CameronBodine commented 2 months ago

Testing workflow on this sample: image

CameronBodine commented 2 months ago

Output from generating coverage and trackline: image

CameronBodine commented 2 months ago

Coverage polygon is manually edited to exclude pings outside the AOI (green points). Only selected (blue points) will be included in resulting mosaic. image

CameronBodine commented 2 months ago

Clipped transects image

CameronBodine commented 2 months ago

Transects mosaic into single geotiff image

Detail image