34
Added code to dissolve the identified feature id for the target geodataframe. In mapping nhdplusv2 catchements to WBD huc12, we noticed 2 huc12 with weights that sumed to 2 rather than 1, and found that there were 2 target polygons for each target_id. GDPTools functions the use UserData derived classes have a fix for this by dissolving the features by the specified feature id, but because WeightGenP2P doesn't use any of the UserData classes, this did not occur.